org.jfree.chart.axis
public abstract class ValueTick extends Tick
Constructor Summary | |
---|---|
ValueTick(double value, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)
Creates a new value tick.
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Tests this tick for equality with an arbitrary object.
|
double | getValue()
Returns the value.
|
Parameters: value the value. label the label. textAnchor the part of the label that is aligned to the anchor point. rotationAnchor defines the rotation point relative to the label. angle the rotation angle (in radians).
Parameters: obj the object to test (null
permitted).
Returns: A boolean.
Returns: The value.