playn.flash
Interface FlashBitmapTransformer

All Superinterfaces:
Image.BitmapTransformer

public interface FlashBitmapTransformer
extends Image.BitmapTransformer

Enables the transformation of Flash bitmaps.


Method Summary
 BitmapData transform(BitmapData bitmap)
          Transforms the supplied bitmap into a new bitmap which will be used as the source data for a new PlayN image.
 

Method Detail

transform

BitmapData transform(BitmapData bitmap)
Transforms the supplied bitmap into a new bitmap which will be used as the source data for a new PlayN image. Do not modify the bitmap passed into this method or you will break things.



Copyright © 2012. All Rights Reserved.