SpriteStyle Stay organized with collections Save and categorize content based on your preferences.
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 aStampStyle, where the associated stamp is a repeating complete image.
Nested Class Summary
| class | SpriteStyle.Builder | Builder ofSpriteStyle. | |
Inherited Constant Summary
| int | CONTENTS_FILE_DESCRIPTOR | |
| int | PARCELABLE_WRITE_RETURN_VALUE |
Public Constructor Summary
SpriteStyle(BitmapDescriptor stamp) |
Public Method Summary
| staticSpriteStyle.Builder |
Inherited Method Summary
| BitmapDescriptor | getStamp() The image or texture to be repeated over a stroke. |
| abstract int | describeContents() |
| abstract void | writeToParcel(Parcel arg0, int arg1) |
Public Constructors
publicSpriteStyle(BitmapDescriptor stamp)
Public Methods
public staticSpriteStyle.BuildernewBuilder(BitmapDescriptor stamp)
Creates a newSpriteStyle builder.
Parameters
| stamp | the image to be repeated over a stroke. |
|---|
Returns
- the builder with the stamp input.
See Also
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.