field.kit.p5

Sketch

class Sketch extends PApplet with Logger

The FieldKit version of a Processing . org PApplet sketch

attributes: abstract
go to: companion
    authors:
  1. Marcus Wendt

Inherited

  1. Hide All
  2. Show all
  1. Logger
  2. PApplet
  3. FocusListener
  4. KeyListener
  5. MouseMotionListener
  6. MouseListener
  7. EventListener
  8. Runnable
  9. PConstants
  10. Applet
  11. Panel
  12. Accessible
  13. Container
  14. Component
  15. Serializable
  16. MenuContainer
  17. ImageObserver
  18. AnyRef
  19. Any

Visibility

  1. Public
  2. All

Instance constructors

  1. new Sketch()

Value Members

  1. def !=(arg0: AnyRef): Boolean

    attributes: final
    definition classes: AnyRef
  2. def !=(arg0: Any): Boolean

    o != arg0 is the same as !(o == (arg0)).

    o != arg0 is the same as !(o == (arg0)).

    arg0

    the object to compare against this object for dis-equality .

    returns

    false if the receiver object is equivalent to the argument; true otherwise.

    attributes: final
    definition classes: Any
  3. def ##(): Int

    attributes: final
    definition classes: AnyRef → Any
  4. def $asInstanceOf[T0](): T0

    attributes: final
    definition classes: AnyRef
  5. def $isInstanceOf[T0](): Boolean

    attributes: final
    definition classes: AnyRef
  6. def ==(arg0: AnyRef): Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    arg0

    the object to compare against this object for equality .

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: AnyRef
  7. def ==(arg0: Any): Boolean

    o == arg0 is the same as o.equals(arg0).

    o == arg0 is the same as o.equals(arg0).

    arg0

    the object to compare against this object for equality .

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: Any
  8. def action(arg0: Event, arg1: Any): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  9. def add(arg0: Component, arg1: Any, arg2: Int): Unit

    definition classes: Container
  10. def add(arg0: Component, arg1: Any): Unit

    definition classes: Container
  11. def add(arg0: Component, arg1: Int): Component

    definition classes: Container
  12. def add(arg0: String, arg1: Component): Component

    definition classes: Container
  13. def add(arg0: Component): Component

    definition classes: Container
  14. def add(arg0: PopupMenu): Unit

    definition classes: Component
  15. def addComponentListener(arg0: ComponentListener): Unit

    definition classes: Component
  16. def addContainerListener(arg0: ContainerListener): Unit

    definition classes: Container
  17. def addFocusListener(arg0: FocusListener): Unit

    definition classes: Component
  18. def addHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

    definition classes: Component
  19. def addHierarchyListener(arg0: HierarchyListener): Unit

    definition classes: Component
  20. def addImpl(arg0: Component, arg1: Any, arg2: Int): Unit

    attributes: protected
    definition classes: Container
  21. def addInputMethodListener(arg0: InputMethodListener): Unit

    definition classes: Component
  22. def addKeyListener(arg0: KeyListener): Unit

    definition classes: Component
  23. def addListeners(): Unit

    definition classes: PApplet
  24. def addMouseListener(arg0: MouseListener): Unit

    definition classes: Component
  25. def addMouseMotionListener(arg0: MouseMotionListener): Unit

    definition classes: Component
  26. def addMouseWheelListener(arg0: MouseWheelListener): Unit

    definition classes: Component
  27. def addNotify(): Unit

    definition classes: Panel → Container → Component
  28. def addPropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    definition classes: Container → Component
  29. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit

    definition classes: Container → Component
  30. def alpha(arg0: Int): Float

    attributes: final
    definition classes: PApplet
  31. def ambient(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  32. def ambient(arg0: Float): Unit

    definition classes: PApplet
  33. def ambient(arg0: Int): Unit

    definition classes: PApplet
  34. def ambientLight(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  35. def ambientLight(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  36. def applyComponentOrientation(arg0: ComponentOrientation): Unit

    definition classes: Container → Component
  37. def applyMatrix(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float, arg8: Float, arg9: Float, arg10: Float, arg11: Float, arg12: Float, arg13: Float, arg14: Float, arg15: Float): Unit

    definition classes: PApplet
  38. def applyMatrix(arg0: PMatrix3D): Unit

    definition classes: PApplet
  39. def applyMatrix(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  40. def applyMatrix(arg0: PMatrix2D): Unit

    definition classes: PApplet
  41. def applyMatrix(arg0: PMatrix): Unit

    definition classes: PApplet
  42. def arc(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  43. def areFocusTraversalKeysSet(arg0: Int): Boolean

    definition classes: Container → Component
  44. def asInstanceOf[T0]: T0

    This method is used to cast the receiver object to be of type T0.

    This method is used to cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expressionList(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    the receiver object .

    attributes: final
    definition classes: Any
  45. def background(arg0: PImage): Unit

    definition classes: PApplet
  46. def background(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  47. def background(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  48. def background(arg0: Float, arg1: Float): Unit

    definition classes: PApplet
  49. def background(arg0: Float): Unit

    definition classes: PApplet
  50. def background(arg0: Int, arg1: Float): Unit

    definition classes: PApplet
  51. def background(arg0: Int): Unit

    definition classes: PApplet
  52. def beginCamera(): Unit

    definition classes: PApplet
  53. def beginGL: GL

  54. def beginRaw(arg0: PGraphics): Unit

    definition classes: PApplet
  55. def beginRaw(arg0: String, arg1: String): PGraphics

    definition classes: PApplet
  56. def beginRecord: Unit

  57. def beginRecord(arg0: PGraphics): Unit

    definition classes: PApplet
  58. def beginRecord(arg0: String, arg1: String): PGraphics

    definition classes: PApplet
  59. def beginShape(arg0: Int): Unit

    definition classes: PApplet
  60. def beginShape(): Unit

    definition classes: PApplet
  61. def bezier(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float, arg8: Float, arg9: Float, arg10: Float, arg11: Float): Unit

    definition classes: PApplet
  62. def bezier(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float): Unit

    definition classes: PApplet
  63. def bezierDetail(arg0: Int): Unit

    definition classes: PApplet
  64. def bezierPoint(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Float

    definition classes: PApplet
  65. def bezierTangent(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Float

    definition classes: PApplet
  66. def bezierVertex(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float, arg8: Float): Unit

    definition classes: PApplet
  67. def bezierVertex(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  68. def blend(arg0: PImage, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int, arg6: Int, arg7: Int, arg8: Int, arg9: Int): Unit

    definition classes: PApplet
  69. def blend(arg0: Int, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int, arg6: Int, arg7: Int, arg8: Int): Unit

    definition classes: PApplet
  70. def blue(arg0: Int): Float

    attributes: final
    definition classes: PApplet
  71. def bounds(): Rectangle

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  72. def box(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  73. def box(arg0: Float): Unit

    definition classes: PApplet
  74. def breakShape(): Unit

    definition classes: PApplet
  75. def brightness(arg0: Int): Float

    attributes: final
    definition classes: PApplet
  76. def camera(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float, arg8: Float): Unit

    definition classes: PApplet
  77. def camera(): Unit

    definition classes: PApplet
  78. def checkImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Int

    definition classes: Component
  79. def checkImage(arg0: Image, arg1: ImageObserver): Int

    definition classes: Component
  80. def checkKeyEvent(arg0: KeyEvent): Unit

    attributes: protected
    definition classes: PApplet
  81. def checkMouseEvent(arg0: MouseEvent): Unit

    attributes: protected
    definition classes: PApplet
  82. def checkParentFrame(): Unit

    attributes: protected
    definition classes: PApplet
  83. def clone(): AnyRef

    This method creates and returns a copy of the receiver object .

    This method creates and returns a copy of the receiver object .

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object .

    attributes: protected
    definition classes: AnyRef
  84. def coalesceEvents(arg0: AWTEvent, arg1: AWTEvent): AWTEvent

    attributes: protected
    definition classes: Component
  85. def color(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Int

    attributes: final
    definition classes: PApplet
  86. def color(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Int

    attributes: final
    definition classes: PApplet
  87. def color(arg0: Float, arg1: Float, arg2: Float): Int

    attributes: final
    definition classes: PApplet
  88. def color(arg0: Int, arg1: Int, arg2: Int): Int

    attributes: final
    definition classes: PApplet
  89. def color(arg0: Float, arg1: Float): Int

    attributes: final
    definition classes: PApplet
  90. def color(arg0: Int, arg1: Int): Int

    attributes: final
    definition classes: PApplet
  91. def color(arg0: Float): Int

    attributes: final
    definition classes: PApplet
  92. def color(arg0: Int): Int

    attributes: final
    definition classes: PApplet
  93. def colorMode(arg0: Int, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Unit

    definition classes: PApplet
  94. def colorMode(arg0: Int, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  95. def colorMode(arg0: Int, arg1: Float): Unit

    definition classes: PApplet
  96. def colorMode(arg0: Int): Unit

    definition classes: PApplet
  97. def contains(arg0: Point): Boolean

    definition classes: Component
  98. def contains(arg0: Int, arg1: Int): Boolean

    definition classes: Component
  99. def copy(arg0: PImage, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int, arg6: Int, arg7: Int, arg8: Int): Unit

    definition classes: PApplet
  100. def copy(arg0: Int, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int, arg6: Int, arg7: Int): Unit

    definition classes: PApplet
  101. def countComponents(): Int

    definition classes: Container
      deprecated:
    1. see corresponding Javadoc for more information .

  102. def createDefaultFont(arg0: Float): PFont

    attributes: protected
    definition classes: PApplet
  103. def createFont(arg0: String, arg1: Float, arg2: Boolean, arg3: Array[Char]): PFont

    definition classes: PApplet
  104. def createFont(arg0: String, arg1: Float, arg2: Boolean): PFont

    definition classes: PApplet
  105. def createFont(arg0: String, arg1: Float): PFont

    definition classes: PApplet
  106. def createGraphics(arg0: Int, arg1: Int, arg2: String, arg3: String): PGraphics

    definition classes: PApplet
  107. def createGraphics(arg0: Int, arg1: Int, arg2: String): PGraphics

    definition classes: PApplet
  108. def createImage(arg0: Int, arg1: Int, arg2: Int): PImage

    definition classes: PApplet
  109. def createImage(arg0: Int, arg1: Int): Image

    definition classes: Component
  110. def createImage(arg0: ImageProducer): Image

    definition classes: Component
  111. def createInput(arg0: String): InputStream

    definition classes: PApplet
  112. def createInputRaw(arg0: String): InputStream

    definition classes: PApplet
  113. def createOutput(arg0: String): OutputStream

    definition classes: PApplet
  114. def createReader(arg0: String): BufferedReader

    definition classes: PApplet
  115. def createVolatileImage(arg0: Int, arg1: Int, arg2: ImageCapabilities): VolatileImage

    definition classes: Component
  116. def createVolatileImage(arg0: Int, arg1: Int): VolatileImage

    definition classes: Component
  117. def createWriter(arg0: String): PrintWriter

    definition classes: PApplet
  118. def cursor(): Unit

    definition classes: PApplet
  119. def cursor(arg0: PImage, arg1: Int, arg2: Int): Unit

    definition classes: PApplet
  120. def cursor(arg0: PImage): Unit

    definition classes: PApplet
  121. def cursor(arg0: Int): Unit

    definition classes: PApplet
  122. def curve(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float, arg8: Float, arg9: Float, arg10: Float, arg11: Float): Unit

    definition classes: PApplet
  123. def curve(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float): Unit

    definition classes: PApplet
  124. def curveDetail(arg0: Int): Unit

    definition classes: PApplet
  125. def curvePoint(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Float

    definition classes: PApplet
  126. def curveTangent(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Float

    definition classes: PApplet
  127. def curveTightness(arg0: Float): Unit

    definition classes: PApplet
  128. def curveVertex(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  129. def curveVertex(arg0: Float, arg1: Float): Unit

    definition classes: PApplet
  130. def dataFile(arg0: String): File

    definition classes: PApplet
  131. def dataPath(arg0: String): String

    definition classes: PApplet
  132. def delay(arg0: Int): Unit

    definition classes: PApplet
  133. def deliverEvent(arg0: Event): Unit

    definition classes: Container → Component
      deprecated:
    1. see corresponding Javadoc for more information .

  134. def dequeueKeyEvents(): Unit

    attributes: protected
    definition classes: PApplet
  135. def dequeueMouseEvents(): Unit

    attributes: protected
    definition classes: PApplet
  136. def destroy(): Unit

    definition classes: PApplet → Applet
  137. def die(arg0: String, arg1: Exception): Unit

    definition classes: PApplet
  138. def die(arg0: String): Unit

    definition classes: PApplet
  139. def directionalLight(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  140. def disable(): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  141. def disableEvents(arg0: Long): Unit

    attributes: protected final
    definition classes: Component
  142. def dispatchEvent(arg0: AWTEvent): Unit

    attributes: final
    definition classes: Component
  143. def displayable(): Boolean

    definition classes: PApplet
  144. def doLayout(): Unit

    definition classes: Container → Component
  145. def draw(): Unit

    definition classes: PApplet
  146. def edge(arg0: Boolean): Unit

    definition classes: PApplet
  147. def ellipse(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  148. def ellipseMode(arg0: Int): Unit

    definition classes: PApplet
  149. def emissive(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  150. def emissive(arg0: Float): Unit

    definition classes: PApplet
  151. def emissive(arg0: Int): Unit

    definition classes: PApplet
  152. def enable(arg0: Boolean): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  153. def enable(): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  154. def enableEvents(arg0: Long): Unit

    attributes: protected final
    definition classes: Component
  155. def enableInputMethods(arg0: Boolean): Unit

    definition classes: Component
  156. def endCamera(): Unit

    definition classes: PApplet
  157. def endGL: Unit

  158. def endRaw(): Unit

    definition classes: PApplet
  159. def endRecord(): Unit

    definition classes: Sketch → PApplet
  160. def endShape(arg0: Int): Unit

    definition classes: PApplet
  161. def endShape(): Unit

    definition classes: PApplet
  162. def enqueueKeyEvent(arg0: KeyEvent): Unit

    attributes: protected
    definition classes: PApplet
  163. def enqueueMouseEvent(arg0: MouseEvent): Unit

    attributes: protected
    definition classes: PApplet
  164. def eq(arg0: AnyRef): Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    The eq method implements an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation] on non-null instances of AnyRef: * It is reflexive: for any non-null instance x of type AnyRef, x.eq(x) returns true. * It is symmetric: for any non-null instances x and y of type AnyRef, x.eq(y) returns true if and only if y.eq(x) returns true. * It is transitive: for any non-null instances x, y, and z of type AnyRef if x.eq(y) returns true and y.eq(z) returns true, then x.eq(z) returns true.

    Additionally, the eq method has three other properties. * It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false. * For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false. * null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    arg0

    the object to compare against this object for reference equality .

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    attributes: final
    definition classes: AnyRef
  165. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation]: * It is reflexive: for any instance x of type Any, x.equals(x) should return true. * It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true. * It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same scala.Int (o1.hashCode.equals(o2.hashCode)).

    arg0

    the object to compare against this object for equality .

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    definition classes: AnyRef → Any
  166. def error(m: Any*): Unit

    definition classes: Logger
  167. def exit(): Unit

    definition classes: PApplet
  168. def fatal(code: Int, m: Any*): Unit

    definition classes: Logger
  169. def fatal(m: Any*): Unit

    definition classes: Logger
  170. def fill(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  171. def fill(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  172. def fill(arg0: Float, arg1: Float): Unit

    definition classes: PApplet
  173. def fill(arg0: Float): Unit

    definition classes: PApplet
  174. def fill(arg0: Int, arg1: Float): Unit

    definition classes: PApplet
  175. def fill(arg0: Int): Unit

    definition classes: PApplet
  176. def filter(arg0: Int, arg1: Float): Unit

    definition classes: PApplet
  177. def filter(arg0: Int): Unit

    definition classes: PApplet
  178. def finalize(): Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object .

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object .

    The details of when and if the finalize method are invoked, as well as the interaction between finalizeand non-local returns and exceptions, are all platform dependent.

    attributes: protected
    definition classes: AnyRef
  179. def findComponentAt(arg0: Point): Component

    definition classes: Container
  180. def findComponentAt(arg0: Int, arg1: Int): Component

    definition classes: Container
  181. def fine(m: Any*): Unit

    definition classes: Logger
  182. def firePropertyChange(arg0: String, arg1: Double, arg2: Double): Unit

    definition classes: Component
  183. def firePropertyChange(arg0: String, arg1: Float, arg2: Float): Unit

    definition classes: Component
  184. def firePropertyChange(arg0: String, arg1: Long, arg2: Long): Unit

    definition classes: Component
  185. def firePropertyChange(arg0: String, arg1: Short, arg2: Short): Unit

    definition classes: Component
  186. def firePropertyChange(arg0: String, arg1: Char, arg2: Char): Unit

    definition classes: Component
  187. def firePropertyChange(arg0: String, arg1: Byte, arg2: Byte): Unit

    definition classes: Component
  188. def firePropertyChange(arg0: String, arg1: Int, arg2: Int): Unit

    attributes: protected
    definition classes: Component
  189. def firePropertyChange(arg0: String, arg1: Boolean, arg2: Boolean): Unit

    attributes: protected
    definition classes: Component
  190. def firePropertyChange(arg0: String, arg1: Any, arg2: Any): Unit

    attributes: protected
    definition classes: Component
  191. def flush(): Unit

    definition classes: PApplet
  192. def focusGained(arg0: FocusEvent): Unit

    definition classes: PApplet → FocusListener
  193. def focusGained(): Unit

    definition classes: PApplet
  194. def focusLost(arg0: FocusEvent): Unit

    definition classes: PApplet → FocusListener
  195. def focusLost(): Unit

    definition classes: PApplet
  196. def frameRate(arg0: Float): Unit

    definition classes: PApplet
  197. def frustum(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  198. def get(): PImage

    definition classes: PApplet
  199. def get(arg0: Int, arg1: Int, arg2: Int, arg3: Int): PImage

    definition classes: PApplet
  200. def get(arg0: Int, arg1: Int): Int

    definition classes: PApplet
  201. def getAccessibleContext(): AccessibleContext

    definition classes: Applet → Panel → Accessible → Component
  202. def getAlignmentX(): Float

    definition classes: Container → Component
  203. def getAlignmentY(): Float

    definition classes: Container → Component
  204. def getAppletContext(): AppletContext

    definition classes: Applet
  205. def getAppletInfo(): String

    definition classes: Applet
  206. def getAudioClip(arg0: URL, arg1: String): AudioClip

    definition classes: Applet
  207. def getAudioClip(arg0: URL): AudioClip

    definition classes: Applet
  208. def getBackground(): Color

    definition classes: Component
  209. def getBaseline(arg0: Int, arg1: Int): Int

    definition classes: Component
  210. def getBaselineResizeBehavior(): BaselineResizeBehavior

    definition classes: Component
  211. def getBounds(arg0: Rectangle): Rectangle

    definition classes: Component
  212. def getBounds(): Rectangle

    definition classes: Component
  213. def getCache(arg0: Any): AnyRef

    definition classes: PApplet
  214. def getClass(): java.lang.Class[_]

    Returns a representation that corresponds to the dynamic class of the receiver object .

    Returns a representation that corresponds to the dynamic class of the receiver object .

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object .

    attributes: final
    definition classes: AnyRef
  215. def getCodeBase(): URL

    definition classes: Applet
  216. def getColorModel(): ColorModel

    definition classes: Component
  217. def getComponent(arg0: Int): Component

    definition classes: Container
  218. def getComponentAt(arg0: Point): Component

    definition classes: Container → Component
  219. def getComponentAt(arg0: Int, arg1: Int): Component

    definition classes: Container → Component
  220. def getComponentCount(): Int

    definition classes: Container
  221. def getComponentListeners(): Array[ComponentListener]

    definition classes: Component
  222. def getComponentOrientation(): ComponentOrientation

    definition classes: Component
  223. def getComponentZOrder(arg0: Component): Int

    definition classes: Container
  224. def getComponents(): Array[Component]

    definition classes: Container
  225. def getContainerListeners(): Array[ContainerListener]

    definition classes: Container
  226. def getCursor(): Cursor

    definition classes: Component
  227. def getDocumentBase(): URL

    definition classes: Applet
  228. def getDropTarget(): DropTarget

    definition classes: Component
  229. def getFocusCycleRootAncestor(): Container

    definition classes: Component
  230. def getFocusListeners(): Array[FocusListener]

    definition classes: Component
  231. def getFocusTraversalKeys(arg0: Int): Set[AWTKeyStroke]

    definition classes: Container → Component
  232. def getFocusTraversalKeysEnabled(): Boolean

    definition classes: Component
  233. def getFocusTraversalPolicy(): FocusTraversalPolicy

    definition classes: Container
  234. def getFont(): Font

    definition classes: Component → MenuContainer
  235. def getFontMetrics(arg0: Font): FontMetrics

    definition classes: Component
  236. def getForeground(): Color

    definition classes: Component
  237. def getGraphics(): Graphics

    definition classes: Component
  238. def getGraphicsConfiguration(): GraphicsConfiguration

    definition classes: Component
  239. def getHeight(): Int

    definition classes: Component
  240. def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

    definition classes: Component
  241. def getHierarchyListeners(): Array[HierarchyListener]

    definition classes: Component
  242. def getIgnoreRepaint(): Boolean

    definition classes: Component
  243. def getImage(arg0: URL, arg1: String): Image

    definition classes: Applet
  244. def getImage(arg0: URL): Image

    definition classes: Applet
  245. def getInputContext(): InputContext

    definition classes: Component
  246. def getInputMethodListeners(): Array[InputMethodListener]

    definition classes: Component
  247. def getInputMethodRequests(): InputMethodRequests

    definition classes: Component
  248. def getInsets(): Insets

    definition classes: Container
  249. def getKeyListeners(): Array[KeyListener]

    definition classes: Component
  250. def getLayout(): LayoutManager

    definition classes: Container
  251. def getListeners[T <: EventListener](arg0: Class[T]): Array[T]

    definition classes: Container → Component
  252. def getLocale(): Locale

    definition classes: Applet → Component
  253. def getLocation(arg0: Point): Point

    definition classes: Component
  254. def getLocation(): Point

    definition classes: Component
  255. def getLocationOnScreen(): Point

    definition classes: Component
  256. def getMatrix(arg0: PMatrix3D): PMatrix3D

    definition classes: PApplet
  257. def getMatrix(arg0: PMatrix2D): PMatrix2D

    definition classes: PApplet
  258. def getMatrix(): PMatrix

    definition classes: PApplet
  259. def getMaximumSize(): Dimension

    definition classes: Container → Component
  260. def getMinimumSize(): Dimension

    definition classes: Container → Component
  261. def getMouseListeners(): Array[MouseListener]

    definition classes: Component
  262. def getMouseMotionListeners(): Array[MouseMotionListener]

    definition classes: Component
  263. def getMousePosition(arg0: Boolean): Point

    definition classes: Container
  264. def getMousePosition(): Point

    definition classes: Component
  265. def getMouseWheelListeners(): Array[MouseWheelListener]

    definition classes: Component
  266. def getName(): String

    definition classes: Component
  267. def getParameter(arg0: String): String

    definition classes: Applet
  268. def getParameterInfo(): Array[Array[String]]

    definition classes: Applet
  269. def getParent(): Container

    definition classes: Component
  270. def getPeer(): ComponentPeer

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  271. def getPreferredSize(): Dimension

    definition classes: Container → Component
  272. def getPropertyChangeListeners(arg0: String): Array[PropertyChangeListener]

    definition classes: Component
  273. def getPropertyChangeListeners(): Array[PropertyChangeListener]

    definition classes: Component
  274. def getSize(arg0: Dimension): Dimension

    definition classes: Component
  275. def getSize(): Dimension

    definition classes: Component
  276. def getSketchHeight(): Int

    definition classes: PApplet
  277. def getSketchRenderer(): String

    definition classes: PApplet
  278. def getSketchWidth(): Int

    definition classes: PApplet
  279. def getToolkit(): Toolkit

    definition classes: Component
  280. def getTreeLock(): AnyRef

    attributes: final
    definition classes: Component
  281. def getWidth(): Int

    definition classes: Component
  282. def getX(): Int

    definition classes: Component
  283. def getY(): Int

    definition classes: Component
  284. def gl: GL

  285. def gotFocus(arg0: Event, arg1: Any): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  286. def green(arg0: Int): Float

    attributes: final
    definition classes: PApplet
  287. def handleDraw(): Unit

    definition classes: PApplet
  288. def handleEvent(arg0: Event): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  289. def handleKeyEvent(arg0: KeyEvent): Unit

    attributes: protected
    definition classes: PApplet
  290. def handleMouseEvent(arg0: MouseEvent): Unit

    attributes: protected
    definition classes: PApplet
  291. def hasFocus(): Boolean

    definition classes: Component
  292. def hashCode(): Int

    Returns a hash code value for the object .

    Returns a hash code value for the object .

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    returns

    the hash code value for the object .

    definition classes: AnyRef → Any
  293. def hide(): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  294. def hint(arg0: Int): Unit

    definition classes: PApplet
  295. def hue(arg0: Int): Float

    attributes: final
    definition classes: PApplet
  296. def image(arg0: PImage, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Int, arg6: Int, arg7: Int, arg8: Int): Unit

    definition classes: PApplet
  297. def image(arg0: PImage, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Unit

    definition classes: PApplet
  298. def image(arg0: PImage, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  299. def imageMode(arg0: Int): Unit

    definition classes: PApplet
  300. def imageUpdate(arg0: Image, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int): Boolean

    definition classes: Component → ImageObserver
  301. def info(m: Any*): Unit

    definition classes: Logger
  302. def init(): Unit

    definition classes: PApplet → Applet
  303. def initRecorder: Unit

    attributes: protected
  304. def insertFrame(arg0: String): String

    attributes: protected
    definition classes: PApplet
  305. def insets(): Insets

    definition classes: Container
      deprecated:
    1. see corresponding Javadoc for more information .

  306. def inside(arg0: Int, arg1: Int): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  307. def invalidate(): Unit

    definition classes: Container → Component
  308. def isActive(): Boolean

    definition classes: Applet
  309. def isAncestorOf(arg0: Component): Boolean

    definition classes: Container
  310. def isBackgroundSet(): Boolean

    definition classes: Component
  311. def isCursorSet(): Boolean

    definition classes: Component
  312. def isDisplayable(): Boolean

    definition classes: Component
  313. def isDoubleBuffered(): Boolean

    definition classes: Component
  314. def isEnabled(): Boolean

    definition classes: Component
  315. def isFocusCycleRoot(): Boolean

    definition classes: Container
  316. def isFocusCycleRoot(arg0: Container): Boolean

    definition classes: Container → Component
  317. def isFocusOwner(): Boolean

    definition classes: Component
  318. def isFocusTraversable(): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  319. def isFocusTraversalPolicyProvider(): Boolean

    attributes: final
    definition classes: Container
  320. def isFocusTraversalPolicySet(): Boolean

    definition classes: Container
  321. def isFocusable(): Boolean

    definition classes: Component
  322. def isFontSet(): Boolean

    definition classes: Component
  323. def isForegroundSet(): Boolean

    definition classes: Component
  324. def isInstanceOf[T0]: Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

    This method is used to test whether the dynamic type of the receiver object is T0.

    Note that the test result of the test is modulo Scala's erasure semantics. Therefore the expression1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    attributes: final
    definition classes: Any
  325. def isLightweight(): Boolean

    definition classes: Component
  326. def isMaximumSizeSet(): Boolean

    definition classes: Component
  327. def isMinimumSizeSet(): Boolean

    definition classes: Component
  328. def isOpaque(): Boolean

    definition classes: Component
  329. def isPreferredSizeSet(): Boolean

    definition classes: Component
  330. def isShowing(): Boolean

    definition classes: Component
  331. def isValid(): Boolean

    definition classes: Component
  332. def isVisible(): Boolean

    definition classes: Component
  333. def keyDown(arg0: Event, arg1: Int): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  334. def keyPressed(): Unit

    definition classes: Sketch → PApplet
  335. def keyPressed(arg0: KeyEvent): Unit

    definition classes: PApplet → KeyListener
  336. def keyReleased(): Unit

    definition classes: PApplet
  337. def keyReleased(arg0: KeyEvent): Unit

    definition classes: PApplet → KeyListener
  338. def keyTyped(): Unit

    definition classes: PApplet
  339. def keyTyped(arg0: KeyEvent): Unit

    definition classes: PApplet → KeyListener
  340. def keyUp(arg0: Event, arg1: Int): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  341. def layout(): Unit

    definition classes: Container → Component
      deprecated:
    1. see corresponding Javadoc for more information .

  342. def lerpColor(arg0: Int, arg1: Int, arg2: Float): Int

    definition classes: PApplet
  343. def lightFalloff(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  344. def lightSpecular(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  345. def lights(): Unit

    definition classes: PApplet
  346. def line(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  347. def line(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  348. def link(arg0: String, arg1: String): Unit

    definition classes: PApplet
  349. def link(arg0: String): Unit

    definition classes: PApplet
  350. def list(arg0: PrintWriter, arg1: Int): Unit

    definition classes: Container → Component
  351. def list(arg0: PrintStream, arg1: Int): Unit

    definition classes: Container → Component
  352. def list(arg0: PrintWriter): Unit

    definition classes: Component
  353. def list(arg0: PrintStream): Unit

    definition classes: Component
  354. def list(): Unit

    definition classes: Component
  355. def loadBytes(arg0: String): Array[Byte]

    definition classes: PApplet
  356. def loadFont(arg0: String): PFont

    definition classes: PApplet
  357. def loadImage(arg0: String, arg1: String): PImage

    definition classes: PApplet
  358. def loadImage(arg0: String): PImage

    definition classes: PApplet
  359. def loadImageIO(arg0: String): PImage

    attributes: protected
    definition classes: PApplet
  360. def loadImageMT(arg0: Image): PImage

    attributes: protected
    definition classes: PApplet
  361. def loadImageTGA(arg0: String): PImage

    attributes: protected
    definition classes: PApplet
  362. def loadPixels(): Unit

    definition classes: PApplet
  363. def loadShape(arg0: String): PShape

    definition classes: PApplet
  364. def loadStrings(arg0: String): Array[String]

    definition classes: PApplet
  365. def locate(arg0: Int, arg1: Int): Component

    definition classes: Container → Component
      deprecated:
    1. see corresponding Javadoc for more information .

  366. def location(): Point

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  367. def logName: String

    definition classes: Logger
  368. def logName_=(name: String): Unit

    definition classes: Logger
  369. def loop(): Unit

    definition classes: PApplet
  370. def lostFocus(arg0: Event, arg1: Any): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  371. def main(args: Array[String]): Unit

  372. def makeGraphics(arg0: Int, arg1: Int, arg2: String, arg3: String, arg4: Boolean): PGraphics

    attributes: protected
    definition classes: PApplet
  373. def mask(arg0: PImage): Unit

    definition classes: PApplet
  374. def mask(arg0: Array[Int]): Unit

    definition classes: PApplet
  375. def method(arg0: String): Unit

    definition classes: PApplet
  376. def millis(): Int

    definition classes: PApplet
  377. def minimumSize(): Dimension

    definition classes: Container → Component
      deprecated:
    1. see corresponding Javadoc for more information .

  378. def modelX(arg0: Float, arg1: Float, arg2: Float): Float

    definition classes: PApplet
  379. def modelY(arg0: Float, arg1: Float, arg2: Float): Float

    definition classes: PApplet
  380. def modelZ(arg0: Float, arg1: Float, arg2: Float): Float

    definition classes: PApplet
  381. def mouseClicked(): Unit

    definition classes: PApplet
  382. def mouseClicked(arg0: MouseEvent): Unit

    definition classes: PApplet → MouseListener
  383. def mouseDown(arg0: Event, arg1: Int, arg2: Int): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  384. def mouseDrag(arg0: Event, arg1: Int, arg2: Int): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  385. def mouseDragged(): Unit

    definition classes: PApplet
  386. def mouseDragged(arg0: MouseEvent): Unit

    definition classes: PApplet → MouseMotionListener
  387. def mouseEnter(arg0: Event, arg1: Int, arg2: Int): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  388. def mouseEntered(arg0: MouseEvent): Unit

    definition classes: PApplet → MouseListener
  389. def mouseExit(arg0: Event, arg1: Int, arg2: Int): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  390. def mouseExited(arg0: MouseEvent): Unit

    definition classes: PApplet → MouseListener
  391. def mouseMove(arg0: Event, arg1: Int, arg2: Int): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  392. def mouseMoved(): Unit

    definition classes: PApplet
  393. def mouseMoved(arg0: MouseEvent): Unit

    definition classes: PApplet → MouseMotionListener
  394. def mousePressed(): Unit

    definition classes: PApplet
  395. def mousePressed(arg0: MouseEvent): Unit

    definition classes: PApplet → MouseListener
  396. def mouseReleased(): Unit

    definition classes: PApplet
  397. def mouseReleased(arg0: MouseEvent): Unit

    definition classes: PApplet → MouseListener
  398. def mouseUp(arg0: Event, arg1: Int, arg2: Int): Boolean

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  399. def move(arg0: Int, arg1: Int): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  400. def ne(arg0: AnyRef): Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

    o.ne(arg0) is the same as !(o.eq(arg0)).

    arg0

    the object to compare against this object for reference dis-equality .

    returns

    false if the argument is not a reference to the receiver object; true otherwise.

    attributes: final
    definition classes: AnyRef
  401. def nextFocus(): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  402. def noCursor(): Unit

    definition classes: PApplet
  403. def noFill(): Unit

    definition classes: PApplet
  404. def noLights(): Unit

    definition classes: PApplet
  405. def noLoop(): Unit

    definition classes: PApplet
  406. def noSmooth(): Unit

    definition classes: PApplet
  407. def noStroke(): Unit

    definition classes: PApplet
  408. def noTint(): Unit

    definition classes: PApplet
  409. def noise(arg0: Float, arg1: Float, arg2: Float): Float

    definition classes: PApplet
  410. def noise(arg0: Float, arg1: Float): Float

    definition classes: PApplet
  411. def noise(arg0: Float): Float

    definition classes: PApplet
  412. def noiseDetail(arg0: Int, arg1: Float): Unit

    definition classes: PApplet
  413. def noiseDetail(arg0: Int): Unit

    definition classes: PApplet
  414. def noiseSeed(arg0: Long): Unit

    definition classes: PApplet
  415. def normal(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  416. def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor .

    Wakes up a single thread that is waiting on the receiver object's monitor .

    attributes: final
    definition classes: AnyRef
  417. def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor .

    Wakes up all threads that are waiting on the receiver object's monitor .

    attributes: final
    definition classes: AnyRef
  418. def openStream(arg0: String): InputStream

    definition classes: PApplet
      deprecated:
    1. see corresponding Javadoc for more information .

  419. def ortho(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  420. def ortho(): Unit

    definition classes: PApplet
  421. def paint(): Unit

    attributes: protected
    definition classes: PApplet
  422. def paint(arg0: Graphics): Unit

    definition classes: PApplet → Container → Component
  423. def paintAll(arg0: Graphics): Unit

    definition classes: Component
  424. def paintComponents(arg0: Graphics): Unit

    definition classes: Container
  425. def param(arg0: String): String

    definition classes: PApplet
  426. def paramString(): String

    attributes: protected
    definition classes: Container → Component
  427. def perspective(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  428. def perspective(): Unit

    definition classes: PApplet
  429. def pgl: PGraphicsOpenGL

  430. def play(arg0: URL, arg1: String): Unit

    definition classes: Applet
  431. def play(arg0: URL): Unit

    definition classes: Applet
  432. def point(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  433. def point(arg0: Float, arg1: Float): Unit

    definition classes: PApplet
  434. def pointLight(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  435. def popMatrix(): Unit

    definition classes: PApplet
  436. def popStyle(): Unit

    definition classes: PApplet
  437. def postEvent(arg0: Event): Boolean

    definition classes: Component → MenuContainer
      deprecated:
    1. see corresponding Javadoc for more information .

  438. def preferredSize(): Dimension

    definition classes: Container → Component
      deprecated:
    1. see corresponding Javadoc for more information .

  439. def prepareImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Boolean

    definition classes: Component
  440. def prepareImage(arg0: Image, arg1: ImageObserver): Boolean

    definition classes: Component
  441. def print(arg0: Graphics): Unit

    definition classes: Container → Component
  442. def printAll(arg0: Graphics): Unit

    definition classes: Component
  443. def printCamera(): Unit

    definition classes: PApplet
  444. def printComponents(arg0: Graphics): Unit

    definition classes: Container
  445. def printMatrix(): Unit

    definition classes: PApplet
  446. def printProjection(): Unit

    definition classes: PApplet
  447. def processComponentEvent(arg0: ComponentEvent): Unit

    attributes: protected
    definition classes: Component
  448. def processContainerEvent(arg0: ContainerEvent): Unit

    attributes: protected
    definition classes: Container
  449. def processEvent(arg0: AWTEvent): Unit

    attributes: protected
    definition classes: Container → Component
  450. def processFocusEvent(arg0: FocusEvent): Unit

    attributes: protected
    definition classes: Component
  451. def processHierarchyBoundsEvent(arg0: HierarchyEvent): Unit

    attributes: protected
    definition classes: Component
  452. def processHierarchyEvent(arg0: HierarchyEvent): Unit

    attributes: protected
    definition classes: Component
  453. def processInputMethodEvent(arg0: InputMethodEvent): Unit

    attributes: protected
    definition classes: Component
  454. def processKeyEvent(arg0: KeyEvent): Unit

    attributes: protected
    definition classes: Component
  455. def processMouseEvent(arg0: MouseEvent): Unit

    attributes: protected
    definition classes: Component
  456. def processMouseMotionEvent(arg0: MouseEvent): Unit

    attributes: protected
    definition classes: Component
  457. def processMouseWheelEvent(arg0: MouseWheelEvent): Unit

    attributes: protected
    definition classes: Component
  458. def pushMatrix(): Unit

    definition classes: PApplet
  459. def pushStyle(): Unit

    definition classes: PApplet
  460. def quad(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float): Unit

    definition classes: PApplet
  461. def random(arg0: Float, arg1: Float): Float

    attributes: final
    definition classes: PApplet
  462. def random(arg0: Float): Float

    attributes: final
    definition classes: PApplet
  463. def randomSeed(arg0: Long): Unit

    attributes: final
    definition classes: PApplet
  464. var rec: Recorder

    attributes: protected
  465. def rect(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  466. def rectMode(arg0: Int): Unit

    definition classes: PApplet
  467. def red(arg0: Int): Float

    attributes: final
    definition classes: PApplet
  468. def redraw(): Unit

    definition classes: PApplet
  469. def registerDispose(arg0: Any): Unit

    definition classes: PApplet
  470. def registerDraw(arg0: Any): Unit

    definition classes: PApplet
  471. def registerKeyEvent(arg0: Any): Unit

    definition classes: PApplet
  472. def registerMouseEvent(arg0: Any): Unit

    definition classes: PApplet
  473. def registerNoArgs(arg0: RegisteredMethods, arg1: String, arg2: Any): Unit

    attributes: protected
    definition classes: PApplet
  474. def registerPost(arg0: Any): Unit

    definition classes: PApplet
  475. def registerPre(arg0: Any): Unit

    definition classes: PApplet
  476. def registerSize(arg0: Any): Unit

    definition classes: PApplet
  477. def registerWithArgs(arg0: RegisteredMethods, arg1: String, arg2: Any, arg3: Array[java.lang.Class[_]]): Unit

    attributes: protected
    definition classes: PApplet
  478. def remove(arg0: Component): Unit

    definition classes: Container
  479. def remove(arg0: Int): Unit

    definition classes: Container
  480. def remove(arg0: MenuComponent): Unit

    definition classes: Component → MenuContainer
  481. def removeAll(): Unit

    definition classes: Container
  482. def removeCache(arg0: Any): Unit

    definition classes: PApplet
  483. def removeComponentListener(arg0: ComponentListener): Unit

    definition classes: Component
  484. def removeContainerListener(arg0: ContainerListener): Unit

    definition classes: Container
  485. def removeFocusListener(arg0: FocusListener): Unit

    definition classes: Component
  486. def removeHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

    definition classes: Component
  487. def removeHierarchyListener(arg0: HierarchyListener): Unit

    definition classes: Component
  488. def removeInputMethodListener(arg0: InputMethodListener): Unit

    definition classes: Component
  489. def removeKeyListener(arg0: KeyListener): Unit

    definition classes: Component
  490. def removeMouseListener(arg0: MouseListener): Unit

    definition classes: Component
  491. def removeMouseMotionListener(arg0: MouseMotionListener): Unit

    definition classes: Component
  492. def removeMouseWheelListener(arg0: MouseWheelListener): Unit

    definition classes: Component
  493. def removeNotify(): Unit

    definition classes: Container → Component
  494. def removePropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    definition classes: Component
  495. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

    definition classes: Component
  496. def repaint(arg0: Long, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    definition classes: Component
  497. def repaint(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    definition classes: Component
  498. def repaint(arg0: Long): Unit

    definition classes: Component
  499. def repaint(): Unit

    definition classes: Component
  500. def requestFocus(arg0: Boolean): Boolean

    attributes: protected
    definition classes: Component
  501. def requestFocus(): Unit

    definition classes: Component
  502. def requestFocusInWindow(arg0: Boolean): Boolean

    attributes: protected
    definition classes: Component
  503. def requestFocusInWindow(): Boolean

    definition classes: Component
  504. def requestImage(arg0: String, arg1: String): PImage

    definition classes: PApplet
  505. def requestImage(arg0: String): PImage

    definition classes: PApplet
  506. def resetMatrix(): Unit

    definition classes: PApplet
  507. def reshape(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  508. def resize(arg0: Dimension): Unit

    definition classes: Applet → Component
  509. def resize(arg0: Int, arg1: Int): Unit

    definition classes: Applet → Component
  510. def resizeRenderer(arg0: Int, arg1: Int): Unit

    attributes: protected
    definition classes: PApplet
  511. def rotate(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  512. def rotate(arg0: Float): Unit

    definition classes: PApplet
  513. def rotateX(arg0: Float): Unit

    definition classes: PApplet
  514. def rotateY(arg0: Float): Unit

    definition classes: PApplet
  515. def rotateZ(arg0: Float): Unit

    definition classes: PApplet
  516. def run(): Unit

    definition classes: PApplet → Runnable
  517. def saturation(arg0: Int): Float

    attributes: final
    definition classes: PApplet
  518. def save(arg0: String): Unit

    definition classes: PApplet
  519. def saveBytes(arg0: String, arg1: Array[Byte]): Unit

    definition classes: PApplet
  520. def saveFile(arg0: String): File

    definition classes: PApplet
  521. def saveFrame(arg0: String): Unit

    definition classes: PApplet
  522. def saveFrame(): Unit

    definition classes: PApplet
  523. def savePath(arg0: String): String

    definition classes: PApplet
  524. def saveStream(arg0: File, arg1: String): Unit

    definition classes: PApplet
  525. def saveStream(arg0: String, arg1: String): Unit

    definition classes: PApplet
  526. def saveStrings(arg0: String, arg1: Array[String]): Unit

    definition classes: PApplet
  527. def scale(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  528. def scale(arg0: Float, arg1: Float): Unit

    definition classes: PApplet
  529. def scale(arg0: Float): Unit

    definition classes: PApplet
  530. def screenX(arg0: Float, arg1: Float, arg2: Float): Float

    definition classes: PApplet
  531. def screenX(arg0: Float, arg1: Float): Float

    definition classes: PApplet
  532. def screenY(arg0: Float, arg1: Float, arg2: Float): Float

    definition classes: PApplet
  533. def screenY(arg0: Float, arg1: Float): Float

    definition classes: PApplet
  534. def screenZ(arg0: Float, arg1: Float, arg2: Float): Float

    definition classes: PApplet
  535. def selectFileImpl(arg0: String, arg1: Int): String

    attributes: protected
    definition classes: PApplet
  536. def selectFolder(arg0: String): String

    definition classes: PApplet
  537. def selectFolder(): String

    definition classes: PApplet
  538. def selectInput(arg0: String): String

    definition classes: PApplet
  539. def selectInput(): String

    definition classes: PApplet
  540. def selectOutput(arg0: String): String

    definition classes: PApplet
  541. def selectOutput(): String

    definition classes: PApplet
  542. def set(arg0: Int, arg1: Int, arg2: PImage): Unit

    definition classes: PApplet
  543. def set(arg0: Int, arg1: Int, arg2: Int): Unit

    definition classes: PApplet
  544. def setBackground(arg0: Color): Unit

    definition classes: Component
  545. def setBounds(arg0: Rectangle): Unit

    definition classes: Component
  546. def setBounds(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    definition classes: Component
  547. def setCache(arg0: Any, arg1: Any): Unit

    definition classes: PApplet
  548. def setComponentOrientation(arg0: ComponentOrientation): Unit

    definition classes: Component
  549. def setComponentZOrder(arg0: Component, arg1: Int): Unit

    definition classes: Container
  550. def setCursor(arg0: Cursor): Unit

    definition classes: Component
  551. def setDropTarget(arg0: DropTarget): Unit

    definition classes: Component
  552. def setEnabled(arg0: Boolean): Unit

    definition classes: Component
  553. def setFocusCycleRoot(arg0: Boolean): Unit

    definition classes: Container
  554. def setFocusTraversalKeys(arg0: Int, arg1: java.util.Set[_ <: java.awt.AWTKeyStroke]): Unit

    definition classes: Container → Component
  555. def setFocusTraversalKeysEnabled(arg0: Boolean): Unit

    definition classes: Component
  556. def setFocusTraversalPolicy(arg0: FocusTraversalPolicy): Unit

    definition classes: Container
  557. def setFocusTraversalPolicyProvider(arg0: Boolean): Unit

    attributes: final
    definition classes: Container
  558. def setFocusable(arg0: Boolean): Unit

    definition classes: Component
  559. def setFont(arg0: Font): Unit

    definition classes: Container → Component
  560. def setForeground(arg0: Color): Unit

    definition classes: Component
  561. def setIgnoreRepaint(arg0: Boolean): Unit

    definition classes: Component
  562. def setLayout(arg0: LayoutManager): Unit

    definition classes: Container
  563. def setLocale(arg0: Locale): Unit

    definition classes: Component
  564. def setLocation(arg0: Point): Unit

    definition classes: Component
  565. def setLocation(arg0: Int, arg1: Int): Unit

    definition classes: Component
  566. def setMatrix(arg0: PMatrix3D): Unit

    definition classes: PApplet
  567. def setMatrix(arg0: PMatrix2D): Unit

    definition classes: PApplet
  568. def setMatrix(arg0: PMatrix): Unit

    definition classes: PApplet
  569. def setMaximumSize(arg0: Dimension): Unit

    definition classes: Component
  570. def setMinimumSize(arg0: Dimension): Unit

    definition classes: Component
  571. def setName(arg0: String): Unit

    definition classes: Component
  572. def setPreferredSize(arg0: Dimension): Unit

    definition classes: Component
  573. def setSize(arg0: Dimension): Unit

    definition classes: Component
  574. def setSize(arg0: Int, arg1: Int): Unit

    definition classes: Component
  575. def setStub(arg0: AppletStub): Unit

    attributes: final
    definition classes: Applet
  576. def setVisible(arg0: Boolean): Unit

    definition classes: Component
  577. def setup(): Unit

    definition classes: PApplet
  578. def setupExternalMessages(): Unit

    definition classes: PApplet
  579. def setupFrameResizeListener(): Unit

    definition classes: PApplet
  580. def shape(arg0: PShape, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Unit

    definition classes: PApplet
  581. def shape(arg0: PShape, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  582. def shape(arg0: PShape): Unit

    definition classes: PApplet
  583. def shapeMode(arg0: Int): Unit

    definition classes: PApplet
  584. def shininess(arg0: Float): Unit

    definition classes: PApplet
  585. def show(arg0: Boolean): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  586. def show(): Unit

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  587. def showStatus(arg0: String): Unit

    definition classes: Applet
  588. def size(arg0: Int, arg1: Int, arg2: String, arg3: String): Unit

    definition classes: PApplet
  589. def size(arg0: Int, arg1: Int, arg2: String): Unit

    definition classes: PApplet
  590. def size(arg0: Int, arg1: Int): Unit

    definition classes: PApplet
  591. def size(): Dimension

    definition classes: Component
      deprecated:
    1. see corresponding Javadoc for more information .

  592. def sketchFile(arg0: String): File

    definition classes: PApplet
  593. def sketchPath(arg0: String): String

    definition classes: PApplet
  594. def smooth(): Unit

    definition classes: PApplet
  595. def specular(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  596. def specular(arg0: Float): Unit

    definition classes: PApplet
  597. def specular(arg0: Int): Unit

    definition classes: PApplet
  598. def sphere(arg0: Float): Unit

    definition classes: PApplet
  599. def sphereDetail(arg0: Int, arg1: Int): Unit

    definition classes: PApplet
  600. def sphereDetail(arg0: Int): Unit

    definition classes: PApplet
  601. def spotLight(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float, arg8: Float, arg9: Float, arg10: Float): Unit

    definition classes: PApplet
  602. def start(): Unit

    definition classes: PApplet → Applet
  603. def status(arg0: String): Unit

    definition classes: PApplet
  604. def stop(): Unit

    definition classes: PApplet → Applet
  605. def stroke(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  606. def stroke(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  607. def stroke(arg0: Float, arg1: Float): Unit

    definition classes: PApplet
  608. def stroke(arg0: Float): Unit

    definition classes: PApplet
  609. def stroke(arg0: Int, arg1: Float): Unit

    definition classes: PApplet
  610. def stroke(arg0: Int): Unit

    definition classes: PApplet
  611. def strokeCap(arg0: Int): Unit

    definition classes: PApplet
  612. def strokeJoin(arg0: Int): Unit

    definition classes: PApplet
  613. def strokeWeight(arg0: Float): Unit

    definition classes: PApplet
  614. def style(arg0: PStyle): Unit

    definition classes: PApplet
  615. def synchronized[T0](arg0: T0): T0

    attributes: final
    definition classes: AnyRef
  616. def text(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  617. def text(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  618. def text(arg0: Int, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  619. def text(arg0: Int, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  620. def text(arg0: String, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  621. def text(arg0: String, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Unit

    definition classes: PApplet
  622. def text(arg0: Array[Char], arg1: Int, arg2: Int, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  623. def text(arg0: String, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  624. def text(arg0: Array[Char], arg1: Int, arg2: Int, arg3: Float, arg4: Float): Unit

    definition classes: PApplet
  625. def text(arg0: String, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  626. def text(arg0: String): Unit

    definition classes: PApplet
  627. def text(arg0: Char, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  628. def text(arg0: Char, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  629. def text(arg0: Char): Unit

    definition classes: PApplet
  630. def textAlign(arg0: Int, arg1: Int): Unit

    definition classes: PApplet
  631. def textAlign(arg0: Int): Unit

    definition classes: PApplet
  632. def textAscent(): Float

    definition classes: PApplet
  633. def textDescent(): Float

    definition classes: PApplet
  634. def textFont(arg0: PFont, arg1: Float): Unit

    definition classes: PApplet
  635. def textFont(arg0: PFont): Unit

    definition classes: PApplet
  636. def textLeading(arg0: Float): Unit

    definition classes: PApplet
  637. def textMode(arg0: Int): Unit

    definition classes: PApplet
  638. def textSize(arg0: Float): Unit

    definition classes: PApplet
  639. def textWidth(arg0: Array[Char], arg1: Int, arg2: Int): Float

    definition classes: PApplet
  640. def textWidth(arg0: String): Float

    definition classes: PApplet
  641. def textWidth(arg0: Char): Float

    definition classes: PApplet
  642. def texture(arg0: PImage): Unit

    definition classes: PApplet
  643. def textureMode(arg0: Int): Unit

    definition classes: PApplet
  644. def thread(arg0: String): Unit

    definition classes: PApplet
  645. def tint(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  646. def tint(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  647. def tint(arg0: Float, arg1: Float): Unit

    definition classes: PApplet
  648. def tint(arg0: Float): Unit

    definition classes: PApplet
  649. def tint(arg0: Int, arg1: Float): Unit

    definition classes: PApplet
  650. def tint(arg0: Int): Unit

    definition classes: PApplet
  651. def title: String

  652. def toString(): String

    Returns a string representation of the object .

    Returns a string representation of the object .

    The default representation is platform dependent.

    returns

    a string representation of the object .

    definition classes: Component → AnyRef → Any
  653. def transferFocus(): Unit

    definition classes: Component
  654. def transferFocusBackward(): Unit

    definition classes: Component
  655. def transferFocusDownCycle(): Unit

    definition classes: Container
  656. def transferFocusUpCycle(): Unit

    definition classes: Component
  657. def translate(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  658. def translate(arg0: Float, arg1: Float): Unit

    definition classes: PApplet
  659. def triangle(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

    definition classes: PApplet
  660. def unregisterDispose(arg0: Any): Unit

    definition classes: PApplet
  661. def unregisterDraw(arg0: Any): Unit

    definition classes: PApplet
  662. def unregisterKeyEvent(arg0: Any): Unit

    definition classes: PApplet
  663. def unregisterMouseEvent(arg0: Any): Unit

    definition classes: PApplet
  664. def unregisterNoArgs(arg0: RegisteredMethods, arg1: String, arg2: Any): Unit

    attributes: protected
    definition classes: PApplet
  665. def unregisterPost(arg0: Any): Unit

    definition classes: PApplet
  666. def unregisterPre(arg0: Any): Unit

    definition classes: PApplet
  667. def unregisterSize(arg0: Any): Unit

    definition classes: PApplet
  668. def unregisterWithArgs(arg0: RegisteredMethods, arg1: String, arg2: Any, arg3: Array[java.lang.Class[_]]): Unit

    attributes: protected
    definition classes: PApplet
  669. def update(arg0: Graphics): Unit

    definition classes: PApplet → Container → Component
  670. def updatePixels(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    definition classes: PApplet
  671. def updatePixels(): Unit

    definition classes: PApplet
  672. def validate(): Unit

    definition classes: Container → Component
  673. def validateTree(): Unit

    attributes: protected
    definition classes: Container
  674. def vertex(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Unit

    definition classes: PApplet
  675. def vertex(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

    definition classes: PApplet
  676. def vertex(arg0: Array[Float]): Unit

    definition classes: PApplet
  677. def vertex(arg0: Float, arg1: Float, arg2: Float): Unit

    definition classes: PApplet
  678. def vertex(arg0: Float, arg1: Float): Unit

    definition classes: PApplet
  679. def wait(): Unit

    attributes: final
    definition classes: AnyRef
  680. def wait(arg0: Long, arg1: Int): Unit

    attributes: final
    definition classes: AnyRef
  681. def wait(arg0: Long): Unit

    attributes: final
    definition classes: AnyRef
  682. def warn(m: Any*): Unit

    definition classes: Logger