Page Summary
-
SpriteStyle is a StampStyle where the associated stamp is a repeating complete image.
-
It includes a nested Builder class for creating SpriteStyle instances.
-
SpriteStyle can be constructed with a BitmapDescriptor representing the stamp.
-
A static newBuilder method is available to create a SpriteStyle builder with a specified stamp.
Describes a StampStyle,
where the associated stamp is a repeating complete image.
Nested Class Summary
| class | SpriteStyle.Builder | Builder of SpriteStyle. |
|
Inherited Constant Summary
Public Constructor Summary
|
SpriteStyle(BitmapDescriptor
stamp)
|
Public Method Summary
| static SpriteStyle.Builder |
Inherited Method Summary
Public Constructors
public SpriteStyle (BitmapDescriptor stamp)
Public Methods
public static SpriteStyle.Builder newBuilder (BitmapDescriptor stamp)
Creates a new SpriteStyle
builder.
Parameters
| stamp | the image to be repeated over a stroke. |
|---|
Returns
- the builder with the stamp input.