JIDE 3.5.15

com.jidesoft.chart.model
Interface ChartableND

All Superinterfaces:
Chartable, Chartable3D, Comparable<Chartable>
All Known Implementing Classes:
ChartPointND, ChartPointOHLC, RectangularPoint

public interface ChartableND
extends Chartable3D

A chartable that also carries a value for the Z axis

Author:
Simon White (swhite@catalysoft.com)

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

get

Positionable get(int dimension)
By convention,

Parameters:
dimension - the index of the dimension of interest
Returns:
the coordinate value in the specified dimension

getDimensionCount

int getDimensionCount()
Returns the dimensionality of the point; i.e., the number of dimensions that have been set with a value.

Returns:
the number of dimensions of the point

JIDE 3.5.15