Class TextValue
- java.lang.Object
-
- net.sf.jasperreports.engine.export.data.TextValue
-
- Direct Known Subclasses:
BooleanTextValue,DateTextValue,NumberTextValue,StringTextValue
public abstract class TextValue extends java.lang.Object- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description TextValue(java.lang.String text)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()abstract voidhandle(TextValueHandler handler)
-
-
-
Method Detail
-
getText
public java.lang.String getText()
-
handle
public abstract void handle(TextValueHandler handler) throws JRException
- Throws:
JRException
-
-