Uses of Class
org.jfree.chart.axis.DateTickUnitType
-
Packages that use DateTickUnitType Package Description 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 Modifier and Type Field Description 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.private DateTickUnitType
DateTickUnit. rollUnitType
The roll unit type.static DateTickUnitType
DateTickUnitType. SECOND
Second.private DateTickUnitType
DateTickUnit. unitType
The units.static DateTickUnitType
DateTickUnitType. YEAR
Year.Methods in org.jfree.chart.axis that return DateTickUnitType Modifier and Type Method Description DateTickUnitType
DateTickUnit. getRollUnitType()
Returns the roll unit type.DateTickUnitType
DateTickUnit. getUnitType()
Returns the unit type.Methods in org.jfree.chart.axis with parameters of type DateTickUnitType Modifier and Type Method Description private static long
DateTickUnit. getMillisecondCount(DateTickUnitType unit, int count)
Returns the (approximate) number of milliseconds for the given unit and unit count.Constructors in org.jfree.chart.axis with parameters of type DateTickUnitType Constructor Description 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.
-