RectangleDraw

ostrat.geom.RectangleDraw
See theRectangleDraw companion trait
object RectangleDraw

Companion object for RectangleDraw contains factory method and implementation class.

Attributes

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

Members list

Type members

Classlikes

case class RectangleDrawImp(shape: Rectangle, lineWidth: Double, lineColour: Colour) extends RectangleDraw

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 CentredElem
trait WithCentre
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: Rectangle, lineWidth: Double, lineColour: Colour): RectangleDraw