public class AxisTickCoordinates
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
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 |
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
in class java.lang.Object
Copyright © 2005-2008 Actuate Corp. All rights reserved.