Class

cc.drx.p5

DrawContextP5

Related Doc: package p5

Permalink

class DrawContextP5 extends DrawContext

Source
DrawContextP5.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrawContextP5
  2. DrawContext
  3. AnyRef
  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 DrawContextP5(g: PGraphics)

    Permalink

Value Members

  1. def !(z: Bezier): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  2. def !(star: Star): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  3. def !(html: Html): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  4. def !(video: Video): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  5. def !(svg: Svg): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  6. def !(img: Img): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  7. def !(e: Ellipse): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  8. def !(a: Arc): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  9. def !(tri: Tri): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  10. def !(s: Poly): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  11. def !(s: Text): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  12. def !(s: Rect): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  13. def !(s: Line): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  14. def !(s: Circ): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  15. def !(p: Path): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  16. def !(p: Rotate): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  17. def !(p: ScaleProperty): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  18. def !(p: Translate): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  19. def !(p: Align): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  20. def !(p: Font): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  21. def !(p: Weight): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  22. def !(p: StrokeNone.type): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  23. def !(p: FillNone.type): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  24. def !(p: Stroke): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  25. def !(p: Fill): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  26. def !(p: Background): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  27. def !(p: Default.type): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  28. def ![A, B](a: Axes[A, B]): Unit

    Permalink
    Definition Classes
    DrawContext
  29. final def !(style: Style): Unit

    Permalink
    Definition Classes
    DrawContext
  30. final def !(p: Transform): Unit

    Permalink
    Definition Classes
    DrawContext
  31. final def !(p: Sketch): Unit

    Permalink
    Definition Classes
    DrawContext
  32. final def !(ps: Empty): Unit

    Permalink
    Definition Classes
    DrawContext
  33. final def !(ps: Iterable[Shape]): Unit

    Permalink
    Definition Classes
    DrawContext
  34. final def !(p: Grouped): Unit

    Permalink
    Definition Classes
    DrawContext
  35. final def !(s: Styled): Unit

    Permalink
    Definition Classes
    DrawContext
  36. final def !(p: AlignVertical): Unit

    Permalink
    Definition Classes
    DrawContext
  37. final def !(p: AlignHorizontal): Unit

    Permalink
    Definition Classes
    DrawContext
  38. def !(arrow: Arrow): Unit

    Permalink
    Definition Classes
    DrawContext
  39. def !(s: SvgPath): Unit

    Permalink
    Definition Classes
    DrawContext
  40. def !(s: Polys): Unit

    Permalink
    Definition Classes
    DrawContext
  41. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. def +(other: String): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. val a: DrawContextP5

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

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

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

    Permalink
    Definition Classes
    Any
  50. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def close(): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  52. def drag: Option[Line]

    Permalink
    Definition Classes
    DrawContext
  53. final def drawShape(shape: Shape): Unit

    Permalink
    Definition Classes
    DrawContext
  54. def drop: Option[String]

    Permalink
    Definition Classes
    DrawContext
  55. def elementOf(xs: Set[DrawContextP5]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawContextP5 to DrxAny[DrawContextP5] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  56. def emptyCache(): scala.collection.concurrent.TrieMap[File, PImage]

    Permalink
  57. def ensuring(cond: (DrawContextP5) ⇒ Boolean, msg: ⇒ Any): DrawContextP5

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawContextP5 to Ensuring[DrawContextP5] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  61. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  62. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  63. def fill: Option[Color]

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  64. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  65. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawContextP5 to StringFormat[DrawContextP5] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  66. final def fps: Int

    Permalink
    Definition Classes
    DrawContext
  67. final def frame: Long

    Permalink
    Definition Classes
    DrawContext
  68. final def frameRate: Frequency

    Permalink
    Definition Classes
    DrawContext
  69. val g: PGraphics

    Permalink
  70. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  71. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  72. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  73. implicit val keyboard: Keyboard

    Permalink
    Definition Classes
    DrawContext
  74. def lastClick: Option[Vec]

    Permalink
    Definition Classes
    DrawContext
  75. def lastDrag: Option[Vec]

    Permalink
    Definition Classes
    DrawContext
  76. def lastPress: Option[Vec]

    Permalink
    Definition Classes
    DrawContext
  77. def lastRelease: Option[Vec]

    Permalink
    Definition Classes
    DrawContext
  78. def matrix(f: ⇒ Unit): Unit

    Permalink
  79. val min: DrawContextP5

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawContextP5 to BoundOps[DrawContextP5] performed by method DrxBoundOps in cc.drx.predef.Enrich.
    Definition Classes
    BoundOps
  80. def mouse: Vec

    Permalink
    Definition Classes
    DrawContext
  81. def mouseOption: Option[Vec]

    Permalink
    Definition Classes
    DrawContext
  82. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  83. def noneIf(f: (DrawContextP5) ⇒ Boolean): Option[DrawContextP5]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawContextP5 to DrxAny[DrawContextP5] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  84. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  85. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  86. def onInit(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    DrawContext
  87. def onRelease(f: (Vec) ⇒ Unit): Unit

    Permalink
    Definition Classes
    DrawContext
  88. def optionIf(f: (DrawContextP5) ⇒ Boolean): Option[DrawContextP5]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawContextP5 to DrxAny[DrawContextP5] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  89. def pFont(font: Font): PFont

    Permalink
  90. def preApply[B](f: (DrawContextP5) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawContextP5 to DrxAny[DrawContextP5] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  91. def press: Option[Vec]

    Permalink
    Definition Classes
    DrawContext
  92. def remote(video: Video): MediaRemote

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  93. def save(file: File): drx.Try[File]

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  94. def save: drx.Try[File]

    Permalink
    Definition Classes
    DrawContext
  95. def save(img: Img, file: File): drx.Try[File]

    Permalink
    Definition Classes
    DrawContext
  96. def screen: Rect

    Permalink
    Definition Classes
    DrawContext
  97. def scrollSum: Vec

    Permalink
    Definition Classes
    DrawContext
  98. def sideEffect(f: (DrawContextP5) ⇒ Unit): DrawContextP5

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawContextP5 to DrxAny[DrawContextP5] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  99. def size: Vec

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  100. def snapshot: Img

    Permalink
    Definition Classes
    DrawContext
  101. def snapshot(size: Vec): Img

    Permalink
    Definition Classes
    DrawContext
  102. def someIf(f: (DrawContextP5) ⇒ Boolean): Option[DrawContextP5]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawContextP5 to DrxAny[DrawContextP5] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  103. def stroke: Option[Color]

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  104. def style(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  105. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  106. def textSize(text: Text, font: Font): Vec

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  107. def textWidth(f: Font, str: String): Double

    Permalink

    compute the width of represented string

  108. def to(max: DrawContextP5)(implicit b: Boundable[DrawContextP5]): Bound[DrawContextP5]

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

    Permalink
    Definition Classes
    AnyRef → Any
  110. def touch: List[Line]

    Permalink
    Definition Classes
    DrawContext
  111. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  112. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  113. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  114. def weight: Double

    Permalink
    Definition Classes
    DrawContextP5 → DrawContext
  115. def [B](y: B): (DrawContextP5, B)

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

Deprecated Value Members

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from DrawContextP5 to DrxAny[DrawContextP5] 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 |>[B](f: (DrawContextP5) ⇒ B): B

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

Ungrouped