net.sf.dynamicreports.report.builder.datatype
Class FloatType

java.lang.Object
  extended by net.sf.dynamicreports.report.base.datatype.AbstractDataType<Number,T>
      extended by net.sf.dynamicreports.report.builder.datatype.NumberType<Float>
          extended by 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

Constructor Summary
FloatType()
           
 
Method Summary
 HorizontalAlignment getHorizontalAlignment()
           
 String getPattern()
           
protected  Float numberToValue(Number number)
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.datatype.NumberType
getValueClass, stringToValue, valueToString
 
Methods inherited from class net.sf.dynamicreports.report.base.datatype.AbstractDataType
getValueFormatter, stringToValue, stringToValue, valueToString, valueToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatType

public FloatType()
Method Detail

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.