SquareCap

  • SquareCap creates a squared-off cap for the ends of a Polyline with a solid stroke pattern, extending half the stroke width beyond the vertex.

  • It inherits from the Cap class and implements the Parcelable interface for object serialization.

  • You can create a SquareCap using its default constructor: SquareCap().

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

public final class SquareCap extends Cap

Cap that is squared off after extending half the stroke width beyond the start or end vertex of a Polyline with solid stroke pattern.

Inherited Constant Summary

Public Constructor Summary

SquareCap()
Constructs a SquareCap.

Public Method Summary

String

Inherited Method Summary

Public Constructors

public SquareCap ()

Constructs a SquareCap.

Public Methods

public String toString ()