ড্যাশ
Polyline
বা Polygon
বা Circle
রূপরেখার জন্য স্ট্রোক প্যাটার্নে ব্যবহৃত ড্যাশের প্রতিনিধিত্বকারী একটি অপরিবর্তনীয় শ্রেণী।
উত্তরাধিকার সূত্রে প্রাপ্ত ধ্রুবক সারাংশ
android.os.Parcelable ইন্টারফেস থেকে int | CONTENTS_FILE_DESCRIPTOR৷ | |
int | PARCELABLE_WRITE_RETURN_VALUE | |
ক্ষেত্রের সারাংশ
পাবলিক চূড়ান্ত ভাসা | দৈর্ঘ্য | পিক্সেলে দৈর্ঘ্য (অ-নেতিবাচক)। |
পাবলিক কনস্ট্রাক্টর সারাংশ
| ড্যাশ (ফ্লোট দৈর্ঘ্য) একটি Dash তৈরি করে। |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতির সারাংশ
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-তে শেষবার আপডেট করা হয়েছে।"],[[["`Dash` is an immutable class in the Maps SDK for Android used to define dashes in stroke patterns for Polyline, Polygon, or Circle outlines."],["It inherits from `PatternItem` and is defined by a single field `length` representing the dash length in pixels."],["You can construct a `Dash` instance by providing the desired length in pixels."],["The `length` is automatically clamped to zero if a negative value is provided during construction."]]],["`Dash` is an immutable class representing a dash in stroke patterns for `Polyline`, `Polygon`, or `Circle` outlines. It extends `PatternItem` and implements `Parcelable`. Key actions include constructing a `Dash` object with a specified non-negative pixel `length`, which defaults to zero if a negative value is provided. It has a `toString` method and inherits several methods like `equals`, `hashCode`, and `describeContents` from parent classes and interfaces. The `length` field is the only configurable property.\n"]]