Uses of Class
com.approximatrix.charting.render.RowColorModel

Packages that use RowColorModel
com.approximatrix.charting   
com.approximatrix.charting.render   
 

Uses of RowColorModel in com.approximatrix.charting
 

Fields in com.approximatrix.charting declared as RowColorModel
protected  RowColorModel Legend.rcm
           
protected  RowColorModel AbstractChart.rcModel
           
 

Methods in com.approximatrix.charting that return RowColorModel
 RowColorModel Legend.getRowColorModel()
          Returns the RowColorModel of the DataModel.
 RowColorModel AbstractChart.getRowColorModel()
          Returns the RowColorModel for this chart.
 

Methods in com.approximatrix.charting with parameters of type RowColorModel
 void Legend.setRowColorModel(RowColorModel rcm)
          Defines the RowColorModel of the DataModel.
 void AbstractChart.setRowColorModel(RowColorModel rcm)
          Sets the RowColorModel for this chart.
 

Constructors in com.approximatrix.charting with parameters of type RowColorModel
Legend(RowColorModel rcm)
          Creates a Legend with the given Strings and Colors.
 

Uses of RowColorModel in com.approximatrix.charting.render
 

Fields in com.approximatrix.charting.render declared as RowColorModel
private static RowColorModel RowColorModel.instance
           
protected  RowColorModel MultiScatterChartRenderer.rcm
           
protected  RowColorModel AbstractChartRenderer.rcm
           
 

Methods in com.approximatrix.charting.render that return RowColorModel
static RowColorModel RowColorModel.getInstance(ChartDataModel model)
          Deprecated.  
 RowColorModel MultiScatterChartRenderer.getRowColorModel()
          Returns the RowColorModel currently in use.
 RowColorModel AbstractChartRenderer.getRowColorModel()
          Returns the RowColorModel currently in use.
 

Methods in com.approximatrix.charting.render with parameters of type RowColorModel
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
 void MultiScatterChartRenderer.setRowColorModel(RowColorModel rcm)
          Sets a RowColorModel to define the correlation of row titles and colors used for the Legend.
 void AbstractChartRenderer.setRowColorModel(RowColorModel rcm)
          Sets a RowColorModel to define the correlation of row titles and colors used for the Legend.