Modifier and Type | Class and Description |
---|---|
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 | Interface and Description |
---|---|
interface |
ITextNode
A marker interface to determine whether a node constitutes an element
of a text flow.
|
Modifier and Type | Class and Description |
---|---|
class |
CDATANode
A class to determine whether a node constitutes an CData in
a text flow.
|
class |
ContentPropertyNode
This is a special delegate which special cases content node children for
the ITextNode and RichTextNode classes.
|
class |
RichTextNode
Represents a <RichText> element of an FXG Document.
|
class |
TextGraphicNode |
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 |
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 |
AbstractCharacterTextNode
A base class for text nodes that have character formatting.
|
class |
AbstractTextNode
A base class for all FXG nodes concerned with formatted text.
|
class |
ParagraphNode
Represents a <p /> child tag of FXG <TextGraphic> content.
|
class |
SpanNode
Represents a <span /> child tag of FXG text content.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.