<sas:FloorFillStyle>

The FillStyle tag encapsulates the attributes specific to a fill style associated with the floor of an axis.

This tag must be nested within a sas:AxisWallModel or sas:GraphStyle tag.

Syntax

<sas:FloorFillStyle
   [fillType="SolidColor|Gradient|Image|ImageColorBlend|ImageGradientBlend"]
   [gradientBlendBeginColor="java.lang.String"]
   [gradientBlendEndColor="java.lang.String"]
   [gradientFillBeginColor="java.lang.String"]
   [gradientFillEndColor="java.lang.String"]
   [gradientFill="LeftToRight|BottomToTop|FrontToBack|DiagonalUp|DiagonalDown"]
   [id="value"]
   [imageFillColor="java.lang.String"]
   [imageFill="Stretch|Tile|Point|Center|Top|TopLeft|TopRight|Bottom|BottomLeft|BottomRight"]
   [imageIcon="java.lang.String"]
   [solidBlendColor="java.lang.String"]
   [solidFillColor="java.lang.String"]
   [visible="java.lang.Boolean"]
   [x="java.lang.Integer"]
   [y="java.lang.Integer"]>
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:SetProperty> tags...]
</sas:FloorFillStyle>

Attributes

fillTypeThe fillType to set
gradientBlendBeginColorThe gradientBlendBeginColor to set
gradientBlendEndColorThe gradientBlendEndColor to set
gradientFillBeginColorThe gradientFillBeginColor to set
gradientFillEndColorThe gradientFillEndColor to set
gradientFillThe gradientFill to set
idCase-sensitive name used to identify the object instance.
imageFillColorThe imageFillColor to set
imageFillThe imageFill to set
imageIconThe image to set
solidBlendColorThe solidBlendColor to set
solidFillColorThe solidFillColor to set
visibleThe visible to set
xThe x to set
yThe y to set

More Information

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

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