public interface FilteredStroke extends Stroke
Stroke that modifies or sits on top of another
Stroke. This model is especially convenient when you design a GUI to manipulate the properties of your
Stroke.
| Modifier and Type | Method and Description |
|---|---|
FilteredStroke |
deriveStroke(Stroke
Similar to
Font.deriveFont(), this makes a stroke similar to this object, except the underlying
Stroke this stroke filters is replaced.
|
Stroke |
getStroke()
|
createStrokedShapeStrokegetStroke()
FilteredStrokederiveStroke(Stroke s)
Font.deriveFont(), this makes a stroke similar to this object, except the underlying
Stroke this stroke filters is replaced.
s - the new underlying stroke to use.
s