JIDE 3.4.0

com.jidesoft.chart.model
Interface LeanChartModel

All Superinterfaces:
ChartModel, Iterable<Chartable>, Named
All Known Implementing Classes:
LeanMemoryChartModel

public interface LeanChartModel
extends ChartModel


Method Summary
 double[] getPointPositions(int n)
           
 
Methods inherited from interface com.jidesoft.chart.model.ChartModel
addChartModelListener, getName, getPoint, getPointCount, isCyclical, removeChartModelListener
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getPointPositions

double[] getPointPositions(int n)

JIDE 3.4.0