|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BitmapData | |
|---|---|
| flash.display | |
| playn.flash | |
| Uses of BitmapData in flash.display |
|---|
| Methods in flash.display that return BitmapData | |
|---|---|
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)
|
| Methods in flash.display with parameters of type BitmapData | |
|---|---|
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)
|
| Uses of BitmapData in playn.flash |
|---|
| Methods in playn.flash that return 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. |
| Methods in playn.flash with parameters of type 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||