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

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

Uses of ShadowStyle in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return ShadowStyle
 ShadowStyle GraphStyle.asTextShadowStyle()
          Extracts the applied shadow on the graph style's text elements, if it is consistent (that is if they all still match).
 ShadowStyle GraphStyle.getLegendShadowStyle()
          Returns the ShadowStyle attributes used on legends.
 ShadowStyle TextStyle.getShadowStyle()
          Returns the text's drop shadow style.
 ShadowStyle LegendModel.getShadowStyle()
          Returns the shadow style of the legend border.
 

Methods in com.sas.graphics.components with parameters of type ShadowStyle
 void ShadowStyle.apply(ShadowStyle theOtherObject)
          Utility method to convey properties contained in "theOtherObject" to this object.
 void GraphStyle.applyTextShadowStyle(ShadowStyle newShadowStyle)
          Sets the shadow on the graph style's text elements.
 void GraphStyle.setLegendShadowStyle(ShadowStyle newShadowStyle)
          Set the ShadowStyle attributes used on legends.
 void TextStyle.setShadowStyle(ShadowStyle newShadow)
          Set the text's drop shadow style.
 void LegendModel.setShadowStyle(ShadowStyle newShadow)
          Set the shadow attributes for the legend's shadow.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.