AI-generated Key Takeaways
-
StrokeStyle.Builderis used to create customizedStrokeStyleobjects for map elements. -
It provides methods to define the stamp style used for the stroke.
-
The
build()method is used to finalize and create theStrokeStyleinstance.
public static final class
StrokeStyle.Builder
extends Object
Builder for StrokeStyle.
Public Method Summary
| StrokeStyle |
build()
Builds a
StrokeStyle object. |
| StrokeStyle.Builder |
Inherited Method Summary
Public Methods
public StrokeStyle.Builder stamp (StampStyle stampStyle)
Sets the stamp style of this stroke style.
Parameters
| stampStyle | style of the stamp. |
|---|
Returns
- the builder with updated stamp style.