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
Constructors Constructor Description FormattedContentToken(java.lang.Object original, java.text.Format format, java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.text.Format
getFormat()
java.lang.Object
getOriginal()
java.lang.String
getText()
-
-
-
Method Detail
-
getOriginal
public java.lang.Object getOriginal()
- Specified by:
getOriginal
in interfaceFormattedTextType
-
getFormat
public java.text.Format getFormat()
- Specified by:
getFormat
in interfaceFormattedTextType
-
-