object RectangleDraw
Companion object for RectangleDraw contains factory method and implementation class.
- Companion:
- class
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.