AI-generated Key Takeaways
-
Dot
is an immutable class used to represent a dot in the stroke pattern for shapes likePolyline
,Polygon
, andCircle
on a map. -
It inherits from
PatternItem
and provides a simple way to create dotted patterns. -
You can create a
Dot
instance using its constructorDot()
. -
The
toString()
method provides a string representation of theDot
object.
An immutable class representing a dot used in the stroke pattern for a Polyline
or
the outline of a Polygon
or
Circle
.
Inherited Constant Summary
Public Constructor Summary
Dot()
Constructs a
Dot .
|
Public Method Summary
String |
toString()
|
Inherited Method Summary
Public Constructors
public Dot ()
Constructs a Dot
.