case class LinesDraw(lines: LineSegs, lineWidth: Double, colour: Colour = Black) extends GraphicAffineElem with CanvElem with Product with Serializable
I think its to better to use the mame lineWidth consistently.
- Alphabetic
- By Inheritance
- LinesDraw
- CanvElem
- GraphicAffineElem
- AffinePreserve
- GraphicSimElem
- GraphicElem
- SimilarPreserve
- ProlignPreserve
- GeomElem
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type ThisT = LinesDraw
The most narrow type preserved in some 2d geometric transformations.
The most narrow type preserved in some 2d geometric transformations.
- Definition Classes
- LinesDraw → GraphicAffineElem → AffinePreserve → GraphicSimElem → SimilarPreserve → ProlignPreserve
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val colour: Colour
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fTrans(f: (Pt2) => Pt2): LinesDraw
- Definition Classes
- LinesDraw → ProlignPreserve
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lineWidth: Double
- val lines: LineSegs
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negX: ThisT
Mirror, reflection 2D geometric transformation across the Y axis by negating X.
Mirror, reflection 2D geometric transformation across the Y axis by negating X. The return type will be narrowed in sub traits / classes.
- Definition Classes
- SimilarPreserve → ProlignPreserve → GeomElem
- def negY: ThisT
Mirror, reflection 2D geometric transformation across the X axis by negating y.
Mirror, reflection 2D geometric transformation across the X axis by negating y. The return type will be narrowed in sub traits / classes.
- Definition Classes
- SimilarPreserve → ProlignPreserve → GeomElem
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def prolign(matrix: ProlignMatrix): ThisT
2D Transformation using a ProlignMatrix.
2D Transformation using a ProlignMatrix. The return type will be narrowed in sub classes / traits.
- Definition Classes
- ProlignPreserve → GeomElem
- def reflect(lineLike: LineLike): ThisT
Reflect 2D geometric transformation across a line, line segment or ray on a GeomElem.
Reflect 2D geometric transformation across a line, line segment or ray on a GeomElem. The return type will be narrowed in sub classes and traits.
- Definition Classes
- SimilarPreserve → GeomElem
- def rendToCanvas(cp: CanvasPlatform): Unit
Renders this functional immutable GraphicElem, using the imperative methods of the abstract pCanv.CanvasPlatform interface.
Renders this functional immutable GraphicElem, using the imperative methods of the abstract pCanv.CanvasPlatform interface.
- Definition Classes
- LinesDraw → GraphicElem
- def rotate(angle: AngleVec): ThisT
Rotation 2D geometric transformation on a GeomElem.
Rotation 2D geometric transformation on a GeomElem. The return type will be narrowed in sub classes and traits.
- Definition Classes
- SimilarPreserve → GeomElem
- def scale(operand: Double): ThisT
Uniform 2D geometric scaling transformation.
Uniform 2D geometric scaling transformation. The scale name was chosen for this operation as it is normally the desired operation and preserves Circles and Squares. Use the xyScale method for differential scaling. The Return type will be narrowed in sub traits / classes.
- Definition Classes
- ProlignPreserve → GeomElem
- def slate(xOffset: Double, yOffset: Double): ThisT
Translate 2D geometric transformation.
Translate 2D geometric transformation. The Return type will be narrowed in sub traits.
- Definition Classes
- ProlignPreserve → GeomElem
- def slate(offset: Vec2Like): ThisT
Translate 2D geometric transformation on this GeomElem.
Translate 2D geometric transformation on this GeomElem. The Return type will be narrowed in sub traits and classes.
- Definition Classes
- ProlignPreserve → GeomElem
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def xShear(operand: Double): ThisT
Shear 2D geometric transformation along the X Axis on a GeomElem.
Shear 2D geometric transformation along the X Axis on a GeomElem. The return type will be narrowed in sub classes and traits.
- Definition Classes
- AffinePreserve → GeomElem
- def xyScale(xOperand: Double, yOperand: Double): ThisT
XY scaling 2D geometric transformation on a GeomElem.
XY scaling 2D geometric transformation on a GeomElem. This allows different scaling factors across X and Y dimensions. The return type will be narrowed in sub classes and traits.
- Definition Classes
- AffinePreserve → GeomElem
- def yShear(operand: Double): ThisT
Shear 2D geometric transformation along the Y Axis on a GeomElem.
Shear 2D geometric transformation along the Y Axis on a GeomElem. The return type will be narrowed in sub classes and traits.
- Definition Classes
- AffinePreserve → GeomElem