<sas-g: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-g:BaseBasicStroke tag.
Syntax
<sas-g:DashSegment
[id="value"]
[length="java.lang.Double"]>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g: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-g:DashSegment tag, extend com.sas.taglib.graphics.components.DashSegmentTag.