PolygonCompound

ostrat.geom.PolygonCompound
See thePolygonCompound companion trait

Companion object for the PolygonCompound trait contains factory apply method and implicit instances for the 2D geometric transformation type classes.

Attributes

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

Members list

Type members

Classlikes

case class PolygonCompoundImp(shape: Polygon, facets: RArr[GraphicFacet], children: RArr[GraphicElem]) extends PolygonCompound, AxisFree

A compound polygon based Graphic. May contain multiple facets and child graphic members.

A compound polygon based Graphic. May contain multiple facets and child graphic members.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AxisFree
trait NoCanvElem
trait ShapeGraphic
trait BoundedElem
trait GraphicElem
trait GeomElem
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(shape: Polygon, facets: RArr[GraphicFacet], children: RArr[GraphicElem]): PolygonCompound