נקודה
סיכום של ערכים קבועים בירושה
מהממשק
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
סיכום של הבנייה הציבורית
|
נקודה()
הפונקציה יוצרת Dot .
|
סיכום שיטות שעברו בירושה
מכיתה
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-08 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-08 (שעון UTC)."],[[["`Dot` is an immutable class used to represent a dot in the stroke pattern for shapes like `Polyline`, `Polygon`, or `Circle` on a map."],["It inherits from `PatternItem` and provides a simple way to create a dot pattern."],["You can create a `Dot` using its constructor `Dot()`."],["The `toString()` method provides a string representation of the `Dot` object."]]],["The `Dot` class represents a dot in a stroke pattern for polylines or polygon/circle outlines. It is immutable and extends `PatternItem`. Key actions include constructing a `Dot` object using its public constructor. The class includes methods like `toString()`, and inherits `equals()` and `hashCode()` from `PatternItem`. Additionally it inherits methods such as `describeContents()` and `writeToParcel()` from the `Parcelable` interface and general Object methods from the Object class.\n"]]