SquareCap Stay organized with collections Save and categorize content based on your preferences.
Page Summary
SquareCap is a type of Cap that is squared off after extending half the stroke width beyond the start or end vertex of a Polyline with solid stroke pattern.
It inherits constants from the Parcelable interface and methods from the Cap and Object classes, as well as the Parcelable interface.
A SquareCap object can be constructed using the SquareCap() constructor.
The SquareCap class provides a public toString() method.
Cap that is squared off after extending half the stroke width beyond the start or end vertex of aPolyline with solid stroke pattern.
Inherited Constant Summary
| int | CONTENTS_FILE_DESCRIPTOR | |
| int | PARCELABLE_WRITE_RETURN_VALUE |
Public Constructor Summary
SquareCap() Constructs a SquareCap. |
Public Method Summary
| String | toString() |
Inherited Method Summary
| abstract int | describeContents() |
| abstract void | writeToParcel(Parcel arg0, int arg1) |
Public Constructors
publicSquareCap()
Constructs aSquareCap.
Public Methods
publicStringtoString()
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.