Package | Description |
---|---|
org.apache.flex.compiler.fxg.flex | |
org.apache.flex.compiler.fxg.swf | |
org.apache.flex.compiler.internal.fxg.dom |
Modifier and Type | Method and Description |
---|---|
GraphicContext |
FlexTextGraphicNode.createGraphicContext()
Since TextGraphic is converted to a sprite based ActionScript class
and rendered using Flex's RichText API, we do not report
attributes on the graphic context that are going to be set as properties
in ActionScript (as otherwise you would end up with duplicate
transformations).
|
GraphicContext |
FlexRichTextNode.createGraphicContext()
Since RichText is converted to a sprite based ActionScript class
and rendered using Flex's RichText API, we do not report
attributes on the graphic context that are going to be set as properties
in ActionScript (as otherwise you would end up with duplicate
transformations).
|
Modifier and Type | Method and Description |
---|---|
protected PlaceObject3Tag |
FXG2SWFTranscoder.placeDefineShapeTag(AbstractShapeNode node,
List<ShapeRecord> shapeRecords,
IFillNode fill,
IStrokeNode stroke,
GraphicContext context,
Winding... windings) |
protected PlaceObject3Tag |
FXG2SWFTranscoder.PlaceObject3Tag(ICharacterTag symbol,
GraphicContext context) |
Modifier and Type | Method and Description |
---|---|
GraphicContext |
IMaskingNode.createGraphicContext() |
GraphicContext |
GroupNode.createGraphicContext() |
GraphicContext |
GraphicContentNode.createGraphicContext() |
Modifier and Type | Method and Description |
---|---|
void |
GraphicContentNode.setParentGraphicContext(GraphicContext context) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.