Class StringTextValue
- java.lang.Object
-
- net.sf.jasperreports.engine.export.data.TextValue
-
- net.sf.jasperreports.engine.export.data.StringTextValue
-
public class StringTextValue extends TextValue
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description StringTextValue(String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(TextValueHandler handler)
-
-
-
Constructor Detail
-
StringTextValue
public StringTextValue(String text)
-
-
Method Detail
-
handle
public void handle(TextValueHandler handler) throws JRException
- Specified by:
handle
in classTextValue
- Throws:
JRException
-
-