| java.lang.Object | |
| ↳ | org.jfree.chart.axis.Tick |
Known Direct Subclasses
|
Known Indirect Subclasses
|
The base class used to represent labelled ticks along an axis.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new tick.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of the tick.
| |||||||||||
Tests this tick for equality with an arbitrary object.
| |||||||||||
Returns the angle.
| |||||||||||
Returns the text anchor that defines the point around which the label is
rotated.
| |||||||||||
Returns the text version of the tick value.
| |||||||||||
Returns the text anchor.
| |||||||||||
Returns a string representation of the tick.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new tick.
| text | the formatted version of the tick value. |
|---|---|
| textAnchor | the text anchor (null not permitted). |
| rotationAnchor | the rotation anchor (null not
permitted). |
| angle | the angle. |
Returns a clone of the tick.
| CloneNotSupportedException | if there is a problem cloning. |
|---|
Tests this tick for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
Returns the angle.
Returns the text anchor that defines the point around which the label is rotated.
null).
Returns the text version of the tick value.
null;
Returns the text anchor.
null).