|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StrokeLineStyle | |
---|---|
com.sas.graphics.components | Provides swing components for producing a variety of graph types. |
Uses of StrokeLineStyle in com.sas.graphics.components |
---|
Methods in com.sas.graphics.components that return StrokeLineStyle | |
---|---|
StrokeLineStyle |
GraphStyle.getAxisLineStyle()
Returns axis line display attributes. |
StrokeLineStyle |
AxisModel.getAxisLineStyle()
Return the line style attributes for the axis line. |
StrokeLineStyle[] |
DataElementStyles.getErrorLineStyles()
Returns the Line attributes used to create the Error data elements in the graph. |
StrokeLineStyle |
TableAxisModel.getGridLineStyle()
Get the line style for the chart's grid lines. |
StrokeLineStyle |
GraphStyle.getGridLineStyle()
Returns grid line display attributes. |
StrokeLineStyle |
AxisModel.getGridLineStyle()
Returns the line style for grid lines. |
StrokeLineStyle |
ReferenceLineModel.getLineStyle()
Returns the reference line style. |
StrokeLineStyle[] |
DataElementStyles.getLineStyles()
Returns the Line attributes used to create the data elements in the graph. |
Methods in com.sas.graphics.components with parameters of type StrokeLineStyle | |
---|---|
void |
StrokeLineStyle.apply(StrokeLineStyle theOtherModel)
Utility method to convey properties contained in "theOtherObject" to this object. |
void |
GraphStyle.setAxisLineStyle(StrokeLineStyle newLineStyle)
Set axis line display attributes. |
void |
AxisModel.setAxisLineStyle(StrokeLineStyle axisLineStyle)
Set the line style attributes for the axis line. |
void |
DataElementStyles.setErrorLineStyles(StrokeLineStyle[] newLineStyles)
Line attributes for Error data elements. |
void |
TableAxisModel.setGridLineStyle(StrokeLineStyle newLineStyle)
Set the line style for the chart's horizontal grid lines. |
void |
GraphStyle.setGridLineStyle(StrokeLineStyle newLineStyle)
Set the grid line display attributes. |
void |
AxisModel.setGridLineStyle(StrokeLineStyle newLineStyle)
Set the line style for grid lines. |
void |
ReferenceLineModel.setLineStyle(StrokeLineStyle newLineStyle)
Sets the reference line style. |
void |
DataElementStyles.setLineStyles(StrokeLineStyle[] newLineStyles)
Line attributes for data elements. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |