|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.computation.withaxes.AxisTickCoordinates
A helper class to compute coordinates for Axis Ticks
Method Summary | |
java.lang.Object |
clone()
|
double |
getCoordinate(int index)
Returns the coordinates of specified ticks. |
double |
getEnd()
|
double |
getNormalizedCoordinate(int index)
Returns the normalized tick coordinates. |
double |
getStart()
|
double |
getStep()
|
int |
size()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int size()
public double getStart()
public double getEnd()
public double getStep()
public double getCoordinate(int index)
index
- tick index
public double getNormalizedCoordinate(int index)
index
- tick index
public java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |