|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractChartDataModel | |
|---|---|
| com.approximatrix.charting.model | |
| com.approximatrix.charting.render | |
| Uses of AbstractChartDataModel in com.approximatrix.charting.model |
|---|
| Subclasses of AbstractChartDataModel in com.approximatrix.charting.model | |
|---|---|
class |
DefaultChartDataModel
Implements a default ChartModel. |
class |
EditableChartDataModel
Implements an editable ChartModel. |
class |
ObjectChartDataModel
The ObjectChartDataModel implements a ChartDataModel for Charts, which have e.g. |
class |
ScatterDataModel
Implements an EditableChartDataModel that can be used for plotting data that shares the same X-axis points. |
| Fields in com.approximatrix.charting.model declared as AbstractChartDataModel | |
|---|---|
protected AbstractChartDataModel |
StackedChartDataModelConstraints.model
The model for which to calculate the constraints. |
protected AbstractChartDataModel |
DefaultChartDataModelConstraints.model
The model for which to calculate the constraints. |
| Constructors in com.approximatrix.charting.model with parameters of type AbstractChartDataModel | |
|---|---|
DefaultChartDataModelConstraints(AbstractChartDataModel model,
int axis)
Creates a new instance of DefaultChartDataModelConstraints |
|
DefaultChartDataModelConstraints(AbstractChartDataModel model,
int axis,
boolean allowManualColScale)
Creates a new instance of DefaultChartDataModelConstraints |
|
StackedChartDataModelConstraints(AbstractChartDataModel model,
int axis)
Creates a new instance of DefaultChartDataModelConstraints |
|
StackedChartDataModelConstraints(AbstractChartDataModel model,
int axis,
boolean allowManualColScale)
Creates a new instance of DefaultChartDataModelConstraints |
|
| Uses of AbstractChartDataModel in com.approximatrix.charting.render |
|---|
| Constructors in com.approximatrix.charting.render with parameters of type AbstractChartDataModel | |
|---|---|
StackedBarChartRenderer(CoordSystem cs,
AbstractChartDataModel model)
Creates new StackedBarChartRenderer |
|
StackedBarChartRenderer(CoordSystem cs,
AbstractChartDataModel model,
float boxWidth)
Creates new StackedBarChartRenderer |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||