|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.chart.axis.Tick
org.jfree.chart.axis.ValueTick
public abstract class ValueTick
A value tick.
| Constructor Summary | |
|---|---|
ValueTick(double value,
java.lang.String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new value tick. |
|
ValueTick(TickType tickType,
double value,
java.lang.String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new value tick. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests this tick for equality with an arbitrary object. |
TickType |
getTickType()
Returns the tick type (major or minor). |
double |
getValue()
Returns the value. |
| Methods inherited from class org.jfree.chart.axis.Tick |
|---|
clone, getAngle, getRotationAnchor, getText, getTextAnchor, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValueTick(double value,
java.lang.String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
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).
public ValueTick(TickType tickType,
double value,
java.lang.String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
tickType - the tick type (major or minor).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).| Method Detail |
|---|
public double getValue()
public TickType getTickType()
public boolean equals(java.lang.Object obj)
equals in class Tickobj - the object to test (null permitted).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||