case class DashedLineDraw(curveSeg: LineSeg, lineWidth: Double, colour: Colour, dashArr: Array[Double]) extends CurveSegGraphic with AffinePreserve with CanvElem
trait Serializable
trait Product
trait Equals
trait CanvElem
trait AffinePreserve
trait SimilarPreserve
trait ProlignPreserve
trait CurveSegGraphic
trait GraphicElem
trait GeomElem
class Object
trait Matchable
class Any
Type members
Types
Value members
Concrete methods
Inherited methods
The end point. Often called p2 on a line or p4 on a cubic bezier.
The end point. Often called p2 on a line or p4 on a cubic bezier.
- Inherited from:
- CurveSegGraphic
the x component of the start point often called x1
the x component of the start point often called x1
- Inherited from:
- CurveSegGraphic
the y component of the start point often called y1
the y component of the start point often called y1
- Inherited from:
- CurveSegGraphic