JIDE 3.4.0

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()
           
 
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 -
Returns:
the coordinate value in the specified dimension

getDimensionCount

int getDimensionCount()

JIDE 3.4.0