net.sf.dynamicreports.report.builder.datatype
Class BigIntegerType
java.lang.Object
net.sf.dynamicreports.report.base.datatype.AbstractDataType<Number,T>
net.sf.dynamicreports.report.builder.datatype.NumberType<BigInteger>
net.sf.dynamicreports.report.builder.datatype.BigIntegerType
- All Implemented Interfaces:
- Serializable, DRIDataType<Number,BigInteger>
public class BigIntegerType
- extends NumberType<BigInteger>
- 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 |
BigIntegerType
public BigIntegerType()
getPattern
public String getPattern()
- Specified by:
getPattern
in interface DRIDataType<Number,BigInteger>
- Overrides:
getPattern
in class AbstractDataType<Number,BigInteger>
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignment
in interface DRIDataType<Number,BigInteger>
- Overrides:
getHorizontalAlignment
in class AbstractDataType<Number,BigInteger>
numberToValue
protected BigInteger numberToValue(Number number)
- Specified by:
numberToValue
in class NumberType<BigInteger>
Copyright © 2010-2014. All Rights Reserved.