Uses of Class
org.jfree.chart.axis.DateTickMarkPosition
Packages that use DateTickMarkPosition
-
Uses of DateTickMarkPosition in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as DateTickMarkPositionModifier and TypeFieldDescriptionstatic final DateTickMarkPosition
DateTickMarkPosition.END
End of period.static final DateTickMarkPosition
DateTickMarkPosition.MIDDLE
Middle of period.static final DateTickMarkPosition
DateTickMarkPosition.START
Start of period.private DateTickMarkPosition
DateAxis.tickMarkPosition
Tick marks can be displayed at the start or the middle of the time period.Methods in org.jfree.chart.axis that return DateTickMarkPositionModifier and TypeMethodDescriptionDateAxis.getTickMarkPosition()
Returns the tick mark position (start, middle or end of the time period).Methods in org.jfree.chart.axis with parameters of type DateTickMarkPositionModifier and TypeMethodDescriptionprivate Date
DateAxis.calculateDateForPosition
(RegularTimePeriod period, DateTickMarkPosition position) Returns aDate
corresponding to the specified position within aRegularTimePeriod
.private Date
DateAxis.correctTickDateForPosition
(Date time, DateTickUnit unit, DateTickMarkPosition position) Corrects the given tick date for the position setting.void
DateAxis.setTickMarkPosition
(DateTickMarkPosition position) Sets the tick mark position (start, middle or end of the time period) and sends anAxisChangeEvent
to all registered listeners.