Package playn.java
Interface JavaBitmapTransformer
- All Superinterfaces:
Image.BitmapTransformer
Enables the transformation of Java image bitmaps.
-
Method Summary
Modifier and TypeMethodDescriptiontransform(BufferedImage image) Transforms the supplied buffered image into a new buffered image which will be used as the source data for a new PlayN image.
-
Method Details
-
transform
Transforms the supplied buffered image into a new buffered image which will be used as the source data for a new PlayN image. Do not modify the buffered image passed into this method or you will break things.
-