Header
And More


Uses of Class
org.jfree.chart.axis.DateTickUnitType

Packages that use DateTickUnitType
org.jfree.chart.axis Axis classes and interfaces. 
 

Uses of DateTickUnitType in org.jfree.chart.axis
 

Fields in org.jfree.chart.axis declared as DateTickUnitType
static DateTickUnitType DateTickUnitType.DAY
          Day.
static DateTickUnitType DateTickUnitType.HOUR
          Hour.
static DateTickUnitType DateTickUnitType.MILLISECOND
          Millisecond.
static DateTickUnitType DateTickUnitType.MINUTE
          Minute.
static DateTickUnitType DateTickUnitType.MONTH
          Month.
static DateTickUnitType DateTickUnitType.SECOND
          Second.
static DateTickUnitType DateTickUnitType.YEAR
          Year.
 

Methods in org.jfree.chart.axis that return DateTickUnitType
 DateTickUnitType DateTickUnit.getRollUnitType()
          Returns the roll unit type.
 DateTickUnitType DateTickUnit.getUnitType()
          Returns the unit type.
 

Constructors in org.jfree.chart.axis with parameters of type DateTickUnitType
DateTickUnit(DateTickUnitType unitType, int multiple)
          Creates a new date tick unit.
DateTickUnit(DateTickUnitType unitType, int multiple, java.text.DateFormat formatter)
          Creates a new date tick unit.
DateTickUnit(DateTickUnitType unitType, int multiple, DateTickUnitType rollUnitType, int rollMultiple, java.text.DateFormat formatter)
          Creates a new unit.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.