ডট
Polyline
বা Polygon
বা Circle
রূপরেখার জন্য স্ট্রোক প্যাটার্নে ব্যবহৃত একটি বিন্দুর প্রতিনিধিত্বকারী একটি অপরিবর্তনীয় শ্রেণী।
উত্তরাধিকার সূত্রে প্রাপ্ত ধ্রুবক সারাংশ
android.os.Parcelable ইন্টারফেস থেকে int | CONTENTS_FILE_DESCRIPTOR৷ | |
int | PARCELABLE_WRITE_RETURN_VALUE | |
পাবলিক কনস্ট্রাক্টর সারাংশ
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতির সারাংশ
java.lang.Object ক্লাস থেকে বুলিয়ান | সমান (অবজেক্ট arg0) |
চূড়ান্ত ক্লাস<?> | getClass () |
int | হ্যাশ কোড () |
চূড়ান্ত শূন্যতা | অবহিত () |
চূড়ান্ত শূন্যতা | সকলকে অবহিত করুন () |
স্ট্রিং | স্ট্রিং () |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন (দীর্ঘ arg0, int arg1) |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন (দীর্ঘ arg0) |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন () |
android.os.Parcelable ইন্টারফেস থেকে বিমূর্ত int | বর্ণনা বিষয়বস্তু () |
বিমূর্ত শূন্যতা | writeToParcel (পার্সেল arg0, int arg1) |
পাবলিক পদ্ধতি
পাবলিক স্ট্রিং থেকে স্ট্রিং ()
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-03 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-03 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`Dot` is an immutable class used to represent a dot in the stroke pattern for shapes like `Polyline`, `Polygon`, or `Circle` on a map."],["It inherits from `PatternItem` and provides a simple way to create a dot pattern."],["You can create a `Dot` using its constructor `Dot()`."],["The `toString()` method provides a string representation of the `Dot` object."]]],["The `Dot` class represents a dot in a stroke pattern for polylines or polygon/circle outlines. It is immutable and extends `PatternItem`. Key actions include constructing a `Dot` object using its public constructor. The class includes methods like `toString()`, and inherits `equals()` and `hashCode()` from `PatternItem`. Additionally it inherits methods such as `describeContents()` and `writeToParcel()` from the `Parcelable` interface and general Object methods from the Object class.\n"]]