public class AxisTickCoordinates
extends java.lang.Object
implements java.lang.Cloneable
| 限定符和类型 | 方法和说明 |
|---|---|
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. that means the start point is
always zero, and the array lines forward.
|
double |
getStart() |
double |
getStep() |
int |
getTickSlot(double value) |
int |
size() |
public int size()
public double getStart()
public double getEnd()
public double getStep()
public double getCoordinate(int index)
index - tick indexpublic int getTickSlot(double value)
public double getNormalizedCoordinate(int index)
index - tick indexpublic java.lang.Object clone()
clone 在类中 java.lang.ObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.