JIDE 3.5.15

com.jidesoft.chart.model
Interface AnnotatedChartModel

All Superinterfaces:
AnnotationModel, ChartModel, Iterable<Chartable>, Named
All Known Implementing Classes:
AbstractDelegatingChartModel, AnnotatedChartModelAdapter, AverageChartModel, ChartableTableModel, DefaultChartModel, FilterableChartModel, SamplingModel, SelectableChartModel, SortedChartModel, SummingChartModel, TableToChartAdapter, TransformingChartModel, TransposingChartModel, WaterfallModelAdapter

public interface AnnotatedChartModel
extends ChartModel, AnnotationModel

A ChartModel that can be annotated

Author:
Simon White (swhite@catalysoft.com)

Method Summary
 
Methods inherited from interface com.jidesoft.chart.model.ChartModel
addChartModelListener, getName, getPoint, getPointCount, isCyclical, removeChartModelListener
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface com.jidesoft.chart.model.AnnotationModel
getAnnotation, getAnnotationCount, isAnnotationsVisible, setAnnotationsVisible
 


JIDE 3.5.15