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

Packages that use MarkerStyle
com.sas.graphics.components Provides swing components for producing a variety of graph types. 
com.sas.graphics.components.tilechart

Tile Chart component and its related models. 

 

Uses of MarkerStyle in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return MarkerStyle
 MarkerStyle[] DataElementStyles.getErrorMarkerStyles()
          Returns the Marker attributes used to create the Error data elements in the graph.
 MarkerStyle[] DataElementStyles.getMarkerStyles()
          Returns the Marker attributes used to create the data elements in the graph.
 MarkerStyle DataElementStyles.getMilestoneMarkerStyle()
          Returns the milestone MarkerStyle property.
 MarkerStyle DataElementStyles.getTargetMarkerStyle()
          Returns the target MarkerStyle property.
 

Methods in com.sas.graphics.components with parameters of type MarkerStyle
 void MarkerStyle.apply(MarkerStyle theOtherObject)
          Utility method to convey properties contained in "theOtherObject" to this object.
 void DataElementStyles.setErrorMarkerStyles(MarkerStyle[] newMarkerStyles)
          Marker attributes for Error data elements.
 void DataElementStyles.setMarkerStyles(MarkerStyle[] newMarkerStyles)
          Marker attributes for data elements.
 void DataElementStyles.setMilestoneMarkerStyle(MarkerStyle newMarkerStyle)
          Marker display properties for milestone data elements.
 void DataElementStyles.setTargetMarkerStyle(MarkerStyle newMarkerStyle)
          Marker display properties for target markers.
 

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

Methods in com.sas.graphics.components.tilechart that return MarkerStyle
 MarkerStyle TileChartHighlightModel.getMarkerStyle()
          Deprecated.  
 

Methods in com.sas.graphics.components.tilechart with parameters of type MarkerStyle
 void TileChartHighlightModel.setMarkerStyle(MarkerStyle newMarkerStyle)
          Deprecated.  
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.