SquareCapStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["`SquareCap`, a subclass of `Cap`, squares off a `Polyline`'s ends by extending half the stroke width. It has a constructor `SquareCap()` to create instances. Key methods include `toString()`, `equals()`, `hashCode()`, and `writeToParcel()`, which are inherited from `Cap` or `java.lang.Object`. Additionally, inherited from the Parcelable interface are methods `describeContents()` and `writeToParcel()`. It has two constants that are inherited from the `Parcelable` interface: `CONTENTS_FILE_DESCRIPTOR` and `PARCELABLE_WRITE_RETURN_VALUE`.\n"]]