קו מפריד
סיכום של ערכים קבועים בירושה
מהממשק
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
סיכום השדה
מספר ממשי (float)
סופי
ציבורי |
length |
אורך בפיקסלים (לא שלילי). |
סיכום של הבנייה הציבורית
|
Dash(אורך ציפה)
הפונקציה יוצרת Dash .
|
סיכום שיטות שעברו בירושה
מכיתה
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)
|
שדות
מספר ממשי (float)
סופי
אורך
אורך בפיקסלים (לא שלילי).
בניינים ציבוריים
ציבורי
מקף
(אורך ציפה)
פרמטרים
length |
האורך בפיקסלים. הערך השלילי יוצמד לאפס.
|
שיטות ציבוריות
מחרוזת
ציבורית
toString
()
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-13 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-13 (שעון UTC)."],[[["`Dash` is an immutable class in the Maps SDK for Android used to define dashes in stroke patterns for Polyline, Polygon, or Circle outlines."],["It inherits from `PatternItem` and is defined by a single field `length` representing the dash length in pixels."],["You can construct a `Dash` instance by providing the desired length in pixels."],["The `length` is automatically clamped to zero if a negative value is provided during construction."]]],["`Dash` is an immutable class representing a dash in stroke patterns for `Polyline`, `Polygon`, or `Circle` outlines. It extends `PatternItem` and implements `Parcelable`. Key actions include constructing a `Dash` object with a specified non-negative pixel `length`, which defaults to zero if a negative value is provided. It has a `toString` method and inherits several methods like `equals`, `hashCode`, and `describeContents` from parent classes and interfaces. The `length` field is the only configurable property.\n"]]