RectangleCompound

ostrat.geom.RectangleCompound
See theRectangleCompound companion trait

Companion object for RectangleCompound. Contains the RectangleCompound.RectangleCompoundImp implementation class for the general case of Rectangles and an apply factor method that delegates to it.

Attributes

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

Members list

Type members

Classlikes

case class RectangleCompoundImp(shape: Rectangle, facets: RArr[GraphicFacet], children: RArr[Graphic2Elem]) extends RectangleCompound, AxisFree

Implementation class for the general case of RectangleCompound.

Implementation class for the general case of RectangleCompound.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AxisFree
trait CentredElem
trait WithCentre
trait Aff2Elem
trait Simil2Elem
trait NoCanvElem
trait ShapeGraphic
trait BoundedElem
trait Graphic2Elem
trait Axlign2Elem
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(shape: Rectangle, facets: RArr[GraphicFacet], children: RArr[Graphic2Elem]): RectangleCompound

Factory apply method to construct a RectangleCompound.

Factory apply method to construct a RectangleCompound.

Attributes