object PolygonFill
Companion object for PolygonFill trait. Contains an implementation class PolygonFillImp, a factory method returning the PolygonFill type and implicit instances for the 2D geometric transformation type classes.
- Companion:
- class
Type members
Classlikes
Immutable Graphic element that defines and fills a Polygon. This element can be trnsformed through all the Affine transformations and a PolygonFill will be returned.
Immutable Graphic element that defines and fills a Polygon. This element can be trnsformed through all the Affine transformations and a PolygonFill will be returned.
- Value parameters:
- colour
The colour of this graphic.
- shape
The Polygon shape.
- Constructor:
create a new PolygonFill with the underlying polygon and a colour.