Uses of Class
com.sas.graphics.components.scatterplot.ScatterPlotTableDataModel

Packages that use ScatterPlotTableDataModel
com.sas.graphics.components.scatterplot Scatter Plot component and its related models. 
com.sas.servlet.tbeans.graphics.html Provides classes for generating different chart objects. 
 

Uses of ScatterPlotTableDataModel in com.sas.graphics.components.scatterplot
 

Methods in com.sas.graphics.components.scatterplot with parameters of type ScatterPlotTableDataModel
 void ScatterPlotTableDataModel.apply(ScatterPlotTableDataModel theOtherModel)
          Utility method to convey properties contained in "theOtherObject" to this object.
 

Uses of ScatterPlotTableDataModel in com.sas.servlet.tbeans.graphics.html
 

Methods in com.sas.servlet.tbeans.graphics.html that return ScatterPlotTableDataModel
 ScatterPlotTableDataModel ScatterPlotComposite.getDataModel()
          Returns the model on the viewer.
 

Methods in com.sas.servlet.tbeans.graphics.html with parameters of type ScatterPlotTableDataModel
 void ScatterPlotComposite.setDataModel(ScatterPlotTableDataModel dataModel)
          Sets the model on the viewer.
 void ScatterPlot.setDataModel(ScatterPlotTableDataModel dataModel)
          Sets the model on the viewer.
 

Constructors in com.sas.servlet.tbeans.graphics.html with parameters of type ScatterPlotTableDataModel
ScatterPlot(ScatterPlotTableDataModel dataModel)
           
ScatterPlotComposite(ScatterPlotTableDataModel model)
          Construct a new ScatterPlotComposite object
ScatterPlotComposite(ScatterPlotTableDataModel dataModel, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Construct a new ScatterPlotComposite object
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.