<sas:BasicStroke>
The BasicStroke tag encapsulates the attributes specific to a BasicStroke.
This tag must be nested within a sas:StrokeLineStyle tag.
Syntax
<sas:BasicStroke
[dashPhase="java.lang.Double"]
[dashSegmentsChanged="true|false"]
[endCap="Butt|Round|Square"]
[id="value"]
[lineJoin="Bevel|Miter|Round"]
[lineWidth="java.lang.Double"]
[miterLimit="java.lang.Double"]>
[<sas:DashSegment ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:DashSegment>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:DashSegment>, <sas:SetProperty> tags...]
</sas:BasicStroke>
Attributes
dashPhase | The dashPhase to set |
---|---|
dashSegmentsChanged | The dashSegmentChanged to set |
endCap | The endCap to set |
id | Case-sensitive name used to identify the object instance. |
lineJoin | The lineJoin to set |
lineWidth | The lineWidth to set |
miterLimit | The miterLimit to set |
More Information
To view the documentation for the related InformationBean, see java.awt.BasicStroke.
If you need to subclass the tag handler class for the sas:BasicStroke tag, extend com.sas.taglib.graphics.components.BasicStrokeTag.