RoundCap

  • RoundCap creates semicircular ends for polylines, with a radius half the stroke width.

  • It's centered at the start and end points of a polyline with a solid stroke pattern.

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

  • RoundCap inherits methods like equals, hashCode, and toString for object comparison and representation.

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