<sas:ShadowStyle>

The ShadowStyle tag encapsulates the visual attributes specific to a shadow style.

This tag must be nested within a sas:LegendModel or sas:TextStyle tag.

Syntax

<sas:ShadowStyle
   [color="java.lang.String"]
   [id="value"]
   [offsetX="java.lang.String"]
   [offsetY="java.lang.String"]
   [softness="java.lang.Double"]
   [visible="java.lang.Boolean"]>
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:SetProperty> tags...]
</sas:ShadowStyle>

Attributes

colorThe color to set
idCase-sensitive name used to identify the object instance.
offsetXThe offsetX to set
offsetYThe offsetY to set
softnessrange of 0.0-1.0 with 1.0 being the same as NO fuzziness.
visibleThe visible to set

More Information

To view the documentation for the related InformationBean, see com.sas.graphics.components.ShadowStyle.

If you need to subclass the tag handler class for the sas:ShadowStyle tag, extend com.sas.taglib.graphics.components.ShadowStyleTag.