Package playn.java

Interface JavaBitmapTransformer

All Superinterfaces:
Image.BitmapTransformer

public interface JavaBitmapTransformer
extends Image.BitmapTransformer
Enables the transformation of Java image bitmaps.
  • Method Summary

    Modifier and Type Method Description
    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 Details

    • 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.