פריט של דוגמת עיצוב
מחלקות משנה ידועות של מודל ישיר
|
סיכום של ערכים קבועים בירושה
מהממשק
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)
|
בניינים ציבוריים
Public
PatternItem
(סוג in, אורך צף)
שיטות ציבוריות
ערך בוליאני
ציבורי
שווה
(אובייקט o)
מחרוזת
ציבורית
toString
()
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-08 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-08 (שעון UTC)."],[[["`PatternItem` is an immutable class used to define patterns for strokes in Polylines, Polygons, and Circles on a map."],["It has three known direct subclasses: `Dash`, `Dot`, and `Gap`, which represent different pattern elements."],["You can create a `PatternItem` using its constructor, providing a type and an optional length."],["`PatternItem` inherits methods from `Object` and `Parcelable` for object comparison, hashing, and data serialization."]]],["`PatternItem`, extending `Object` and implementing `Parcelable`, is an immutable class for stroke patterns in `Polyline`, `Polygon`, or `Circle` outlines. Direct subclasses include `Dash`, `Dot`, and `Gap`. It has a constructor accepting `type` and `length`, as well as methods for `equals`, `hashCode`, and `toString`. Inherited methods are provided by `java.lang.Object` and `android.os.Parcelable`, which includes `describeContents` and `writeToParcel`.\n"]]