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