Uses of Class
org.jfree.chart.axis.TickUnit
Packages that use TickUnit
-
Uses of TickUnit in org.jfree.chart.axis
Subclasses of TickUnit in org.jfree.chart.axisModifier and TypeClassDescriptionclass
A tick unit for use by subclasses ofDateAxis
.class
A numerical tick unit.Methods in org.jfree.chart.axis that return TickUnitModifier 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
.Methods in org.jfree.chart.axis with parameters of type TickUnitModifier 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
Methods in org.jfree.chart.plot that return TickUnitModifier and TypeMethodDescriptionPolarPlot.getAngleTickUnit()
Returns the tick unit that controls the spacing of the angular grid lines.Methods in org.jfree.chart.plot with parameters of type TickUnitModifier 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.