Package com.odesys.chart

Interface Summary
ChartElement Interface that should be implemented by all chart elements (e.g.
ChartModel This interface is used by the charts to access the data that needs to be shown.
ModelChangeListener The listener interface for receiving model change events.
Series The common interface of all data series.
 

Class Summary
Axis This class represents a coordinate axis.
AxisMark This class represents a single mark of an Axis
AxisPositioner AxisPositioner helps position the axis in a way that as many as possible of the constraints are satisfied.
Chart Chart is the abstract superclass of all charts.
ChartView ChartView is the abstract superclass of all chart views.
DefaultChartModel This is the abstract superclass of all default ChartModel implementations.
DefaultElement DefaultElement is the superclass of all default ChartElement implementations.
DefaultSeries This class is a default implementation of the Series interface.
DepthOrderedDrawable This is the abstract superclass of all drawable (visible) elements of the charts.
Grid Grid is a helper class that draws a coordinate grid.
LabelHelper LabelHelper is used internaly to draw the labels of the Charts.
LegendItem LegendItem represens a single item in the LegendView.
LegendView LegendView is a ChartView subclass that draws a Legend based on the Series of its ChartModel.
ModelChangedEvent ModelChangedEvent is fired by the ChartModels to notify their listeners of changes in the model.