Package | Description |
---|---|
org.apache.flex.compiler.fxg.swf | |
org.apache.flex.compiler.internal.fxg.swf |
Modifier and Type | Field and Description |
---|---|
protected Map<String,DefineImage> |
FXG2SWFTranscoder.imageMap |
Modifier and Type | Method and Description |
---|---|
protected DefineImage |
FXG2SWFTranscoder.createDefineBitsTag(IFXGNode node,
String source) |
Modifier and Type | Method and Description |
---|---|
static DefineImage |
ImageHelper.createDefineBits(InputStream in,
String mimeType) |
static DefineImage |
ImageHelper.createDefineBitsLossless(int[] pixels,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
static FXGMatrix |
TypeHelper.bitmapFillMatrix(BitmapFillNode fill,
DefineImage img,
Rect pathBounds) |
static boolean |
ImageHelper.bitmapImageNeedsClipping(DefineImage defImage,
BitmapGraphicNode node)
Determines whether the bitmap image should be clipped.
|
static DefineShapeTag |
ImageHelper.create9SlicedShape(DefineImage bitmap,
Rect r,
double width,
double height) |
static DefineShapeTag |
ImageHelper.createShapeForImage(DefineImage image,
BitmapGraphicNode node)
Creates a rectangle for the given width and height as a DefineShape.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.