public class GrowStroke extends DoubleStroke
Note: Although this is a Stroke object, it does not actually create a stroked shape, but one that can be used for filling.
Constructor and Description |
---|
GrowStroke(double grow,
double miterLimit) |
Modifier and Type | Method and Description |
---|---|
java.awt.Shape |
createStrokedShape(java.awt.Shape s) |
traceStroke
public java.awt.Shape createStrokedShape(java.awt.Shape s)
createStrokedShape
in interface java.awt.Stroke
createStrokedShape
in class DoubleStroke