Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.
@CodeSet(value="sas.platform")
@SASScope(value="ALL")

Package com.sas.graphics.components.scatterplot

Scatter Plot component and its related models.

See:
          Description

Class Summary
ScatterPlot The ScatterPlot component is a Swing component that produces scatter plots that support the visualization of multiple response variables by multiple independent variables.
ScatterPlotDataModel Common superclass for all ScatterPlot DataModels to provide a "type" of data model that can be assigned to a ScatterPlot.
ScatterPlotModel A ScatterPlotModel encapsulates most of a ScatterPlot's visual display properties.
ScatterPlotOLAPDataModel A ScatterPlotOLAPDataModel assigns an OLAPDataSetInterface to a ScatterPlot.
ScatterPlotTableDataModel A ScatterPlotTableDataModel encapsulates relational data from a javax.swing.table.TableModel and maps the TableModel's data columns onto a ScatterPlot component.
 

Package com.sas.graphics.components.scatterplot Description

Scatter Plot component and its related models.


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.