קצוות מעוגלים
קו תחתון שהוא חצי עיגול ברדיוס ששווה לחצי מרוחב הקו, הממורכז בהתחלה או בקצה הקוד של Polyline
עם דפוס קווים אחיד.
סיכום של ערכים קבועים בירושה
מהממשק
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
סיכום שיטות שעברו בירושה
מכיתה
java.lang.Object
boolean
|
equals(Object arg0)
|
סופי
כיתה<?>
|
getClass()
|
int
|
hashCode()
|
תוקף
סופי
|
notify()
|
תוקף
סופי
|
notifyAll()
|
מחרוזת
|
toString()
|
תוקף
סופי
|
wait(long arg0, int arg1)
|
תוקף
סופי
|
wait(long arg0)
|
תוקף
סופי
|
wait()
|
מהממשק
android.os.Parcelable
INT
מופשטים
|
describeContents()
|
מופשט
וריק
|
writeToParcel(Parcel arg0, int arg1)
|
שיטות ציבוריות
מחרוזת
ציבורית
toString
()
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-16 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-16 (שעון 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"]]