Project

General

Profile

« Previous | Next » 

Revision da7ce0d8

Added by LeszekKoltunski almost 8 years ago

Fix javadoc errors

View differences:

src/main/java/org/distorted/library/DistortedBitmap.java
46 46
 *       
47 47
 * @param width  width of the DistortedBitmap, in pixels.
48 48
 * @param height height of the DistortedBitmap, in pixels.
49
 * @param size Horizontal size of the distortion grid. 2<=size&lt;256.
49
 * @param gridSize Horizontal size of the distortion grid. 2<=size&lt;256.
50 50
 */
51 51
   public DistortedBitmap(int width, int height, int gridSize)
52 52
     {     
......
71 71
 * The dimensions of the created DistortedBitmap object are the same like that of the passed Bitmap.
72 72
 *       
73 73
 * @param bmp The android.graphics.Bitmap object to apply effects to and display.
74
 * @param size Horizontal size of the distortion grid. 1<=size&lt;256.
74
 * @param gridSize Horizontal size of the distortion grid. 1<=size&lt;256.
75 75
 */
76 76
   public DistortedBitmap(Bitmap bmp, int gridSize)
77 77
     {

Also available in: Unified diff