field.kit.p5

Sketch

class Sketch extends PAppletProxy with Logger

The FieldKit version of a Processing.org PApplet sketch

attributes: abstract
Go to: companion

Inherits

  1. Logger
  2. PAppletProxy
  3. PApplet
  4. FocusListener
  5. KeyListener
  6. MouseMotionListener
  7. MouseListener
  8. EventListener
  9. Runnable
  10. PConstants
  11. Applet
  12. Panel
  13. Accessible
  14. Container
  15. Component
  16. Serializable
  17. MenuContainer
  18. ImageObserver
  19. AnyRef
  20. 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 beginGL: GL

  44. def beginRaw(arg0: PGraphics): Unit

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

  46. def beginRecord(arg0: PGraphics): Unit

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

  48. def beginShape(arg0: Int): Unit

  49. def beginShape(): Unit

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

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

  52. def bezierDetail(arg0: Int): Unit

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

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

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

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

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

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

  59. def bounds(): Rectangle

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

  61. def box(arg0: Float): Unit

  62. def breakShape(): Unit

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

  64. def camera(): Unit

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

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

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

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

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

  70. def colorMode(arg0: Int): Unit

  71. def contains(arg0: Point): Boolean

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

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

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

  75. def countComponents(): Int

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

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

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

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

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

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

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

  83. def createImage(arg0: ImageProducer): Image

  84. def createInput(arg0: String): InputStream

  85. def createInputRaw(arg0: String): InputStream

  86. def createOutput(arg0: String): OutputStream

  87. def createReader(arg0: String): BufferedReader

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

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

  90. def createWriter(arg0: String): PrintWriter

  91. def cursor(): Unit

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

  93. def cursor(arg0: PImage): Unit

  94. def cursor(arg0: Int): Unit

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

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

  97. def curveDetail(arg0: Int): Unit

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

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

  100. def curveTightness(arg0: Float): Unit

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

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

  103. def dataFile(arg0: String): File

  104. def dataPath(arg0: String): String

  105. def delay(arg0: Int): Unit

  106. def deliverEvent(arg0: Event): Unit

  107. def destroy(): Unit

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

  109. def die(arg0: String): Unit

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

  111. def disable(): Unit

  112. def displayable(): Boolean

  113. def doLayout(): Unit

  114. def draw(): Unit

  115. def edge(arg0: Boolean): Unit

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

  117. def ellipseMode(arg0: Int): Unit

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

  119. def emissive(arg0: Float): Unit

  120. def emissive(arg0: Int): Unit

  121. def enable(arg0: Boolean): Unit

  122. def enable(): Unit

  123. def enableInputMethods(arg0: Boolean): Unit

  124. def endCamera(): Unit

  125. def endGL: Unit

  126. def endRaw(): Unit

  127. def endRecord(): Unit

  128. def endShape(arg0: Int): Unit

  129. def endShape(): Unit

  130. 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
    Go to: companion
  131. def error(m: Any*): Unit

  132. def exit(): Unit

  133. def exit2(): Unit

  134. def fatal(code: Int, m: Any*): Unit

  135. def fatal(m: Any*): Unit

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

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

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

  139. def fill(arg0: Float): Unit

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

  141. def fill(arg0: Int): Unit

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

  143. def filter(arg0: Int): Unit

  144. def findComponentAt(arg0: Point): Component

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

  146. def fine(m: Any*): Unit

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

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

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

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

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

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

  153. def flush(): Unit

  154. def focusGained(arg0: FocusEvent): Unit

  155. def focusGained(): Unit

  156. def focusLost(arg0: FocusEvent): Unit

  157. def focusLost(): Unit

  158. def frameRate(arg0: Float): Unit

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

  160. def get(): PImage

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

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

  163. def getAccessibleContext(): AccessibleContext

  164. def getAlignmentX(): Float

  165. def getAlignmentY(): Float

  166. def getAppletContext(): AppletContext

  167. def getAppletInfo(): String

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

  169. def getAudioClip(arg0: URL): AudioClip

  170. def getBackground(): Color

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

  172. def getBaselineResizeBehavior(): BaselineResizeBehavior

  173. def getBounds(arg0: Rectangle): Rectangle

  174. def getBounds(): Rectangle

  175. def getCache(arg0: Any): AnyRef

  176. def getCodeBase(): URL

  177. def getColorModel(): ColorModel

  178. def getComponent(arg0: Int): Component

  179. def getComponentAt(arg0: Point): Component

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

  181. def getComponentCount(): Int

  182. def getComponentListeners(): Array[ComponentListener]

  183. def getComponentOrientation(): ComponentOrientation

  184. def getComponentZOrder(arg0: Component): Int

  185. def getComponents(): Array[Component]

  186. def getContainerListeners(): Array[ContainerListener]

  187. def getCursor(): Cursor

  188. def getDocumentBase(): URL

  189. def getDropTarget(): DropTarget

  190. def getFocusCycleRootAncestor(): Container

  191. def getFocusListeners(): Array[FocusListener]

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

  193. def getFocusTraversalKeysEnabled(): Boolean

  194. def getFocusTraversalPolicy(): FocusTraversalPolicy

  195. def getFont(): Font

  196. def getFontMetrics(arg0: Font): FontMetrics

  197. def getForeground(): Color

  198. def getGraphics(): Graphics

  199. def getGraphicsConfiguration(): GraphicsConfiguration

  200. def getHeight(): Int

  201. def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

  202. def getHierarchyListeners(): Array[HierarchyListener]

  203. def getIgnoreRepaint(): Boolean

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

  205. def getImage(arg0: URL): Image

  206. def getInputContext(): InputContext

  207. def getInputMethodListeners(): Array[InputMethodListener]

  208. def getInputMethodRequests(): InputMethodRequests

  209. def getInsets(): Insets

  210. def getKeyListeners(): Array[KeyListener]

  211. def getLayout(): LayoutManager

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

  213. def getLocale(): Locale

  214. def getLocation(arg0: Point): Point

  215. def getLocation(): Point

  216. def getLocationOnScreen(): Point

  217. def getMatrix(arg0: PMatrix3D): PMatrix3D

  218. def getMatrix(arg0: PMatrix2D): PMatrix2D

  219. def getMatrix(): PMatrix

  220. def getMaximumSize(): Dimension

  221. def getMinimumSize(): Dimension

  222. def getMouseListeners(): Array[MouseListener]

  223. def getMouseMotionListeners(): Array[MouseMotionListener]

  224. def getMousePosition(arg0: Boolean): Point

  225. def getMousePosition(): Point

  226. def getMouseWheelListeners(): Array[MouseWheelListener]

  227. def getName(): String

  228. def getParameter(arg0: String): String

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

  230. def getParent(): Container

  231. def getPeer(): ComponentPeer

  232. def getPreferredSize(): Dimension

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

  234. def getPropertyChangeListeners(): Array[PropertyChangeListener]

  235. def getSize(arg0: Dimension): Dimension

  236. def getSize(): Dimension

  237. def getSketchHeight(): Int

  238. def getSketchRenderer(): String

  239. def getSketchWidth(): Int

  240. def getToolkit(): Toolkit

  241. def getWidth(): Int

  242. def getX(): Int

  243. def getY(): Int

  244. def gl: GL

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

  246. def handleDraw(): Unit

  247. def handleEvent(arg0: Event): Boolean

  248. def hasFocus(): Boolean

  249. 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
    Go to: companion
  250. def hide(): Unit

  251. def hint(arg0: Int): Unit

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

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

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

  255. def imageMode(arg0: Int): Unit

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

  257. def info(m: Any*): Unit

  258. def init(): Unit

  259. def insets(): Insets

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

  261. def invalidate(): Unit

  262. def isActive(): Boolean

  263. def isAncestorOf(arg0: Component): Boolean

  264. def isBackgroundSet(): Boolean

  265. def isCursorSet(): Boolean

  266. def isDisplayable(): Boolean

  267. def isDoubleBuffered(): Boolean

  268. def isEnabled(): Boolean

  269. def isFocusCycleRoot(): Boolean

  270. def isFocusCycleRoot(arg0: Container): Boolean

  271. def isFocusOwner(): Boolean

  272. def isFocusTraversable(): Boolean

  273. def isFocusTraversalPolicySet(): Boolean

  274. def isFocusable(): Boolean

  275. def isFontSet(): Boolean

  276. def isForegroundSet(): Boolean

  277. def isLightweight(): Boolean

  278. def isMaximumSizeSet(): Boolean

  279. def isMinimumSizeSet(): Boolean

  280. def isOpaque(): Boolean

  281. def isPreferredSizeSet(): Boolean

  282. def isShowing(): Boolean

  283. def isValid(): Boolean

  284. def isVisible(): Boolean

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

  286. def keyPressed(): Unit

  287. def keyPressed(arg0: KeyEvent): Unit

  288. def keyReleased(): Unit

  289. def keyReleased(arg0: KeyEvent): Unit

  290. def keyTyped(): Unit

  291. def keyTyped(arg0: KeyEvent): Unit

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

  293. def layout(): Unit

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

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

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

  297. def lights(): Unit

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

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

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

  301. def link(arg0: String): Unit

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

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

  304. def list(arg0: PrintWriter): Unit

  305. def list(arg0: PrintStream): Unit

  306. def list(): Unit

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

  308. def loadFont(arg0: String): PFont

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

  310. def loadImage(arg0: String): PImage

  311. def loadPixels(): Unit

  312. def loadShape(arg0: String): PShape

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

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

  315. def location(): Point

  316. def logName: String

  317. def logName_=(name: String): Unit

  318. def loop(): Unit

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

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

  321. def mask(arg0: PImage): Unit

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

  323. def method(arg0: String): Unit

  324. def millis(): Int

  325. def minimumSize(): Dimension

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

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

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

  329. def mouseClicked(): Unit

  330. def mouseClicked(arg0: MouseEvent): Unit

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

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

  333. def mouseDragged(): Unit

  334. def mouseDragged(arg0: MouseEvent): Unit

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

  336. def mouseEntered(arg0: MouseEvent): Unit

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

  338. def mouseExited(arg0: MouseEvent): Unit

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

  340. def mouseMoved(): Unit

  341. def mouseMoved(arg0: MouseEvent): Unit

  342. def mousePressed(): Unit

  343. def mousePressed(arg0: MouseEvent): Unit

  344. def mouseReleased(): Unit

  345. def mouseReleased(arg0: MouseEvent): Unit

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

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

  348. def nextFocus(): Unit

  349. def noCursor(): Unit

  350. def noFill(): Unit

  351. def noLights(): Unit

  352. def noLoop(): Unit

  353. def noSmooth(): Unit

  354. def noStroke(): Unit

  355. def noTint(): Unit

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

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

  358. def noise(arg0: Float): Float

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

  360. def noiseDetail(arg0: Int): Unit

  361. def noiseSeed(arg0: Long): Unit

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

  363. def openStream(arg0: String): InputStream

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

  365. def ortho(): Unit

  366. def paint(arg0: Graphics): Unit

  367. def paintAll(arg0: Graphics): Unit

  368. def paintComponents(arg0: Graphics): Unit

  369. def param(arg0: String): String

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

  371. def perspective(): Unit

  372. def pgl: PGraphicsOpenGL

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

  374. def play(arg0: URL): Unit

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

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

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

  378. def popMatrix(): Unit

  379. def popStyle(): Unit

  380. def postEvent(arg0: Event): Boolean

  381. def preferredSize(): Dimension

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

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

  384. def print(arg0: Graphics): Unit

  385. def printAll(arg0: Graphics): Unit

  386. def printCamera(): Unit

  387. def printComponents(arg0: Graphics): Unit

  388. def printMatrix(): Unit

  389. def printProjection(): Unit

  390. def pushMatrix(): Unit

  391. def pushStyle(): Unit

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

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

  394. def rectMode(arg0: Int): Unit

  395. def redraw(): Unit

  396. def registerDispose(arg0: Any): Unit

  397. def registerDraw(arg0: Any): Unit

  398. def registerKeyEvent(arg0: Any): Unit

  399. def registerMouseEvent(arg0: Any): Unit

  400. def registerPost(arg0: Any): Unit

  401. def registerPre(arg0: Any): Unit

  402. def registerSize(arg0: Any): Unit

  403. def remove(arg0: Component): Unit

  404. def remove(arg0: Int): Unit

  405. def remove(arg0: MenuComponent): Unit

  406. def removeAll(): Unit

  407. def removeCache(arg0: Any): Unit

  408. def removeComponentListener(arg0: ComponentListener): Unit

  409. def removeContainerListener(arg0: ContainerListener): Unit

  410. def removeFocusListener(arg0: FocusListener): Unit

  411. def removeHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

  412. def removeHierarchyListener(arg0: HierarchyListener): Unit

  413. def removeInputMethodListener(arg0: InputMethodListener): Unit

  414. def removeKeyListener(arg0: KeyListener): Unit

  415. def removeMouseListener(arg0: MouseListener): Unit

  416. def removeMouseMotionListener(arg0: MouseMotionListener): Unit

  417. def removeMouseWheelListener(arg0: MouseWheelListener): Unit

  418. def removeNotify(): Unit

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

  420. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

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

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

  423. def repaint(arg0: Long): Unit

  424. def repaint(): Unit

  425. def requestFocus(): Unit

  426. def requestFocusInWindow(): Boolean

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

  428. def requestImage(arg0: String): PImage

  429. def resetMatrix(): Unit

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

  431. def resize(arg0: Dimension): Unit

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

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

  434. def rotate(arg0: Float): Unit

  435. def rotateX(arg0: Float): Unit

  436. def rotateY(arg0: Float): Unit

  437. def rotateZ(arg0: Float): Unit

  438. def run(): Unit

  439. def save(arg0: String): Unit

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

  441. def saveFile(arg0: String): File

  442. def saveFrame(arg0: String): Unit

  443. def saveFrame(): Unit

  444. def savePath(arg0: String): String

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

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

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

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

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

  450. def scale(arg0: Float): Unit

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

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

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

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

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

  456. def selectFolder(arg0: String): String

  457. def selectFolder(): String

  458. def selectInput(arg0: String): String

  459. def selectInput(): String

  460. def selectOutput(arg0: String): String

  461. def selectOutput(): String

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

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

  464. def setBackground(arg0: Color): Unit

  465. def setBounds(arg0: Rectangle): Unit

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

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

  468. def setComponentOrientation(arg0: ComponentOrientation): Unit

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

  470. def setCursor(arg0: Cursor): Unit

  471. def setDropTarget(arg0: DropTarget): Unit

  472. def setEnabled(arg0: Boolean): Unit

  473. def setFocusCycleRoot(arg0: Boolean): Unit

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

  475. def setFocusTraversalKeysEnabled(arg0: Boolean): Unit

  476. def setFocusTraversalPolicy(arg0: FocusTraversalPolicy): Unit

  477. def setFocusable(arg0: Boolean): Unit

  478. def setFont(arg0: Font): Unit

  479. def setForeground(arg0: Color): Unit

  480. def setIgnoreRepaint(arg0: Boolean): Unit

  481. def setLayout(arg0: LayoutManager): Unit

  482. def setLocale(arg0: Locale): Unit

  483. def setLocation(arg0: Point): Unit

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

  485. def setMatrix(arg0: PMatrix3D): Unit

  486. def setMatrix(arg0: PMatrix2D): Unit

  487. def setMatrix(arg0: PMatrix): Unit

  488. def setMaximumSize(arg0: Dimension): Unit

  489. def setMinimumSize(arg0: Dimension): Unit

  490. def setName(arg0: String): Unit

  491. def setPreferredSize(arg0: Dimension): Unit

  492. def setSize(arg0: Dimension): Unit

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

  494. def setVisible(arg0: Boolean): Unit

  495. def setup(): Unit

  496. def setupExternalMessages(): Unit

  497. def setupFrameResizeListener(): Unit

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

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

  500. def shape(arg0: PShape): Unit

  501. def shapeMode(arg0: Int): Unit

  502. def shininess(arg0: Float): Unit

  503. def show(arg0: Boolean): Unit

  504. def show(): Unit

  505. def showStatus(arg0: String): Unit

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

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

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

  509. def size(): Dimension

  510. def sketchFile(arg0: String): File

  511. def sketchPath(arg0: String): String

  512. def smooth(): Unit

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

  514. def specular(arg0: Float): Unit

  515. def specular(arg0: Int): Unit

  516. def sphere(arg0: Float): Unit

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

  518. def sphereDetail(arg0: Int): Unit

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

  520. def start(): Unit

  521. def status(arg0: String): Unit

  522. def stop(): Unit

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

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

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

  526. def stroke(arg0: Float): Unit

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

  528. def stroke(arg0: Int): Unit

  529. def strokeCap(arg0: Int): Unit

  530. def strokeJoin(arg0: Int): Unit

  531. def strokeWeight(arg0: Float): Unit

  532. def style(arg0: PStyle): Unit

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

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

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

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

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

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

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

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

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

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

  543. def text(arg0: String): Unit

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

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

  546. def text(arg0: Char): Unit

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

  548. def textAlign(arg0: Int): Unit

  549. def textAscent(): Float

  550. def textDescent(): Float

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

  552. def textFont(arg0: PFont): Unit

  553. def textLeading(arg0: Float): Unit

  554. def textMode(arg0: Int): Unit

  555. def textSize(arg0: Float): Unit

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

  557. def textWidth(arg0: String): Float

  558. def textWidth(arg0: Char): Float

  559. def texture(arg0: PImage): Unit

  560. def textureMode(arg0: Int): Unit

  561. def thread(arg0: String): Unit

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

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

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

  565. def tint(arg0: Float): Unit

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

  567. def tint(arg0: Int): Unit

  568. def title: String

  569. 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
    Go to: companion
  570. def transferFocus(): Unit

  571. def transferFocusBackward(): Unit

  572. def transferFocusDownCycle(): Unit

  573. def transferFocusUpCycle(): Unit

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

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

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

  577. def unregisterDispose(arg0: Any): Unit

  578. def unregisterDraw(arg0: Any): Unit

  579. def unregisterKeyEvent(arg0: Any): Unit

  580. def unregisterMouseEvent(arg0: Any): Unit

  581. def unregisterPost(arg0: Any): Unit

  582. def unregisterPre(arg0: Any): Unit

  583. def unregisterSize(arg0: Any): Unit

  584. def update(arg0: Graphics): Unit

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

  586. def updatePixels(): Unit

  587. def validate(): Unit

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

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

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

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

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

  593. def warn(m: Any*): Unit

Instance constructors

  1. new Sketch()

  2. new Sketch(arg0: LayoutManager)