Class LayoutText
- java.lang.Object
-
- org.jfree.layouting.layouter.model.LayoutNode
-
- org.jfree.layouting.layouter.model.LayoutText
-
- All Implemented Interfaces:
java.io.Serializable
public class LayoutText extends LayoutNode
A simple CData node. Not much to say about it.- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayoutText(LayoutElement parent, ContentToken text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentToken
getContent()
-
Methods inherited from class org.jfree.layouting.layouter.model.LayoutNode
getParent
-
-
-
-
Constructor Detail
-
LayoutText
public LayoutText(LayoutElement parent, ContentToken text)
-
-
Method Detail
-
getContent
public ContentToken getContent()
-
-