|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScatterPlotModel | |
---|---|
com.sas.graphics.components.scatterplot | Scatter Plot component and its related models. |
com.sas.servlet.tbeans.graphics | Provides base classes for generating chart objects. |
Uses of ScatterPlotModel in com.sas.graphics.components.scatterplot |
---|
Methods in com.sas.graphics.components.scatterplot that return ScatterPlotModel | |
---|---|
ScatterPlotModel |
ScatterPlot.getGraphModel()
Returns the ScatterPlotModel that encapsulates most of the ScatterPlot's display properties. |
Methods in com.sas.graphics.components.scatterplot with parameters of type ScatterPlotModel | |
---|---|
void |
ScatterPlotModel.apply(ScatterPlotModel theOtherModel)
Utility method to convey properties contained in "theOtherModel" to this object. |
void |
ScatterPlot.setGraphModel(ScatterPlotModel newScatterPlotModel)
Sets a ScatterPlotModel to define most of the ScatterPlot's display properties. |
Uses of ScatterPlotModel in com.sas.servlet.tbeans.graphics |
---|
Methods in com.sas.servlet.tbeans.graphics that return ScatterPlotModel | |
---|---|
ScatterPlotModel |
BaseScatterPlot.getGraphModel()
Returns the ScatterPlotModel that encapsulates most of the ScatterPlot's display properties. |
Methods in com.sas.servlet.tbeans.graphics with parameters of type ScatterPlotModel | |
---|---|
void |
BaseScatterPlot.setGraphModel(ScatterPlotModel newScatterPlotModel)
Sets a ScatterPlotModel to define most of the ScatterPlot's display properties. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |