Interface | Description |
---|---|
IFillNode |
A marker interface to denote that an FXG node represents a type of fill.
|
IFilterNode |
A marker interface to denote that an FXG node represents a type of filter.
|
IMaskableNode |
This interface implies that a node may also have a mask.
|
IMaskingNode |
Marker interface to imply node can be used to create a mask.
|
IPreserveWhiteSpaceNode |
Simple marker interface that implies whitespace CDATA should be preserved.
|
IScalableGradientNode | |
IStrokeNode |
A marker interface to denote that an FXG node represents a type of stroke.
|
ITextNode |
A marker interface to determine whether a node constitutes an element
of a text flow.
|
ITransformNode |
A marker interface to denote that an FXG node represents a type of transform.
|
Class | Description |
---|---|
AbstractFXGNode |
A helper class that serves as the base implementation of IFXGNode.
|
AbstractShapeNode |
A base class for all FXG nodes that represent a stroke.
|
BitmapGraphicNode | |
CDATANode |
A class to determine whether a node constitutes an CData in
a text flow.
|
ContentPropertyNode |
This is a special delegate which special cases content node children for
the ITextNode and RichTextNode classes.
|
DefinitionNode |
A <Definition> is a special template node that is not itself rendered
but rather can be referenced by name in an FXG document.
|
DelegateNode |
A special kind of relationship node that delegates the addition of child
nodes to another parent node (instead of adding them to itself).
|
DOMParserHelper |
Utilities to help parsing FXG.
|
EllipseNode | |
GradientEntryNode | |
GraphicContentNode |
Base class for all nodes that present graphic content or represent groups
of graphic content.
|
GraphicContext |
A simple context holding inheritable graphic transformation information to be
used for placing a symbol on stage.
|
GraphicNode |
Represents the root <Graphic> element of an FXG Document.
|
GroupDefinitionNode |
A GroupDefinition represents the special use of Group as the basis for an
FXG Library Definition.
|
GroupNode | |
LibraryNode |
Represents the special <Library> section of an FXG document.
|
LineNode | |
MaskPropertyNode |
The mask property node is a special delegate that associates a mask with a
parent graphic content node.
|
PathNode | |
PlaceObjectNode |
A PlaceObject node does not appear itself in an FXG document but rather
represents an instance of a DefinitionNode.
|
RectNode | |
RichTextNode |
Represents a <RichText> element of an FXG Document.
|
TextGraphicNode |
Copyright © 2016 The Apache Software Foundation. All rights reserved.