|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.axis.CategoryLabelPosition
The attributes that control the position of the labels for the categories on a
CategoryAxis
.
Instances of this class are immutable and other JFreeChart classes rely upon this.
Constructor Summary | |
CategoryLabelPosition()
Creates a new position record with default settings. |
|
CategoryLabelPosition(org.jfree.ui.RectangleAnchor categoryAnchor,
org.jfree.text.TextBlockAnchor labelAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new position record. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Tests an object for equality with this instance. |
double |
getAngle()
Returns the angle of rotation for the label. |
org.jfree.ui.RectangleAnchor |
getCategoryAnchor()
Returns the item label anchor. |
org.jfree.text.TextBlockAnchor |
getLabelAnchor()
Returns the text block anchor. |
org.jfree.ui.TextAnchor |
getRotationAnchor()
Returns the rotation anchor point. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CategoryLabelPosition()
public CategoryLabelPosition(org.jfree.ui.RectangleAnchor categoryAnchor, org.jfree.text.TextBlockAnchor labelAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)
categoryAnchor
- the category anchor.labelAnchor
- the label anchor.rotationAnchor
- the rotation anchor.angle
- the rotation angle.Method Detail |
public org.jfree.ui.RectangleAnchor getCategoryAnchor()
public org.jfree.text.TextBlockAnchor getLabelAnchor()
public org.jfree.ui.TextAnchor getRotationAnchor()
public double getAngle()
public boolean equals(java.lang.Object object)
object
- the object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |