com.odesys.chart.linechart
Interface LineChartModel

All Superinterfaces:
ChartModel
All Known Implementing Classes:
DefaultLineChartModel

public interface LineChartModel
extends ChartModel

LineChartModel defines the basic data model to be rendered as a Line Chart. It only defines a new update hint constant.


Field Summary
static int STYLE
          Hint constant to be used with the ModelChangedEvent.
 
Fields inherited from interface com.odesys.chart.ChartModel
COLOR, LABEL, SERIES, VALUE
 
Methods inherited from interface com.odesys.chart.ChartModel
addModelChangeListener, fireModelChanged, getSeriesSize, removeModelChangeListener, series
 

Field Detail

STYLE

public static final int STYLE
Hint constant to be used with the ModelChangedEvent.