object RectangleCompound
Companion object for RectangleCompound. Conatains the RectangleCompound.RectangleCompoundImp implementatin class for the general case of Rectangles and an apply factor method that delegats to it.
- Companion:
- class
Type members
Classlikes
case class RectangleCompoundImp(shape: Rectangle, facets: Arr[GraphicFacet], children: Arr[GraphicElem]) extends RectangleCompound with AxisFree
Value members
Concrete methods
def apply(shape: Rectangle, facets: Arr[GraphicFacet], children: Arr[GraphicElem]): RectangleCompound