Creates a stroke as a composite of two strokes, meaning that the second stroke will be used to draw the outline created by the first stroke.
Properties
Property |
Default |
Notes |
|---|---|---|
stroke1 |
|
must be a java.awt.Stroke or a StrokeProvider |
stroke2 |
|
must be a java.awt.Stroke or a StrokeProvider |
This operation accepts nested strokes, they will be applied in appearing order. If more than 2 strokes are nested only the first 2 will be taken into account.
Labels