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 DateTickMarkPositionDateTickMarkPosition.ENDEnd of period.static final DateTickMarkPositionDateTickMarkPosition.MIDDLEMiddle of period.static final DateTickMarkPositionDateTickMarkPosition.STARTStart of period.private DateTickMarkPositionDateAxis.tickMarkPositionTick 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 DateDateAxis.calculateDateForPosition(RegularTimePeriod period, DateTickMarkPosition position) Returns aDatecorresponding to the specified position within aRegularTimePeriod.private DateDateAxis.correctTickDateForPosition(Date time, DateTickUnit unit, DateTickMarkPosition position) Corrects the given tick date for the position setting.voidDateAxis.setTickMarkPosition(DateTickMarkPosition position) Sets the tick mark position (start, middle or end of the time period) and sends anAxisChangeEventto all registered listeners.