net.sf.dynamicreports.report.builder.datatype
Class BigDecimalType
java.lang.Object
net.sf.dynamicreports.report.base.datatype.AbstractDataType<Number,T>
net.sf.dynamicreports.report.builder.datatype.NumberType<BigDecimal>
net.sf.dynamicreports.report.builder.datatype.BigDecimalType
- All Implemented Interfaces:
- Serializable, DRIDataType<Number,BigDecimal>
public class BigDecimalType
- extends NumberType<BigDecimal>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigDecimalType
public BigDecimalType()
getPattern
public String getPattern()
- Specified by:
getPattern
in interface DRIDataType<Number,BigDecimal>
- Overrides:
getPattern
in class AbstractDataType<Number,BigDecimal>
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignment
in interface DRIDataType<Number,BigDecimal>
- Overrides:
getHorizontalAlignment
in class AbstractDataType<Number,BigDecimal>
numberToValue
protected BigDecimal numberToValue(Number number)
- Specified by:
numberToValue
in class NumberType<BigDecimal>
Copyright © 2010-2014. All Rights Reserved.