Uses of Class
com.approximatrix.charting.model.MultiScatterDataModel

Packages that use MultiScatterDataModel
com.approximatrix.charting.model   
com.approximatrix.charting.render   
 

Uses of MultiScatterDataModel in com.approximatrix.charting.model
 

Fields in com.approximatrix.charting.model declared as MultiScatterDataModel
(package private)  MultiScatterDataModel MultiScatterDataModelConstraints.model
          The internal pointer to the corresponding data model
 

Constructors in com.approximatrix.charting.model with parameters of type MultiScatterDataModel
MultiScatterDataModelConstraints(MultiScatterDataModel model)
          Constructor requiring a data model to be specified
 

Uses of MultiScatterDataModel in com.approximatrix.charting.render
 

Fields in com.approximatrix.charting.render declared as MultiScatterDataModel
protected  MultiScatterDataModel MultiScatterChartRenderer.model
           
 

Constructors in com.approximatrix.charting.render with parameters of type MultiScatterDataModel
MultiScatterChartRenderer(CoordSystem cs, MultiScatterDataModel model)
          Creates new LineChartRenderer