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.FormatgetFormat()java.lang.ObjectgetOriginal()java.lang.StringgetText()
-
-
-
Method Detail
-
getOriginal
public java.lang.Object getOriginal()
- Specified by:
getOriginalin interfaceFormattedTextType
-
getFormat
public java.text.Format getFormat()
- Specified by:
getFormatin interfaceFormattedTextType
-
-