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