| java.lang.Object | ||
| ↳ | org.jfree.chart.axis.Tick | |
| ↳ | org.jfree.chart.axis.CategoryTick | |
A tick for a CategoryAxis.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new tick.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests this category tick for equality with an arbitrary object.
| |||||||||||
Returns the category.
| |||||||||||
Returns the label.
| |||||||||||
Returns the label anchor.
| |||||||||||
Returns a hash code for this object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.axis.Tick
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new tick.
| category | the category. |
|---|---|
| label | the label. |
| labelAnchor | the label anchor. |
| rotationAnchor | the rotation anchor. |
| angle | the rotation angle (in radians). |
Tests this category tick for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
Returns the label.
Returns the label anchor.
Returns a hash code for this object.