AI-generated Key Takeaways
-
PatternItem is an immutable class used in the stroke pattern for Polyline, Polygon, or Circle outlines.
-
Known direct subclasses of PatternItem include Dash, Dot, and Gap.
-
PatternItem implements the Parcelable interface.
-
Key public methods include equals, hashCode, toString, and writeToParcel.
Known Direct Subclasses
| Dash | An immutable class representing a dash used
in the stroke pattern for a Polyline
or the outline of a Polygon
or Circle
. |
| Dot | An immutable class representing a dot used
in the stroke pattern for a Polyline
or the outline of a Polygon
or Circle
. |
| Gap | An immutable class representing a gap used
in the stroke pattern for a Polyline
or the outline of a Polygon
or Circle
. |
Inherited Constant Summary
Public Method Summary
| boolean | |
| int | hashCode
()
|
| String | toString
()
|
| void |

