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

java.lang.Object
  extended by net.sf.dynamicreports.report.base.datatype.AbstractDataType<Number,T>
      extended by net.sf.dynamicreports.report.builder.datatype.NumberType<Integer>
          extended by net.sf.dynamicreports.report.builder.datatype.IntegerType
All Implemented Interfaces:
Serializable, DRIDataType<Number,Integer>

public class IntegerType
extends NumberType<Integer>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
IntegerType()
           
 
Method Summary
 HorizontalAlignment getHorizontalAlignment()
           
 String getPattern()
           
protected  Integer 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

IntegerType

public IntegerType()
Method Detail

getPattern

public String getPattern()
Specified by:
getPattern in interface DRIDataType<Number,Integer>
Overrides:
getPattern in class AbstractDataType<Number,Integer>

getHorizontalAlignment

public HorizontalAlignment getHorizontalAlignment()
Specified by:
getHorizontalAlignment in interface DRIDataType<Number,Integer>
Overrides:
getHorizontalAlignment in class AbstractDataType<Number,Integer>

numberToValue

protected Integer numberToValue(Number number)
Specified by:
numberToValue in class NumberType<Integer>


Copyright © 2010-2014. All Rights Reserved.