Uses of Class
org.jfree.chart.axis.TickUnit
Package
Description
Axis classes and interfaces.
Plot classes and related interfaces.
-
Uses of TickUnit in org.jfree.chart.axis
Modifier and TypeClassDescriptionclass
A tick unit for use by subclasses ofDateAxis
.class
A numerical tick unit.Modifier and TypeMethodDescriptionTickUnits.get
(int pos) Returns the tickunit on the given position.NumberTickUnitSource.getCeilingTickUnit
(double size) NumberTickUnitSource.getCeilingTickUnit
(TickUnit unit) StandardTickUnitSource.getCeilingTickUnit
(double size) Returns the tick unit in the collection that is greater than or equal to the specified size.StandardTickUnitSource.getCeilingTickUnit
(TickUnit unit) Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnits.getCeilingTickUnit
(double size) Returns the tick unit in the collection that is greater than or equal to the specified size.TickUnits.getCeilingTickUnit
(TickUnit unit) Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitSource.getCeilingTickUnit
(double size) Returns the smallest tick unit available in the source that is greater than or equal to the specified size.TickUnitSource.getCeilingTickUnit
(TickUnit unit) Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.NumberTickUnitSource.getLargerTickUnit
(TickUnit unit) StandardTickUnitSource.getLargerTickUnit
(TickUnit unit) Returns a tick unit that is larger than the supplied unit.TickUnits.getLargerTickUnit
(TickUnit unit) Returns a tick unit that is larger than the supplied unit.TickUnitSource.getLargerTickUnit
(TickUnit unit) Returns the smallest tick unit available in the source that is larger thanunit
or, if there is no larger unit, returnsunit
.Modifier and TypeMethodDescriptionvoid
Adds a tick unit to the collection.protected double
LogAxis.estimateMaximumTickLabelWidth
(Graphics2D g2, TickUnit unit) Estimates the maximum width of the tick labels, assuming the specified tick unit is used.protected double
NumberAxis.estimateMaximumTickLabelWidth
(Graphics2D g2, TickUnit unit) Estimates the maximum width of the tick labels, assuming the specified tick unit is used.NumberTickUnitSource.getCeilingTickUnit
(TickUnit unit) StandardTickUnitSource.getCeilingTickUnit
(TickUnit unit) Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnits.getCeilingTickUnit
(TickUnit unit) Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitSource.getCeilingTickUnit
(TickUnit unit) Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.NumberTickUnitSource.getLargerTickUnit
(TickUnit unit) StandardTickUnitSource.getLargerTickUnit
(TickUnit unit) Returns a tick unit that is larger than the supplied unit.TickUnits.getLargerTickUnit
(TickUnit unit) Returns a tick unit that is larger than the supplied unit.TickUnitSource.getLargerTickUnit
(TickUnit unit) Returns the smallest tick unit available in the source that is larger thanunit
or, if there is no larger unit, returnsunit
. -
Uses of TickUnit in org.jfree.chart.plot
Modifier and TypeMethodDescriptionPolarPlot.getAngleTickUnit()
Returns the tick unit that controls the spacing of the angular grid lines.Modifier and TypeMethodDescriptionvoid
PolarPlot.setAngleTickUnit
(TickUnit unit) Sets the tick unit that controls the spacing of the angular grid lines, and sends aPlotChangeEvent
to all registered listeners.