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(java.lang.String text, java.lang.Number value, java.lang.String pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPattern()java.lang.NumbergetValue()voidhandle(TextValueHandler handler)
-
-
-
Method Detail
-
getPattern
public java.lang.String getPattern()
-
getValue
public java.lang.Number getValue()
-
handle
public void handle(TextValueHandler handler) throws JRException
- Specified by:
handlein classTextValue- Throws:
JRException
-
-