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