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 DateTickUnitTypeDateTickUnitType. DAYDay.static DateTickUnitTypeDateTickUnitType. HOURHour.static DateTickUnitTypeDateTickUnitType. MILLISECONDMillisecond.static DateTickUnitTypeDateTickUnitType. MINUTEMinute.static DateTickUnitTypeDateTickUnitType. MONTHMonth.private DateTickUnitTypeDateTickUnit. rollUnitTypeThe roll unit type.static DateTickUnitTypeDateTickUnitType. SECONDSecond.private DateTickUnitTypeDateTickUnit. unitTypeThe units.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.Methods in org.jfree.chart.axis with parameters of type DateTickUnitType Modifier and Type Method Description private static longDateTickUnit. 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.
-