Dot

  • Dot is an immutable class used to represent a dot in the stroke pattern for shapes like Polyline, Polygon, and Circle on a map.

  • It inherits from PatternItem and provides a simple way to create dotted patterns.

  • You can create a Dot instance using its constructor Dot().

  • The toString() method provides a string representation of the Dot object.

public final class Dot extends PatternItem

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

Inherited Method Summary

Public Constructors

public Dot ()

Constructs a Dot.

Public Methods

public String toString ()