| java.lang.Object | |
| ↳ | greendroid.image.ChainImageProcessor |
Allows multiple image processors to be chained
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new ChainImageProcessor.
| |||||||||||
| 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 ChainImageProcessor.
| processors | An array of ImageProcessor that will be
sequentially applied
|
|---|
Called whenever the bitmap need to be processed. The returned may have been modified or completely different.
| bitmap | The Bitmap to process |
|---|