Modifier and Type | Class and Description |
---|---|
class |
FlexGraphicNode
A Flex specific override for GraphicNode used to record whether the
FXG document includes any <TextGraphic> child nodes.
|
class |
FlexParagraphNode
A Flex specific override for ParagraphNode used catch attributes that need to
be renamed on a <p> tag.
|
class |
FlexRichTextNode
A Flex specific override for RichTextNode used to capture the
attributes specified on a <RichText> node in FXG 2.0.
|
class |
FlexSpanNode
A Flex specific override for SpanNode used to capture the
attributes specified on a <span> node in FXG.
|
class |
FlexTextGraphicNode
A Flex specific override for TextGraphicNode used to capture the
attributes specified on a <TextGraphic> node in FXG 1.0.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractShapeNode
A base class for all FXG nodes that represent a stroke.
|
class |
BitmapGraphicNode |
class |
CDATANode
A class to determine whether a node constitutes an CData in
a text flow.
|
class |
DefinitionNode
A <Definition> is a special template node that is not itself rendered
but rather can be referenced by name in an FXG document.
|
class |
EllipseNode |
class |
GradientEntryNode |
class |
GraphicContentNode
Base class for all nodes that present graphic content or represent groups
of graphic content.
|
class |
GraphicNode
Represents the root <Graphic> element of an FXG Document.
|
class |
GroupDefinitionNode
A GroupDefinition represents the special use of Group as the basis for an
FXG Library Definition.
|
class |
GroupNode |
class |
LibraryNode
Represents the special <Library> section of an FXG document.
|
class |
LineNode |
class |
PathNode |
class |
PlaceObjectNode
A PlaceObject node does not appear itself in an FXG document but rather
represents an instance of a DefinitionNode.
|
class |
RectNode |
class |
RichTextNode
Represents a <RichText> element of an FXG Document.
|
class |
TextGraphicNode |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFillNode
A base class for all FXG nodes that represent a fill.
|
class |
BitmapFillNode |
class |
LinearGradientFillNode |
class |
RadialGradientFillNode |
class |
SolidColorFillNode |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilterNode |
class |
BevelFilterNode |
class |
BlurFilterNode |
class |
ColorMatrixFilterNode |
class |
DropShadowFilterNode |
class |
GlowFilterNode |
class |
GradientBevelFilterNode |
class |
GradientGlowFilterNode |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRichBlockTextNode
A base class that represents a block text.
|
class |
AbstractRichParagraphNode
A base class that represents a paragraph text.
|
class |
AbstractRichTextLeafNode
A base text left node class that have character formatting.
|
class |
AbstractRichTextNode
A base class for all FXG nodes concerned with formatted text.
|
class |
BRNode
Represents a <br /> child tag of FXG <RichText> content.
|
class |
DivNode
Represents a <p /> child tag of FXG <RichText> content.
|
class |
ImgNode
Represents a <p /> FXG image node.
|
class |
LinkNode
Represents a <p /> FXG link node.
|
class |
ParagraphNode
Represents a <p /> child tag of FXG <RichText> content.
|
class |
SpanNode
Represents a <p /> child tag of FXG <RichText> content.
|
class |
TabNode
Represents a <br /> child tag of FXG <RichText> content.
|
class |
TCYNode
Represents a <br /> child tag of FXG <RichText> content.
|
class |
TextLayoutFormatNode
TextLayoutFormat applied to a link.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStrokeNode
Base class for all FXG stroke nodes.
|
class |
LinearGradientStrokeNode |
class |
RadialGradientStrokeNode |
class |
SolidColorStrokeNode |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharacterTextNode
A base class for text nodes that have character formatting.
|
class |
AbstractTextNode
A base class for all FXG nodes concerned with formatted text.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransformNode
A base class for all FXG nodes that represent a transform.
|
class |
ColorTransformNode |
class |
MatrixNode |
Copyright © 2016 The Apache Software Foundation. All rights reserved.