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
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.static DateTickUnitTypeDateTickUnitType. valueOf(String name)Returns the enum constant of this type with the specified name.static DateTickUnitType[]DateTickUnitType. values()Returns an array containing the constants of this enum type, in the order they are declared.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.
-