Uses of Class
com.sas.graphics.components.LineStyle

Packages that use LineStyle
com.sas.graphics.components Provides swing components for producing a variety of graph types. 
com.sas.graphics.components.lineplot Line Plot component and its related models. 
com.sas.graphics.components.scatterplot Scatter Plot component and its related models. 
com.sas.graphics.components.tilechart

Tile Chart component and its related models. 

 

Uses of LineStyle in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return LineStyle
 LineStyle GraphStyle.getColumnRowAxisLabelCellFrameLineStyle()
           
 LineStyle GraphStyle.getColumnRowAxisValueCellFrameLineStyle()
           
 LineStyle DataElementStyles.getConnectingLineStyle()
          Returns the line attributes for the element Connecting lines.
 LineStyle LegendModel.getFrameLineStyle()
          Gets the visual properties applicable to the frame's line.
 LineStyle GraphStyle.getFrameLineStyle()
          Gets the frame line style Note: null may be returned.
 LineStyle GraphModel.getFrameLineStyle()
          Returns the visual properties applicable to the graph's frame line.
 LineStyle GraphMatrixAxisModel.getFrameLineStyle()
          Deprecated. use getValueCellStyle().getFrameLineStyle();
 LineStyle CellStyle.getFrameLineStyle()
          Returns the cell's frame line display properties.
 LineStyle TickStyle.getLineStyle()
          Get the line attributes of the tick marks.
 LineStyle DataElementStyles.getOutlineLineStyle()
          Returns the line attributes for the element outlines.
 

Methods in com.sas.graphics.components with parameters of type LineStyle
 void LineStyle.apply(LineStyle theOtherObject)
          Utility method to convey properties contained in "theOtherObject" to this object.
 void GraphStyle.setColumnRowAxisLabelCellFrameLineStyle(LineStyle newFrameLineStyle)
           
 void GraphStyle.setColumnRowAxisValueCellFrameLineStyle(LineStyle newFrameLineStyle)
           
 void DataElementStyles.setConnectingLineStyle(LineStyle newConnectingLineStyle)
          Set the line attributes for the element Connecting lines.
 void LegendModel.setFrameLineStyle(LineStyle newFrameLineStyle)
          Sets the visual properties applicable to the frame's line.
 void GraphStyle.setFrameLineStyle(LineStyle newFrameLineStyle)
          Sets the frame line style Note: this property can be null.
 void GraphModel.setFrameLineStyle(LineStyle newFrameLineStyle)
          Sets the visual properties applicable to the graph's frame line.
 void GraphMatrixAxisModel.setFrameLineStyle(LineStyle newFrameLineStyle)
          Deprecated. use getValueCellStyle().setFrameLineStyle(LineStyle);
 void CellStyle.setFrameLineStyle(LineStyle newLineStyle)
          Set the cell's frame line display properties.
 void TickStyle.setLineStyle(LineStyle newLineStyle)
          Set the line attributes of the tick marks.
 void DataElementStyles.setOutlineLineStyle(LineStyle newOutlineLineStyle)
          Set the line attributes for the element outlines.
 

Constructors in com.sas.graphics.components with parameters of type LineStyle
CellStyle(java.awt.Color[] backgroundColors, LineStyle frameLineStyle)
           
CellStyle(java.awt.Color backgroundColor, LineStyle frameLineStyle)
           
ClassificationCellStyle(java.awt.Color[] backgroundColors, LineStyle frameLineStyle)
           
ClassificationCellStyle(java.awt.Color backgroundColor, LineStyle frameLineStyle)
           
 

Uses of LineStyle in com.sas.graphics.components.lineplot
 

Methods in com.sas.graphics.components.lineplot that return LineStyle
 LineStyle LinePlotModel.getNeedleLineStyle()
          Return the line appearance properties (color and thickness) that is applied to the needles attached to the markers.
 

Methods in com.sas.graphics.components.lineplot with parameters of type LineStyle
 void LinePlotModel.setNeedleLineStyle(LineStyle newNeedleLineStyle)
          Set the needle appearance properties (color, thickness) that is applied to the needles on the marker elements.
 

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

Methods in com.sas.graphics.components.scatterplot that return LineStyle
 LineStyle ScatterPlotModel.getNeedleLineStyle()
          Return the line appearance properties (color and thickness) that is applied to the needles attached to the markers.
 

Methods in com.sas.graphics.components.scatterplot with parameters of type LineStyle
 void ScatterPlotModel.setNeedleLineStyle(LineStyle newNeedleLineStyle)
          Set the needle appearance properties (color, thickness) that is applied to the needles on the marker elements.
 

Uses of LineStyle in com.sas.graphics.components.tilechart
 

Methods in com.sas.graphics.components.tilechart that return LineStyle
 LineStyle TileChartHighlightModel.getOutline()
          Deprecated.  
 LineStyle TileChartModel.getOutlineLineStyle(int level)
          Returns the line style of the tile outline for the specified category level.
 LineStyle TileChartHighlightModel.getSecondaryOutline()
          Deprecated.  
 

Methods in com.sas.graphics.components.tilechart with parameters of type LineStyle
 void TileChartModel.putOutlineLineStyle(LineStyle style, int level)
          Sets the line properties of the tile outline for the specified category level.
 void TileChartHighlightModel.setOutline(LineStyle newOutline)
          Deprecated.  
 void TileChartHighlightModel.setSecondaryOutline(LineStyle newSecondaryOutline)
          Deprecated.  
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.