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

Packages that use ScatterDataModel
com.approximatrix.charting.render   
com.approximatrix.charting.test   
 

Uses of ScatterDataModel in com.approximatrix.charting.render
 

Methods in com.approximatrix.charting.render with parameters of type ScatterDataModel
private  void ScatterChartRenderer.drawline(ScatterDataModel m, RowColorModel rcm, java.awt.geom.AffineTransform yaxis1, int set, java.awt.Graphics2D g)
          Performs the line drawing for a given data set if called
private  void ScatterChartRenderer.drawmarkers(ScatterDataModel m, RowColorModel rcm, java.awt.geom.AffineTransform yaxis1, int set, java.awt.Graphics2D g)
          Performs the drawing point markers for a given data set if called
 

Uses of ScatterDataModel in com.approximatrix.charting.test
 

Fields in com.approximatrix.charting.test declared as ScatterDataModel
(package private)  ScatterDataModel GraphFrame.data