Base class of other shapes that can be filled with a Color and have a Stroke outline.
You cannot construct this class, only classes that extend Shape like Circle, Rectangle, Text, etc.
The Color to fill the element with.
The opacity of the just the fill Color.
The opacity of the entire Shape.
The Stroke object to outline the element with.
The opacity of just the Stroke.
Generated using TypeDoc
Base class of other shapes that can be filled with a Color and have a Stroke outline.
You cannot construct this class, only classes that extend Shape like Circle, Rectangle, Text, etc.