Uses of Class
org.jfree.chart.axis.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 DateTickUnitTypeDateTickUnitType. DAYDay.static DateTickUnitTypeDateTickUnitType. HOURHour.static DateTickUnitTypeDateTickUnitType. MILLISECONDMillisecond.static DateTickUnitTypeDateTickUnitType. MINUTEMinute.static DateTickUnitTypeDateTickUnitType. MONTHMonth.static DateTickUnitTypeDateTickUnitType. SECONDSecond.static DateTickUnitTypeDateTickUnitType. YEARYear.Methods in org.jfree.chart.axis that return DateTickUnitType Modifier and Type Method Description DateTickUnitTypeDateTickUnit. getRollUnitType()Returns the roll unit type.DateTickUnitTypeDateTickUnit. getUnitType()Returns the unit type.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, DateFormat formatter)Creates a new date tick unit.DateTickUnit(DateTickUnitType unitType, int multiple, DateTickUnitType rollUnitType, int rollMultiple, DateFormat formatter)Creates a new unit.