public abstract class Tick extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Tick(String text,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new tick.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of the tick.
|
boolean |
equals(Object obj)
Tests this tick for equality with an arbitrary object.
|
double |
getAngle()
Returns the angle.
|
org.jfree.ui.TextAnchor |
getRotationAnchor()
Returns the text anchor that defines the point around which the label is
rotated.
|
String |
getText()
Returns the text version of the tick value.
|
org.jfree.ui.TextAnchor |
getTextAnchor()
Returns the text anchor.
|
String |
toString()
Returns a string representation of the tick.
|
public Tick(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 (null
not permitted).rotationAnchor
- the rotation anchor (null
not
permitted).angle
- the angle.public String getText()
null
);public org.jfree.ui.TextAnchor getTextAnchor()
null
).public org.jfree.ui.TextAnchor getRotationAnchor()
null
).public double getAngle()
public boolean equals(Object obj)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
- if there is a problem cloning.Jas4pp 1.5 © Java Analysis Studio for Particle Physics