রাউন্ডক্যাপ
ক্যাপ যা একটি অর্ধবৃত্তাকার ব্যাসার্ধের সাথে স্ট্রোক প্রস্থের অর্ধেক সমান, একটি 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-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`RoundCap` creates semicircular ends for polylines, with a radius half the stroke width."],["It's centered at the start and end points of a polyline with a solid stroke pattern."],["You can create a `RoundCap` using its default constructor `RoundCap()`."],["`RoundCap` inherits methods like `equals`, `hashCode`, and `toString` for object comparison and representation."]]],["`RoundCap`, a subclass of `Cap`, creates a semicircle at the start or end vertex of a solid-stroked `Polyline`. It has a constructor `RoundCap()` to initialize it. The class inherits constants and methods from `Cap`, `Object`, and `Parcelable`. `RoundCap` contains a public `toString()` method. Inherited methods include `equals`, `hashCode`, and methods for `Parcelable` compliance like `describeContents` and `writeToParcel`.\n"]]