|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartableND
A chartable that also carries a value for the Z axis
Method Summary | |
---|---|
Positionable |
get(int dimension)
By convention, Dimension 0 is X Dimension 1 is Y Dimension 2 is Z |
int |
getDimensionCount()
Returns the dimensionality of the point; i.e., the number of dimensions that have been set with a value. |
Methods inherited from interface com.jidesoft.chart.model.Chartable3D |
---|
getZ |
Methods inherited from interface com.jidesoft.chart.model.Chartable |
---|
getX, getY |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
Positionable get(int dimension)
dimension
- the index of the dimension of interest
int getDimensionCount()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |