playn.java
Interface JavaBitmapTransformer

All Superinterfaces:
Image.BitmapTransformer

public interface JavaBitmapTransformer
extends Image.BitmapTransformer

Enables the transformation of Java image bitmaps.


Method Summary
 BufferedImage transform(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 Detail

transform

BufferedImage transform(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. Do not modify the buffered image passed into this method or you will break things.



Copyright © 2013. All Rights Reserved.