<sas:DashSegment>
The DashSegment tag is used to construct an array of floats to be set on the stroke.
This tag must be nested within a sas:BaseBasicStroke tag.
Syntax
<sas:DashSegment
[id="value"]
[length="java.lang.Double"]>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:DashSegment>
Attributes
id | Case-sensitive name used to identify the object instance. |
---|---|
length | The length to set |
More Information
To view the documentation for the related InformationBean, see java.lang.Double.
If you need to subclass the tag handler class for the sas:DashSegment tag, extend com.sas.taglib.graphics.components.DashSegmentTag.