java.lang.Object | |
↳ | greendroid.image.ScaleImageProcessor |
Scales Bitmaps according to a given width and height. The scaling method may be one of the ScaleType values
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new ScaleImageProcessor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called whenever the bitmap need to be processed.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
greendroid.image.ImageProcessor
|
Create a new ScaleImageProcessor.
width | The width of the final surrounding box |
---|---|
height | The height of the final surrounding box |
scaleType | The ScaleType method used to scale the original Bitmap |
Called whenever the bitmap need to be processed. The returned may have been modified or completely different.
bitmap | The Bitmap to process |
---|