org.jfree.layouting.layouter.model
Class LayoutText

java.lang.Object
  extended by org.jfree.layouting.layouter.model.LayoutNode
      extended by 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
LayoutText(LayoutElement parent, ContentToken text)
           
 
Method Summary
 ContentToken getContent()
           
 
Methods inherited from class org.jfree.layouting.layouter.model.LayoutNode
getParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutText

public LayoutText(LayoutElement parent,
                  ContentToken text)
Method Detail

getContent

public ContentToken getContent()