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