TextureStyle
Describes a StampStyle
, where the associated stamp texture is not treated as a repeating
point sprite.
Inherited Method Summary
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Public Methods
Parameters
stamp |
the image to be repeated over a stroke. |
Returns
- the builder with the stamp input.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-23 UTC.
[null,null,["Last updated 2025-06-23 UTC."],[[["`TextureStyle` defines a style where a texture is applied to a stroke without repetition, unlike a point sprite."],["It inherits from `StampStyle` and provides a `newBuilder` method to create instances using a `BitmapDescriptor` as the texture."],["The texture image can be accessed via the inherited `getStamp` method from `StampStyle`."]]],[]]