| Package | Description |
|---|---|
| flash.display | |
| playn.flash |
| Modifier and Type | Method and Description |
|---|---|
BitmapData |
BitmapData.applyFilter(BitmapData bitmapData,
Rectangle sourceRect,
Point dest,
Object filter) |
static BitmapData |
BitmapData.create(int width,
int height) |
static BitmapData |
BitmapData.create(int width,
int height,
boolean transparent,
int fillColor) |
static BitmapData |
BitmapData.loadBitmap(String id) |
| Modifier and Type | Method and Description |
|---|---|
BitmapData |
BitmapData.applyFilter(BitmapData bitmapData,
Rectangle sourceRect,
Point dest,
Object filter) |
void |
Graphics.beginBitmapFill(BitmapData bitmapData,
Matrix geom,
boolean repeat,
boolean smooth) |
void |
BitmapData.copyPixels(BitmapData bitmapData,
Rectangle sourceRect,
Point dest,
BitmapData alphaBitmap,
Point alphaPoint,
boolean mergeAlpha) |
static Bitmap |
Bitmap.create(BitmapData data) |
void |
Bitmap.setBitmapData(BitmapData bitmapData) |
| Modifier and Type | Field and Description |
|---|---|
protected BitmapData |
FlashImage.imageData |
| Modifier and Type | Method and Description |
|---|---|
BitmapData |
FlashImage.bitmapData()
Returns the
BitmapData that underlies this image. |
BitmapData |
FlashCanvasImage.bitmapData() |
BitmapData |
FlashBitmapTransformer.transform(BitmapData bitmap)
Transforms the supplied bitmap into a new bitmap which will be used as the source data for a
new PlayN image.
|
| Modifier and Type | Method and Description |
|---|---|
BitmapData |
FlashBitmapTransformer.transform(BitmapData bitmap)
Transforms the supplied bitmap into a new bitmap which will be used as the source data for a
new PlayN image.
|
| Constructor and Description |
|---|
FlashImage(BitmapData data) |
Copyright © 2013. All Rights Reserved.