Dot

Spark icon
  • The Dot class is an immutable representation of a dot used in stroke patterns for polylines, polygons, or circles.

  • It inherits constants and methods from PatternItem, Parcelable, and java.lang.Object.

  • The Dot class has a public constructor Dot() and a public method toString().

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 ()

Morty Proxy This is a proxified and sanitized view of the page, visit original site.