স্কয়ারক্যাপ
কঠিন স্ট্রোক প্যাটার্ন সহ একটি Polyline
শুরু বা শেষ শীর্ষবিন্দুর বাইরে অর্ধেক স্ট্রোকের প্রস্থ প্রসারিত করার পরে ক্যাপটি বর্গ করা হয়।
উত্তরাধিকার সূত্রে প্রাপ্ত ধ্রুবক সারাংশ
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-তে শেষবার আপডেট করা হয়েছে।"],[[["`SquareCap` creates a squared-off cap for the ends of a `Polyline` with a solid stroke pattern, extending half the stroke width beyond the vertex."],["It inherits from the `Cap` class and implements the `Parcelable` interface for object serialization."],["You can create a `SquareCap` using its default constructor: `SquareCap()`."],["The `toString()` method provides a string representation of the `SquareCap` object."]]],["`SquareCap`, a subclass of `Cap`, extends a `Polyline`'s solid stroke pattern by squaring it off beyond the start or end vertex. It offers a constructor, `SquareCap()`, to create instances. The class inherits methods for equality checks (`equals`), hash code generation (`hashCode`), and string representation (`toString`). Additionally, it implements `Parcelable`, providing methods like `describeContents()` and `writeToParcel()` for data serialization. The primary function of `SquareCap` is to modify the visual termination of a polyline.\n"]]