railo.runtime.chart
Class TickUnitsImpl

java.lang.Object
  extended by railo.runtime.chart.TickUnitsImpl
All Implemented Interfaces:
Serializable, Cloneable, org.jfree.chart.axis.TickUnitSource

public class TickUnitsImpl
extends Object
implements org.jfree.chart.axis.TickUnitSource, Cloneable, Serializable

See Also:
Serialized Form

Constructor Summary
TickUnitsImpl(org.jfree.chart.axis.TickUnitSource tus, int labelFormat)
          Constructor of the class
 
Method Summary
 org.jfree.chart.axis.TickUnit getCeilingTickUnit(double size)
           
 org.jfree.chart.axis.TickUnit getCeilingTickUnit(org.jfree.chart.axis.TickUnit unit)
           
 org.jfree.chart.axis.TickUnit getLargerTickUnit(org.jfree.chart.axis.TickUnit unit)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TickUnitsImpl

public TickUnitsImpl(org.jfree.chart.axis.TickUnitSource tus,
                     int labelFormat)
Constructor of the class

Parameters:
tus -
Method Detail

getCeilingTickUnit

public org.jfree.chart.axis.TickUnit getCeilingTickUnit(org.jfree.chart.axis.TickUnit unit)
Specified by:
getCeilingTickUnit in interface org.jfree.chart.axis.TickUnitSource
See Also:
TickUnitSource.getCeilingTickUnit(org.jfree.chart.axis.TickUnit)

getCeilingTickUnit

public org.jfree.chart.axis.TickUnit getCeilingTickUnit(double size)
Specified by:
getCeilingTickUnit in interface org.jfree.chart.axis.TickUnitSource
See Also:
TickUnitSource.getCeilingTickUnit(double)

getLargerTickUnit

public org.jfree.chart.axis.TickUnit getLargerTickUnit(org.jfree.chart.axis.TickUnit unit)
Specified by:
getLargerTickUnit in interface org.jfree.chart.axis.TickUnitSource
See Also:
TickUnitSource.getLargerTickUnit(org.jfree.chart.axis.TickUnit)


Copyright © 2012 Railo