PolygonDraw

ostrat.geom.PolygonDraw
See thePolygonDraw companion trait
object PolygonDraw

Attributes

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

Members list

Type members

Classlikes

case class PolygonDrawImp(shape: Polygon, lineWidth: Double, lineColour: Colour) extends PolygonDraw

Immutable Graphic element that defines and draws a Polygon.

Immutable Graphic element that defines and draws a Polygon.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PolygonDraw
trait CanvElem
trait ShapeDraw
trait ShapeGraphic
trait BoundedElem
trait GraphicElem
trait GeomElem
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(shape: Polygon, lineWidth: Double, lineColour: Colour): PolygonDraw