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