org.jfree.chart.axis
public abstract class Tick extends Object implements Serializable, Cloneable
Constructor Summary | |
---|---|
Tick(String text, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)
Creates a new tick.
|
Method Summary | |
---|---|
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.
|
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.
|
TextAnchor | getTextAnchor()
Returns the text anchor.
|
String | toString()
Returns a string representation of the tick.
|
Parameters: 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.
Returns: A clone.
Throws: CloneNotSupportedException if there is a problem cloning.
Parameters: obj the object (null
permitted).
Returns: A boolean.
Returns: The angle.
Returns: A text anchor (never null
).
Returns: A string (possibly null
;
Returns: The text anchor (never null
).
Returns: A string.