EArcDraw

ostrat.geom.EArcDraw
See theEArcDraw companion trait
object EArcDraw

Companion object ofr the EArcDraw trait, contins the general implementation class EArcDrawImp and an apply factor method that delegates to EArcDrawImp.

Attributes

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

Members list

Type members

Classlikes

case class EArcDrawImp(curveSeg: EArc, colour: Colour, lineWidth: Double) extends EArcDraw

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EArcDraw
trait CanvElem
trait CurveSegDraw
trait GraphicElem
trait GeomElem
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(arc: EArc, colour: Colour, lineWidth: Double): EArcDraw