SpriteStyle.Builder
סיכום שיטות שעברו בירושה
מכיתה
java.lang.Object
boolean
|
equals(Object arg0)
|
סופי
כיתה<?>
|
getClass()
|
int
|
hashCode()
|
תוקף
סופי
|
notify()
|
תוקף
סופי
|
notifyAll()
|
מחרוזת
|
toString()
|
תוקף
סופי
|
wait(long arg0, int arg1)
|
תוקף
סופי
|
wait(long arg0)
|
תוקף
סופי
|
wait()
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-08 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-08 (שעון UTC)."],[[["`SpriteStyle.Builder` helps create customized styles for map sprites."],["It offers methods to define the image (`stamp`) used for the sprite."],["Use the `build()` method to finalize and create the `SpriteStyle` object."]]],["The `SpriteStyle.Builder` class facilitates the creation of a `SpriteStyle` object. It offers two core actions: `build()`, which constructs and returns a `SpriteStyle` instance, and `stamp(BitmapDescriptor stamp)`, which configures the sprite's appearance using a `BitmapDescriptor`. The `stamp` method takes the bitmap descriptor as input. Other inherited methods like `equals`, `getClass`, `hashCode`, `notify`, `toString` and `wait` from the `Object` class are also available.\n"]]