public class ImageSize extends Object
ImageSize(int width, int height)
ImageSize(int width, int height, int rotation)
int
getHeight()
getWidth()
ImageSize
scale(float scale)
scaleDown(int sampleSize)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 String toString()
toString
Object