Uses of Class
org.jfree.chart.axis.DateTickUnitType
Packages that use DateTickUnitType
-
Uses of DateTickUnitType in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as DateTickUnitTypeModifier and TypeFieldDescriptionstatic final DateTickUnitType
DateTickUnitType.DAY
Day.static final DateTickUnitType
DateTickUnitType.HOUR
Hour.static final DateTickUnitType
DateTickUnitType.MILLISECOND
Millisecond.static final DateTickUnitType
DateTickUnitType.MINUTE
Minute.static final DateTickUnitType
DateTickUnitType.MONTH
Month.private DateTickUnitType
DateTickUnit.rollUnitType
The roll unit type.static final DateTickUnitType
DateTickUnitType.SECOND
Second.private DateTickUnitType
DateTickUnit.unitType
The units.static final DateTickUnitType
DateTickUnitType.YEAR
Year.Methods in org.jfree.chart.axis that return DateTickUnitTypeModifier and TypeMethodDescriptionDateTickUnit.getRollUnitType()
Returns the roll unit type.DateTickUnit.getUnitType()
Returns the unit type.Methods in org.jfree.chart.axis with parameters of type DateTickUnitTypeModifier and TypeMethodDescriptionprivate 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 DateTickUnitTypeModifierConstructorDescriptionDateTickUnit
(DateTickUnitType unitType, int multiple) Creates a new date tick unit.DateTickUnit
(DateTickUnitType unitType, int multiple, DateFormat formatter) Creates a new date tick unit.DateTickUnit
(DateTickUnitType unitType, int multiple, DateTickUnitType rollUnitType, int rollMultiple, DateFormat formatter) Creates a new unit.