|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.axis.Tick
Represents the dimensions of a tick on an axis (used during the process of drawing a chart, but not retained).
Constructor Summary | |
Tick(java.lang.String text,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new tick. |
Method Summary | |
java.lang.Object |
clone()
Clone the object values too if possible |
double |
getAngle()
Returns the angle. |
org.jfree.ui.TextAnchor |
getRotationAnchor()
Returns the rotation anchor. |
java.lang.String |
getText()
Returns the text version of the tick value. |
org.jfree.ui.TextAnchor |
getTextAnchor()
Returns the text anchor. |
java.lang.String |
toString()
Returns a string representation of the tick. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Tick(java.lang.String text, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)
text
- the formatted version of the tick value.textAnchor
- the text anchor.rotationAnchor
- the rotation anchor.angle
- the angle.Method Detail |
public java.lang.String getText()
public org.jfree.ui.TextAnchor getTextAnchor()
public org.jfree.ui.TextAnchor getRotationAnchor()
public double getAngle()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
Object.clone()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |