Package gov.nasa.worldwind.render
Interface ImageSource.Transformer
-
- Enclosing class:
- ImageSource
public static interface ImageSource.Transformer
Interface for remote image source post-transformation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description android.graphics.Bitmap
transform(android.graphics.Bitmap bitmap)
Transforms image according to specified algorithm implementation
-