Uses of Class
org.jfree.chart.axis.DateTickUnit
Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
-
Uses of DateTickUnit in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as DateTickUnit Modifier and Type Field Description static DateTickUnit
DateAxis. DEFAULT_DATE_TICK_UNIT
The default date tick unit.Methods in org.jfree.chart.axis that return DateTickUnit Modifier and Type Method Description DateTickUnit
DateAxis. getTickUnit()
Returns the tick unit for the axis.Methods in org.jfree.chart.axis with parameters of type DateTickUnit Modifier and Type Method Description Date
DateAxis. calculateHighestVisibleTickValue(DateTickUnit unit)
Calculates the value of the highest visible tick on the axis.Date
DateAxis. calculateLowestVisibleTickValue(DateTickUnit unit)
Calculates the value of the lowest visible tick on the axis.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 without any other side effects.