RoundCap

  • RoundCap is a type of line cap that creates a semicircle at the ends of a Polyline.

  • The radius of the semicircle is half the stroke width of the Polyline.

  • It's constructed using a simple RoundCap() constructor.

  • RoundCap inherits methods from Cap, including equals(), hashCode(), toString(), and writeToParcel().

public final class RoundCap extends Cap

Cap that is a semicircle with radius equal to half the stroke width, centered at the start or end vertex of a Polyline with solid stroke pattern.

Inherited Constant Summary

Public Constructor Summary

RoundCap()
Constructs a RoundCap.

Public Method Summary

String

Inherited Method Summary

Public Constructors

public RoundCap ()

Constructs a RoundCap.

Public Methods

public String toString ()