com.odesys.chart.piechart
Interface PieChartModel

All Superinterfaces:
ChartModel
All Known Implementing Classes:
DefaultPieChartModel

public interface PieChartModel
extends ChartModel

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


Field Summary
static int EXPLODED
          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

EXPLODED

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