Page Summary
-
SquareCapis a type of line cap that creates a squared-off end for polylines. -
It extends half the stroke width beyond the line's endpoint for a visually distinct cap.
-
You can create a
SquareCapusing its default constructor,SquareCap(). -
This class inherits methods like
equals,hashCode, andtoStringfor object comparison and representation.
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 |
toString()
|
Inherited Method Summary
Public Constructors
public SquareCap ()
Constructs a SquareCap.