ostrat.geom.RectFill
See theRectFill companion trait
object RectFill
Companion object for the RectFill trait, contains a RectFillImp implementation class and an apply method that delegates to it.
Attributes
Members list
Type members
Classlikes
case class RectFillImp(shape: Rect, fill: FillFacet) extends RectFill
An implementation class for a [RectFill]] that is not specified as a SquareFill.
An implementation class for a [RectFill]] that is not specified as a SquareFill.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RectFilltrait RectangleFilltrait PolygonFilltrait CanvShapeFilltrait CanvElemtrait ShapeFilltrait RectGraphicSimpletrait RectangleGraphicSimpletrait PolygonGraphicSimpletrait ShapeGraphicSimpletrait GraphicSvgElemtrait GraphicSimpletrait RectGraphictrait ShapeGraphicOrdinaledtrait OrdinaledElemtrait OrdinalEdgePointstrait RectangleGraphictrait ShapeGraphicCentredtrait CentredElemtrait WithCentretrait PolygonGraphictrait ShapeGraphictrait GraphicBoundedtrait BoundedElemtrait GraphicElemtrait GeomElemclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Factory method for RectFill. A rectangular Graphic aligned to the axes, filled with a single colour. it delegates to the RectfllImp i implementation class, but has a return type of RectFill.
Factory method for RectFill. A rectangular Graphic aligned to the axes, filled with a single colour. it delegates to the RectfllImp i implementation class, but has a return type of RectFill.
Attributes
In this article