SpriteStyle.Builder
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতির সারাংশ
java.lang.Object ক্লাস থেকে বুলিয়ান | সমান (অবজেক্ট arg0) |
চূড়ান্ত ক্লাস<?> | getClass () |
int | হ্যাশ কোড () |
চূড়ান্ত শূন্যতা | অবহিত () |
চূড়ান্ত শূন্যতা | সকলকে অবহিত করুন () |
স্ট্রিং | স্ট্রিং () |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন (দীর্ঘ arg0, int arg1) |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন (দীর্ঘ arg0) |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন () |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-13 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"]]