RectFill

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

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RectFill.type

Members list

Type members

Classlikes

case class RectFillImp(shape: Rect, fillFacet: 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 Serializable
trait Product
trait Equals
trait RectFill
trait PolygonFill
trait CanvElem
trait ShapeFill
trait Aff2Elem
trait Simil2Elem
trait RectGraphic
trait CentredElem
trait WithCentre
trait ShapeGraphic
trait BoundedElem
trait Graphic2Elem
trait Axlign2Elem
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(rect: Rect, fillFacet: FillFacet): RectFill

Factory method for RectFill. A rectangular Graphic aligned to the axes, filled with a single colour. it delegates to the RectFillImp 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 RectFillImp implementation class, but has a return type of RectFill.

Attributes