public class ImageSize
extends java.lang.Object
Constructor and Description |
---|
ImageSize(int width,
int height) |
ImageSize(int width,
int height,
int rotation) |
public ImageSize(int width, int height)
public ImageSize(int width, int height, int rotation)
public int getWidth()
public int getHeight()
public ImageSize scaleDown(int sampleSize)
public ImageSize scale(float scale)
public java.lang.String toString()
toString
in class java.lang.Object