java.lang.Object | |
↳ | org.jfree.chart.axis.AxisState |
Instances of this class are used to carry state information for an axis during the drawing process. By retaining this information in a separate object, it is possible for multiple threads to draw the same axis to different output targets (each drawing will maintain separate state information).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new axis state.
| |||||||||||
Creates a new axis state.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Moves the cursor down by the specified number of Java 2D units.
| |||||||||||
Moves the cursor left by the specified number of Java 2D units.
| |||||||||||
Moves the cursor right by the specified number of Java 2D units.
| |||||||||||
Moves the cursor up by the specified number of Java 2D units.
| |||||||||||
Returns the cursor position.
| |||||||||||
Returns the maximum width/height.
| |||||||||||
Returns the list of ticks.
| |||||||||||
Moves the cursor outwards by the specified number of units.
| |||||||||||
Sets the cursor position.
| |||||||||||
Sets the maximum width/height.
| |||||||||||
Sets the list of ticks.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new axis state.
Creates a new axis state.
cursor | the cursor. |
---|
Moves the cursor down by the specified number of Java 2D units.
units | the units. |
---|
Moves the cursor left by the specified number of Java 2D units.
units | the units. |
---|
Moves the cursor right by the specified number of Java 2D units.
units | the units. |
---|
Moves the cursor up by the specified number of Java 2D units.
units | the units. |
---|
Returns the cursor position.
Returns the maximum width/height.
Moves the cursor outwards by the specified number of units.
units | the units. |
---|---|
edge | the edge. |
Sets the cursor position.
cursor | the cursor position. |
---|
Sets the maximum width/height.
max | the maximum width/height. |
---|