AI-generated Key Takeaways
-
ButtCap is a type of cap for Polyline with a solid stroke pattern, squared off at the start or end vertex.
-
It is the default cap type for Polylines with a solid stroke pattern.
-
A ButtCap can be constructed using the
ButtCap()method. -
The
toString()method provides a string representation of the ButtCap object.
Cap that is squared off exactly at the start or end vertex of a Polyline with
solid stroke pattern, equivalent to having no additional cap beyond the start or end vertex.
This is the default cap type at start and end vertices of Polylines
with solid stroke pattern.
Inherited Constant Summary
Public Constructor Summary
|
ButtCap()
Constructs a
ButtCap.
|
Public Method Summary
| String |
toString()
|
Inherited Method Summary
Public Constructors
public ButtCap ()
Constructs a ButtCap.