de.jtec.beads.content
Class Text

java.lang.Object
  extended by de.jtec.beads.content.AbstractAttributeHolder
      extended by de.jtec.beads.content.Content
          extended by de.jtec.beads.content.PrimitiveContent
              extended by de.jtec.beads.content.Text
All Implemented Interfaces:
Attributed

public class Text
extends PrimitiveContent

text content is primitive and may contain markups, so it will be parsed/altered while rendering

Author:
k.pribluda

Field Summary
(package private)  java.lang.String text
           
 
Fields inherited from class de.jtec.beads.content.AbstractAttributeHolder
attributes
 
Constructor Summary
Text(java.lang.String string)
           
 
Method Summary
 java.lang.String getText()
           
 void setText(java.lang.String text)
           
 
Methods inherited from class de.jtec.beads.content.AbstractAttributeHolder
getAttributes, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

java.lang.String text
Constructor Detail

Text

public Text(java.lang.String string)
Method Detail

getText

public java.lang.String getText()

setText

public void setText(java.lang.String text)


Copyright © 2007 J-Tec-Team. All Rights Reserved.