Enumeration pvc.options.varia.StrokeDasharray
Extends
string.
Field Attributes | Field Name and Description |
---|---|
A pattern.
|
|
A pattern.
|
|
A pattern.
|
|
A pattern.
|
|
A pattern.
|
|
A pattern.
|
|
A pattern.
|
|
A pattern.
|
|
A pattern.
|
Enumeration Detail
pvc.options.varia.StrokeDasharray
The possible stroke patterns.
The actual length of stroke patterns' dashes and spaces is proportional to the line width.
The pattern dashes are sensitive to the line cap property. The use of StrokeLineCap#Round generates circle-ended dashes. The line caps StrokeLineCap#Butt and StrokeLineCap#Square yield the same result: square-ended dashes, of equal length.
See http://www.w3.org/TR/SVG/painting.html#StrokeProperties for more information on stroke properties.
Field Detail
Dash
A pattern.
Can also be specified as
"- "
- Value:
- 'dash'
DashDot
A pattern.
Can also be specified as
"- ."
- Value:
- 'dashdot'
Dot
A pattern.
Can also be specified as
". "
- Value:
- 'dot'
LongDash
A pattern.
Can also be specified as
"--"
- Value:
- 'longdash'
LongDashDot
A pattern.
Can also be specified as
"--."
- Value:
- 'longdashdot'
LongDashDotDot
A pattern.
Can also be specified as
"--.."
- Value:
- 'longdashdotdot'
ShortDash
A pattern.
Can also be specified as
"."
- Value:
- 'shortdash'
ShortDashDot
A pattern.
Can also be specified as
"-."
- Value:
- 'shortdashdot'
ShortDashDotDot
A pattern.
Can also be specified as
"-.."
- Value:
- 'shortdashdotdot'