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