Class

cc.drx.p5.Draw

RichVec

Related Doc: package Draw

Permalink

implicit final class RichVec extends AnyVal with Shape

Source
draw.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichVec
  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 RichVec(vec: Vec)

    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 RichVec to any2stringadd[RichVec] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RichVec, B)

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

    Permalink
    Definition Classes
    Any
  6. val a: RichVec

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

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

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

    Permalink
    Definition Classes
    Any
  10. def elementOf(xs: Set[RichVec]): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  18. val min: RichVec

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  26. val vec: Vec

    Permalink
  27. 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
  28. def ~(property: Property): StyledShape

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

    Permalink
    Definition Classes
    Shape
  30. def [B](y: B): (RichVec, B)

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

Deprecated Value Members

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichVec to DrxAny[RichVec] 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(text: String)(implicit g: PGraphics): Unit

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version v0.1.18) use (g ! vec ~ string) instead

  3. def draw(d: Double = 1.0)(implicit g: PGraphics): Unit

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version v0.1.18) use (g ! vec ~ d) instead

  4. def draw(implicit g: PGraphics): Unit

    Permalink
    Definition Classes
    RichVecShape
    Annotations
    @deprecated
    Deprecated

    (Since version v0.1.18) use (g ! vec ~ 1) instead

  5. 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

  6. def |>[B](f: (RichVec) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichVec to DrxAny[RichVec] 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 RichVec to DrxAny[RichVec]

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

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

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

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

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

Ungrouped