Uses of Class
org.jfree.chart.axis.DateTickUnit
-
Uses of DateTickUnit in org.jfree.chart.axis
Modifier and TypeMethodDescriptionDateAxis.calculateHighestVisibleTickValue
(DateTickUnit unit) Calculates the value of the highest visible tick on the axis.DateAxis.calculateLowestVisibleTickValue
(DateTickUnit unit) Calculates the value of the lowest visible tick on the axis.protected Date
DateAxis.nextStandardDate
(Date date, DateTickUnit unit) Returns the first "standard" date (based on the specified field and units).protected Date
DateAxis.previousStandardDate
(Date date, DateTickUnit unit) Returns the previous "standard" date, for a given date and tick unit.void
DateAxis.setTickUnit
(DateTickUnit unit) Sets the tick unit for the axis.void
DateAxis.setTickUnit
(DateTickUnit unit, boolean notify, boolean turnOffAutoSelection) Sets the tick unit attribute and, if requested, sends anAxisChangeEvent
to all registered listeners.