Page Summary
-
RoundCapis a type of line cap that creates a semicircle at the ends of aPolyline. -
The radius of the semicircle is half the stroke width of the
Polyline. -
It's constructed using a simple
RoundCap()constructor. -
RoundCapinherits methods fromCap, includingequals(),hashCode(),toString(), andwriteToParcel().
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 |
toString()
|
Inherited Method Summary
Public Constructors
public RoundCap ()
Constructs a RoundCap.