Class

cc.drx.p5.Draw

RichLine

Related Doc: package Draw

Permalink

implicit final class RichLine extends AnyVal with Shape

Source
draw.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichLine
  2. Shape
  3. AnyVal
  4. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichLine(line: Line)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to any2stringadd[RichLine] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RichLine, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to ArrowAssoc[RichLine] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. def a: Vec

    Permalink
  7. def applyIf(t: Boolean, f: (RichLine) ⇒ RichLine): RichLine

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. def applyIf(t: (RichLine) ⇒ Boolean)(f: (RichLine) ⇒ RichLine): RichLine

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def b: Vec

    Permalink
  11. def draw(implicit g: PGraphics): Unit

    Permalink
    Definition Classes
    RichLineShape
  12. def elementOf(xs: Set[RichLine]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  13. def ensuring(cond: (RichLine) ⇒ Boolean, msg: ⇒ Any): RichLine

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to Ensuring[RichLine] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (RichLine) ⇒ Boolean): RichLine

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to Ensuring[RichLine] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): RichLine

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to Ensuring[RichLine] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): RichLine

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to Ensuring[RichLine] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to StringFormat[RichLine] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val line: Line

    Permalink
  21. val min: RichLine

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to BoundOps[RichLine] performed by method DrxBoundOps in cc.drx.predef.Enrich.
    Definition Classes
    BoundOps
  22. def noneIf(f: (RichLine) ⇒ Boolean): Option[RichLine]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  23. def optionIf(f: (RichLine) ⇒ Boolean): Option[RichLine]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  24. def preApply[B](f: (RichLine) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  25. def sideEffect(f: (RichLine) ⇒ Unit): RichLine

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  26. def someIf(f: (RichLine) ⇒ Boolean): Option[RichLine]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  27. def to(max: RichLine)(implicit b: Boundable[RichLine]): Bound[RichLine]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to BoundOps[RichLine] performed by method DrxBoundOps in cc.drx.predef.Enrich.
    Definition Classes
    BoundOps
  28. def toString(): String

    Permalink
    Definition Classes
    Any
  29. def ~(color: Color): StyledShape

    Permalink

    provide a quick automatic way to set a fill or stroke all shapes have a stroke even if they can be filled (but the ClosedShape overrides this to provide a fill color)

    provide a quick automatic way to set a fill or stroke all shapes have a stroke even if they can be filled (but the ClosedShape overrides this to provide a fill color)

    Definition Classes
    Shape
  30. def ~(property: Property): StyledShape

    Permalink
    Definition Classes
    Shape
  31. def ~(style: Style): StyledShape

    Permalink
    Definition Classes
    Shape
  32. def [B](y: B): (RichLine, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to ArrowAssoc[RichLine] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val a: RichLine

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (richLine: DrxAny[RichLine]).a
    Definition Classes
    DrxAny

Deprecated Value Members

  1. def ?>(f: (RichLine) ⇒ Boolean): Option[RichLine]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def draw(weight: Double)(implicit g: PGraphics): Unit

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version v0.1.18) use (g ! line ~ Style.Weight(weight)) instead

  3. def draw(style: Style)(implicit g: PGraphics): Unit

    Permalink
    Definition Classes
    Shape
    Annotations
    @deprecated
    Deprecated

    (Since version v0.1.18) use (g ! shape ~ style) or (shape ~ style draw g) instead

  4. def drawArrow(color: Color, lineWeight: Double = 1, headSize: Double = 8)(implicit g: PGraphics): Unit

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.0-angle) use g ! Arrow(line) instead

  5. def |>[B](f: (RichLine) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichLine to DrxAny[RichLine] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

Inherited from Shape

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion richDrxAny from RichLine to DrxAny[RichLine]

Inherited by implicit conversion DrxBoundOps from RichLine to BoundOps[RichLine]

Inherited by implicit conversion any2stringadd from RichLine to any2stringadd[RichLine]

Inherited by implicit conversion StringFormat from RichLine to StringFormat[RichLine]

Inherited by implicit conversion Ensuring from RichLine to Ensuring[RichLine]

Inherited by implicit conversion ArrowAssoc from RichLine to ArrowAssoc[RichLine]

Ungrouped