Companion object for PolygonFill trait. Contains an implementation class PolygonFillGen, a factory method returning the PolygonFill type and implicit instances for the 2D geometric transformation type classes.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PolygonFill.type
Members list
Type members
Classlikes
Immutable Graphic element that defines and fills a Polygon. This element can be transformed through all the Affine transformations and a PolygonFill will be returned.
Immutable Graphic element that defines and fills a Polygon. This element can be transformed through all the Affine transformations and a PolygonFill will be returned.
Value parameters
- colour
-
The colour of this graphic.
- shape
-
The Polygon shape.
Attributes
- Constructor
-
create a new PolygonFill with the underlying polygon and a colour.
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PolygonFilltrait CanvShapeFilltrait CanvElemtrait ShapeFilltrait ShapeGeomlessFilltrait PolygonGraphicSimpletrait ShapeGraphicSimpletrait GraphicSvgElemtrait GraphicSimpletrait Aff2Elemtrait Simil2Elemtrait PolygonGraphictrait ShapeGraphictrait GraphicBoundedtrait BoundedElemtrait Graphic2Elemtrait Axlign2Elemclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Factory apply method to construct a PolygonFill. The alternative way is to create the Polygon and use its fill method.
Factory apply method to construct a PolygonFill. The alternative way is to create the Polygon and use its fill method.
Attributes
Givens
Givens
Implicit Prolign type class instance / evidence for PolygonFill.
Implicit Rotate type class instance / evidence for PolygonFill.
Implicit Scale type class instance / evidence for PolygonFill.
Implicit ScaleXY type class instance / evidence for PolygonFill.
Implicit Slate2 type class instance / evidence for PolygonFill.
Implicit TransAxes type class instance / evidence for PolygonFill.