Uses of Class
org.jfree.chart.axis.TickUnit
| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of TickUnit in org.jfree.chart.axis
Subclasses of TickUnit in org.jfree.chart.axis Modifier and Type Class Description classDateTickUnitA tick unit for use by subclasses ofDateAxis.classNumberTickUnitA numerical tick unit.Methods in org.jfree.chart.axis that return TickUnit Modifier and Type Method Description TickUnitTickUnits. get(int pos)Returns the tickunit on the given position.TickUnitNumberTickUnitSource. getCeilingTickUnit(double size)TickUnitNumberTickUnitSource. getCeilingTickUnit(TickUnit unit)TickUnitStandardTickUnitSource. getCeilingTickUnit(double size)Returns the tick unit in the collection that is greater than or equal to the specified size.TickUnitStandardTickUnitSource. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitTickUnits. getCeilingTickUnit(double size)Returns the tick unit in the collection that is greater than or equal to the specified size.TickUnitTickUnits. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitTickUnitSource. getCeilingTickUnit(double size)Returns the smallest tick unit available in the source that is greater than or equal to the specified size.TickUnitTickUnitSource. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitNumberTickUnitSource. getLargerTickUnit(TickUnit unit)TickUnitStandardTickUnitSource. getLargerTickUnit(TickUnit unit)Returns a tick unit that is larger than the supplied unit.TickUnitTickUnits. getLargerTickUnit(TickUnit unit)Returns a tick unit that is larger than the supplied unit.TickUnitTickUnitSource. getLargerTickUnit(TickUnit unit)Returns the smallest tick unit available in the source that is larger thanunitor, if there is no larger unit, returnsunit.Methods in org.jfree.chart.axis with parameters of type TickUnit Modifier and Type Method Description voidTickUnits. add(TickUnit unit)Adds a tick unit to the collection.protected doubleLogAxis. estimateMaximumTickLabelWidth(Graphics2D g2, TickUnit unit)Estimates the maximum width of the tick labels, assuming the specified tick unit is used.protected doubleNumberAxis. estimateMaximumTickLabelWidth(Graphics2D g2, TickUnit unit)Estimates the maximum width of the tick labels, assuming the specified tick unit is used.TickUnitNumberTickUnitSource. getCeilingTickUnit(TickUnit unit)TickUnitStandardTickUnitSource. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitTickUnits. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitTickUnitSource. getCeilingTickUnit(TickUnit unit)Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.TickUnitNumberTickUnitSource. getLargerTickUnit(TickUnit unit)TickUnitStandardTickUnitSource. getLargerTickUnit(TickUnit unit)Returns a tick unit that is larger than the supplied unit.TickUnitTickUnits. getLargerTickUnit(TickUnit unit)Returns a tick unit that is larger than the supplied unit.TickUnitTickUnitSource. getLargerTickUnit(TickUnit unit)Returns the smallest tick unit available in the source that is larger thanunitor, if there is no larger unit, returnsunit. -
Uses of TickUnit in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return TickUnit Modifier and Type Method Description TickUnitPolarPlot. getAngleTickUnit()Returns the tick unit that controls the spacing of the angular grid lines.Methods in org.jfree.chart.plot with parameters of type TickUnit Modifier and Type Method Description voidPolarPlot. setAngleTickUnit(TickUnit unit)Sets the tick unit that controls the spacing of the angular grid lines, and sends aPlotChangeEventto all registered listeners.