Uses of Class
org.jfree.chart.axis.DateTickMarkPosition
-
Packages that use DateTickMarkPosition Package Description org.jfree.chart.axis Axis classes and interfaces. -
-
Uses of DateTickMarkPosition in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as DateTickMarkPosition Modifier and Type Field Description static DateTickMarkPositionDateTickMarkPosition. ENDEnd of period.static DateTickMarkPositionDateTickMarkPosition. MIDDLEMiddle of period.static 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 DateTickMarkPosition Modifier and Type Method Description DateTickMarkPositionDateAxis. getTickMarkPosition()Returns the tick mark position (start, middle or end of the time period).Methods in org.jfree.chart.axis with parameters of type DateTickMarkPosition Modifier and Type Method Description private java.util.DateDateAxis. calculateDateForPosition(RegularTimePeriod period, DateTickMarkPosition position)Returns aDatecorresponding to the specified position within aRegularTimePeriod.private java.util.DateDateAxis. correctTickDateForPosition(java.util.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.
-