public class ImageSize extends 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)
Copyright © 2011-2015. All Rights Reserved.