processing.core

PAppletProxy

class PAppletProxy extends PApplet

adds a few methods to access fields in PApplet that otherwise would be invisible due to package restrictions

known subclasses: Sketch

Inherits

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

Value Members

  1. def action(arg0: Event, arg1: Any): Boolean

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

  3. def add(arg0: Component, arg1: Any): Unit

  4. def add(arg0: Component, arg1: Int): Component

  5. def add(arg0: String, arg1: Component): Component

  6. def add(arg0: Component): Component

  7. def add(arg0: PopupMenu): Unit

  8. def addComponentListener(arg0: ComponentListener): Unit

  9. def addContainerListener(arg0: ContainerListener): Unit

  10. def addFocusListener(arg0: FocusListener): Unit

  11. def addHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

  12. def addHierarchyListener(arg0: HierarchyListener): Unit

  13. def addInputMethodListener(arg0: InputMethodListener): Unit

  14. def addKeyListener(arg0: KeyListener): Unit

  15. def addListeners(): Unit

  16. def addMouseListener(arg0: MouseListener): Unit

  17. def addMouseMotionListener(arg0: MouseMotionListener): Unit

  18. def addMouseWheelListener(arg0: MouseWheelListener): Unit

  19. def addNotify(): Unit

  20. def addPropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

  21. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit

  22. def ambient(arg0: Float, arg1: Float, arg2: Float): Unit

  23. def ambient(arg0: Float): Unit

  24. def ambient(arg0: Int): Unit

  25. def ambientLight(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

  26. def ambientLight(arg0: Float, arg1: Float, arg2: Float): Unit

  27. def applyComponentOrientation(arg0: ComponentOrientation): Unit

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

  29. def applyMatrix(arg0: PMatrix3D): Unit

  30. def applyMatrix(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

  31. def applyMatrix(arg0: PMatrix2D): Unit

  32. def applyMatrix(arg0: PMatrix): Unit

  33. def arc(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

  34. def areFocusTraversalKeysSet(arg0: Int): Boolean

  35. def background(arg0: PImage): Unit

  36. def background(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  37. def background(arg0: Float, arg1: Float, arg2: Float): Unit

  38. def background(arg0: Float, arg1: Float): Unit

  39. def background(arg0: Float): Unit

  40. def background(arg0: Int, arg1: Float): Unit

  41. def background(arg0: Int): Unit

  42. def beginCamera(): Unit

  43. def beginRaw(arg0: PGraphics): Unit

  44. def beginRaw(arg0: String, arg1: String): PGraphics

  45. def beginRecord(arg0: PGraphics): Unit

  46. def beginRecord(arg0: String, arg1: String): PGraphics

  47. def beginShape(arg0: Int): Unit

  48. def beginShape(): Unit

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

  50. def bezier(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float): Unit

  51. def bezierDetail(arg0: Int): Unit

  52. def bezierPoint(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Float

  53. def bezierTangent(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Float

  54. def bezierVertex(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float, arg8: Float): Unit

  55. def bezierVertex(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

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

  57. def blend(arg0: Int, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int, arg6: Int, arg7: Int, arg8: Int): Unit

  58. def bounds(): Rectangle

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

  60. def box(arg0: Float): Unit

  61. def breakShape(): Unit

  62. def camera(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float, arg8: Float): Unit

  63. def camera(): Unit

  64. def checkImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Int

  65. def checkImage(arg0: Image, arg1: ImageObserver): Int

  66. def colorMode(arg0: Int, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Unit

  67. def colorMode(arg0: Int, arg1: Float, arg2: Float, arg3: Float): Unit

  68. def colorMode(arg0: Int, arg1: Float): Unit

  69. def colorMode(arg0: Int): Unit

  70. def contains(arg0: Point): Boolean

  71. def contains(arg0: Int, arg1: Int): Boolean

  72. def copy(arg0: PImage, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int, arg6: Int, arg7: Int, arg8: Int): Unit

  73. def copy(arg0: Int, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int, arg6: Int, arg7: Int): Unit

  74. def countComponents(): Int

  75. def createFont(arg0: String, arg1: Float, arg2: Boolean, arg3: Array[Char]): PFont

  76. def createFont(arg0: String, arg1: Float, arg2: Boolean): PFont

  77. def createFont(arg0: String, arg1: Float): PFont

  78. def createGraphics(arg0: Int, arg1: Int, arg2: String, arg3: String): PGraphics

  79. def createGraphics(arg0: Int, arg1: Int, arg2: String): PGraphics

  80. def createImage(arg0: Int, arg1: Int, arg2: Int): PImage

  81. def createImage(arg0: Int, arg1: Int): Image

  82. def createImage(arg0: ImageProducer): Image

  83. def createInput(arg0: String): InputStream

  84. def createInputRaw(arg0: String): InputStream

  85. def createOutput(arg0: String): OutputStream

  86. def createReader(arg0: String): BufferedReader

  87. def createVolatileImage(arg0: Int, arg1: Int, arg2: ImageCapabilities): VolatileImage

  88. def createVolatileImage(arg0: Int, arg1: Int): VolatileImage

  89. def createWriter(arg0: String): PrintWriter

  90. def cursor(): Unit

  91. def cursor(arg0: PImage, arg1: Int, arg2: Int): Unit

  92. def cursor(arg0: PImage): Unit

  93. def cursor(arg0: Int): Unit

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

  95. def curve(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float): Unit

  96. def curveDetail(arg0: Int): Unit

  97. def curvePoint(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Float

  98. def curveTangent(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Float

  99. def curveTightness(arg0: Float): Unit

  100. def curveVertex(arg0: Float, arg1: Float, arg2: Float): Unit

  101. def curveVertex(arg0: Float, arg1: Float): Unit

  102. def dataFile(arg0: String): File

  103. def dataPath(arg0: String): String

  104. def delay(arg0: Int): Unit

  105. def deliverEvent(arg0: Event): Unit

  106. def destroy(): Unit

  107. def die(arg0: String, arg1: Exception): Unit

  108. def die(arg0: String): Unit

  109. def directionalLight(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

  110. def disable(): Unit

  111. def displayable(): Boolean

  112. def doLayout(): Unit

  113. def draw(): Unit

  114. def edge(arg0: Boolean): Unit

  115. def ellipse(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  116. def ellipseMode(arg0: Int): Unit

  117. def emissive(arg0: Float, arg1: Float, arg2: Float): Unit

  118. def emissive(arg0: Float): Unit

  119. def emissive(arg0: Int): Unit

  120. def enable(arg0: Boolean): Unit

  121. def enable(): Unit

  122. def enableInputMethods(arg0: Boolean): Unit

  123. def endCamera(): Unit

  124. def endRaw(): Unit

  125. def endRecord(): Unit

  126. def endShape(arg0: Int): Unit

  127. def endShape(): Unit

  128. 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 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 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
  129. def exit(): Unit

  130. def exit2(): Unit

  131. def fill(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  132. def fill(arg0: Float, arg1: Float, arg2: Float): Unit

  133. def fill(arg0: Float, arg1: Float): Unit

  134. def fill(arg0: Float): Unit

  135. def fill(arg0: Int, arg1: Float): Unit

  136. def fill(arg0: Int): Unit

  137. def filter(arg0: Int, arg1: Float): Unit

  138. def filter(arg0: Int): Unit

  139. def findComponentAt(arg0: Point): Component

  140. def findComponentAt(arg0: Int, arg1: Int): Component

  141. def firePropertyChange(arg0: String, arg1: Double, arg2: Double): Unit

  142. def firePropertyChange(arg0: String, arg1: Float, arg2: Float): Unit

  143. def firePropertyChange(arg0: String, arg1: Long, arg2: Long): Unit

  144. def firePropertyChange(arg0: String, arg1: Short, arg2: Short): Unit

  145. def firePropertyChange(arg0: String, arg1: Char, arg2: Char): Unit

  146. def firePropertyChange(arg0: String, arg1: Byte, arg2: Byte): Unit

  147. def flush(): Unit

  148. def focusGained(arg0: FocusEvent): Unit

  149. def focusGained(): Unit

  150. def focusLost(arg0: FocusEvent): Unit

  151. def focusLost(): Unit

  152. def frameRate(arg0: Float): Unit

  153. def frustum(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

  154. def get(): PImage

  155. def get(arg0: Int, arg1: Int, arg2: Int, arg3: Int): PImage

  156. def get(arg0: Int, arg1: Int): Int

  157. def getAccessibleContext(): AccessibleContext

  158. def getAlignmentX(): Float

  159. def getAlignmentY(): Float

  160. def getAppletContext(): AppletContext

  161. def getAppletInfo(): String

  162. def getAudioClip(arg0: URL, arg1: String): AudioClip

  163. def getAudioClip(arg0: URL): AudioClip

  164. def getBackground(): Color

  165. def getBaseline(arg0: Int, arg1: Int): Int

  166. def getBaselineResizeBehavior(): BaselineResizeBehavior

  167. def getBounds(arg0: Rectangle): Rectangle

  168. def getBounds(): Rectangle

  169. def getCache(arg0: Any): AnyRef

  170. def getCodeBase(): URL

  171. def getColorModel(): ColorModel

  172. def getComponent(arg0: Int): Component

  173. def getComponentAt(arg0: Point): Component

  174. def getComponentAt(arg0: Int, arg1: Int): Component

  175. def getComponentCount(): Int

  176. def getComponentListeners(): Array[ComponentListener]

  177. def getComponentOrientation(): ComponentOrientation

  178. def getComponentZOrder(arg0: Component): Int

  179. def getComponents(): Array[Component]

  180. def getContainerListeners(): Array[ContainerListener]

  181. def getCursor(): Cursor

  182. def getDocumentBase(): URL

  183. def getDropTarget(): DropTarget

  184. def getFocusCycleRootAncestor(): Container

  185. def getFocusListeners(): Array[FocusListener]

  186. def getFocusTraversalKeys(arg0: Int): Set[AWTKeyStroke]

  187. def getFocusTraversalKeysEnabled(): Boolean

  188. def getFocusTraversalPolicy(): FocusTraversalPolicy

  189. def getFont(): Font

  190. def getFontMetrics(arg0: Font): FontMetrics

  191. def getForeground(): Color

  192. def getGraphics(): Graphics

  193. def getGraphicsConfiguration(): GraphicsConfiguration

  194. def getHeight(): Int

  195. def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

  196. def getHierarchyListeners(): Array[HierarchyListener]

  197. def getIgnoreRepaint(): Boolean

  198. def getImage(arg0: URL, arg1: String): Image

  199. def getImage(arg0: URL): Image

  200. def getInputContext(): InputContext

  201. def getInputMethodListeners(): Array[InputMethodListener]

  202. def getInputMethodRequests(): InputMethodRequests

  203. def getInsets(): Insets

  204. def getKeyListeners(): Array[KeyListener]

  205. def getLayout(): LayoutManager

  206. def getListeners[T <: EventListener](arg0: Class[T]): Array[T]

  207. def getLocale(): Locale

  208. def getLocation(arg0: Point): Point

  209. def getLocation(): Point

  210. def getLocationOnScreen(): Point

  211. def getMatrix(arg0: PMatrix3D): PMatrix3D

  212. def getMatrix(arg0: PMatrix2D): PMatrix2D

  213. def getMatrix(): PMatrix

  214. def getMaximumSize(): Dimension

  215. def getMinimumSize(): Dimension

  216. def getMouseListeners(): Array[MouseListener]

  217. def getMouseMotionListeners(): Array[MouseMotionListener]

  218. def getMousePosition(arg0: Boolean): Point

  219. def getMousePosition(): Point

  220. def getMouseWheelListeners(): Array[MouseWheelListener]

  221. def getName(): String

  222. def getParameter(arg0: String): String

  223. def getParameterInfo(): Array[Array[String]]

  224. def getParent(): Container

  225. def getPeer(): ComponentPeer

  226. def getPreferredSize(): Dimension

  227. def getPropertyChangeListeners(arg0: String): Array[PropertyChangeListener]

  228. def getPropertyChangeListeners(): Array[PropertyChangeListener]

  229. def getSize(arg0: Dimension): Dimension

  230. def getSize(): Dimension

  231. def getSketchHeight(): Int

  232. def getSketchRenderer(): String

  233. def getSketchWidth(): Int

  234. def getToolkit(): Toolkit

  235. def getWidth(): Int

  236. def getX(): Int

  237. def getY(): Int

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

  239. def handleDraw(): Unit

  240. def handleEvent(arg0: Event): Boolean

  241. def hasFocus(): Boolean

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

    definition classes: AnyRef ⇐ Any
  243. def hide(): Unit

  244. def hint(arg0: Int): Unit

  245. def image(arg0: PImage, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Int, arg6: Int, arg7: Int, arg8: Int): Unit

  246. def image(arg0: PImage, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Unit

  247. def image(arg0: PImage, arg1: Float, arg2: Float): Unit

  248. def imageMode(arg0: Int): Unit

  249. def imageUpdate(arg0: Image, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int): Boolean

  250. def init(): Unit

  251. def insets(): Insets

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

  253. def invalidate(): Unit

  254. def isActive(): Boolean

  255. def isAncestorOf(arg0: Component): Boolean

  256. def isBackgroundSet(): Boolean

  257. def isCursorSet(): Boolean

  258. def isDisplayable(): Boolean

  259. def isDoubleBuffered(): Boolean

  260. def isEnabled(): Boolean

  261. def isFocusCycleRoot(): Boolean

  262. def isFocusCycleRoot(arg0: Container): Boolean

  263. def isFocusOwner(): Boolean

  264. def isFocusTraversable(): Boolean

  265. def isFocusTraversalPolicySet(): Boolean

  266. def isFocusable(): Boolean

  267. def isFontSet(): Boolean

  268. def isForegroundSet(): Boolean

  269. def isLightweight(): Boolean

  270. def isMaximumSizeSet(): Boolean

  271. def isMinimumSizeSet(): Boolean

  272. def isOpaque(): Boolean

  273. def isPreferredSizeSet(): Boolean

  274. def isShowing(): Boolean

  275. def isValid(): Boolean

  276. def isVisible(): Boolean

  277. def keyDown(arg0: Event, arg1: Int): Boolean

  278. def keyPressed(): Unit

  279. def keyPressed(arg0: KeyEvent): Unit

  280. def keyReleased(): Unit

  281. def keyReleased(arg0: KeyEvent): Unit

  282. def keyTyped(): Unit

  283. def keyTyped(arg0: KeyEvent): Unit

  284. def keyUp(arg0: Event, arg1: Int): Boolean

  285. def layout(): Unit

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

  287. def lightFalloff(arg0: Float, arg1: Float, arg2: Float): Unit

  288. def lightSpecular(arg0: Float, arg1: Float, arg2: Float): Unit

  289. def lights(): Unit

  290. def line(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

  291. def line(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  292. def link(arg0: String, arg1: String): Unit

  293. def link(arg0: String): Unit

  294. def list(arg0: PrintWriter, arg1: Int): Unit

  295. def list(arg0: PrintStream, arg1: Int): Unit

  296. def list(arg0: PrintWriter): Unit

  297. def list(arg0: PrintStream): Unit

  298. def list(): Unit

  299. def loadBytes(arg0: String): Array[Byte]

  300. def loadFont(arg0: String): PFont

  301. def loadImage(arg0: String, arg1: String): PImage

  302. def loadImage(arg0: String): PImage

  303. def loadPixels(): Unit

  304. def loadShape(arg0: String): PShape

  305. def loadStrings(arg0: String): Array[String]

  306. def locate(arg0: Int, arg1: Int): Component

  307. def location(): Point

  308. def loop(): Unit

  309. def lostFocus(arg0: Event, arg1: Any): Boolean

  310. def mask(arg0: PImage): Unit

  311. def mask(arg0: Array[Int]): Unit

  312. def method(arg0: String): Unit

  313. def millis(): Int

  314. def minimumSize(): Dimension

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

  316. def modelY(arg0: Float, arg1: Float, arg2: Float): Float

  317. def modelZ(arg0: Float, arg1: Float, arg2: Float): Float

  318. def mouseClicked(): Unit

  319. def mouseClicked(arg0: MouseEvent): Unit

  320. def mouseDown(arg0: Event, arg1: Int, arg2: Int): Boolean

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

  322. def mouseDragged(): Unit

  323. def mouseDragged(arg0: MouseEvent): Unit

  324. def mouseEnter(arg0: Event, arg1: Int, arg2: Int): Boolean

  325. def mouseEntered(arg0: MouseEvent): Unit

  326. def mouseExit(arg0: Event, arg1: Int, arg2: Int): Boolean

  327. def mouseExited(arg0: MouseEvent): Unit

  328. def mouseMove(arg0: Event, arg1: Int, arg2: Int): Boolean

  329. def mouseMoved(): Unit

  330. def mouseMoved(arg0: MouseEvent): Unit

  331. def mousePressed(): Unit

  332. def mousePressed(arg0: MouseEvent): Unit

  333. def mouseReleased(): Unit

  334. def mouseReleased(arg0: MouseEvent): Unit

  335. def mouseUp(arg0: Event, arg1: Int, arg2: Int): Boolean

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

  337. def nextFocus(): Unit

  338. def noCursor(): Unit

  339. def noFill(): Unit

  340. def noLights(): Unit

  341. def noLoop(): Unit

  342. def noSmooth(): Unit

  343. def noStroke(): Unit

  344. def noTint(): Unit

  345. def noise(arg0: Float, arg1: Float, arg2: Float): Float

  346. def noise(arg0: Float, arg1: Float): Float

  347. def noise(arg0: Float): Float

  348. def noiseDetail(arg0: Int, arg1: Float): Unit

  349. def noiseDetail(arg0: Int): Unit

  350. def noiseSeed(arg0: Long): Unit

  351. def normal(arg0: Float, arg1: Float, arg2: Float): Unit

  352. def openStream(arg0: String): InputStream

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

  354. def ortho(): Unit

  355. def paint(arg0: Graphics): Unit

  356. def paintAll(arg0: Graphics): Unit

  357. def paintComponents(arg0: Graphics): Unit

  358. def param(arg0: String): String

  359. def perspective(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  360. def perspective(): Unit

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

  362. def play(arg0: URL): Unit

  363. def point(arg0: Float, arg1: Float, arg2: Float): Unit

  364. def point(arg0: Float, arg1: Float): Unit

  365. def pointLight(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

  366. def popMatrix(): Unit

  367. def popStyle(): Unit

  368. def postEvent(arg0: Event): Boolean

  369. def preferredSize(): Dimension

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

  371. def prepareImage(arg0: Image, arg1: ImageObserver): Boolean

  372. def print(arg0: Graphics): Unit

  373. def printAll(arg0: Graphics): Unit

  374. def printCamera(): Unit

  375. def printComponents(arg0: Graphics): Unit

  376. def printMatrix(): Unit

  377. def printProjection(): Unit

  378. def pushMatrix(): Unit

  379. def pushStyle(): Unit

  380. def quad(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float, arg6: Float, arg7: Float): Unit

  381. def rect(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  382. def rectMode(arg0: Int): Unit

  383. def redraw(): Unit

  384. def registerDispose(arg0: Any): Unit

  385. def registerDraw(arg0: Any): Unit

  386. def registerKeyEvent(arg0: Any): Unit

  387. def registerMouseEvent(arg0: Any): Unit

  388. def registerPost(arg0: Any): Unit

  389. def registerPre(arg0: Any): Unit

  390. def registerSize(arg0: Any): Unit

  391. def remove(arg0: Component): Unit

  392. def remove(arg0: Int): Unit

  393. def remove(arg0: MenuComponent): Unit

  394. def removeAll(): Unit

  395. def removeCache(arg0: Any): Unit

  396. def removeComponentListener(arg0: ComponentListener): Unit

  397. def removeContainerListener(arg0: ContainerListener): Unit

  398. def removeFocusListener(arg0: FocusListener): Unit

  399. def removeHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

  400. def removeHierarchyListener(arg0: HierarchyListener): Unit

  401. def removeInputMethodListener(arg0: InputMethodListener): Unit

  402. def removeKeyListener(arg0: KeyListener): Unit

  403. def removeMouseListener(arg0: MouseListener): Unit

  404. def removeMouseMotionListener(arg0: MouseMotionListener): Unit

  405. def removeMouseWheelListener(arg0: MouseWheelListener): Unit

  406. def removeNotify(): Unit

  407. def removePropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

  408. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

  409. def repaint(arg0: Long, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

  410. def repaint(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

  411. def repaint(arg0: Long): Unit

  412. def repaint(): Unit

  413. def requestFocus(): Unit

  414. def requestFocusInWindow(): Boolean

  415. def requestImage(arg0: String, arg1: String): PImage

  416. def requestImage(arg0: String): PImage

  417. def resetMatrix(): Unit

  418. def reshape(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

  419. def resize(arg0: Dimension): Unit

  420. def resize(arg0: Int, arg1: Int): Unit

  421. def rotate(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  422. def rotate(arg0: Float): Unit

  423. def rotateX(arg0: Float): Unit

  424. def rotateY(arg0: Float): Unit

  425. def rotateZ(arg0: Float): Unit

  426. def run(): Unit

  427. def save(arg0: String): Unit

  428. def saveBytes(arg0: String, arg1: Array[Byte]): Unit

  429. def saveFile(arg0: String): File

  430. def saveFrame(arg0: String): Unit

  431. def saveFrame(): Unit

  432. def savePath(arg0: String): String

  433. def saveStream(arg0: File, arg1: String): Unit

  434. def saveStream(arg0: String, arg1: String): Unit

  435. def saveStrings(arg0: String, arg1: Array[String]): Unit

  436. def scale(arg0: Float, arg1: Float, arg2: Float): Unit

  437. def scale(arg0: Float, arg1: Float): Unit

  438. def scale(arg0: Float): Unit

  439. def screenX(arg0: Float, arg1: Float, arg2: Float): Float

  440. def screenX(arg0: Float, arg1: Float): Float

  441. def screenY(arg0: Float, arg1: Float, arg2: Float): Float

  442. def screenY(arg0: Float, arg1: Float): Float

  443. def screenZ(arg0: Float, arg1: Float, arg2: Float): Float

  444. def selectFolder(arg0: String): String

  445. def selectFolder(): String

  446. def selectInput(arg0: String): String

  447. def selectInput(): String

  448. def selectOutput(arg0: String): String

  449. def selectOutput(): String

  450. def set(arg0: Int, arg1: Int, arg2: PImage): Unit

  451. def set(arg0: Int, arg1: Int, arg2: Int): Unit

  452. def setBackground(arg0: Color): Unit

  453. def setBounds(arg0: Rectangle): Unit

  454. def setBounds(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

  455. def setCache(arg0: Any, arg1: Any): Unit

  456. def setComponentOrientation(arg0: ComponentOrientation): Unit

  457. def setComponentZOrder(arg0: Component, arg1: Int): Unit

  458. def setCursor(arg0: Cursor): Unit

  459. def setDropTarget(arg0: DropTarget): Unit

  460. def setEnabled(arg0: Boolean): Unit

  461. def setFocusCycleRoot(arg0: Boolean): Unit

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

  463. def setFocusTraversalKeysEnabled(arg0: Boolean): Unit

  464. def setFocusTraversalPolicy(arg0: FocusTraversalPolicy): Unit

  465. def setFocusable(arg0: Boolean): Unit

  466. def setFont(arg0: Font): Unit

  467. def setForeground(arg0: Color): Unit

  468. def setIgnoreRepaint(arg0: Boolean): Unit

  469. def setLayout(arg0: LayoutManager): Unit

  470. def setLocale(arg0: Locale): Unit

  471. def setLocation(arg0: Point): Unit

  472. def setLocation(arg0: Int, arg1: Int): Unit

  473. def setMatrix(arg0: PMatrix3D): Unit

  474. def setMatrix(arg0: PMatrix2D): Unit

  475. def setMatrix(arg0: PMatrix): Unit

  476. def setMaximumSize(arg0: Dimension): Unit

  477. def setMinimumSize(arg0: Dimension): Unit

  478. def setName(arg0: String): Unit

  479. def setPreferredSize(arg0: Dimension): Unit

  480. def setSize(arg0: Dimension): Unit

  481. def setSize(arg0: Int, arg1: Int): Unit

  482. def setVisible(arg0: Boolean): Unit

  483. def setup(): Unit

  484. def setupExternalMessages(): Unit

  485. def setupFrameResizeListener(): Unit

  486. def shape(arg0: PShape, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Unit

  487. def shape(arg0: PShape, arg1: Float, arg2: Float): Unit

  488. def shape(arg0: PShape): Unit

  489. def shapeMode(arg0: Int): Unit

  490. def shininess(arg0: Float): Unit

  491. def show(arg0: Boolean): Unit

  492. def show(): Unit

  493. def showStatus(arg0: String): Unit

  494. def size(arg0: Int, arg1: Int, arg2: String, arg3: String): Unit

  495. def size(arg0: Int, arg1: Int, arg2: String): Unit

  496. def size(arg0: Int, arg1: Int): Unit

  497. def size(): Dimension

  498. def sketchFile(arg0: String): File

  499. def sketchPath(arg0: String): String

  500. def smooth(): Unit

  501. def specular(arg0: Float, arg1: Float, arg2: Float): Unit

  502. def specular(arg0: Float): Unit

  503. def specular(arg0: Int): Unit

  504. def sphere(arg0: Float): Unit

  505. def sphereDetail(arg0: Int, arg1: Int): Unit

  506. def sphereDetail(arg0: Int): Unit

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

  508. def start(): Unit

  509. def status(arg0: String): Unit

  510. def stop(): Unit

  511. def stroke(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  512. def stroke(arg0: Float, arg1: Float, arg2: Float): Unit

  513. def stroke(arg0: Float, arg1: Float): Unit

  514. def stroke(arg0: Float): Unit

  515. def stroke(arg0: Int, arg1: Float): Unit

  516. def stroke(arg0: Int): Unit

  517. def strokeCap(arg0: Int): Unit

  518. def strokeJoin(arg0: Int): Unit

  519. def strokeWeight(arg0: Float): Unit

  520. def style(arg0: PStyle): Unit

  521. def text(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  522. def text(arg0: Float, arg1: Float, arg2: Float): Unit

  523. def text(arg0: Int, arg1: Float, arg2: Float, arg3: Float): Unit

  524. def text(arg0: Int, arg1: Float, arg2: Float): Unit

  525. def text(arg0: String, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

  526. def text(arg0: String, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Unit

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

  528. def text(arg0: String, arg1: Float, arg2: Float, arg3: Float): Unit

  529. def text(arg0: Array[Char], arg1: Int, arg2: Int, arg3: Float, arg4: Float): Unit

  530. def text(arg0: String, arg1: Float, arg2: Float): Unit

  531. def text(arg0: String): Unit

  532. def text(arg0: Char, arg1: Float, arg2: Float, arg3: Float): Unit

  533. def text(arg0: Char, arg1: Float, arg2: Float): Unit

  534. def text(arg0: Char): Unit

  535. def textAlign(arg0: Int, arg1: Int): Unit

  536. def textAlign(arg0: Int): Unit

  537. def textAscent(): Float

  538. def textDescent(): Float

  539. def textFont(arg0: PFont, arg1: Float): Unit

  540. def textFont(arg0: PFont): Unit

  541. def textLeading(arg0: Float): Unit

  542. def textMode(arg0: Int): Unit

  543. def textSize(arg0: Float): Unit

  544. def textWidth(arg0: Array[Char], arg1: Int, arg2: Int): Float

  545. def textWidth(arg0: String): Float

  546. def textWidth(arg0: Char): Float

  547. def texture(arg0: PImage): Unit

  548. def textureMode(arg0: Int): Unit

  549. def thread(arg0: String): Unit

  550. def tint(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  551. def tint(arg0: Float, arg1: Float, arg2: Float): Unit

  552. def tint(arg0: Float, arg1: Float): Unit

  553. def tint(arg0: Float): Unit

  554. def tint(arg0: Int, arg1: Float): Unit

  555. def tint(arg0: Int): Unit

  556. def toString(): String

    Returns a string representation of the object

    Returns a string representation of the object.

    The default representation is platform dependent.

    definition classes: Component ⇐ AnyRef ⇐ Any
  557. def transferFocus(): Unit

  558. def transferFocusBackward(): Unit

  559. def transferFocusDownCycle(): Unit

  560. def transferFocusUpCycle(): Unit

  561. def translate(arg0: Float, arg1: Float, arg2: Float): Unit

  562. def translate(arg0: Float, arg1: Float): Unit

  563. def triangle(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float, arg5: Float): Unit

  564. def unregisterDispose(arg0: Any): Unit

  565. def unregisterDraw(arg0: Any): Unit

  566. def unregisterKeyEvent(arg0: Any): Unit

  567. def unregisterMouseEvent(arg0: Any): Unit

  568. def unregisterPost(arg0: Any): Unit

  569. def unregisterPre(arg0: Any): Unit

  570. def unregisterSize(arg0: Any): Unit

  571. def update(arg0: Graphics): Unit

  572. def updatePixels(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

  573. def updatePixels(): Unit

  574. def validate(): Unit

  575. def vertex(arg0: Float, arg1: Float, arg2: Float, arg3: Float, arg4: Float): Unit

  576. def vertex(arg0: Float, arg1: Float, arg2: Float, arg3: Float): Unit

  577. def vertex(arg0: Array[Float]): Unit

  578. def vertex(arg0: Float, arg1: Float, arg2: Float): Unit

  579. def vertex(arg0: Float, arg1: Float): Unit

Instance constructors

  1. new PAppletProxy()

  2. new PAppletProxy(arg0: LayoutManager)