|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.axis.Tick
org.jfree.chart.axis.CategoryTick
A tick for a CategoryAxis
.
Constructor Summary | |
CategoryTick(java.lang.Comparable category,
TextBlock label,
TextBlockAnchor labelAnchor,
TextAnchor rotationAnchor,
double angle)
Creates a new tick. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Tests this category tick for equality with an arbitrary object. |
java.lang.Comparable |
getCategory()
Returns the category. |
TextBlock |
getLabel()
Returns the label. |
TextBlockAnchor |
getLabelAnchor()
Returns the label anchor. |
Methods inherited from class org.jfree.chart.axis.Tick |
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CategoryTick(java.lang.Comparable category, TextBlock label, TextBlockAnchor labelAnchor, TextAnchor rotationAnchor, double angle)
category
- the category.label
- the label.labelAnchor
- the label anchor.rotationAnchor
- the rotation anchor.angle
- the rotation angle (in radians).Method Detail |
public java.lang.Comparable getCategory()
public TextBlock getLabel()
public TextBlockAnchor getLabelAnchor()
public boolean equals(java.lang.Object obj)
equals
in class Tick
obj
- the object (null
permitted).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |