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
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).static DateTickMarkPositionDateTickMarkPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static DateTickMarkPosition[]DateTickMarkPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.axis with parameters of type DateTickMarkPosition Modifier and Type Method Description voidDateAxis. setTickMarkPosition(DateTickMarkPosition position)Sets the tick mark position (start, middle or end of the time period) and sends anAxisChangeEventto all registered listeners.
-