org.jfree.layouting.layouter.content.statics
Class FormattedContentToken
java.lang.Object
org.jfree.layouting.layouter.content.statics.StaticToken
org.jfree.layouting.layouter.content.statics.FormattedContentToken
- All Implemented Interfaces:
- ContentToken, FormattedTextType, TextType
public class FormattedContentToken
- extends StaticToken
- implements FormattedTextType
Creation-Date: 04.07.2006, 20:16:16
- Author:
- Thomas Morgner
Constructor Summary |
FormattedContentToken(java.lang.Object original,
java.text.Format format,
java.lang.String text)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormattedContentToken
public FormattedContentToken(java.lang.Object original,
java.text.Format format,
java.lang.String text)
getOriginal
public java.lang.Object getOriginal()
- Specified by:
getOriginal
in interface FormattedTextType
getFormat
public java.text.Format getFormat()
- Specified by:
getFormat
in interface FormattedTextType
getText
public java.lang.String getText()
- Specified by:
getText
in interface TextType