JIDE 3.5.15

com.jidesoft.chart.model
Interface Chartable3D

All Superinterfaces:
Chartable, Comparable<Chartable>
All Known Subinterfaces:
ChartableND
All Known Implementing Classes:
ChartPoint3D, ChartPointND, ChartPointOHLC, RectangularPoint

public interface Chartable3D
extends Chartable

A chartable that also carries a value for the Z axis

Author:
Simon White (swhite@catalysoft.com)

Method Summary
 Positionable getZ()
          Gets the z coordinate of the Chartable object
 
Methods inherited from interface com.jidesoft.chart.model.Chartable
getX, getY
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getZ

Positionable getZ()
Gets the z coordinate of the Chartable object

Returns:
the z coordinate

JIDE 3.5.15