Uses of Class
org.jfree.chart.axis.DateTickUnit
Packages that use DateTickUnit
-
Uses of DateTickUnit in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as DateTickUnitModifier and TypeFieldDescriptionstatic final DateTickUnit
DateAxis.DEFAULT_DATE_TICK_UNIT
Deprecated.As pointed out in bug #977, the SimpleDateFormat in this object uses Calendar which is not thread safe...so you should avoid reusing this instance and create a new instance as required.private DateTickUnit
DateAxis.tickUnit
The current tick unit.Methods in org.jfree.chart.axis that return DateTickUnitMethods in org.jfree.chart.axis with parameters of type DateTickUnitModifier 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.private Date
DateAxis.correctTickDateForPosition
(Date time, DateTickUnit unit, DateTickMarkPosition position) Corrects the given tick date for the position setting.private double
DateAxis.estimateMaximumTickLabelHeight
(Graphics2D g2, DateTickUnit unit) Estimates the maximum width of the tick labels, assuming the specified tick unit is used.private double
DateAxis.estimateMaximumTickLabelWidth
(Graphics2D g2, DateTickUnit unit) Estimates the maximum width of the tick labels, assuming the specified tick unit is used.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.