Page Summary
-
Dotis an immutable class used to represent a dot in the stroke pattern for shapes likePolyline,Polygon, orCircleon a map. -
It inherits from
PatternItemand provides a simple way to add dots to the stroke pattern of these shapes. -
A
Dotcan be easily constructed using the provided constructorDot(). -
The
toString()method provides a string representation of theDotobject.
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.