Package com.approximatrix.charting.model

Interface Summary
ChartDataModel This interface defines the methods to access chart data.
ChartDataModelConstraints This interface is used by the rendering algorithm for a coordinate system.
DataSet An interface used to encapsulate the DataSets in a ChartDataModel.
IntegratedImageModel Interface for a data model that can provide an image for rendering by an image renderer.
 

Class Summary
AbstractChartDataModel This class implements the event-handling methods for a chart model.
DefaultChartDataModel Implements a default ChartModel.
DefaultChartDataModelConstraints Implementing the ChartDataModelConstraints this class provides the default implementation for the data model constraints.
DefaultDataSet This is a default DataSet implementation.
EditableChartDataModel Implements an editable ChartModel.
EditableDataSet This is an editable DataSet implementation.
JDBCPlotter The class is used to convert database queries into ChartDataModels.
MultiScatterDataModel Implements a ChartDataModel that is used for plotting true scatter plots where each series can have a different set of independent points.
MultiScatterDataModelConstraints Implements a ChartDataModelConstraint class specifically for the MultiScatterDataModel class.
ObjectChartDataModel The ObjectChartDataModel implements a ChartDataModel for Charts, which have e.g.
ScatterDataModel Implements an EditableChartDataModel that can be used for plotting data that shares the same X-axis points.
StackedChartDataModelConstraints Implementing the ChartDataModelConstraints this class provides an implementation for the data model constraints where the maximum value is the sum of all positive values and the minimum value is the sum of all negative values.
 

Exception Summary
JDBCPlotterException This class encapsulates all JDBCPlotter exceptions.