| Class | Description |
|---|---|
| CompositeStroke | |
| CompoundStroke | |
| ControlPointsStroke |
This Stroke implementation strokes the shape using a thin line, and also
displays the end points and Bezier curve control points of all the line and
curve segments that make up the shape.
|
| DoubleStroke |
This Stroke implementation applies a BasicStroke to a shape twice.
|
| NullStroke |
This Stroke implementation does nothing.
|
| ShapeStroke |
g.setStroke(
new ShapeStroke(
new Shape[] {
new Star( 5, 0, 0, 0, 0.5f, 6.0f),
new Ellipse2D.Float(0, 0, 4, 4)
},
15.0f
)
);
|
| SloppyStroke |
This Stroke implementation randomly perturbs the line and curve segments that
make up a Shape, and then strokes that perturbed shape.
|
| TextStroke | |
| WobbleStroke | |
| ZigzagStroke |
Copyright © 2021 vpc open source initiative. All rights reserved.