Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Static variable in class processing.core.PGraphics
- AB - Static variable in class processing.core.PGraphics
- abs(float) - Static method in class processing.core.PApplet
-
Calculates the absolute value (magnitude) of a number.
- abs(int) - Static method in class processing.core.PApplet
- acos(float) - Static method in class processing.core.PApplet
-
The inverse of cos(), returns the arc cosine of a value.
- activateIgnoringOtherApps() - Static method in class processing.core.ThinkDifferent
- activeTexture(int) - Method in class processing.opengl.PGL
- add(float, float) - Method in class processing.core.PVector
- add(float, float, float) - Method in class processing.core.PVector
- add(int, double) - Method in class processing.data.DoubleList
- add(int, float) - Method in class processing.data.FloatList
-
Add to a value.
- add(int, int) - Method in class processing.data.IntList
-
Add to a value.
- add(int, int) - Method in class processing.data.LongList
-
Add to a value
- add(String, double) - Method in class processing.data.DoubleDict
- add(String, float) - Method in class processing.data.FloatDict
-
Add to a value.
- add(String, int) - Method in class processing.data.IntDict
-
Add to a value.
- add(String, long) - Method in class processing.data.LongDict
-
Add to a value
- add(PVector) - Method in class processing.core.PVector
-
Adds x, y, and z components to a vector, adds one vector to another, or adds two independent vectors together.
- add(PVector, PVector) - Static method in class processing.core.PVector
-
Add two vectors
- add(PVector, PVector, PVector) - Static method in class processing.core.PVector
-
Add two vectors into a target vector
- ADD - Static variable in interface processing.core.PConstants
- addChild(String) - Method in class processing.data.XML
-
Appends a new child to the element.
- addChild(PShape) - Method in class processing.core.PShape
-
Adds a child PShape to a parent PShape that is defined as a GROUP.
- addChild(PShape) - Method in class processing.opengl.PShapeOpenGL
- addChild(PShape, int) - Method in class processing.core.PShape
- addChild(PShape, int) - Method in class processing.opengl.PShapeOpenGL
- addChild(XML) - Method in class processing.data.XML
- addColumn() - Method in class processing.data.Table
-
Use addColumn() to add a new column to a Table object.
- addColumn(String) - Method in class processing.data.Table
- addColumn(String, int) - Method in class processing.data.Table
- addName(String, PShape) - Method in class processing.core.PShape
-
Add a shape to the name lookup table.
- addRow() - Method in class processing.data.Table
-
Use addRow() to add a new row of data to a Table object.
- addRow(Object[]) - Method in class processing.data.Table
- addRow(TableRow) - Method in class processing.data.Table
- addRows(Table) - Method in class processing.data.Table
- AG - Static variable in class processing.core.PGraphics
- ALIASED_LINE_WIDTH_RANGE - Static variable in class processing.opengl.PGL
- ALIASED_POINT_SIZE_RANGE - Static variable in class processing.opengl.PGL
- alpha(int) - Method in class processing.core.PApplet
-
Extracts the alpha value from a color.
- alpha(int) - Method in class processing.core.PGraphics
-
Extracts the alpha value from a color.
- ALPHA - Static variable in interface processing.core.PConstants
- ALPHA - Static variable in class processing.opengl.PGL
- ALPHA_MASK - Static variable in class processing.core.PImage
- ALPHA8 - Static variable in class processing.opengl.PGL
- ALREADY_SIGNALED - Static variable in class processing.opengl.PGL
- ALT - Static variable in interface processing.core.PConstants
- ALT - Static variable in class processing.event.Event
- ALWAYS - Static variable in class processing.opengl.PGL
- ambient(float) - Method in class processing.core.PApplet
- ambient(float) - Method in class processing.core.PGraphics
- ambient(float) - Method in class processing.core.PShape
- ambient(float, float, float) - Method in class processing.core.PApplet
- ambient(float, float, float) - Method in class processing.core.PGraphics
- ambient(float, float, float) - Method in class processing.core.PShape
- ambient(int) - Method in class processing.core.PApplet
-
Sets the ambient reflectance for shapes drawn to the screen.
- ambient(int) - Method in class processing.core.PGraphics
-
Sets the ambient reflectance for shapes drawn to the screen.
- ambient(int) - Method in class processing.core.PShape
- AMBIENT - Static variable in interface processing.core.PConstants
- ambientB - Variable in class processing.core.PGraphics
- ambientB - Variable in class processing.core.PStyle
- ambientColor - Variable in class processing.core.PGraphics
- ambientG - Variable in class processing.core.PGraphics
- ambientG - Variable in class processing.core.PStyle
- ambientLight(float, float, float) - Method in class processing.core.PApplet
-
Adds an ambient light.
- ambientLight(float, float, float) - Method in class processing.core.PGraphics
-
Adds an ambient light.
- ambientLight(float, float, float) - Method in class processing.opengl.PGraphics2D
- ambientLight(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Add an ambient light based on the current color mode.
- ambientLight(float, float, float, float, float, float) - Method in class processing.core.PApplet
- ambientLight(float, float, float, float, float, float) - Method in class processing.core.PGraphics
- ambientLight(float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- ambientLight(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Add an ambient light based on the current color mode.
- ambientR - Variable in class processing.core.PGraphics
- ambientR - Variable in class processing.core.PStyle
- angleBetween(PVector, PVector) - Static method in class processing.core.PVector
-
Calculates and returns the angle (in radians) between two vectors.
- AnimationThread() - Constructor for class processing.core.PSurfaceNone.AnimationThread
- anisoSamplingSupported - Static variable in class processing.opengl.PGraphicsOpenGL
- append(boolean) - Method in class processing.data.JSONArray
-
Append a boolean value.
- append(byte[], byte) - Static method in class processing.core.PApplet
-
Expands an array by one element and adds data to the new position.
- append(char[], char) - Static method in class processing.core.PApplet
- append(double) - Method in class processing.data.DoubleList
-
Add a new entry to the list.
- append(double) - Method in class processing.data.JSONArray
-
Append a double value.
- append(double[]) - Method in class processing.data.DoubleList
- append(float) - Method in class processing.data.FloatList
-
Add a new entry to the list.
- append(float) - Method in class processing.data.JSONArray
-
Append a float value.
- append(float[]) - Method in class processing.data.FloatList
- append(float[], float) - Static method in class processing.core.PApplet
- append(int) - Method in class processing.data.IntList
-
Add a new entry to the list.
- append(int) - Method in class processing.data.JSONArray
-
Append an int value.
- append(int[]) - Method in class processing.data.IntList
- append(int[]) - Method in class processing.data.LongList
- append(int[], int) - Static method in class processing.core.PApplet
- append(long) - Method in class processing.data.JSONArray
-
Append an long value.
- append(long) - Method in class processing.data.LongList
-
Add a new entry to the list.
- append(Object, Object) - Static method in class processing.core.PApplet
- append(String) - Method in class processing.data.JSONArray
-
Appends a new value to the JSONArray, increasing the array's length by one.
- append(String) - Method in class processing.data.StringList
-
Add a new entry to the list.
- append(String[]) - Method in class processing.data.StringList
- append(String[], String) - Static method in class processing.core.PApplet
- append(DoubleList) - Method in class processing.data.DoubleList
- append(FloatList) - Method in class processing.data.FloatList
- append(IntList) - Method in class processing.data.IntList
- append(JSONArray) - Method in class processing.data.JSONArray
- append(JSONObject) - Method in class processing.data.JSONArray
- append(LongList) - Method in class processing.data.LongList
- append(StringList) - Method in class processing.data.StringList
- appendUnique(double) - Method in class processing.data.DoubleList
-
Add this value, but only if it's not already in the list.
- appendUnique(float) - Method in class processing.data.FloatList
-
Add this value, but only if it's not already in the list.
- appendUnique(int) - Method in class processing.data.IntList
-
Add this value, but only if it's not already in the list.
- appendUnique(int) - Method in class processing.data.LongList
-
Add this value, but only if it's not already in the list.
- appendUnique(String) - Method in class processing.data.StringList
-
Add this value, but only if it's not already in the list.
- apply(float, float, float, float, float, float) - Method in interface processing.core.PMatrix
-
Multiply this matrix by another.
- apply(float, float, float, float, float, float) - Method in class processing.core.PMatrix2D
- apply(float, float, float, float, float, float) - Method in class processing.core.PMatrix3D
- apply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface processing.core.PMatrix
-
Multiply this matrix by another.
- apply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- apply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PMatrix3D
- apply(PMatrix) - Method in interface processing.core.PMatrix
-
Multiply this matrix by another.
- apply(PMatrix) - Method in class processing.core.PMatrix2D
- apply(PMatrix) - Method in class processing.core.PMatrix3D
- apply(PMatrix2D) - Method in interface processing.core.PMatrix
-
Multiply this matrix by another.
- apply(PMatrix2D) - Method in class processing.core.PMatrix2D
- apply(PMatrix2D) - Method in class processing.core.PMatrix3D
- apply(PMatrix3D) - Method in interface processing.core.PMatrix
-
Multiply this matrix by another.
- apply(PMatrix3D) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- apply(PMatrix3D) - Method in class processing.core.PMatrix3D
- applyMatrix(float, float, float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- applyMatrix(float, float, float, float, float, float) - Method in class processing.core.PApplet
- applyMatrix(float, float, float, float, float, float) - Method in class processing.core.PGraphics
- applyMatrix(float, float, float, float, float, float) - Method in class processing.core.PShape
- applyMatrix(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- applyMatrix(float, float, float, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- applyMatrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- applyMatrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
- applyMatrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
- applyMatrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PShape
- applyMatrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- applyMatrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Apply a 4x4 transformation matrix to the modelview stack.
- applyMatrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- applyMatrix(PMatrix) - Method in class processing.core.PApplet
-
Multiplies the current matrix by the one specified through the parameters.
- applyMatrix(PMatrix) - Method in class processing.core.PGraphics
-
Multiplies the current matrix by the one specified through the parameters.
- applyMatrix(PMatrix) - Method in class processing.core.PShape
- applyMatrix(PMatrix2D) - Method in class processing.core.PApplet
- applyMatrix(PMatrix2D) - Method in class processing.core.PGraphics
- applyMatrix(PMatrix2D) - Method in class processing.core.PShape
- applyMatrix(PMatrix2D) - Method in class processing.opengl.PGraphicsOpenGL
- applyMatrix(PMatrix2D) - Method in class processing.opengl.PShapeOpenGL
- applyMatrix(PMatrix3D) - Method in class processing.core.PApplet
- applyMatrix(PMatrix3D) - Method in class processing.core.PGraphics
- applyMatrix(PMatrix3D) - Method in class processing.core.PShape
- applyMatrix(PMatrix3D) - Method in class processing.opengl.PGraphics2D
- applyMatrix(PMatrix3D) - Method in class processing.opengl.PGraphicsOpenGL
- applyProjection(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- applyProjection(PMatrix3D) - Method in class processing.opengl.PGraphicsOpenGL
- AR - Static variable in class processing.core.PGraphics
- arc(float, float, float, float, float, float) - Method in class processing.core.PApplet
-
Draws an arc to the screen.
- arc(float, float, float, float, float, float) - Method in class processing.core.PGraphics
-
Draws an arc to the screen.
- arc(float, float, float, float, float, float, int) - Method in class processing.core.PApplet
- arc(float, float, float, float, float, float, int) - Method in class processing.core.PGraphics
- ARC - Static variable in interface processing.core.PConstants
- ARGB - Static variable in interface processing.core.PConstants
- args - Variable in class processing.core.PApplet
-
Command line options passed in from main().
- ARGS_BGCOLOR - Static variable in class processing.core.PApplet
- ARGS_DISABLE_AWT - Static variable in class processing.core.PApplet
-
Disable AWT so that LWJGL and others can run
- ARGS_DISPLAY - Static variable in class processing.core.PApplet
-
Used by the PDE to suggest a display (set in prefs, passed on Run)
- ARGS_EDITOR_LOCATION - Static variable in class processing.core.PApplet
-
Position of the upper left-hand corner of the editor window that launched this sketch.
- ARGS_EXTERNAL - Static variable in class processing.core.PApplet
- ARGS_FULL_SCREEN - Static variable in class processing.core.PApplet
- ARGS_HIDE_STOP - Static variable in class processing.core.PApplet
- ARGS_LOCATION - Static variable in class processing.core.PApplet
-
Location for where to position the sketch window on screen.
- ARGS_PRESENT - Static variable in class processing.core.PApplet
- ARGS_SKETCH_FOLDER - Static variable in class processing.core.PApplet
-
Allows the user or PdeEditor to set a specific sketch folder path.
- ARGS_STOP_COLOR - Static variable in class processing.core.PApplet
- ARGS_UI_SCALE - Static variable in class processing.core.PApplet
- ARGS_WINDOW_COLOR - Static variable in class processing.core.PApplet
- array() - Method in class processing.core.PVector
-
Return a representation of this vector as a float array.
- array() - Method in class processing.data.DoubleList
-
Deprecated.
- array() - Method in class processing.data.FloatList
-
Deprecated.
- array() - Method in class processing.data.IntList
-
Deprecated.
- array() - Method in class processing.data.StringList
-
Deprecated.
- array(double[]) - Method in class processing.data.DoubleList
-
Deprecated.
- array(float[]) - Method in class processing.data.FloatList
-
Deprecated.
- array(int[]) - Method in class processing.data.IntList
-
Deprecated.
- array(String[]) - Method in class processing.data.StringList
-
Deprecated.
- ARRAY_BUFFER - Static variable in class processing.opengl.PGL
- arraycopy(Object, int, Object, int, int) - Static method in class processing.core.PApplet
-
Deprecated.
- arraycopy(Object, Object) - Static method in class processing.core.PApplet
-
Deprecated.
- arraycopy(Object, Object, int) - Static method in class processing.core.PApplet
-
Deprecated.
- arrayCopy(Object, int, Object, int, int) - Static method in class processing.core.PApplet
-
Copies an array (or part of an array) to another array.
- arrayCopy(Object, Object) - Static method in class processing.core.PApplet
-
Shortcut to copy the entire contents of the source into the destination array.
- arrayCopy(Object, Object, int) - Static method in class processing.core.PApplet
-
Convenience method for arraycopy().
- arrayValues() - Method in class processing.data.JSONArray
- ARROW - Static variable in interface processing.core.PConstants
- ascent() - Method in class processing.core.PFont
-
Returns the ascent of this font from the baseline.
- asin(float) - Static method in class processing.core.PApplet
-
The inverse of sin(), returns the arc sine of a value.
- atan(float) - Static method in class processing.core.PApplet
-
The inverse of tan(), returns the arc tangent of a value.
- atan2(float, float) - Static method in class processing.core.PApplet
-
Calculates the angle (in radians) from a specified point to the coordinate origin as measured from the positive x-axis.
- attachShader(int, int) - Method in class processing.opengl.PGL
- attachShader(int, int) - Method in class processing.opengl.PJOGL
- attrib(String, boolean...) - Method in class processing.core.PApplet
- attrib(String, boolean...) - Method in class processing.core.PGraphics
- attrib(String, boolean...) - Method in class processing.core.PShape
- attrib(String, boolean...) - Method in class processing.opengl.PGraphicsOpenGL
- attrib(String, boolean...) - Method in class processing.opengl.PShapeOpenGL
- attrib(String, float...) - Method in class processing.core.PApplet
- attrib(String, float...) - Method in class processing.core.PGraphics
- attrib(String, float...) - Method in class processing.core.PShape
- attrib(String, float...) - Method in class processing.opengl.PGraphicsOpenGL
- attrib(String, float...) - Method in class processing.opengl.PShapeOpenGL
- attrib(String, int...) - Method in class processing.core.PApplet
- attrib(String, int...) - Method in class processing.core.PGraphics
- attrib(String, int...) - Method in class processing.core.PShape
- attrib(String, int...) - Method in class processing.opengl.PGraphicsOpenGL
- attrib(String, int...) - Method in class processing.opengl.PShapeOpenGL
- attribColor(String, int) - Method in class processing.core.PApplet
- attribColor(String, int) - Method in class processing.core.PGraphics
- attribColor(String, int) - Method in class processing.core.PShape
- attribColor(String, int) - Method in class processing.opengl.PGraphicsOpenGL
- attribColor(String, int) - Method in class processing.opengl.PShapeOpenGL
- attribNormal(String, float, float, float) - Method in class processing.core.PApplet
- attribNormal(String, float, float, float) - Method in class processing.core.PGraphics
- attribNormal(String, float, float, float) - Method in class processing.core.PShape
- attribNormal(String, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- attribNormal(String, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- attribPosition(String, float, float, float) - Method in class processing.core.PApplet
- attribPosition(String, float, float, float) - Method in class processing.core.PGraphics
- attribPosition(String, float, float, float) - Method in class processing.core.PShape
- attribPosition(String, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- attribPosition(String, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- autoMipmapGenSupported - Static variable in class processing.opengl.PGraphicsOpenGL
- available() - Method in class processing.opengl.Texture
-
Returns true if the texture has been initialized.
- AWT - Static variable in class processing.opengl.PJOGL
B
- B - Static variable in class processing.core.PGraphics
- BACK - Static variable in class processing.opengl.PGL
- background(float) - Method in class processing.core.PApplet
- background(float) - Method in class processing.core.PGraphics
- background(float, float) - Method in class processing.core.PApplet
- background(float, float) - Method in class processing.core.PGraphics
- background(float, float, float) - Method in class processing.core.PApplet
- background(float, float, float) - Method in class processing.core.PGraphics
- background(float, float, float, float) - Method in class processing.core.PApplet
- background(float, float, float, float) - Method in class processing.core.PGraphics
- background(int) - Method in class processing.core.PApplet
-
The background() function sets the color used for the background of the Processing window.
- background(int) - Method in class processing.core.PGraphics
-
The background() function sets the color used for the background of the Processing window.
- background(int, float) - Method in class processing.core.PApplet
- background(int, float) - Method in class processing.core.PGraphics
- background(PImage) - Method in class processing.core.PApplet
-
Takes an RGB or ARGB image and sets it as the background.
- background(PImage) - Method in class processing.core.PGraphics
-
Takes an RGB or ARGB image and sets it as the background.
- backgroundColor - Variable in class processing.core.PGraphics
-
Last background color that was set, zero if an image
- backgroundImpl() - Method in class processing.awt.PGraphicsJava2D
- BACKSPACE - Static variable in interface processing.core.PConstants
- BASELINE - Static variable in interface processing.core.PConstants
-
Default vertical alignment for text placement
- BEEN_LIT - Static variable in class processing.core.PGraphics
- beginCamera() - Method in class processing.core.PApplet
-
The beginCamera() and endCamera() functions enable advanced customization of the camera space.
- beginCamera() - Method in class processing.core.PGraphics
-
The beginCamera() and endCamera() functions enable advanced customization of the camera space.
- beginCamera() - Method in class processing.opengl.PGraphics2D
- beginCamera() - Method in class processing.opengl.PGraphicsOpenGL
-
Set matrix mode to the camera matrix (instead of the current transformation matrix).
- beginContour() - Method in class processing.awt.PGraphicsJava2D
- beginContour() - Method in class processing.core.PApplet
-
Use the beginContour() and endContour() function to create negative shapes within shapes such as the center of the letter "O".
- beginContour() - Method in class processing.core.PGraphics
-
Use the beginContour() and endContour() function to create negative shapes within shapes such as the center of the letter "O".
- beginContour() - Method in class processing.core.PShape
-
The beginContour() and endContour() methods make it possible to define shapes with other shapes cut out of them.
- beginContour() - Method in class processing.opengl.PGraphicsOpenGL
- beginDraw() - Method in class processing.awt.PGraphicsJava2D
- beginDraw() - Method in class processing.core.PGraphics
-
Sets the default properties for a PGraphics object.
- beginDraw() - Method in class processing.opengl.PGraphicsOpenGL
- beginPGL() - Method in class processing.core.PApplet
- beginPGL() - Method in class processing.core.PGraphics
- beginPGL() - Method in class processing.opengl.PGraphicsOpenGL
- beginRaw(String, String) - Method in class processing.core.PApplet
-
To create vectors from 3D data, use the beginRaw() and endRaw() commands.
- beginRaw(PGraphics) - Method in class processing.awt.PGraphicsJava2D
- beginRaw(PGraphics) - Method in class processing.core.PApplet
- beginRaw(PGraphics) - Method in class processing.core.PGraphics
-
Record individual lines and triangles by echoing them to another renderer.
- beginRecord(String, String) - Method in class processing.core.PApplet
-
Opens a new file and all subsequent drawing functions are echoed to this file as well as the display window.
- beginRecord(PGraphics) - Method in class processing.core.PApplet
- beginShape() - Method in class processing.core.PApplet
-
Start a new shape of type POLYGON
- beginShape() - Method in class processing.core.PGraphics
-
Start a new shape of type POLYGON
- beginShape() - Method in class processing.core.PShape
-
This method is used to start a custom shape created with the createShape() function.
- beginShape(int) - Method in class processing.awt.PGraphicsJava2D
- beginShape(int) - Method in class processing.core.PApplet
-
Using the beginShape() and endShape() functions allow creating more complex forms.
- beginShape(int) - Method in class processing.core.PGraphics
-
Using the beginShape() and endShape() functions allow creating more complex forms.
- beginShape(int) - Method in class processing.core.PShape
- beginShape(int) - Method in class processing.opengl.PGraphicsOpenGL
- beginTessellation() - Method in class processing.core.PShape
- beginTessellation(int) - Method in class processing.core.PShape
- beginTessellation(int) - Method in class processing.opengl.PShapeOpenGL
- BEVEL - Static variable in interface processing.core.PConstants
- bezier(float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
- bezier(float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
- bezier(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
-
Draws a Bézier curve on the screen.
- bezier(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
-
Draws a Bézier curve on the screen.
- BEZIER_VERTEX - Static variable in interface processing.core.PConstants
- bezierDetail - Variable in class processing.core.PGraphics
- bezierDetail(int) - Method in class processing.awt.PGraphicsJava2D
-
Ignored (not needed) in Java 2D.
- bezierDetail(int) - Method in class processing.core.PApplet
-
Sets the resolution at which Bézier curves display.
- bezierDetail(int) - Method in class processing.core.PGraphics
-
Sets the resolution at which Bézier curves display.
- bezierDetail(int) - Method in class processing.core.PShape
- bezierDetail(int) - Method in class processing.opengl.PShapeOpenGL
- bezierPoint(float, float, float, float, float) - Method in class processing.core.PApplet
-
Evaluates the Bezier at point t for points a, b, c, d.
- bezierPoint(float, float, float, float, float) - Method in class processing.core.PGraphics
-
Evaluates the Bezier at point t for points a, b, c, d.
- bezierTangent(float, float, float, float, float) - Method in class processing.core.PApplet
-
Calculates the tangent of a point on a Bézier curve.
- bezierTangent(float, float, float, float, float) - Method in class processing.core.PGraphics
-
Calculates the tangent of a point on a Bézier curve.
- bezierVertex(float, float, float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- bezierVertex(float, float, float, float, float, float) - Method in class processing.core.PApplet
- bezierVertex(float, float, float, float, float, float) - Method in class processing.core.PGraphics
- bezierVertex(float, float, float, float, float, float) - Method in class processing.core.PShape
- bezierVertex(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- bezierVertex(float, float, float, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- bezierVertex(float, float, float, float, float, float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- bezierVertex(float, float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
-
Specifies vertex coordinates for Bézier curves.
- bezierVertex(float, float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
-
Specifies vertex coordinates for Bézier curves.
- bezierVertex(float, float, float, float, float, float, float, float, float) - Method in class processing.core.PShape
- bezierVertex(float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- bezierVertex(float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- bezierVertex(float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- binary(byte) - Static method in class processing.core.PApplet
-
Returns a String that contains the binary value of a byte.
- binary(char) - Static method in class processing.core.PApplet
-
Returns a String that contains the binary value of a char.
- binary(int) - Static method in class processing.core.PApplet
-
Returns a String that contains the binary value of an int.
- binary(int, int) - Static method in class processing.core.PApplet
-
Converts an int, byte, char, or color to a String containing the equivalent binary notation.
- bind() - Method in class processing.opengl.FrameBuffer
- bind() - Method in class processing.opengl.PShader
-
Initializes (if needed) and binds the shader program.
- bind() - Method in class processing.opengl.Texture
- bindAttribLocation(int, int, String) - Method in class processing.opengl.PGL
- bindAttribLocation(int, int, String) - Method in class processing.opengl.PJOGL
- bindBuffer(int, int) - Method in class processing.opengl.PGL
- bindBuffer(int, int) - Method in class processing.opengl.PJOGL
- bindFramebuffer(int, int) - Method in class processing.opengl.PGL
- bindRenderbuffer(int, int) - Method in class processing.opengl.PGL
- bindRenderbuffer(int, int) - Method in class processing.opengl.PJOGL
- bindTexture(int, int) - Method in class processing.opengl.PGL
- blend(int, int, int, int, int, int, int, int, int) - Method in class processing.core.PApplet
- blend(int, int, int, int, int, int, int, int, int) - Method in class processing.core.PImage
- blend(PImage, int, int, int, int, int, int, int, int, int) - Method in class processing.core.PApplet
-
Blends a region of pixels into the image specified by the img parameter.
- blend(PImage, int, int, int, int, int, int, int, int, int) - Method in class processing.core.PImage
-
Blends a region of pixels into the image specified by the img parameter.
- BLEND - Static variable in interface processing.core.PConstants
- BLEND - Static variable in class processing.opengl.PGL
- blendColor(float, float, float, float) - Method in class processing.opengl.PGL
- blendColor(float, float, float, float) - Method in class processing.opengl.PJOGL
- blendColor(int, int, int) - Static method in class processing.core.PApplet
- blendColor(int, int, int) - Static method in class processing.core.PImage
-
Blends two color values together based on the blending mode given as the MODE parameter.
- blendEqSupported - Static variable in class processing.opengl.PGraphicsOpenGL
- blendEquation(int) - Method in class processing.opengl.PGL
- blendEquation(int) - Method in class processing.opengl.PJOGL
- blendEquationSeparate(int, int) - Method in class processing.opengl.PGL
- blendEquationSeparate(int, int) - Method in class processing.opengl.PJOGL
- blendFunc(int, int) - Method in class processing.opengl.PGL
- blendFunc(int, int) - Method in class processing.opengl.PJOGL
- blendFuncSeparate(int, int, int, int) - Method in class processing.opengl.PGL
- blendFuncSeparate(int, int, int, int) - Method in class processing.opengl.PJOGL
- blendMode - Variable in class processing.core.PStyle
- blendMode(int) - Method in class processing.core.PApplet
-
Blends the pixels in the display window according to a defined mode.
- blendMode(int) - Method in class processing.core.PGraphics
-
Blends the pixels in the display window according to a defined mode.
- blitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class processing.opengl.PGL
- blitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class processing.opengl.PJOGL
- blue(int) - Method in class processing.core.PApplet
-
Extracts the blue value from a color, scaled to match current colorMode().
- blue(int) - Method in class processing.core.PGraphics
-
Extracts the blue value from a color, scaled to match current colorMode().
- BLUE_MASK - Static variable in class processing.core.PImage
- BLUR - Static variable in interface processing.core.PConstants
- BOOL - Static variable in class processing.opengl.PGL
- BOOL_VEC2 - Static variable in class processing.opengl.PGL
- BOOL_VEC3 - Static variable in class processing.opengl.PGL
- BOOL_VEC4 - Static variable in class processing.opengl.PGL
- booleanValues() - Method in class processing.data.JSONArray
- BOTTOM - Static variable in interface processing.core.PConstants
-
Align text from the bottom, using the baseline.
- bound() - Method in class processing.opengl.PShader
-
Returns true if the shader is bound, false otherwise.
- bound() - Method in class processing.opengl.Texture
- box(float) - Method in class processing.core.PApplet
-
A box is an extruded rectangle.
- box(float) - Method in class processing.core.PGraphics
-
A box is an extruded rectangle.
- box(float, float, float) - Method in class processing.awt.PGraphicsJava2D
- box(float, float, float) - Method in class processing.core.PApplet
- box(float, float, float) - Method in class processing.core.PGraphics
- box(float, float, float) - Method in class processing.opengl.PGraphics2D
- box(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- BOX - Static variable in interface processing.core.PConstants
- BREAK - Static variable in interface processing.core.PConstants
- brightness(int) - Method in class processing.core.PApplet
-
Extracts the brightness value from a color.
- brightness(int) - Method in class processing.core.PGraphics
-
Extracts the brightness value from a color.
- BUFFER_SIZE - Static variable in class processing.opengl.PGL
- BUFFER_USAGE - Static variable in class processing.opengl.PGL
- bufferData(int, int, Buffer, int) - Method in class processing.opengl.PGL
- bufferData(int, int, Buffer, int) - Method in class processing.opengl.PJOGL
- bufferMapAccess - Static variable in class processing.opengl.PGL
-
Controls the access to the mapped buffer object's data store (when using buffer streaming).
- bufferStreamingImmediate - Static variable in class processing.opengl.PGL
-
Controls the use of buffer object streaming: https://www.khronos.org/opengl/wiki/Buffer_Object_Streaming In combination with use direct buffers, the only advantage of enabling it in immediate mode would be to reduce memory footprint since the direct vertex buffers would not be allocated, simply mapped from the OpenGL objects and thus only the vertex arrays would be created.
- bufferStreamingRetained - Static variable in class processing.opengl.PGL
- bufferSubData(int, int, int, Buffer) - Method in class processing.opengl.PGL
- bufferSubData(int, int, int, Buffer) - Method in class processing.opengl.PJOGL
- bufferUsageImmediate - Static variable in class processing.opengl.PGL
- bufferUsageRetained - Static variable in class processing.opengl.PGL
-
Controls the usage of the buffer data store: https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glBufferData.xhtml Supported options include STATIC_DRAW, DYNAMIC_DRAW, STREAM_DRAW, and STREAM_READ.
- BURN - Static variable in interface processing.core.PConstants
- BYTE - Static variable in class processing.opengl.PGL
C
- callDraw() - Method in class processing.core.PSurfaceNone.AnimationThread
- camera - Variable in class processing.opengl.PGraphicsOpenGL
- camera() - Method in class processing.core.PApplet
-
Sets the position of the camera through setting the eye position, the center of the scene, and which axis is facing upward.
- camera() - Method in class processing.core.PGraphics
-
Sets the position of the camera through setting the eye position, the center of the scene, and which axis is facing upward.
- camera() - Method in class processing.opengl.PGraphics2D
- camera() - Method in class processing.opengl.PGraphicsOpenGL
-
Set camera to the default settings.
- camera(float, float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
- camera(float, float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
- camera(float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- camera(float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
More flexible method for dealing with camera().
- cameraAspect - Variable in class processing.opengl.PGraphicsOpenGL
-
Aspect ratio of camera's view.
- cameraFar - Variable in class processing.opengl.PGraphicsOpenGL
-
Distance of the near and far planes.
- cameraFOV - Variable in class processing.opengl.PGraphicsOpenGL
-
Camera field of view.
- cameraInv - Variable in class processing.opengl.PGraphicsOpenGL
- cameraNear - Variable in class processing.opengl.PGraphicsOpenGL
-
Distance of the near and far planes.
- cameraX - Variable in class processing.opengl.PGraphicsOpenGL
-
Default position of the camera.
- cameraY - Variable in class processing.opengl.PGraphicsOpenGL
-
Default position of the camera.
- cameraZ - Variable in class processing.opengl.PGraphicsOpenGL
-
Default position of the camera.
- CAP_BUTT - Static variable in class processing.opengl.LinePath
-
Ends unclosed subpaths and dash segments with no added decoration.
- CAP_ROUND - Static variable in class processing.opengl.LinePath
-
Ends unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the width of the pen.
- CAP_SQUARE - Static variable in class processing.opengl.LinePath
-
Ends unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.
- CATEGORY - Static variable in class processing.data.Table
- CCW - Static variable in class processing.opengl.PGL
- ceil(float) - Static method in class processing.core.PApplet
-
Calculates the closest int value that is greater than or equal to the value of the parameter.
- CENTER - Static variable in interface processing.core.PConstants
-
Draw from the center, using second pair of values as the diameter.
- CHARSET - Static variable in class processing.core.PFont
-
The default Processing character set.
- CHATTER - Static variable in interface processing.core.PConstants
- checkAlpha() - Method in class processing.core.PApplet
-
Check the alpha on an image, using a really primitive loop.
- checkAlpha() - Method in class processing.core.PImage
-
Check the alpha on an image, using a really primitive loop.
- checkColumnIndex(String) - Method in class processing.data.Table
-
Same as getColumnIndex(), but creates the column if it doesn't exist.
- checkExtension(String) - Static method in class processing.core.PApplet
-
Get the compression-free extension for this filename.
- checkFramebufferStatus(int) - Method in class processing.opengl.PGL
- checkFramebufferStatus(int) - Method in class processing.opengl.PJOGL
- checkImage() - Method in class processing.awt.PGraphicsJava2D
- choice() - Method in class processing.data.IntList
-
Return a random value from the list.
- choice() - Method in class processing.data.LongList
-
Return a random value from the list.
- choice() - Method in class processing.data.StringList
-
Return a random value from the list.
- choice(int) - Method in class processing.core.PApplet
-
Return a random integer from 0 up to (but not including) the specified value for “high”.
- choice(int, int) - Method in class processing.core.PApplet
-
Return a random integer from “low” up to (but not including) the specified value for “high”.
- CHORD - Static variable in interface processing.core.PConstants
- circle(float, float, float) - Method in class processing.core.PApplet
-
Draws a circle to the screen.
- circle(float, float, float) - Method in class processing.core.PGraphics
-
Draws a circle to the screen.
- CLAMP - Static variable in interface processing.core.PConstants
-
textures are clamped to their edges
- CLAMP_TO_EDGE - Static variable in class processing.opengl.PGL
- cleanup() - Static method in class processing.core.ThinkDifferent
-
Remove the quit handler.
- clear() - Method in class processing.core.PApplet
-
Clears the pixels within a buffer.
- clear() - Method in class processing.core.PGraphics
-
Clears the pixels within a buffer.
- clear() - Method in class processing.data.DoubleDict
-
Remove all entries.
- clear() - Method in class processing.data.DoubleList
-
Remove all entries from the list.
- clear() - Method in class processing.data.FloatDict
-
Remove all entries from the data structure.
- clear() - Method in class processing.data.FloatList
-
Remove all entries from the list.
- clear() - Method in class processing.data.IntDict
-
Remove all entries from the data structure.
- clear() - Method in class processing.data.IntList
-
Remove all entries from the list.
- clear() - Method in class processing.data.LongDict
-
Remove all entries.
- clear() - Method in class processing.data.LongList
-
Remove all entries from the list.
- clear() - Method in class processing.data.StringDict
-
Remove all entries.
- clear() - Method in class processing.data.StringList
-
Remove all entries from the list.
- clear() - Method in class processing.opengl.FrameBuffer
- clear(int) - Method in class processing.opengl.PGL
- clear(int) - Method in class processing.opengl.PJOGL
- clearColor(float, float, float, float) - Method in class processing.opengl.PGL
- clearColor(float, float, float, float) - Method in class processing.opengl.PJOGL
- clearDepth(float) - Method in class processing.opengl.PGL
- clearDepth(float) - Method in class processing.opengl.PJOGL
- clearRows() - Method in class processing.data.Table
-
Removes all rows from a Table.
- clearStencil(int) - Method in class processing.opengl.PGL
- clearStencil(int) - Method in class processing.opengl.PJOGL
- CLICK - Static variable in class processing.event.MouseEvent
- clientWaitSync(long, int, long) - Method in class processing.opengl.PGL
- clientWaitSync(long, int, long) - Method in class processing.opengl.PJOGL
- clip(float, float, float, float) - Method in class processing.core.PApplet
-
Limits the rendering to the boundaries of a rectangle defined by the parameters.
- clip(float, float, float, float) - Method in class processing.core.PGraphics
-
Limits the rendering to the boundaries of a rectangle defined by the parameters.
- clone() - Method in class processing.core.PImage
-
Duplicate an image, returns new PImage object.
- close() - Method in class processing.opengl.LineStroker
- CLOSE - Static variable in interface processing.core.PConstants
- closePath() - Method in class processing.opengl.LinePath
-
Closes the current subpath by drawing a straight line back to the coordinates of the last
moveTo
. - CODED - Static variable in interface processing.core.PConstants
- color - Variable in class processing.core.PShapeSVG.Gradient
- color(float) - Method in class processing.core.PApplet
- color(float) - Method in class processing.core.PGraphics
- color(float, float) - Method in class processing.core.PApplet
- color(float, float) - Method in class processing.core.PGraphics
- color(float, float, float) - Method in class processing.core.PApplet
- color(float, float, float) - Method in class processing.core.PGraphics
- color(float, float, float, float) - Method in class processing.core.PApplet
- color(float, float, float, float) - Method in class processing.core.PGraphics
- color(int) - Method in class processing.core.PApplet
-
Creates colors for storing in variables of the color datatype.
- color(int) - Method in class processing.core.PGraphics
- color(int, float) - Method in class processing.core.PGraphics
- color(int, int) - Method in class processing.core.PApplet
-
As of 0116 this also takes color(#FF8800, alpha)
- color(int, int) - Method in class processing.core.PGraphics
- color(int, int, int) - Method in class processing.core.PApplet
- color(int, int, int) - Method in class processing.core.PGraphics
- color(int, int, int, int) - Method in class processing.core.PApplet
- color(int, int, int, int) - Method in class processing.core.PGraphics
- COLOR_ATTACHMENT0 - Static variable in class processing.opengl.PGL
- COLOR_ATTACHMENT1 - Static variable in class processing.opengl.PGL
- COLOR_ATTACHMENT2 - Static variable in class processing.opengl.PGL
- COLOR_ATTACHMENT3 - Static variable in class processing.opengl.PGL
- COLOR_BUFFER_BIT - Static variable in class processing.opengl.PGL
- colorBuffer() - Method in class processing.opengl.Texture
- colorBuffer(boolean) - Method in class processing.opengl.Texture
- colorMask(boolean, boolean, boolean, boolean) - Method in class processing.opengl.PGL
- colorMask(boolean, boolean, boolean, boolean) - Method in class processing.opengl.PJOGL
- colorMode - Variable in class processing.core.PGraphics
-
The current colorMode
- colorMode - Variable in class processing.core.PShape
-
The current colorMode
- colorMode - Variable in class processing.core.PStyle
- colorMode(int) - Method in class processing.core.PApplet
-
Changes the way Processing interprets color data.
- colorMode(int) - Method in class processing.core.PGraphics
-
Changes the way Processing interprets color data.
- colorMode(int) - Method in class processing.core.PShape
- colorMode(int, float) - Method in class processing.core.PApplet
- colorMode(int, float) - Method in class processing.core.PGraphics
- colorMode(int, float) - Method in class processing.core.PShape
- colorMode(int, float, float, float) - Method in class processing.core.PApplet
- colorMode(int, float, float, float) - Method in class processing.core.PGraphics
- colorMode(int, float, float, float) - Method in class processing.core.PShape
- colorMode(int, float, float, float, float) - Method in class processing.core.PApplet
- colorMode(int, float, float, float, float) - Method in class processing.core.PGraphics
- colorMode(int, float, float, float, float) - Method in class processing.core.PShape
- colorModeA - Variable in class processing.core.PGraphics
-
Max value for alpha set by colorMode
- colorModeA - Variable in class processing.core.PShape
-
Max value for alpha set by colorMode
- colorModeA - Variable in class processing.core.PStyle
- colorModeX - Variable in class processing.core.PGraphics
-
Max value for red (or hue) set by colorMode
- colorModeX - Variable in class processing.core.PShape
-
Max value for red (or hue) set by colorMode
- colorModeX - Variable in class processing.core.PStyle
- colorModeY - Variable in class processing.core.PGraphics
-
Max value for green (or saturation) set by colorMode
- colorModeY - Variable in class processing.core.PShape
-
Max value for green (or saturation) set by colorMode
- colorModeY - Variable in class processing.core.PStyle
- colorModeZ - Variable in class processing.core.PGraphics
-
Max value for blue (or value) set by colorMode
- colorModeZ - Variable in class processing.core.PShape
-
Max value for blue (or value) set by colorMode
- colorModeZ - Variable in class processing.core.PStyle
- compare(int, int) - Method in class processing.data.Sort
- COMPILE_STATUS - Static variable in class processing.opengl.PGL
- compileShader(int) - Method in class processing.opengl.PGL
- compileShader(int) - Method in class processing.opengl.PJOGL
- COMPLAINT - Static variable in interface processing.core.PConstants
- COMPRESSED_TEXTURE_FORMATS - Static variable in class processing.opengl.PGL
- compressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class processing.opengl.PGL
- compressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class processing.opengl.PJOGL
- compressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class processing.opengl.PGL
- compressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class processing.opengl.PJOGL
- concat(boolean[], boolean[]) - Static method in class processing.core.PApplet
-
Concatenates two arrays.
- concat(byte[], byte[]) - Static method in class processing.core.PApplet
- concat(char[], char[]) - Static method in class processing.core.PApplet
- concat(float[], float[]) - Static method in class processing.core.PApplet
- concat(int[], int[]) - Static method in class processing.core.PApplet
- concat(Object, Object) - Static method in class processing.core.PApplet
- concat(String[], String[]) - Static method in class processing.core.PApplet
- CONDITION_SATISFIED - Static variable in class processing.opengl.PGL
- CONSTANT_ALPHA - Static variable in class processing.opengl.PGL
- CONSTANT_COLOR - Static variable in class processing.opengl.PGL
- constrain(float, float, float) - Static method in class processing.core.PApplet
-
Constrains a value to not exceed a maximum and minimum value.
- constrain(int, int, int) - Static method in class processing.core.PApplet
- contains(float, float) - Method in class processing.core.PShape
-
Return true if this x, y coordinate is part of this shape.
- contains(float, float) - Method in class processing.opengl.PShapeOpenGL
-
Return true if this x, y coordinate is part of this shape.
- context - Variable in class processing.opengl.PJOGL
-
The rendering context (holds rendering state info)
- CONTROL - Static variable in interface processing.core.PConstants
- copy() - Method in class processing.core.PApplet
- copy() - Method in class processing.core.PImage
- copy() - Method in class processing.core.PVector
-
Copies the components of the vector and returns the result as a PVector.
- copy() - Method in class processing.data.DoubleDict
-
Returns a duplicate copy of this object.
- copy() - Method in class processing.data.DoubleList
- copy() - Method in class processing.data.FloatDict
-
Returns a duplicate copy of this object.
- copy() - Method in class processing.data.FloatList
- copy() - Method in class processing.data.IntDict
-
Returns a duplicate copy of this object.
- copy() - Method in class processing.data.IntList
- copy() - Method in class processing.data.LongDict
-
Returns a duplicate copy of this object.
- copy() - Method in class processing.data.LongList
- copy() - Method in class processing.data.StringDict
-
Returns a duplicate copy of this object.
- copy() - Method in class processing.data.StringList
- copy() - Method in class processing.data.Table
-
Make a copy of the current table
- copy(int, int, int, int, int, int, int, int) - Method in class processing.awt.PGraphicsJava2D
- copy(int, int, int, int, int, int, int, int) - Method in class processing.core.PApplet
-
Copies a region of pixels from one image into another.
- copy(int, int, int, int, int, int, int, int) - Method in class processing.core.PImage
-
Copies a region of pixels from one image into another.
- copy(int, int, int, int, int, int, int, int) - Method in class processing.opengl.PGraphicsOpenGL
- copy(PImage, int, int, int, int, int, int, int, int) - Method in class processing.awt.PGraphicsJava2D
- copy(PImage, int, int, int, int, int, int, int, int) - Method in class processing.core.PApplet
- copy(PImage, int, int, int, int, int, int, int, int) - Method in class processing.core.PImage
- copy(PImage, int, int, int, int, int, int, int, int) - Method in class processing.opengl.PGraphicsOpenGL
- copy(FrameBuffer, int) - Method in class processing.opengl.FrameBuffer
- copyBufferFromSource(Object, ByteBuffer, int, int) - Method in class processing.opengl.Texture
- copyColor(FrameBuffer) - Method in class processing.opengl.FrameBuffer
- copyDepth(FrameBuffer) - Method in class processing.opengl.FrameBuffer
- copyGroup(PGraphicsOpenGL, PShape, PShape) - Static method in class processing.opengl.PShapeOpenGL
- copyOf(byte[], int) - Static method in class processing.opengl.LinePath
- copyOf(float[], int) - Static method in class processing.opengl.LinePath
- copyOf(int[], int) - Static method in class processing.opengl.LinePath
- copyStencil(FrameBuffer) - Method in class processing.opengl.FrameBuffer
- copyTexImage2D(int, int, int, int, int, int, int, int) - Method in class processing.opengl.PGL
- copyTexImage2D(int, int, int, int, int, int, int, int) - Method in class processing.opengl.PJOGL
- copyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class processing.opengl.PGL
- copyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class processing.opengl.PJOGL
- CORNER - Static variable in interface processing.core.PConstants
-
Draw mode convention to use (x, y) to (width, height)
- CORNERS - Static variable in interface processing.core.PConstants
-
Draw mode convention to use (x1, y1) to (x2, y2) coordinates
- cos(float) - Static method in class processing.core.PApplet
-
Calculates the cosine of an angle.
- count - Variable in class processing.core.PShapeSVG.Gradient
- createFont(String, float) - Method in class processing.core.PApplet
- createFont(String, float, boolean) - Method in class processing.core.PApplet
- createFont(String, float, boolean, char[]) - Method in class processing.core.PApplet
-
Dynamically converts a font to the format used by Processing from a .ttf or .otf file inside the sketch's "data" folder or a font that's installed elsewhere on the computer.
- createGraphics(int, int) - Method in class processing.core.PApplet
- createGraphics(int, int, String) - Method in class processing.core.PApplet
-
Creates and returns a new PGraphics object.
- createGraphics(int, int, String, String) - Method in class processing.core.PApplet
-
Create an offscreen graphics surface for drawing, in this case for a renderer that writes to a file (such as PDF or DXF).
- createImage(int, int, int) - Method in class processing.core.PApplet
-
Creates a new PImage (the datatype for storing images).
- createInput(File) - Static method in class processing.core.PApplet
- createInput(String) - Method in class processing.core.PApplet
-
This is a function for advanced programmers to open a Java InputStream.
- createInputRaw(String) - Method in class processing.core.PApplet
-
Call openStream() without automatic gzip decompression.
- createOutput(File) - Static method in class processing.core.PApplet
- createOutput(String) - Method in class processing.core.PApplet
-
Similar to createInput(), this creates a Java OutputStream for a given filename or path.
- createPath(File) - Static method in class processing.core.PApplet
- createPath(String) - Static method in class processing.core.PApplet
-
Takes a path and creates any in-between folders if they don't already exist.
- createProgram() - Method in class processing.opengl.PGL
- createProgram() - Method in class processing.opengl.PJOGL
- createReader(File) - Static method in class processing.core.PApplet
- createReader(InputStream) - Static method in class processing.core.PApplet
- createReader(String) - Method in class processing.core.PApplet
-
Creates a BufferedReader object that can be used to read files line-by-line as individual String objects.
- createShader(int) - Method in class processing.opengl.PGL
- createShader(int) - Method in class processing.opengl.PJOGL
- createShape() - Method in class processing.core.PApplet
-
The createShape() function is used to define a new shape.
- createShape() - Method in class processing.core.PGraphics
-
The createShape() function is used to define a new shape.
- createShape(int) - Method in class processing.core.PApplet
- createShape(int) - Method in class processing.core.PGraphics
- createShape(int, float...) - Method in class processing.core.PApplet
- createShape(int, float...) - Method in class processing.core.PGraphics
- createShape(PGraphicsOpenGL, PShape) - Static method in class processing.opengl.PShapeOpenGL
- createStrokedPath(LinePath, float, int, int) - Static method in class processing.opengl.LinePath
- createStrokedPath(LinePath, float, int, int, float) - Static method in class processing.opengl.LinePath
- createStrokedPath(LinePath, float, int, int, float, PMatrix2D) - Static method in class processing.opengl.LinePath
-
Constructs a solid
LinePath
with the specified attributes. - createSurface() - Method in class processing.awt.PGraphicsJava2D
- createSurface() - Method in class processing.core.PGraphics
- createSurface() - Method in class processing.opengl.PGraphicsOpenGL
- createThread() - Method in class processing.awt.PSurfaceAWT
- createThread() - Method in class processing.core.PSurfaceNone
- createWriter(File) - Static method in class processing.core.PApplet
- createWriter(OutputStream) - Static method in class processing.core.PApplet
- createWriter(String) - Method in class processing.core.PApplet
-
Creates a new file in the sketch folder, and a PrintWriter object to write to it.
- cross(PVector) - Method in class processing.core.PVector
-
Calculates and returns a vector composed of the cross product between two vectors.
- cross(PVector, PVector) - Method in class processing.core.PVector
- cross(PVector, PVector, PVector) - Static method in class processing.core.PVector
- CROSS - Static variable in interface processing.core.PConstants
- CTRL - Static variable in class processing.event.Event
- CULL_FACE - Static variable in class processing.opengl.PGL
- cullFace(int) - Method in class processing.opengl.PGL
- cullFace(int) - Method in class processing.opengl.PJOGL
- CURRENT_VERTEX_ATTRIB - Static variable in class processing.opengl.PGL
- currentLightFalloffConstant - Variable in class processing.opengl.PGraphicsOpenGL
-
Current light falloff
- currentLightFalloffLinear - Variable in class processing.opengl.PGraphicsOpenGL
- currentLightFalloffQuadratic - Variable in class processing.opengl.PGraphicsOpenGL
- currentLightSpecular - Variable in class processing.opengl.PGraphicsOpenGL
-
Current specular color for lighting
- currentPG - Variable in class processing.opengl.PGraphicsOpenGL
-
The renderer currently in use.
- currentSampling() - Method in class processing.opengl.Texture
- currentSegment(double[]) - Method in class processing.opengl.LinePath.PathIterator
- currentSegment(float[]) - Method in class processing.opengl.LinePath.PathIterator
- cursor() - Method in class processing.core.PApplet
-
Show the cursor after noCursor() was called.
- cursor(int) - Method in class processing.core.PApplet
-
Set the cursor type
- cursor(PImage) - Method in class processing.core.PApplet
-
Replace the cursor with the specified PImage.
- cursor(PImage, int, int) - Method in class processing.core.PApplet
-
Sets the cursor to a predefined symbol or an image, or makes it visible if already hidden.
- curve(float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
-
Draws a curved line on the screen.
- curve(float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
-
Draws a curved line on the screen.
- curve(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
- curve(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
- CURVE_VERTEX - Static variable in interface processing.core.PConstants
- curveDetail - Variable in class processing.core.PGraphics
- curveDetail(int) - Method in class processing.awt.PGraphicsJava2D
-
Ignored (not needed) in Java 2D.
- curveDetail(int) - Method in class processing.core.PApplet
-
Sets the resolution at which curves display.
- curveDetail(int) - Method in class processing.core.PGraphics
-
Sets the resolution at which curves display.
- curveDetail(int) - Method in class processing.core.PShape
- curveDetail(int) - Method in class processing.opengl.PShapeOpenGL
- curvePoint(float, float, float, float, float) - Method in class processing.core.PApplet
-
Evaluates the curve at point t for points a, b, c, d.
- curvePoint(float, float, float, float, float) - Method in class processing.core.PGraphics
-
Evaluates the curve at point t for points a, b, c, d.
- curveTangent(float, float, float, float, float) - Method in class processing.core.PApplet
-
Calculates the tangent of a point on a curve.
- curveTangent(float, float, float, float, float) - Method in class processing.core.PGraphics
-
Calculates the tangent of a point on a curve.
- curveTightness - Variable in class processing.core.PGraphics
- curveTightness(float) - Method in class processing.core.PApplet
-
Modifies the quality of forms created with curve() and curveVertex().
- curveTightness(float) - Method in class processing.core.PGraphics
-
Modifies the quality of forms created with curve() and curveVertex().
- curveTightness(float) - Method in class processing.core.PShape
- curveTightness(float) - Method in class processing.opengl.PShapeOpenGL
- curveVertex(float, float) - Method in class processing.core.PApplet
-
Specifies vertex coordinates for curves.
- curveVertex(float, float) - Method in class processing.core.PGraphics
-
Specifies vertex coordinates for curves.
- curveVertex(float, float) - Method in class processing.core.PShape
- curveVertex(float, float) - Method in class processing.opengl.PGraphicsOpenGL
- curveVertex(float, float) - Method in class processing.opengl.PShapeOpenGL
- curveVertex(float, float, float) - Method in class processing.awt.PGraphicsJava2D
- curveVertex(float, float, float) - Method in class processing.core.PApplet
- curveVertex(float, float, float) - Method in class processing.core.PGraphics
- curveVertex(float, float, float) - Method in class processing.core.PShape
- curveVertex(float, float, float) - Method in class processing.opengl.PGraphics2D
- curveVertex(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- curveVertex(float, float, float) - Method in class processing.opengl.PShapeOpenGL
- CUSTOM - Static variable in interface processing.core.PConstants
- CW - Static variable in class processing.opengl.PGL
- cx - Variable in class processing.core.PShapeSVG.RadialGradient
- cy - Variable in class processing.core.PShapeSVG.RadialGradient
D
- DA - Static variable in class processing.core.PGraphics
- DARKEST - Static variable in interface processing.core.PConstants
- dataFile(String) - Method in class processing.core.PApplet
-
Return a full path to an item in the data folder as a File object.
- dataPath(String) - Method in class processing.core.PApplet
-
This function almost certainly does not do the thing you want it to. The data path is handled differently on each platform, and should not be considered a location to write files.
- day() - Static method in class processing.core.PApplet
-
Processing communicates with the clock on your computer.
- DB - Static variable in class processing.core.PGraphics
- debug(String) - Static method in class processing.core.PApplet
- DECR - Static variable in class processing.opengl.PGL
- DECR_WRAP - Static variable in class processing.opengl.PGL
- DEFAULT_HEIGHT - Static variable in class processing.core.PApplet
- DEFAULT_VERTICES - Static variable in class processing.core.PGraphics
- DEFAULT_WIDTH - Static variable in class processing.core.PApplet
-
Default width and height for sketch when not specified
- defCameraAspect - Variable in class processing.opengl.PGraphicsOpenGL
- defCameraFar - Variable in class processing.opengl.PGraphicsOpenGL
- defCameraFOV - Variable in class processing.opengl.PGraphicsOpenGL
-
Default camera properties.
- defCameraNear - Variable in class processing.opengl.PGraphicsOpenGL
- defCameraX - Variable in class processing.opengl.PGraphicsOpenGL
- defCameraY - Variable in class processing.opengl.PGraphicsOpenGL
- defCameraZ - Variable in class processing.opengl.PGraphicsOpenGL
- DEG_TO_RAD - Static variable in interface processing.core.PConstants
- degrees(float) - Static method in class processing.core.PApplet
-
Converts a radian measurement to its corresponding value in degrees.
- delay(int) - Method in class processing.core.PApplet
-
The delay() function causes the program to halt for a specified time.
- DELETE - Static variable in interface processing.core.PConstants
- DELETE_STATUS - Static variable in class processing.opengl.PGL
- deleteBuffers(int, IntBuffer) - Method in class processing.opengl.PGL
- deleteBuffers(int, IntBuffer) - Method in class processing.opengl.PJOGL
- deleteFramebuffers(int, IntBuffer) - Method in class processing.opengl.PGL
- deleteFramebuffers(int, IntBuffer) - Method in class processing.opengl.PJOGL
- deleteProgram(int) - Method in class processing.opengl.PGL
- deleteProgram(int) - Method in class processing.opengl.PJOGL
- deleteRenderbuffers(int, IntBuffer) - Method in class processing.opengl.PGL
- deleteRenderbuffers(int, IntBuffer) - Method in class processing.opengl.PJOGL
- deleteShader(int) - Method in class processing.opengl.PGL
- deleteShader(int) - Method in class processing.opengl.PJOGL
- deleteSync(long) - Method in class processing.opengl.PGL
- deleteSync(long) - Method in class processing.opengl.PJOGL
- deleteTextures(int, IntBuffer) - Method in class processing.opengl.PGL
- deleteTextures(int, IntBuffer) - Method in class processing.opengl.PJOGL
- depth - Variable in class processing.core.PShape
- DEPTH_ATTACHMENT - Static variable in class processing.opengl.PGL
- DEPTH_BITS - Static variable in class processing.opengl.PGL
- DEPTH_BUFFER_BIT - Static variable in class processing.opengl.PGL
- DEPTH_COMPONENT - Static variable in class processing.opengl.PGL
- DEPTH_COMPONENT16 - Static variable in class processing.opengl.PGL
- DEPTH_COMPONENT24 - Static variable in class processing.opengl.PGL
- DEPTH_COMPONENT32 - Static variable in class processing.opengl.PGL
- DEPTH_STENCIL - Static variable in class processing.opengl.PGL
- DEPTH_TEST - Static variable in class processing.opengl.PGL
- DEPTH_WRITEMASK - Static variable in class processing.opengl.PGL
- DEPTH24_STENCIL8 - Static variable in class processing.opengl.PGL
- depthBits - Static variable in class processing.opengl.PGraphicsOpenGL
- depthFunc(int) - Method in class processing.opengl.PGL
- depthFunc(int) - Method in class processing.opengl.PJOGL
- depthMask(boolean) - Method in class processing.opengl.PGL
- depthMask(boolean) - Method in class processing.opengl.PJOGL
- depthRangef(float, float) - Method in class processing.opengl.PGL
- depthRangef(float, float) - Method in class processing.opengl.PJOGL
- descent() - Method in class processing.core.PFont
-
Returns how far this font descends from the baseline.
- desktopFile(String) - Static method in class processing.core.PApplet
- desktopPath(String) - Static method in class processing.core.PApplet
- detachShader(int, int) - Method in class processing.opengl.PGL
- detachShader(int, int) - Method in class processing.opengl.PJOGL
- determinant() - Method in interface processing.core.PMatrix
- determinant() - Method in class processing.core.PMatrix2D
- determinant() - Method in class processing.core.PMatrix3D
- DG - Static variable in class processing.core.PGraphics
- DIAMETER - Static variable in interface processing.core.PConstants
-
Synonym for the CENTER constant.
- die(String) - Method in class processing.core.PApplet
-
Function for an application to kill itself and display an error.
- die(String, Exception) - Method in class processing.core.PApplet
-
Same as above but with an exception.
- DIFFERENCE - Static variable in interface processing.core.PConstants
- DILATE - Static variable in interface processing.core.PConstants
- DIRECTION - Static variable in class processing.opengl.PShapeOpenGL
- DIRECTIONAL - Static variable in interface processing.core.PConstants
- directionalLight(float, float, float, float, float, float) - Method in class processing.core.PApplet
-
Adds a directional light.
- directionalLight(float, float, float, float, float, float) - Method in class processing.core.PGraphics
-
Adds a directional light.
- directionalLight(float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- directionalLight(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- disable(int) - Method in class processing.opengl.PGL
- disable(int) - Method in class processing.opengl.PJOGL
- DISABLE_ASYNC_SAVEFRAME - Static variable in interface processing.core.PConstants
- DISABLE_BUFFER_READING - Static variable in interface processing.core.PConstants
- DISABLE_DEPTH_MASK - Static variable in interface processing.core.PConstants
- DISABLE_DEPTH_SORT - Static variable in interface processing.core.PConstants
- DISABLE_DEPTH_TEST - Static variable in interface processing.core.PConstants
- DISABLE_KEY_REPEAT - Static variable in interface processing.core.PConstants
- DISABLE_NATIVE_FONTS - Static variable in interface processing.core.PConstants
-
Deprecated.
- DISABLE_OPENGL_ERRORS - Static variable in interface processing.core.PConstants
- DISABLE_OPTIMIZED_STROKE - Static variable in interface processing.core.PConstants
- DISABLE_STROKE_PERSPECTIVE - Static variable in interface processing.core.PConstants
- DISABLE_STROKE_PURE - Static variable in interface processing.core.PConstants
- DISABLE_TEXTURE_MIPMAPS - Static variable in interface processing.core.PConstants
- disableDepthTest() - Method in class processing.opengl.FrameBuffer
- disableFBOLayer() - Method in class processing.opengl.PGL
- disableStyle() - Method in class processing.core.PShape
-
Disables the shape's style data and uses Processing's current styles.
- disableStyle() - Method in class processing.opengl.PShapeOpenGL
- disableVertexAttribArray(int) - Method in class processing.opengl.PGL
- disableVertexAttribArray(int) - Method in class processing.opengl.PJOGL
- display(GLAutoDrawable) - Method in class processing.opengl.PSurfaceJOGL.DrawListener
- displayable() - Method in class processing.core.PGraphics
-
Return true if this renderer should be drawn to the screen.
- displayDensity() - Method in class processing.core.PApplet
-
This function returns the number "2" if the screen is a high-density screen (called a Retina display on OS X or high-dpi on Windows and Linux) and a "1" if not.
- displayDensity() - Method in class processing.core.PSurfaceNone
- displayDensity(int) - Method in class processing.core.PApplet
- displayDensity(int) - Method in class processing.core.PSurfaceNone
- displayHeight - Variable in class processing.core.PApplet
-
System variable that stores the height of the computer screen.
- displayWidth - Variable in class processing.core.PApplet
-
System variable that stores the width of the computer screen.
- dispose() - Method in class processing.core.PApplet
-
Called to dispose of resources and shut down the sketch.
- dispose() - Method in class processing.core.PGraphics
-
Handle any shutdown for this graphics context.
- dispose() - Method in class processing.opengl.PGL
- dispose() - Method in class processing.opengl.PGraphicsOpenGL
- dispose(GLAutoDrawable) - Method in class processing.opengl.PSurfaceJOGL.DrawListener
- disposeSourceBuffer() - Method in class processing.opengl.Texture
- dist(float, float, float, float) - Static method in class processing.core.PApplet
- dist(float, float, float, float, float, float) - Static method in class processing.core.PApplet
-
Calculates the distance between two points.
- dist(PVector) - Method in class processing.core.PVector
-
Calculates the Euclidean distance between two points (considering a point as a vector object).
- dist(PVector, PVector) - Static method in class processing.core.PVector
- DITHER - Static variable in class processing.opengl.PGL
- div(float) - Method in class processing.core.PVector
-
Divides a vector by a scalar.
- div(int, double) - Method in class processing.data.DoubleList
- div(int, float) - Method in class processing.data.FloatList
-
Divide a value
- div(int, int) - Method in class processing.data.IntList
-
Divide a value.
- div(int, int) - Method in class processing.data.LongList
-
Divide a value
- div(String, double) - Method in class processing.data.DoubleDict
- div(String, float) - Method in class processing.data.FloatDict
-
Divide a value.
- div(String, int) - Method in class processing.data.IntDict
-
Divide a value.
- div(String, long) - Method in class processing.data.LongDict
-
Divide a value
- div(PVector, float) - Static method in class processing.core.PVector
-
Divide a vector by a scalar and return the result in a new vector.
- div(PVector, float, PVector) - Static method in class processing.core.PVector
-
Divide a vector by a scalar and store the result in another vector.
- DODGE - Static variable in interface processing.core.PConstants
- DONT_CARE - Static variable in class processing.opengl.PGL
- dot(float, float, float) - Method in class processing.core.PVector
- dot(PVector) - Method in class processing.core.PVector
-
Calculates the dot product of two vectors.
- dot(PVector, PVector) - Static method in class processing.core.PVector
- DOUBLE - Static variable in class processing.data.Table
- DoubleDict - Class in processing.data
-
A simple table class to use a String as a lookup for an double value.
- DoubleDict() - Constructor for class processing.data.DoubleDict
- DoubleDict(int) - Constructor for class processing.data.DoubleDict
-
Create a new lookup with a specific size.
- DoubleDict(BufferedReader) - Constructor for class processing.data.DoubleDict
-
Read a set of entries from a Reader that has each key/value pair on a single line, separated by a tab.
- DoubleDict(Object[][]) - Constructor for class processing.data.DoubleDict
-
Constructor to allow (more intuitive) inline initialization, e.g.:
- DoubleDict(String[], double[]) - Constructor for class processing.data.DoubleDict
- DoubleDict(Map<String, Double>) - Constructor for class processing.data.DoubleDict
- DoubleDict.Entry - Class in processing.data
- DoubleList - Class in processing.data
-
Helper class for a list of double values.
- DoubleList() - Constructor for class processing.data.DoubleList
- DoubleList(double[]) - Constructor for class processing.data.DoubleList
- DoubleList(int) - Constructor for class processing.data.DoubleList
- DoubleList(Iterable<Object>) - Constructor for class processing.data.DoubleList
-
Construct an FloatList from an iterable pile of objects.
- DoubleList(Object...) - Constructor for class processing.data.DoubleList
-
Construct an FloatList from a random pile of objects.
- doubleValues() - Method in class processing.data.JSONArray
- DOWN - Static variable in interface processing.core.PConstants
- DR - Static variable in class processing.core.PGraphics
- DRAG - Static variable in class processing.event.MouseEvent
- draw() - Method in class processing.core.PApplet
-
Called directly after setup(), the draw() function continuously executes the lines of code contained inside its block until the program is stopped or noLoop() is called.
- draw(PGraphics) - Method in class processing.core.PShape
-
Called by the following (the shape() command adds the g) PShape s = loadShape("blah.svg"); shape(s);
- draw(PGraphics) - Method in class processing.opengl.PShapeOpenGL
- DRAW_FRAMEBUFFER - Static variable in class processing.opengl.PGL
- drawArrays(int, int, int) - Method in class processing.opengl.PGL
- drawArraysImpl(int, int, int) - Method in class processing.opengl.PGL
- drawArraysImpl(int, int, int) - Method in class processing.opengl.PJOGL
- drawBuffer(int) - Method in class processing.opengl.PGL
- drawBuffer(int) - Method in class processing.opengl.PJOGL
- drawBufferSupported - Static variable in class processing.opengl.PGraphicsOpenGL
- drawChar(PGraphics, char, float, float, float) - Method in class processing.core.PShapeSVG.Font
- drawElements(int, int, int, int) - Method in class processing.opengl.PGL
- drawElementsImpl(int, int, int, int) - Method in class processing.opengl.PGL
- drawElementsImpl(int, int, int, int) - Method in class processing.opengl.PJOGL
- drawImpl(PGraphics) - Method in class processing.core.PShapeSVG.LineOfText
- DrawListener() - Constructor for class processing.opengl.PSurfaceJOGL.DrawListener
- drawString(PGraphics, String, float, float, float) - Method in class processing.core.PShapeSVG.Font
- drawTexture(int, int, int, int, int, int, int, int) - Method in class processing.opengl.PGL
-
Not an approved function, this will change or be removed in the future.
- drawTexture(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class processing.opengl.PGL
-
Not an approved function, this will change or be removed in the future.
- drawTexture(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class processing.opengl.PGL
- DST_ALPHA - Static variable in class processing.opengl.PGL
- DST_COLOR - Static variable in class processing.opengl.PGL
- DXF - Static variable in interface processing.core.PConstants
- DYNAMIC_DRAW - Static variable in class processing.opengl.PGL
E
- EB - Static variable in class processing.core.PGraphics
- edge - Variable in class processing.core.PGraphics
- edge(boolean) - Method in class processing.core.PApplet
-
Sets whether the upcoming vertex is part of an edge.
- edge(boolean) - Method in class processing.core.PGraphics
-
Sets whether the upcoming vertex is part of an edge.
- EDGE - Static variable in class processing.core.PGraphics
- EG - Static variable in class processing.core.PGraphics
- ELEMENT_ARRAY_BUFFER - Static variable in class processing.opengl.PGL
- ellipse(float, float, float, float) - Method in class processing.core.PApplet
-
Draws an ellipse (oval) to the screen.
- ellipse(float, float, float, float) - Method in class processing.core.PGraphics
-
Draws an ellipse (oval) to the screen.
- ELLIPSE - Static variable in interface processing.core.PConstants
- ellipseImpl(float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- ellipseMode - Variable in class processing.core.PGraphics
-
The current ellipse mode (read-only)
- ellipseMode - Variable in class processing.core.PStyle
- ellipseMode(int) - Method in class processing.core.PApplet
-
Modifies the location from which ellipses are drawn by changing the way in which parameters given to ellipse() are interpreted.
The default mode is ellipseMode(CENTER), which interprets the first two parameters of ellipse() as the shape's center point, while the third and fourth parameters are its width and height.
ellipseMode(RADIUS) also uses the first two parameters of ellipse() as the shape's center point, but uses the third and fourth parameters to specify half of the shape's width and height.
ellipseMode(CORNER) interprets the first two parameters of ellipse() as the upper-left corner of the shape, while the third and fourth parameters are its width and height.
ellipseMode(CORNERS) interprets the first two parameters of ellipse() as the location of one corner of the ellipse's bounding box, and the third and fourth parameters as the location of the opposite corner.
The parameter must be written in ALL CAPS because Processing is a case-sensitive language. - ellipseMode(int) - Method in class processing.core.PGraphics
-
Modifies the location from which ellipses are drawn by changing the way in which parameters given to ellipse() are interpreted.
The default mode is ellipseMode(CENTER), which interprets the first two parameters of ellipse() as the shape's center point, while the third and fourth parameters are its width and height.
ellipseMode(RADIUS) also uses the first two parameters of ellipse() as the shape's center point, but uses the third and fourth parameters to specify half of the shape's width and height.
ellipseMode(CORNER) interprets the first two parameters of ellipse() as the upper-left corner of the shape, while the third and fourth parameters are its width and height.
ellipseMode(CORNERS) interprets the first two parameters of ellipse() as the location of one corner of the ellipse's bounding box, and the third and fourth parameters as the location of the opposite corner.
The parameter must be written in ALL CAPS because Processing is a case-sensitive language. - emissive(float) - Method in class processing.core.PApplet
-
gray number specifying value between white and black
- emissive(float) - Method in class processing.core.PGraphics
-
gray number specifying value between white and black
- emissive(float) - Method in class processing.core.PShape
- emissive(float, float, float) - Method in class processing.core.PApplet
- emissive(float, float, float) - Method in class processing.core.PGraphics
- emissive(float, float, float) - Method in class processing.core.PShape
- emissive(int) - Method in class processing.core.PApplet
-
Sets the emissive color of the material used for drawing shapes drawn to the screen.
- emissive(int) - Method in class processing.core.PGraphics
-
Sets the emissive color of the material used for drawing shapes drawn to the screen.
- emissive(int) - Method in class processing.core.PShape
- emissiveB - Variable in class processing.core.PGraphics
- emissiveB - Variable in class processing.core.PStyle
- emissiveColor - Variable in class processing.core.PGraphics
- emissiveG - Variable in class processing.core.PGraphics
- emissiveG - Variable in class processing.core.PStyle
- emissiveR - Variable in class processing.core.PGraphics
- emissiveR - Variable in class processing.core.PStyle
- enable(int) - Method in class processing.opengl.PGL
- enable(int) - Method in class processing.opengl.PJOGL
- ENABLE_ASYNC_SAVEFRAME - Static variable in interface processing.core.PConstants
- ENABLE_BUFFER_READING - Static variable in interface processing.core.PConstants
- ENABLE_DEPTH_MASK - Static variable in interface processing.core.PConstants
- ENABLE_DEPTH_SORT - Static variable in interface processing.core.PConstants
- ENABLE_DEPTH_TEST - Static variable in interface processing.core.PConstants
- ENABLE_KEY_REPEAT - Static variable in interface processing.core.PConstants
- ENABLE_NATIVE_FONTS - Static variable in interface processing.core.PConstants
-
Deprecated.
- ENABLE_OPENGL_ERRORS - Static variable in interface processing.core.PConstants
- ENABLE_OPTIMIZED_STROKE - Static variable in interface processing.core.PConstants
- ENABLE_STROKE_PERSPECTIVE - Static variable in interface processing.core.PConstants
- ENABLE_STROKE_PURE - Static variable in interface processing.core.PConstants
- ENABLE_TEXTURE_MIPMAPS - Static variable in interface processing.core.PConstants
- enableFBOLayer() - Method in class processing.opengl.PGL
- enableStyle() - Method in class processing.core.PShape
-
Enables the shape's style data and ignores Processing's current styles.
- enableStyle() - Method in class processing.opengl.PShapeOpenGL
- enableVertexAttribArray(int) - Method in class processing.opengl.PGL
- enableVertexAttribArray(int) - Method in class processing.opengl.PJOGL
- end() - Method in class processing.opengl.LineStroker
- endCamera() - Method in class processing.core.PApplet
-
The beginCamera() and endCamera() functions enable advanced customization of the camera space.
- endCamera() - Method in class processing.core.PGraphics
-
The beginCamera() and endCamera() functions enable advanced customization of the camera space.
- endCamera() - Method in class processing.opengl.PGraphics2D
- endCamera() - Method in class processing.opengl.PGraphicsOpenGL
-
Record the current settings into the camera matrix, and set the matrix mode back to the current transformation matrix.
- endContour() - Method in class processing.awt.PGraphicsJava2D
- endContour() - Method in class processing.core.PApplet
-
Use the beginContour() and endContour() function to create negative shapes within shapes such as the center of the letter "O".
- endContour() - Method in class processing.core.PGraphics
-
Use the beginContour() and endContour() function to create negative shapes within shapes such as the center of the letter "O".
- endContour() - Method in class processing.core.PShape
-
The beginContour() and endContour() methods make it possible to define shapes with other shapes cut out of them.
- endContour() - Method in class processing.opengl.PGraphicsOpenGL
- endDraw() - Method in class processing.awt.PGraphicsJava2D
- endDraw() - Method in class processing.core.PGraphics
-
Finalizes the rendering of a PGraphics object so that it can be shown on screen.
- endDraw() - Method in class processing.opengl.PGraphicsOpenGL
- endPGL() - Method in class processing.core.PApplet
- endPGL() - Method in class processing.core.PGraphics
- endPGL() - Method in class processing.opengl.PGraphicsOpenGL
- endRaw() - Method in class processing.awt.PGraphicsJava2D
- endRaw() - Method in class processing.core.PApplet
-
Complement to beginRaw(); they must always be used together.
- endRaw() - Method in class processing.core.PGraphics
- endRecord() - Method in class processing.core.PApplet
-
Stops the recording process started by beginRecord() and closes the file.
- endShape() - Method in class processing.core.PApplet
- endShape() - Method in class processing.core.PGraphics
- endShape() - Method in class processing.core.PShape
-
This method is used to complete a custom shape created with the createShape() function.
- endShape(int) - Method in class processing.awt.PGraphicsJava2D
- endShape(int) - Method in class processing.core.PApplet
-
The endShape() function is the companion to beginShape() and may only be called after beginShape().
- endShape(int) - Method in class processing.core.PGraphics
-
The endShape() function is the companion to beginShape() and may only be called after beginShape().
- endShape(int) - Method in class processing.core.PShape
- endShape(int) - Method in class processing.opengl.PGraphicsOpenGL
- endShape(int) - Method in class processing.opengl.PShapeOpenGL
- endTessellation() - Method in class processing.core.PShape
- endTessellation() - Method in class processing.opengl.PShapeOpenGL
- ENTER - Static variable in interface processing.core.PConstants
- ENTER - Static variable in class processing.event.MouseEvent
- entries() - Method in class processing.data.DoubleDict
- entries() - Method in class processing.data.FloatDict
- entries() - Method in class processing.data.IntDict
- entries() - Method in class processing.data.LongDict
- entries() - Method in class processing.data.StringDict
- entryIterator() - Method in class processing.data.DoubleDict
- entryIterator() - Method in class processing.data.FloatDict
- entryIterator() - Method in class processing.data.IntDict
- entryIterator() - Method in class processing.data.LongDict
- entryIterator() - Method in class processing.data.StringDict
- EPSILON - Static variable in interface processing.core.PConstants
- EQUAL - Static variable in class processing.opengl.PGL
- equals(Object) - Method in class processing.core.PVector
- ER - Static variable in class processing.core.PGraphics
- ERODE - Static variable in interface processing.core.PConstants
- errorString(int) - Method in class processing.opengl.PGL
- errorString(int) - Method in class processing.opengl.PJOGL
- ESC - Static variable in interface processing.core.PConstants
- Event - Class in processing.event
- Event(Object, long, int, int) - Constructor for class processing.event.Event
- EXCLUSION - Static variable in interface processing.core.PConstants
- exec(String...) - Static method in class processing.core.PApplet
-
Pass a set of arguments directly to the command line.
- exec(StringList, StringList, String...) - Static method in class processing.core.PApplet
-
Alternative version of exec() that retrieves stdout and stderr into the StringList objects provided.
- exit() - Method in class processing.core.PApplet
-
Quits/stops/exits the program.
- EXIT - Static variable in class processing.event.MouseEvent
- exitActual() - Method in class processing.core.PApplet
-
Some subclasses (I'm looking at you, processing.py) might wish to do something other than actually terminate the JVM.
- exitCalled() - Method in class processing.core.PApplet
- exp(float) - Static method in class processing.core.PApplet
-
Returns Euler's number e (2.71828...) raised to the power of the value parameter.
- expand(boolean[]) - Static method in class processing.core.PApplet
-
Increases the size of a one-dimensional array.
- expand(boolean[], int) - Static method in class processing.core.PApplet
- expand(byte[]) - Static method in class processing.core.PApplet
- expand(byte[], int) - Static method in class processing.core.PApplet
- expand(char[]) - Static method in class processing.core.PApplet
- expand(char[], int) - Static method in class processing.core.PApplet
- expand(double[]) - Static method in class processing.core.PApplet
- expand(double[], int) - Static method in class processing.core.PApplet
- expand(float[]) - Static method in class processing.core.PApplet
- expand(float[], int) - Static method in class processing.core.PApplet
- expand(int[]) - Static method in class processing.core.PApplet
- expand(int[], int) - Static method in class processing.core.PApplet
- expand(long[]) - Static method in class processing.core.PApplet
- expand(long[], int) - Static method in class processing.core.PApplet
- expand(Object) - Static method in class processing.core.PApplet
- expand(Object, int) - Static method in class processing.core.PApplet
- expand(String[]) - Static method in class processing.core.PApplet
- expand(String[], int) - Static method in class processing.core.PApplet
- extensionOptions(boolean, String, String) - Static method in class processing.data.Table
- EXTENSIONS - Static variable in class processing.opengl.PGL
- EXTERNAL_MOVE - Static variable in class processing.core.PApplet
-
When run externally to a PDE Editor, this is sent by the sketch whenever the window is moved.
- EXTERNAL_STOP - Static variable in class processing.core.PApplet
-
When run externally to a PdeEditor, this is sent by the sketch when it quits.
F
- face - Variable in class processing.core.PShapeSVG.Font
- FALSE - Static variable in class processing.opengl.PGL
- FASTEST - Static variable in class processing.opengl.PGL
- fboMultisampleSupported - Static variable in class processing.opengl.PGraphicsOpenGL
- fenceSync(int, int) - Method in class processing.opengl.PGL
- fenceSync(int, int) - Method in class processing.opengl.PJOGL
- fill - Variable in class processing.core.PGraphics
-
true if fill() is enabled, (read-only)
- fill - Variable in class processing.core.PStyle
- fill(float) - Method in class processing.core.PApplet
- fill(float) - Method in class processing.core.PGraphics
- fill(float) - Method in class processing.core.PShape
- fill(float, float) - Method in class processing.core.PApplet
- fill(float, float) - Method in class processing.core.PGraphics
- fill(float, float) - Method in class processing.core.PShape
- fill(float, float, float) - Method in class processing.core.PApplet
- fill(float, float, float) - Method in class processing.core.PGraphics
- fill(float, float, float) - Method in class processing.core.PShape
- fill(float, float, float, float) - Method in class processing.core.PApplet
- fill(float, float, float, float) - Method in class processing.core.PGraphics
- fill(float, float, float, float) - Method in class processing.core.PShape
- fill(int) - Method in class processing.core.PApplet
-
Sets the color used to fill shapes.
- fill(int) - Method in class processing.core.PGraphics
-
Sets the color used to fill shapes.
- fill(int) - Method in class processing.core.PShape
- fill(int, float) - Method in class processing.core.PApplet
- fill(int, float) - Method in class processing.core.PGraphics
- fill(int, float) - Method in class processing.core.PShape
- fillColor - Variable in class processing.core.PGraphics
-
fill that was last set (read-only)
- fillColor - Variable in class processing.core.PStyle
- fillGradient - Variable in class processing.awt.PGraphicsJava2D
- fillGradientObject - Variable in class processing.awt.PGraphicsJava2D
- filter(int) - Method in class processing.core.PApplet
- filter(int) - Method in class processing.core.PImage
- filter(int) - Method in class processing.opengl.PGraphicsOpenGL
-
This is really inefficient and not a good idea in OpenGL.
- filter(int, float) - Method in class processing.core.PApplet
-
Filters the image as defined by one of the following modes:
THRESHOLD
Converts the image to black and white pixels depending on if they are above or below the threshold defined by the level parameter. - filter(int, float) - Method in class processing.core.PImage
-
Filters the image as defined by one of the following modes:
THRESHOLD
Converts the image to black and white pixels depending on if they are above or below the threshold defined by the level parameter. - filter(int, float) - Method in class processing.opengl.PGraphicsOpenGL
-
This is really inefficient and not a good idea in OpenGL.
- filter(PShader) - Method in class processing.core.PApplet
- filter(PShader) - Method in class processing.core.PGraphics
- filter(PShader) - Method in class processing.opengl.PGraphicsOpenGL
- findChild(String) - Method in class processing.core.PShape
-
Same as getChild(name), except that it first walks all the way up the hierarchy to the eldest grandparent, so that children can be found anywhere.
- findFont(String) - Static method in class processing.core.PFont
-
Starting with Java 1.5, Apple broke the ability to specify most fonts.
- findNative() - Method in class processing.core.PFont
-
Attempt to find the native version of this font.
- findRow(String, int) - Method in class processing.data.Table
-
Finds the first row in the Table that contains the value provided, and returns a reference to that row.
- findRow(String, String) - Method in class processing.data.Table
- findRowIndex(String, int) - Method in class processing.data.Table
-
Return the row that contains the first String that matches.
- findRowIndex(String, String) - Method in class processing.data.Table
-
Return the row that contains the first String that matches.
- findRowIndices(String, int) - Method in class processing.data.Table
-
Return a list of rows that contain the String passed in.
- findRowIndices(String, String) - Method in class processing.data.Table
-
Return a list of rows that contain the String passed in.
- findRowIterator(String, int) - Method in class processing.data.Table
- findRowIterator(String, String) - Method in class processing.data.Table
- findRows(String, int) - Method in class processing.data.Table
-
Finds the rows in the Table that contain the value provided, and returns references to those rows.
- findRows(String, String) - Method in class processing.data.Table
- finish() - Method in class processing.opengl.FrameBuffer
- finish() - Method in class processing.opengl.PGL
- finish() - Method in class processing.opengl.PJOGL
- finished - Variable in class processing.core.PApplet
-
true if the sketch has stopped permanently.
- firstMouse - Variable in class processing.core.PApplet
-
Deprecated.Please refrain from using this variable, it will be removed from future releases of Processing because it cannot be used consistently across platforms and input methods.
- FLOAT - Static variable in class processing.data.Table
- FLOAT - Static variable in class processing.opengl.PGL
- FLOAT_MAT2 - Static variable in class processing.opengl.PGL
- FLOAT_MAT3 - Static variable in class processing.opengl.PGL
- FLOAT_MAT4 - Static variable in class processing.opengl.PGL
- FLOAT_VEC2 - Static variable in class processing.opengl.PGL
- FLOAT_VEC3 - Static variable in class processing.opengl.PGL
- FLOAT_VEC4 - Static variable in class processing.opengl.PGL
- FloatDict - Class in processing.data
-
A simple class to use a String as a lookup for a float value.
- FloatDict() - Constructor for class processing.data.FloatDict
- FloatDict(int) - Constructor for class processing.data.FloatDict
-
Create a new lookup with a specific size.
- FloatDict(BufferedReader) - Constructor for class processing.data.FloatDict
-
Read a set of entries from a Reader that has each key/value pair on a single line, separated by a tab.
- FloatDict(Object[][]) - Constructor for class processing.data.FloatDict
-
Constructor to allow (more intuitive) inline initialization, e.g.:
- FloatDict(String[], float[]) - Constructor for class processing.data.FloatDict
- FloatDict.Entry - Class in processing.data
- FloatList - Class in processing.data
-
Helper class for a list of float values.
- FloatList() - Constructor for class processing.data.FloatList
- FloatList(float[]) - Constructor for class processing.data.FloatList
- FloatList(int) - Constructor for class processing.data.FloatList
- FloatList(Iterable<Object>) - Constructor for class processing.data.FloatList
-
Construct an FloatList from an iterable pile of objects.
- FloatList(Object...) - Constructor for class processing.data.FloatList
-
Construct an FloatList from a random pile of objects.
- floatValues() - Method in class processing.data.JSONArray
- floor(float) - Static method in class processing.core.PApplet
-
Calculates the closest int value that is less than or equal to the value of the parameter.
- flush() - Method in class processing.core.PApplet
- flush() - Method in class processing.core.PGraphics
- flush() - Method in class processing.opengl.PGL
- flush() - Method in class processing.opengl.PGraphicsOpenGL
- flush() - Method in class processing.opengl.PJOGL
- focused - Variable in class processing.core.PApplet
-
Confirms if a Processing program is "focused", meaning that it is active and will accept input from mouse or keyboard.
- focusGained() - Method in class processing.core.PApplet
- focusLost() - Method in class processing.core.PApplet
- Font(PShapeSVG, XML) - Constructor for class processing.core.PShapeSVG.Font
- FontGlyph(PShapeSVG, XML, PShapeSVG.Font) - Constructor for class processing.core.PShapeSVG.FontGlyph
- format - Variable in class processing.core.PImage
-
Format for this image, one of RGB, ARGB or ALPHA.
- format - Variable in class processing.opengl.Texture.Parameters
-
Texture internal format.
- format(int) - Method in class processing.data.JSONArray
-
Make a pretty-printed JSON text of this JSONArray.
- format(int) - Method in class processing.data.JSONObject
-
Make a prettyprinted JSON text of this JSONObject.
- format(int) - Method in class processing.data.XML
-
Takes an XML object and converts it to a String, formatting its content as specified with the indent parameter.
If indent is set to -1, then the String is returned with no line breaks, no indentation, and no XML declaration.
If indent is set to 0 or greater, then the String is returned with line breaks, and the specified number of spaces as indent values. - FRAGMENT_SHADER - Static variable in class processing.opengl.PGL
- FrameBuffer - Class in processing.opengl
-
Encapsulates a Frame Buffer Object for offscreen rendering.
- FRAMEBUFFER - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_COMPLETE - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_ERROR - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_INCOMPLETE_DIMENSIONS - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_INCOMPLETE_FORMATS - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_INCOMPLETE_MULTISAMPLE - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_INCOMPLETE_READ_BUFFER - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_UNDEFINED - Static variable in class processing.opengl.PGL
- FRAMEBUFFER_UNSUPPORTED - Static variable in class processing.opengl.PGL
- framebufferRenderbuffer(int, int, int, int) - Method in class processing.opengl.PGL
- framebufferRenderbuffer(int, int, int, int) - Method in class processing.opengl.PJOGL
- framebufferTexture2D(int, int, int, int, int) - Method in class processing.opengl.PGL
- framebufferTexture2D(int, int, int, int, int) - Method in class processing.opengl.PJOGL
- frameCount - Variable in class processing.core.PApplet
-
The system variable frameCount contains the number o frames displayed since the program started.
- frameMoved(int, int) - Method in class processing.core.PApplet
-
When running from the PDE, this saves the window position for next time the sketch is run.
- frameRate - Variable in class processing.core.PApplet
-
The system variable frameRate contains the approximate frame rate of the software as it executes.
- frameRate(float) - Method in class processing.core.PApplet
-
Specifies the number of frames to be displayed every second.
- fromAngle(float) - Static method in class processing.core.PVector
-
Calculates and returns a new 2D unit vector from the specified angle value (in radians).
- fromAngle(float, PVector) - Static method in class processing.core.PVector
-
Make a new 2D unit vector from an angle
- fromNativeImage(Image, PImage) - Static method in class processing.awt.ShimAWT
- fromRange(int) - Static method in class processing.data.IntList
- fromRange(int) - Static method in class processing.data.LongList
- fromRange(int, int) - Static method in class processing.data.IntList
- fromRange(int, int) - Static method in class processing.data.LongList
- FRONT - Static variable in class processing.opengl.PGL
- FRONT_AND_BACK - Static variable in class processing.opengl.PGL
- frontFace(int) - Method in class processing.opengl.PGL
- frontFace(int) - Method in class processing.opengl.PJOGL
- frustum(float, float, float, float, float, float) - Method in class processing.core.PApplet
-
Sets a perspective matrix as defined by the parameters.
A frustum is a geometric form: a pyramid with its top cut off. - frustum(float, float, float, float, float, float) - Method in class processing.core.PGraphics
-
Sets a perspective matrix as defined by the parameters.
A frustum is a geometric form: a pyramid with its top cut off. - frustum(float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- frustum(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Same as glFrustum(), except that it wipes out (rather than multiplies against) the current perspective matrix.
- fullScreen() - Method in class processing.core.PApplet
-
Create a full-screen sketch using the default renderer.
- fullScreen(int) - Method in class processing.core.PApplet
- fullScreen(String) - Method in class processing.core.PApplet
-
This function is new for Processing 3.0.
- fullScreen(String, int) - Method in class processing.core.PApplet
- FUNC_ADD - Static variable in class processing.opengl.PGL
- FUNC_MAX - Static variable in class processing.opengl.PGL
- FUNC_MIN - Static variable in class processing.opengl.PGL
- FUNC_REVERSE_SUBTRACT - Static variable in class processing.opengl.PGL
- FUNC_SUBTRACT - Static variable in class processing.opengl.PGL
- FX2D - Static variable in interface processing.core.PConstants
G
- g - Variable in class processing.core.PApplet
-
The PGraphics renderer associated with this PApplet
- G - Static variable in class processing.core.PGraphics
- g2 - Variable in class processing.awt.PGraphicsJava2D
- genBuffers(int, IntBuffer) - Method in class processing.opengl.PGL
- genBuffers(int, IntBuffer) - Method in class processing.opengl.PJOGL
- GENERATE_MIPMAP_HINT - Static variable in class processing.opengl.PGL
- generateMipmap(int) - Method in class processing.opengl.PGL
- generateMipmap(int) - Method in class processing.opengl.PJOGL
- genFramebuffers(int, IntBuffer) - Method in class processing.opengl.PGL
- genFramebuffers(int, IntBuffer) - Method in class processing.opengl.PJOGL
- genRenderbuffers(int, IntBuffer) - Method in class processing.opengl.PGL
- genRenderbuffers(int, IntBuffer) - Method in class processing.opengl.PJOGL
- genTextures(int, IntBuffer) - Method in class processing.opengl.PGL
- genTextures(int, IntBuffer) - Method in class processing.opengl.PJOGL
- GEOMETRY - Static variable in class processing.core.PShape
-
Collections of vertices created with beginShape().
- GEQUAL - Static variable in class processing.opengl.PGL
- get() - Method in class processing.core.PApplet
-
Returns a copy of this PImage.
- get() - Method in class processing.core.PImage
-
Returns a copy of this PImage.
- get() - Method in interface processing.core.PMatrix
-
Returns a copy of this PMatrix.
- get() - Method in class processing.core.PMatrix2D
-
Returns a copy of this PMatrix.
- get() - Method in class processing.core.PMatrix3D
-
Returns a copy of this PMatrix.
- get() - Method in class processing.core.PVector
-
Deprecated.
- get(float[]) - Method in interface processing.core.PMatrix
-
Copies the matrix contents into a float array.
- get(float[]) - Method in class processing.core.PMatrix2D
-
Copies the matrix contents into a 6 entry float array.
- get(float[]) - Method in class processing.core.PMatrix3D
-
Copies the matrix contents into a 16 entry float array.
- get(float[]) - Method in class processing.core.PVector
- get(int) - Method in class processing.data.DoubleList
-
Get an entry at a particular index.
- get(int) - Method in class processing.data.FloatList
-
Get an entry at a particular index.
- get(int) - Method in class processing.data.IntList
-
Get an entry at a particular index.
- get(int) - Method in class processing.data.JSONArray
-
Get the object value associated with an index.
- get(int) - Method in class processing.data.LongList
-
Get an entry at a particular index.
- get(int) - Method in class processing.data.StringList
-
Get an entry at a particular index.
- get(int[]) - Method in class processing.opengl.Texture
-
Copy texture to pixels.
- get(int, int) - Method in class processing.awt.PGraphicsJava2D
- get(int, int) - Method in class processing.core.PApplet
-
Reads the color of any pixel or grabs a section of an image.
- get(int, int) - Method in class processing.core.PImage
-
Reads the color of any pixel or grabs a section of an image.
- get(int, int) - Method in class processing.opengl.PGraphicsOpenGL
- get(int, int, int, int) - Method in class processing.core.PApplet
- get(int, int, int, int) - Method in class processing.core.PImage
- get(String) - Method in class processing.data.DoubleDict
-
Return a value for the specified key.
- get(String) - Method in class processing.data.FloatDict
-
Return a value for the specified key.
- get(String) - Method in class processing.data.IntDict
-
Return a value for the specified key.
- get(String) - Method in class processing.data.JSONObject
-
Get the value object associated with a key.
- get(String) - Method in class processing.data.LongDict
-
Return a value for the specified key.
- get(String) - Method in class processing.data.StringDict
-
Return a value for the specified key.
- get(String, double) - Method in class processing.data.DoubleDict
- get(String, float) - Method in class processing.data.FloatDict
- get(String, int) - Method in class processing.data.IntDict
- get(String, long) - Method in class processing.data.LongDict
- get(String, String) - Method in class processing.data.StringDict
- getAction() - Method in class processing.event.Event
- getActiveAttrib(int, int, IntBuffer, IntBuffer) - Method in class processing.opengl.PGL
- getActiveAttrib(int, int, IntBuffer, IntBuffer) - Method in class processing.opengl.PJOGL
- getActiveUniform(int, int, IntBuffer, IntBuffer) - Method in class processing.opengl.PGL
- getActiveUniform(int, int, IntBuffer, IntBuffer) - Method in class processing.opengl.PJOGL
- getAmbient(int) - Method in class processing.core.PShape
- getAmbient(int) - Method in class processing.opengl.PShapeOpenGL
- getAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class processing.opengl.PGL
- getAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class processing.opengl.PJOGL
- getAttrib(String, int, boolean[]) - Method in class processing.opengl.PShapeOpenGL
- getAttrib(String, int, float[]) - Method in class processing.opengl.PShapeOpenGL
- getAttrib(String, int, int[]) - Method in class processing.opengl.PShapeOpenGL
- getAttribColor(String, int) - Method in class processing.opengl.PShapeOpenGL
- getAttribLocation(int, String) - Method in class processing.opengl.PGL
- getAttribLocation(int, String) - Method in class processing.opengl.PJOGL
- getAttribNormal(String, int, PVector) - Method in class processing.opengl.PShapeOpenGL
- getAttribNormalX(String, int) - Method in class processing.opengl.PShapeOpenGL
- getAttribNormalY(String, int) - Method in class processing.opengl.PShapeOpenGL
- getAttribNormalZ(String, int) - Method in class processing.opengl.PShapeOpenGL
- getAttribPosition(String, int, PVector) - Method in class processing.opengl.PShapeOpenGL
- getAttribPositionX(String, int) - Method in class processing.opengl.PShapeOpenGL
- getAttribPositionY(String, int) - Method in class processing.opengl.PShapeOpenGL
- getAttribPositionZ(String, int) - Method in class processing.opengl.PShapeOpenGL
- getAttributeCount() - Method in class processing.data.XML
-
Counts the specified element's number of attributes, returned as an int.
- getBoolean(int) - Method in class processing.data.JSONArray
-
Gets the boolean value associated with the specified index.
- getBoolean(int, boolean) - Method in class processing.data.JSONArray
-
Get the optional boolean value associated with an index.
- getBoolean(String) - Method in class processing.data.JSONObject
-
Gets the boolean value associated with the specified key.
- getBoolean(String, boolean) - Method in class processing.data.JSONObject
-
Get an optional boolean associated with a key.
- getBooleanArray() - Method in class processing.data.JSONArray
-
Use toBooleanArray() instead.
- getBooleanv(int, IntBuffer) - Method in class processing.opengl.PGL
- getBooleanv(int, IntBuffer) - Method in class processing.opengl.PJOGL
- getBufferParameteriv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- getBufferParameteriv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- getBufferPixels(int[]) - Method in class processing.opengl.Texture
- getButton() - Method in class processing.event.MouseEvent
-
Which button was pressed, either LEFT, CENTER, or RIGHT.
- getCache(PImage) - Method in class processing.core.PGraphics
-
Get cache storage data for the specified renderer.
- getCache(PImage) - Method in class processing.opengl.PGraphicsOpenGL
- getCaps() - Method in class processing.opengl.PJOGL
- getChild(int) - Method in class processing.core.PShape
-
Extracts a child shape from a parent shape.
- getChild(int) - Method in class processing.data.XML
-
Returns the first of the element's children that matches the name parameter.
- getChild(String) - Method in class processing.core.PShape
- getChild(String) - Method in class processing.core.PShapeSVG
-
Get a particular element based on its SVG ID.
- getChild(String) - Method in class processing.data.XML
-
Get a child by its name or path.
- getChildCount() - Method in class processing.core.PShape
-
Returns the number of children within the PShape.
- getChildCount() - Method in class processing.data.XML
-
Returns the number of children.
- getChildIndex(PShape) - Method in class processing.core.PShape
-
Returns the index of child who.
- getChildren() - Method in class processing.core.PShape
- getChildren() - Method in class processing.data.XML
-
Returns all of the element's children as an array of XML objects.
- getChildren(String) - Method in class processing.data.XML
-
Get any children that match this name or path.
- getColumnCount() - Method in class processing.data.Table
-
Returns the total number of columns in a table.
- getColumnCount() - Method in interface processing.data.TableRow
-
Returns the number of columns in a TableRow.
- getColumnIndex(String) - Method in class processing.data.Table
- getColumnTitle(int) - Method in class processing.data.Table
- getColumnTitle(int) - Method in interface processing.data.TableRow
-
Returns the name for a column in a TableRow based on its ID (e.g.
- getColumnTitles() - Method in class processing.data.Table
- getColumnTitles() - Method in interface processing.data.TableRow
- getColumnType(int) - Method in class processing.data.Table
-
Returns one of Table.STRING, Table.INT, etc...
- getColumnType(int) - Method in interface processing.data.TableRow
- getColumnType(String) - Method in class processing.data.Table
- getColumnType(String) - Method in interface processing.data.TableRow
- getColumnTypes() - Method in class processing.data.Table
- getColumnTypes() - Method in interface processing.data.TableRow
- getComponent() - Method in class processing.opengl.PSurfaceJOGL
- getContent() - Method in class processing.data.XML
-
Returns the content of an element.
- getContent(String) - Method in class processing.data.XML
- getCount() - Method in class processing.event.MouseEvent
-
Number of clicks for mouse button events, or the number of steps (positive or negative depending on direction) for a mouse wheel event.
- getDefaultDrawBuffer() - Method in class processing.opengl.FrameBuffer
- getDefaultReadBuffer() - Method in class processing.opengl.FrameBuffer
- getDefaultSize() - Method in class processing.core.PFont
-
Returns the size that will be used when textFont(font) is called.
- getDepth() - Method in class processing.core.PShape
-
Get the depth of the shape area (not necessarily the shape boundary).
- getDepth() - Method in class processing.opengl.PShapeOpenGL
- getDisplayCount() - Static method in class processing.awt.ShimAWT
- getDisplayDensity(int) - Static method in class processing.awt.ShimAWT
- getDisplayHeight() - Static method in class processing.awt.ShimAWT
- getDisplayWidth() - Static method in class processing.awt.ShimAWT
- getDouble(int) - Method in class processing.data.JSONArray
-
Get the double value associated with an index.
- getDouble(int) - Method in interface processing.data.TableRow
- getDouble(int, double) - Method in class processing.data.JSONArray
-
Get the optional double value associated with an index.
- getDouble(int, int) - Method in class processing.data.Table
- getDouble(int, String) - Method in class processing.data.Table
- getDouble(String) - Method in class processing.data.JSONObject
-
Get the double value associated with a key.
- getDouble(String) - Method in interface processing.data.TableRow
- getDouble(String) - Method in class processing.data.XML
- getDouble(String, double) - Method in class processing.data.JSONObject
-
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
- getDouble(String, double) - Method in class processing.data.XML
-
Returns the value of an attribute.
- getDoubleArray() - Method in class processing.data.JSONArray
-
Deprecated.
- getDoubleColumn(int) - Method in class processing.data.Table
- getDoubleColumn(String) - Method in class processing.data.Table
- getDoubleContent() - Method in class processing.data.XML
- getDoubleContent(double) - Method in class processing.data.XML
- getDoubleList(String) - Method in class processing.data.JSONObject
- getDoubleRow(int) - Method in class processing.data.Table
- getEmissive(int) - Method in class processing.core.PShape
- getEmissive(int) - Method in class processing.opengl.PShapeOpenGL
- getError() - Method in class processing.opengl.PGL
- getError() - Method in class processing.opengl.PJOGL
- getExtension(String) - Static method in class processing.core.PApplet
- getFamily() - Method in class processing.core.PShape
-
The shape type, one of GROUP, PRIMITIVE, PATH, or GEOMETRY.
- getFill(int) - Method in class processing.core.PShape
- getFill(int) - Method in class processing.opengl.PShapeOpenGL
- getFlavor() - Method in class processing.event.Event
- getFloat(int) - Method in class processing.data.JSONArray
-
Gets the float value associated with the specified index.
- getFloat(int) - Method in interface processing.data.TableRow
-
Retrieves a float value from the TableRow's specified column.
- getFloat(int, float) - Method in class processing.data.JSONArray
- getFloat(int, int) - Method in class processing.data.Table
-
Retrieves a float value from the Table's specified row and column.
- getFloat(int, String) - Method in class processing.data.Table
- getFloat(String) - Method in class processing.data.JSONObject
-
Gets the float value associated with the specified key
- getFloat(String) - Method in interface processing.data.TableRow
- getFloat(String) - Method in class processing.data.XML
-
Returns an attribute value of the element as a float.
- getFloat(String, float) - Method in class processing.data.JSONObject
- getFloat(String, float) - Method in class processing.data.XML
-
Returns the value of an attribute.
- getFloatArray() - Method in class processing.data.JSONArray
-
Deprecated.
- getFloatColumn(int) - Method in class processing.data.Table
- getFloatColumn(String) - Method in class processing.data.Table
- getFloatContent() - Method in class processing.data.XML
-
Returns the content of an element as a float.
- getFloatContent(float) - Method in class processing.data.XML
- getFloatDict(int, int) - Method in class processing.data.Table
- getFloatDict(String, String) - Method in class processing.data.Table
- getFloatList(int) - Method in class processing.data.Table
- getFloatList(String) - Method in class processing.data.JSONObject
- getFloatList(String) - Method in class processing.data.Table
- getFloatRow(int) - Method in class processing.data.Table
- getFloatv(int, FloatBuffer) - Method in class processing.opengl.PGL
- getFloatv(int, FloatBuffer) - Method in class processing.opengl.PJOGL
- getFont() - Method in class processing.core.PFont
-
Deprecated.
- getFrame() - Method in class processing.awt.PSurfaceAWT.SmoothCanvas
- getFrameBuffer() - Method in class processing.opengl.PGraphicsOpenGL
-
Not an approved function, test its use in libraries to grab the FB objects for offscreen PGraphics.
- getFrameBuffer(boolean) - Method in class processing.opengl.PGraphicsOpenGL
- getFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in class processing.opengl.PGL
- getFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- getGL(GLAutoDrawable) - Method in class processing.opengl.PJOGL
- getGlyph(char) - Method in class processing.core.PFont
- getGlyph(int) - Method in class processing.core.PFont
- getGlyphCount() - Method in class processing.core.PFont
- getGraphics() - Method in class processing.core.PApplet
- getHeight() - Method in class processing.core.PShape
-
Get the height of the drawing area (not necessarily the shape boundary).
- getHeight() - Method in class processing.opengl.PShapeOpenGL
- getImage() - Method in class processing.awt.PImageAWT
-
Use the getNative() method instead, which allows library interfaces to be written in a cross-platform fashion for desktop, Android, and others.
- getImage() - Method in class processing.core.PImage
-
Deprecated.
- getInt(int) - Method in class processing.data.JSONArray
-
Gets the int value associated with the specified index.
- getInt(int) - Method in interface processing.data.TableRow
-
Retrieves an integer value from the TableRow's specified column.
- getInt(int, int) - Method in class processing.data.JSONArray
-
Get the optional int value associated with an index.
- getInt(int, int) - Method in class processing.data.Table
-
Retrieves an integer value from the Table's specified row and column.
- getInt(int, String) - Method in class processing.data.Table
- getInt(String) - Method in class processing.data.JSONObject
-
Gets the int value associated with the specified key.
- getInt(String) - Method in interface processing.data.TableRow
- getInt(String) - Method in class processing.data.XML
-
Returns an attribute value of the element as an int.
- getInt(String, int) - Method in class processing.data.JSONObject
-
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
- getInt(String, int) - Method in class processing.data.XML
-
Returns the value of an attribute.
- getIntArray() - Method in class processing.data.JSONArray
-
Deprecated.
- getIntColumn(int) - Method in class processing.data.Table
- getIntColumn(String) - Method in class processing.data.Table
- getIntContent() - Method in class processing.data.XML
-
Returns the content of an element as an int.
- getIntContent(int) - Method in class processing.data.XML
- getIntDict(int, int) - Method in class processing.data.Table
- getIntDict(String, String) - Method in class processing.data.Table
- getIntegerv(int, IntBuffer) - Method in class processing.opengl.PGL
- getIntegerv(int, IntBuffer) - Method in class processing.opengl.PJOGL
- getIntList(int) - Method in class processing.data.Table
- getIntList(String) - Method in class processing.data.JSONObject
- getIntList(String) - Method in class processing.data.Table
- getIntRow(int) - Method in class processing.data.Table
- getJSONArray(int) - Method in class processing.data.JSONArray
-
Retrieves the JSONArray with the associated index value.
- getJSONArray(int, JSONArray) - Method in class processing.data.JSONArray
- getJSONArray(String) - Method in class processing.data.JSONObject
-
Retrieves the JSONArray with the associated key.
- getJSONObject(int) - Method in class processing.data.JSONArray
-
Retrieves the JSONObject with the associated index value.
- getJSONObject(int, JSONObject) - Method in class processing.data.JSONArray
- getJSONObject(String) - Method in class processing.data.JSONObject
-
Given a key value, retrieves the associated JSONObject.
- getKey() - Method in class processing.event.KeyEvent
- getKeyCode() - Method in class processing.event.KeyEvent
- getKind() - Method in class processing.core.PShape
- getLocalName() - Method in class processing.data.XML
-
Returns the name of the element (without namespace prefix).
- getLong(int) - Method in class processing.data.JSONArray
-
Get the long value associated with an index.
- getLong(int) - Method in interface processing.data.TableRow
- getLong(int, int) - Method in class processing.data.Table
- getLong(int, long) - Method in class processing.data.JSONArray
-
Get the optional long value associated with an index.
- getLong(int, String) - Method in class processing.data.Table
- getLong(String) - Method in class processing.data.JSONObject
-
Get the long value associated with a key.
- getLong(String) - Method in interface processing.data.TableRow
- getLong(String, long) - Method in class processing.data.JSONObject
-
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
- getLong(String, long) - Method in class processing.data.XML
-
Returns the value of an attribute.
- getLongArray() - Method in class processing.data.JSONArray
-
Deprecated.
- getLongColumn(int) - Method in class processing.data.Table
- getLongColumn(String) - Method in class processing.data.Table
- getLongContent() - Method in class processing.data.XML
- getLongContent(long) - Method in class processing.data.XML
- getLongList(String) - Method in class processing.data.JSONObject
- getLongRow(int) - Method in class processing.data.Table
- getMatrix() - Method in class processing.awt.PGraphicsJava2D
- getMatrix() - Method in class processing.core.PApplet
- getMatrix() - Method in class processing.core.PGraphics
- getMatrix() - Method in class processing.opengl.PGraphicsOpenGL
- getMatrix(PMatrix2D) - Method in class processing.awt.PGraphicsJava2D
- getMatrix(PMatrix2D) - Method in class processing.core.PApplet
-
Copy the current transformation matrix into the specified target.
- getMatrix(PMatrix2D) - Method in class processing.core.PGraphics
-
Copy the current transformation matrix into the specified target.
- getMatrix(PMatrix3D) - Method in class processing.awt.PGraphicsJava2D
- getMatrix(PMatrix3D) - Method in class processing.core.PApplet
-
Copy the current transformation matrix into the specified target.
- getMatrix(PMatrix3D) - Method in class processing.core.PGraphics
-
Copy the current transformation matrix into the specified target.
- getMatrix(PMatrix3D) - Method in class processing.opengl.PGraphics2D
- getMatrix(PMatrix3D) - Method in class processing.opengl.PGraphicsOpenGL
- getMaximumSize() - Method in class processing.awt.PSurfaceAWT.SmoothCanvas
- getMillis() - Method in class processing.event.Event
- getMinimumSize() - Method in class processing.awt.PSurfaceAWT.SmoothCanvas
- getModifiedX1() - Method in class processing.core.PImage
- getModifiedX1() - Method in class processing.opengl.Texture
- getModifiedX2() - Method in class processing.core.PImage
- getModifiedX2() - Method in class processing.opengl.Texture
- getModifiedY1() - Method in class processing.core.PImage
- getModifiedY1() - Method in class processing.opengl.Texture
- getModifiedY2() - Method in class processing.core.PImage
- getModifiedY2() - Method in class processing.opengl.Texture
- getModifiers() - Method in class processing.event.Event
- getName() - Method in class processing.core.PFont
- getName() - Method in class processing.core.PShape
- getName() - Method in class processing.data.XML
-
Gets the element's full name, which is returned as a String.
- getNative() - Method in class processing.awt.PGraphicsJava2D
-
Returns the java.awt.Graphics2D object used by this renderer.
- getNative() - Method in class processing.awt.PImageAWT
-
Returns a native BufferedImage from this PImage.
- getNative() - Method in class processing.awt.PSurfaceAWT
- getNative() - Method in class processing.core.PFont
-
Return the native java.awt.Font associated with this PFont (if any).
- getNative() - Method in class processing.core.PImage
- getNative() - Method in interface processing.core.PSurface
-
Get the native window object associated with this drawing surface.
- getNative() - Method in class processing.core.PSurfaceNone
- getNative() - Method in class processing.event.Event
-
Get the platform-native event object.
- getNative() - Method in class processing.opengl.PGL
- getNative() - Method in class processing.opengl.PJOGL
- getNative() - Method in class processing.opengl.PSurfaceJOGL
- getNativeImage(PImage) - Static method in class processing.awt.ShimAWT
- getNormal(int) - Method in class processing.core.PShape
- getNormal(int, PVector) - Method in class processing.core.PShape
- getNormal(int, PVector) - Method in class processing.opengl.PShapeOpenGL
- getNormalX(int) - Method in class processing.core.PShape
- getNormalX(int) - Method in class processing.opengl.PShapeOpenGL
- getNormalY(int) - Method in class processing.core.PShape
- getNormalY(int) - Method in class processing.opengl.PShapeOpenGL
- getNormalZ(int) - Method in class processing.core.PShape
- getNormalZ(int) - Method in class processing.opengl.PShapeOpenGL
- getOrder() - Method in class processing.data.StringList
-
Create a dictionary associating each entry in this list to its index.
- getOrder(int) - Method in class processing.data.Table
- getOrder(String) - Method in class processing.data.Table
- getParam(int) - Method in class processing.core.PShape
- getParameters() - Method in class processing.opengl.Texture
- getParams() - Method in class processing.core.PShape
- getParams(float[]) - Method in class processing.core.PShape
- getParent() - Method in class processing.core.PShape
- getParent() - Method in class processing.data.XML
-
Gets a copy of the element's parent.
- getPathIterator() - Method in class processing.opengl.LinePath
-
The iterator for this class is not multi-threaded safe, which means that the
LinePath
class does not guarantee that modifications to the geometry of thisLinePath
object do not affect any iterations of that geometry that are already in process. - getPercent() - Method in class processing.data.DoubleDict
-
Sum all of the values in this dictionary, then return a new FloatDict of each key, divided by the total sum.
- getPercent() - Method in class processing.data.DoubleList
-
Returns a normalized version of this array.
- getPercent() - Method in class processing.data.FloatDict
-
Sum all of the values in this dictionary, then return a new FloatDict of each key, divided by the total sum.
- getPercent() - Method in class processing.data.FloatList
-
Returns a normalized version of this array.
- getPercent() - Method in class processing.data.IntDict
-
Sum all of the values in this dictionary, then return a new FloatDict of each key, divided by the total sum.
- getPercent() - Method in class processing.data.IntList
-
Returns a normalized version of this array.
- getPercent() - Method in class processing.data.LongDict
-
Sum all of the values in this dictionary, then return a new FloatDict of each key, divided by the total sum.
- getPercent() - Method in class processing.data.LongList
-
Returns a normalized version of this array.
- getPixelBuffer() - Method in class processing.opengl.FrameBuffer
- getPixels(int[]) - Method in class processing.opengl.FrameBuffer
- getPixelScale() - Method in class processing.opengl.PSurfaceJOGL
- getPostScriptName() - Method in class processing.core.PFont
- getPreferredSize() - Method in class processing.awt.PSurfaceAWT.SmoothCanvas
- getProgramInfoLog(int) - Method in class processing.opengl.PGL
- getProgramInfoLog(int) - Method in class processing.opengl.PJOGL
- getProgramiv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- getProgramiv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- getRaw() - Method in class processing.core.PGraphics
- getRenderbufferParameteriv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- getRenderbufferParameteriv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- getRow(int) - Method in class processing.data.Table
-
Returns a reference to the specified TableRow.
- getRowCount() - Method in class processing.data.Table
-
Returns the total number of rows in a Table.
- getRowMap(int) - Method in class processing.data.Table
-
Return a mapping that connects the entry from a column back to the row from which it came.
- getRowMap(String) - Method in class processing.data.Table
- getShaderInfoLog(int) - Method in class processing.opengl.PGL
- getShaderInfoLog(int) - Method in class processing.opengl.PJOGL
- getShaderiv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- getShaderiv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- getShaderPrecisionFormat(int, int, IntBuffer, IntBuffer) - Method in class processing.opengl.PGL
- getShaderPrecisionFormat(int, int, IntBuffer, IntBuffer) - Method in class processing.opengl.PJOGL
- getShaderSource(int) - Method in class processing.opengl.PGL
- getShaderSource(int) - Method in class processing.opengl.PJOGL
- getShape(char) - Method in class processing.core.PFont
- getShape(char, float) - Method in class processing.core.PFont
- getShininess(int) - Method in class processing.core.PShape
- getShininess(int) - Method in class processing.opengl.PShapeOpenGL
- getSize() - Method in class processing.core.PFont
-
Return size of this font.
- getSpecular(int) - Method in class processing.core.PShape
- getSpecular(int) - Method in class processing.opengl.PShapeOpenGL
- getString(int) - Method in class processing.data.JSONArray
-
Gets the String value associated with the specified index.
- getString(int) - Method in interface processing.data.TableRow
-
Retrieves a String value from the TableRow's specified column.
- getString(int) - Method in class processing.opengl.PGL
- getString(int) - Method in class processing.opengl.PJOGL
- getString(int, int) - Method in class processing.data.Table
-
Retrieves a String value from the Table's specified row and column.
- getString(int, String) - Method in class processing.data.JSONArray
-
Get the optional string associated with an index.
- getString(int, String) - Method in class processing.data.Table
- getString(String) - Method in class processing.data.JSONObject
-
Gets the String value associated with the specified key.
- getString(String) - Method in interface processing.data.TableRow
- getString(String) - Method in class processing.data.XML
-
Returns an attribute value of the element as a String.
- getString(String, String) - Method in class processing.data.JSONObject
-
Get an optional string associated with a key.
- getString(String, String) - Method in class processing.data.XML
- getStringArray() - Method in class processing.data.JSONArray
-
Deprecated.
- getStringColumn(int) - Method in class processing.data.Table
- getStringColumn(String) - Method in class processing.data.Table
-
Retrieves all values in the specified column, and returns them as a String array.
- getStringDict(int, int) - Method in class processing.data.Table
- getStringDict(String, String) - Method in class processing.data.Table
- getStringList(int) - Method in class processing.data.Table
- getStringList(String) - Method in class processing.data.JSONObject
- getStringList(String) - Method in class processing.data.Table
- getStringRow(int) - Method in class processing.data.Table
- getStroke(int) - Method in class processing.core.PShape
- getStroke(int) - Method in class processing.opengl.PShapeOpenGL
- getStrokeWeight(int) - Method in class processing.core.PShape
- getStrokeWeight(int) - Method in class processing.opengl.PShapeOpenGL
- getStyle() - Method in class processing.core.PGraphics
- getStyle(PStyle) - Method in class processing.core.PGraphics
- getSubset(int) - Method in class processing.data.DoubleList
- getSubset(int) - Method in class processing.data.FloatList
- getSubset(int) - Method in class processing.data.IntList
- getSubset(int) - Method in class processing.data.LongList
- getSubset(int) - Method in class processing.data.StringList
- getSubset(int, int) - Method in class processing.data.DoubleList
- getSubset(int, int) - Method in class processing.data.FloatList
- getSubset(int, int) - Method in class processing.data.IntList
- getSubset(int, int) - Method in class processing.data.LongList
- getSubset(int, int) - Method in class processing.data.StringList
- getSurface() - Method in class processing.core.PApplet
- getTally() - Method in class processing.data.StringList
-
Count the number of times each String entry is found in this list.
- getTally(int) - Method in class processing.data.Table
- getTally(String) - Method in class processing.data.Table
- getTessellation() - Method in class processing.core.PShape
-
Returns a PShape holding the tessellated geometry of this shape, composed entirely of triangles.
- getTessellation() - Method in class processing.opengl.PShapeOpenGL
- getTexParameterfv(int, int, FloatBuffer) - Method in class processing.opengl.PGL
- getTexParameterfv(int, int, FloatBuffer) - Method in class processing.opengl.PJOGL
- getTexParameteriv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- getTexParameteriv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- getTexture() - Method in class processing.opengl.PGraphicsOpenGL
-
Not an approved function, this will change or be removed in the future.
- getTexture(boolean) - Method in class processing.opengl.PGraphicsOpenGL
-
Not an approved function either, don't use it.
- getTexture(PImage) - Method in class processing.opengl.PGraphicsOpenGL
-
Not an approved function, this will change or be removed in the future.
- getTextureU(int) - Method in class processing.core.PShape
- getTextureU(int) - Method in class processing.opengl.PShapeOpenGL
- getTextureV(int) - Method in class processing.core.PShape
- getTextureV(int) - Method in class processing.opengl.PShapeOpenGL
- getTint(int) - Method in class processing.core.PShape
- getTint(int) - Method in class processing.opengl.PShapeOpenGL
- getUniformfv(int, int, FloatBuffer) - Method in class processing.opengl.PGL
- getUniformfv(int, int, FloatBuffer) - Method in class processing.opengl.PJOGL
- getUniformiv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- getUniformiv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- getUniformLocation(int, String) - Method in class processing.opengl.PGL
- getUniformLocation(int, String) - Method in class processing.opengl.PJOGL
- getUnique() - Method in class processing.data.StringList
-
Get a list of all unique entries.
- getUnique(int) - Method in class processing.data.Table
- getUnique(String) - Method in class processing.data.Table
- getVertex(int) - Method in class processing.core.PShape
-
The getVertex() method returns a PVector with the coordinates of the vertex point located at the position defined by the index parameter.
- getVertex(int, PVector) - Method in class processing.core.PShape
- getVertex(int, PVector) - Method in class processing.opengl.PShapeOpenGL
- getVertexAttribfv(int, int, FloatBuffer) - Method in class processing.opengl.PGL
- getVertexAttribfv(int, int, FloatBuffer) - Method in class processing.opengl.PJOGL
- getVertexAttribiv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- getVertexAttribiv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- getVertexAttribPointerv(int, int, ByteBuffer) - Method in class processing.opengl.PGL
- getVertexAttribPointerv(int, int, ByteBuffer) - Method in class processing.opengl.PJOGL
- getVertexCode(int) - Method in class processing.core.PShape
-
One of VERTEX, BEZIER_VERTEX, CURVE_VERTEX, or BREAK.
- getVertexCode(int) - Method in class processing.opengl.PShapeOpenGL
-
One of VERTEX, BEZIER_VERTEX, CURVE_VERTEX, or BREAK.
- getVertexCodeCount() - Method in class processing.core.PShape
- getVertexCodeCount() - Method in class processing.opengl.PShapeOpenGL
- getVertexCodes() - Method in class processing.core.PShape
- getVertexCodes() - Method in class processing.opengl.PShapeOpenGL
- getVertexCount() - Method in class processing.core.PShape
-
The getVertexCount() method returns the number of vertices that make up a PShape.
- getVertexCount() - Method in class processing.opengl.PShapeOpenGL
- getVertexX(int) - Method in class processing.core.PShape
- getVertexX(int) - Method in class processing.opengl.PShapeOpenGL
- getVertexY(int) - Method in class processing.core.PShape
- getVertexY(int) - Method in class processing.opengl.PShapeOpenGL
- getVertexZ(int) - Method in class processing.core.PShape
- getVertexZ(int) - Method in class processing.opengl.PShapeOpenGL
- getWidth() - Method in class processing.core.PShape
-
Get the width of the drawing area (not necessarily the shape boundary).
- getWidth() - Method in class processing.opengl.PShapeOpenGL
- getWindingRule() - Method in class processing.opengl.LinePath
-
Returns the fill style winding rule.
- getWindingRule() - Method in class processing.opengl.LinePath.PathIterator
- getWindowsDesktop() - Static method in class processing.awt.ShimAWT
- getX() - Method in class processing.event.MouseEvent
- getY() - Method in class processing.event.MouseEvent
- GIF - Static variable in interface processing.core.PConstants
- gl - Variable in class processing.opengl.PJOGL
-
Basic GL functionality, common to all profiles
- glDepth - Variable in class processing.opengl.FrameBuffer
- glDepthStencil - Variable in class processing.opengl.FrameBuffer
- glFbo - Variable in class processing.opengl.FrameBuffer
- glFormat - Variable in class processing.opengl.Texture
- glFragment - Variable in class processing.opengl.PShader
- glHeight - Variable in class processing.opengl.Texture
- glId - Variable in class processing.opengl.VertexBuffer
- glMagFilter - Variable in class processing.opengl.Texture
- glMinFilter - Variable in class processing.opengl.Texture
- glMultisample - Variable in class processing.opengl.FrameBuffer
- glName - Variable in class processing.opengl.Texture
- glProgram - Variable in class processing.opengl.PShader
- GLSL_VERSION - Static variable in class processing.opengl.PGraphicsOpenGL
- glStencil - Variable in class processing.opengl.FrameBuffer
- glTarget - Variable in class processing.opengl.Texture
- glu - Variable in class processing.opengl.PJOGL
-
GLU interface
- glVertex - Variable in class processing.opengl.PShader
- glWidth - Variable in class processing.opengl.Texture
- glWrapS - Variable in class processing.opengl.Texture
- glWrapT - Variable in class processing.opengl.Texture
- Glyph() - Constructor for class processing.core.PFont.Glyph
- Glyph(DataInputStream) - Constructor for class processing.core.PFont.Glyph
- glyphCount - Variable in class processing.core.PShapeSVG.Font
- glyphs - Variable in class processing.core.PShapeSVG.Font
- Gradient(PShapeSVG, XML) - Constructor for class processing.core.PShapeSVG.Gradient
- GRAY - Static variable in interface processing.core.PConstants
- GREATER - Static variable in class processing.opengl.PGL
- green(int) - Method in class processing.core.PApplet
-
Extracts the green value from a color, scaled to match current colorMode().
- green(int) - Method in class processing.core.PGraphics
-
Extracts the green value from a color, scaled to match current colorMode().
- GREEN_MASK - Static variable in class processing.core.PImage
- GROUP - Static variable in interface processing.core.PConstants
H
- HALF_PI - Static variable in interface processing.core.PConstants
-
HALF_PI is a mathematical constant with the value 1.5707964.
- HAND - Static variable in interface processing.core.PConstants
- handleDraw() - Method in class processing.core.PApplet
- HARD_LIGHT - Static variable in interface processing.core.PConstants
- HAS_NORMAL - Static variable in class processing.core.PGraphics
- hasAttribute(String) - Method in class processing.data.XML
-
Checks whether or not an element has the specified attribute.
- hasBuffers() - Method in class processing.opengl.Texture
- hasBufferSource() - Method in class processing.opengl.Texture
- hasChildren() - Method in class processing.data.XML
-
Checks whether or not the element has any children, and returns the result as a boolean.
- hasColumnTitles() - Method in class processing.data.Table
- hasDepthBuffer() - Method in class processing.opengl.FrameBuffer
- hashCode() - Method in class processing.core.PVector
- hasKey(String) - Method in class processing.data.DoubleDict
- hasKey(String) - Method in class processing.data.FloatDict
-
Check if a key is a part of the data structure.
- hasKey(String) - Method in class processing.data.IntDict
-
Check if a key is a part of the data structure.
- hasKey(String) - Method in class processing.data.JSONObject
-
Determine if the JSONObject contains a specific key.
- hasKey(String) - Method in class processing.data.LongDict
-
Check if a key is a part of the data structure
- hasKey(String) - Method in class processing.data.StringDict
-
Check if a key is a part of the data structure
- hasStencilBuffer() - Method in class processing.opengl.FrameBuffer
- hasValue(double) - Method in class processing.data.DoubleList
- hasValue(float) - Method in class processing.data.FloatList
-
Check if a number is a part of the list.
- hasValue(int) - Method in class processing.data.IntList
-
Check if a number is a part of the data structure.
- hasValue(int) - Method in class processing.data.LongList
-
Check if a number is a part of the list
- hasValue(String) - Method in class processing.data.StringList
-
Check if a value is a part of the list
- haveRaw() - Method in class processing.core.PGraphics
- heading() - Method in class processing.core.PVector
-
Calculate the angle of rotation for this vector (only 2D vectors)
- heading2D() - Method in class processing.core.PVector
-
Deprecated.
- height - Variable in class processing.core.PApplet
-
System variable which stores the height of the display window.
- height - Variable in class processing.core.PFont.Glyph
- height - Variable in class processing.core.PImage
-
The height of the image in units of pixels.
- height - Variable in class processing.core.PShape
-
The height of the PShape document.
- height - Variable in class processing.opengl.FrameBuffer
- height - Variable in class processing.opengl.Texture
- hex(byte) - Static method in class processing.core.PApplet
-
Converts an int, byte, char, or color to a String containing the equivalent hexadecimal notation.
- hex(char) - Static method in class processing.core.PApplet
- hex(int) - Static method in class processing.core.PApplet
- hex(int, int) - Static method in class processing.core.PApplet
- hideCursor() - Method in class processing.awt.PSurfaceAWT
- hideCursor() - Method in interface processing.core.PSurface
- hideCursor() - Method in class processing.core.PSurfaceNone
- hideCursor() - Method in class processing.opengl.PSurfaceJOGL
- hideMenuBar() - Static method in class processing.core.PApplet
-
Convenience method, should only be called by PSurface subclasses.
- hideMenuBar() - Static method in class processing.core.ThinkDifferent
- HIGH_FLOAT - Static variable in class processing.opengl.PGL
- HIGH_INT - Static variable in class processing.opengl.PGL
- hint(int) - Method in class processing.awt.PGraphicsJava2D
- hint(int) - Method in class processing.core.PApplet
- hint(int) - Method in class processing.core.PGraphics
-
Set various hints and hacks for the renderer.
- hint(int) - Method in class processing.opengl.PGraphics2D
- hint(int) - Method in class processing.opengl.PGraphicsOpenGL
- hint(int, int) - Method in class processing.opengl.PGL
- hint(int, int) - Method in class processing.opengl.PJOGL
- HINT_COUNT - Static variable in interface processing.core.PConstants
- hour() - Static method in class processing.core.PApplet
-
Processing communicates with the clock on your computer.
- HSB - Static variable in interface processing.core.PConstants
- hue(int) - Method in class processing.core.PApplet
-
Extracts the hue value from a color.
- hue(int) - Method in class processing.core.PGraphics
-
Extracts the hue value from a color.
- hypot(double, double) - Static method in class processing.opengl.LinePath
- hypot(int, int) - Static method in class processing.opengl.LinePath
- hypot(long, long) - Static method in class processing.opengl.LinePath
I
- image - Variable in class processing.core.PFont.Glyph
- image - Variable in class processing.core.PGraphics
-
Java AWT Image object associated with this renderer.
- image(PImage, float, float) - Method in class processing.core.PApplet
-
The image() function draws an image to the display window.
- image(PImage, float, float) - Method in class processing.core.PGraphics
-
The image() function draws an image to the display window.
- image(PImage, float, float, float, float) - Method in class processing.core.PApplet
- image(PImage, float, float, float, float) - Method in class processing.core.PGraphics
- image(PImage, float, float, float, float, int, int, int, int) - Method in class processing.core.PApplet
-
Draw an image(), also specifying u/v coordinates.
- image(PImage, float, float, float, float, int, int, int, int) - Method in class processing.core.PGraphics
-
Draw an image(), also specifying u/v coordinates.
- IMAGE - Static variable in interface processing.core.PConstants
-
texture coordinates based on image width/height
- imageMode - Variable in class processing.core.PGraphics
-
The current image alignment (read-only)
- imageMode - Variable in class processing.core.PStyle
- imageMode(int) - Method in class processing.core.PApplet
-
Modifies the location from which images are drawn by changing the way in which parameters given to image() are interpreted.
The default mode is imageMode(CORNER), which interprets the second and third parameters of image() as the upper-left corner of the image. - imageMode(int) - Method in class processing.core.PGraphics
-
Modifies the location from which images are drawn by changing the way in which parameters given to image() are interpreted.
The default mode is imageMode(CORNER), which interprets the second and third parameters of image() as the upper-left corner of the image. - INCR - Static variable in class processing.opengl.PGL
- INCR_WRAP - Static variable in class processing.opengl.PGL
- increment(int) - Method in class processing.data.IntList
-
Add one to a value.
- increment(int) - Method in class processing.data.LongList
-
Add one to a value
- increment(String) - Method in class processing.data.IntDict
-
Increase the value of a specific key value by 1
- increment(String) - Method in class processing.data.LongDict
-
Increase the value associated with a specific key by 1.
- increment(IntDict) - Method in class processing.data.IntDict
-
Merge another dictionary into this one.
- increment(LongDict) - Method in class processing.data.LongDict
-
Merge another dictionary into this one.
- index - Variable in class processing.core.PFont.Glyph
- index(double) - Method in class processing.data.DoubleList
-
Return the first index of a particular value.
- index(float) - Method in class processing.data.FloatList
-
Return the first index of a particular value.
- index(int) - Method in class processing.data.IntList
-
Return the first index of a particular value.
- index(int) - Method in class processing.data.LongList
-
Return the first index of a particular value.
- index(String) - Method in class processing.data.DoubleDict
- index(String) - Method in class processing.data.FloatDict
- index(String) - Method in class processing.data.IntDict
- index(String) - Method in class processing.data.LongDict
- index(String) - Method in class processing.data.StringDict
- index(String) - Method in class processing.data.StringList
-
Return the first index of a particular value.
- INFO_LOG_LENGTH - Static variable in class processing.opengl.PGL
- init() - Method in class processing.opengl.PShader
- init(int, int) - Method in class processing.opengl.Texture
-
Sets the size of the image and texture to width x height.
- init(int, int, int) - Method in class processing.core.PImage
-
Do not remove, see notes in the other variant.
- init(int, int, int, int) - Method in class processing.core.PImage
-
Function to be used by subclasses of PImage to init later than at the constructor, or re-init later when things change.
- init(int, int, int, int, int, int, int, int, int, int, int) - Method in class processing.opengl.Texture
-
Initializes the texture using GL parameters
- init(int, int, Texture.Parameters) - Method in class processing.opengl.Texture
-
Sets the size of the image and texture to width x height, and the parameters of the texture to params.
- init(GLAutoDrawable) - Method in class processing.opengl.PJOGL
- init(GLAutoDrawable) - Method in class processing.opengl.PSurfaceJOGL.DrawListener
- init(PApplet) - Static method in class processing.core.ThinkDifferent
-
Initialize the sketch with the quit handler.
- initFrame(PApplet) - Method in class processing.awt.PSurfaceAWT
- initFrame(PApplet) - Method in interface processing.core.PSurface
- initFrame(PApplet) - Method in class processing.core.PSurfaceNone
- initFrame(PApplet) - Method in class processing.opengl.PSurfaceJOGL
- initialized - Variable in class processing.opengl.PGraphicsOpenGL
-
Whether the PGraphics object is ready to render or not.
- initOffscreen(PApplet) - Method in class processing.awt.PSurfaceAWT
- initOffscreen(PApplet) - Method in interface processing.core.PSurface
- initOffscreen(PApplet) - Method in class processing.core.PSurfaceNone
- initOffscreen(PApplet) - Method in class processing.opengl.PSurfaceJOGL
- initPresentMode(float, float, int) - Method in class processing.opengl.PGL
- initRun() - Static method in class processing.awt.ShimAWT
- insert(int, double) - Method in class processing.data.DoubleList
- insert(int, double[]) - Method in class processing.data.DoubleList
- insert(int, float) - Method in class processing.data.FloatList
- insert(int, float[]) - Method in class processing.data.FloatList
- insert(int, int) - Method in class processing.data.IntList
- insert(int, int[]) - Method in class processing.data.IntList
- insert(int, long) - Method in class processing.data.LongList
- insert(int, long[]) - Method in class processing.data.LongList
- insert(int, String) - Method in class processing.data.StringList
- insert(int, String[]) - Method in class processing.data.StringList
- insert(int, DoubleList) - Method in class processing.data.DoubleList
- insert(int, FloatList) - Method in class processing.data.FloatList
- insert(int, IntList) - Method in class processing.data.IntList
- insert(int, LongList) - Method in class processing.data.LongList
- insert(int, StringList) - Method in class processing.data.StringList
- insertColumn(int) - Method in class processing.data.Table
- insertColumn(int, String) - Method in class processing.data.Table
- insertColumn(int, String, int) - Method in class processing.data.Table
- insertFrame(String) - Method in class processing.core.PApplet
-
Check a string for #### signs to see if the frame number should be inserted.
- insertRow(int, Object[]) - Method in class processing.data.Table
- INSIDE_BEGIN_END_ERROR - Static variable in class processing.core.PShape
- insideStopButton(float, float) - Method in class processing.opengl.PGL
- INT - Static variable in class processing.data.Table
- INT - Static variable in class processing.opengl.PGL
- INT_VEC2 - Static variable in class processing.opengl.PGL
- INT_VEC3 - Static variable in class processing.opengl.PGL
- INT_VEC4 - Static variable in class processing.opengl.PGL
- IntDict - Class in processing.data
-
A simple class to use a String as a lookup for an int value.
- IntDict() - Constructor for class processing.data.IntDict
- IntDict(int) - Constructor for class processing.data.IntDict
-
Create a new lookup with a specific size.
- IntDict(BufferedReader) - Constructor for class processing.data.IntDict
-
Read a set of entries from a Reader that has each key/value pair on a single line, separated by a tab.
- IntDict(Object[][]) - Constructor for class processing.data.IntDict
-
Constructor to allow (more intuitive) inline initialization, e.g.:
- IntDict(String[], int[]) - Constructor for class processing.data.IntDict
- IntDict.Entry - Class in processing.data
- IntList - Class in processing.data
-
Helper class for a list of int values.
- IntList() - Constructor for class processing.data.IntList
- IntList(int) - Constructor for class processing.data.IntList
- IntList(int[]) - Constructor for class processing.data.IntList
- IntList(Iterable<Object>) - Constructor for class processing.data.IntList
-
Construct an IntList from an iterable pile of objects.
- IntList(Object...) - Constructor for class processing.data.IntList
-
Construct an IntList from a random pile of objects.
- intValues() - Method in class processing.data.JSONArray
- invert() - Method in interface processing.core.PMatrix
-
Invert this matrix.
- invert() - Method in class processing.core.PMatrix2D
- invert() - Method in class processing.core.PMatrix3D
-
Invert this matrix.
- INVERT - Static variable in interface processing.core.PConstants
- INVERT - Static variable in class processing.opengl.PGL
- invertedX() - Method in class processing.opengl.Texture
-
Returns true if the texture is inverted along the horizontal direction.
- invertedX(boolean) - Method in class processing.opengl.Texture
-
Sets the texture as inverted or not along the horizontal direction.
- invertedY() - Method in class processing.opengl.Texture
-
Returns true if the texture is inverted along the vertical direction.
- invertedY(boolean) - Method in class processing.opengl.Texture
-
Sets the texture as inverted or not along the vertical direction.
- is2D() - Method in class processing.core.PGraphics
-
Return true if this renderer supports 2D drawing.
- is2D() - Method in class processing.core.PShape
-
Return true if this shape is 2D.
- is2D() - Method in class processing.opengl.PGraphics2D
- is2D() - Method in class processing.opengl.PGraphics3D
- is2X() - Method in class processing.core.PGraphics
- is3D() - Method in class processing.core.PGraphics
-
Return true if this renderer supports 3D drawing.
- is3D() - Method in class processing.core.PShape
-
Return true if this shape is 3D.
- is3D() - Method in class processing.opengl.PGraphics2D
- is3D() - Method in class processing.opengl.PGraphics3D
- isAltDown() - Method in class processing.event.Event
- isAutoRepeat() - Method in class processing.event.KeyEvent
- isBuffer(int) - Method in class processing.opengl.PGL
- isBuffer(int) - Method in class processing.opengl.PJOGL
- isClosed() - Method in class processing.core.PShape
- isControlDown() - Method in class processing.event.Event
- isDone() - Method in class processing.opengl.LinePath.PathIterator
- isEnabled(int) - Method in class processing.opengl.PGL
- isEnabled(int) - Method in class processing.opengl.PJOGL
- isFboAllowed() - Method in class processing.opengl.PGL
- isFramebuffer(int) - Method in class processing.opengl.PGL
- isFramebuffer(int) - Method in class processing.opengl.PJOGL
- isGL() - Method in class processing.core.PGraphics
-
Return true if this renderer uses OpenGL.
- isGL() - Method in class processing.opengl.PGraphicsOpenGL
- isLoaded() - Method in class processing.core.PImage
- isLooping() - Method in class processing.core.PApplet
- isMetaDown() - Method in class processing.event.Event
- isModified() - Method in class processing.core.PImage
- isModified() - Method in class processing.opengl.Texture
- isNull(int) - Method in class processing.data.JSONArray
-
Determines if the value associated with the index is null, that is has no defined value (false) or if it has a value (true).
- isNull(String) - Method in class processing.data.JSONObject
-
Determines if the value associated with the key is null, that is has no defined value (false) or if it has a value (true).
- isProgram(int) - Method in class processing.opengl.PGL
- isProgram(int) - Method in class processing.opengl.PJOGL
- isqrt(int) - Static method in class processing.opengl.LinePath
- isRenderbuffer(int) - Method in class processing.opengl.PGL
- isRenderbuffer(int) - Method in class processing.opengl.PJOGL
- isShader(int) - Method in class processing.opengl.PGL
- isShader(int) - Method in class processing.opengl.PJOGL
- isShiftDown() - Method in class processing.event.Event
- isSmooth() - Method in class processing.core.PFont
- isStopped() - Method in interface processing.core.PSurface
- isStopped() - Method in class processing.core.PSurfaceNone
- isStopped() - Method in class processing.opengl.PSurfaceJOGL
- isStream() - Method in class processing.core.PFont
- isTexture(int) - Method in class processing.opengl.PGL
- isTexture(int) - Method in class processing.opengl.PJOGL
- isVisible() - Method in class processing.core.PShape
-
Returns a boolean value true if the image is set to be visible, false if not.
- iterator() - Method in class processing.data.DoubleList
-
Implemented this way so that we can use a FloatList in a for loop.
- iterator() - Method in class processing.data.FloatList
-
Implemented this way so that we can use a FloatList in a for loop.
- iterator() - Method in class processing.data.IntList
- iterator() - Method in class processing.data.LongList
- iterator() - Method in class processing.data.StringList
J
- JAVA2D - Static variable in interface processing.core.PConstants
- javaPlatform - Static variable in class processing.core.PApplet
- javaVersion - Static variable in class processing.core.PApplet
-
Deprecated.
- javaVersionName - Static variable in class processing.core.PApplet
-
Full name of the Java version (i.e.
- join(String) - Method in class processing.data.DoubleList
- join(String) - Method in class processing.data.FloatList
- join(String) - Method in class processing.data.IntList
- join(String) - Method in class processing.data.JSONArray
-
Make a string from the contents of this JSONArray.
- join(String) - Method in class processing.data.LongList
- join(String) - Method in class processing.data.StringList
- join(String[], char) - Static method in class processing.core.PApplet
-
Combines an array of Strings into one String, each separated by the character(s) used for the separator parameter.
- join(String[], String) - Static method in class processing.core.PApplet
- JOIN_BEVEL - Static variable in class processing.opengl.LinePath
-
Joins path segments by connecting the outer corners of their wide outlines with a straight segment.
- JOIN_MITER - Static variable in class processing.opengl.LinePath
-
Joins path segments by extending their outside edges until they meet.
- JOIN_ROUND - Static variable in class processing.opengl.LinePath
-
Joins path segments by rounding off the corner at a radius of half the line width.
- JPEG - Static variable in interface processing.core.PConstants
- JSONArray - Class in processing.data
-
A JSONArray stores an array of JSON objects.
- JSONArray() - Constructor for class processing.data.JSONArray
-
Construct an empty JSONArray.
- JSONArray(Reader) - Constructor for class processing.data.JSONArray
- JSONArray(FloatList) - Constructor for class processing.data.JSONArray
- JSONArray(IntList) - Constructor for class processing.data.JSONArray
- JSONArray(StringList) - Constructor for class processing.data.JSONArray
- JSONObject - Class in processing.data
-
A JSONObject stores JSON data with multiple name/value pairs.
- JSONObject() - Constructor for class processing.data.JSONObject
-
Construct an empty JSONObject.
- JSONObject(Reader) - Constructor for class processing.data.JSONObject
- JSONObject(FloatDict) - Constructor for class processing.data.JSONObject
- JSONObject(IntDict) - Constructor for class processing.data.JSONObject
- JSONObject(StringDict) - Constructor for class processing.data.JSONObject
K
- KEEP - Static variable in class processing.opengl.PGL
- kern(char, char) - Method in class processing.core.PFont
-
Currently un-implemented for .vlw fonts, but honored for layout in case subclasses use it.
- key - Variable in class processing.core.PApplet
-
The system variable key always contains the value of the most recent key on the keyboard that was used (either pressed or released).
- key - Variable in class processing.data.DoubleDict.Entry
- key - Variable in class processing.data.FloatDict.Entry
- key - Variable in class processing.data.IntDict.Entry
- key - Variable in class processing.data.LongDict.Entry
- key - Variable in class processing.data.StringDict.Entry
- key(int) - Method in class processing.data.DoubleDict
- key(int) - Method in class processing.data.FloatDict
- key(int) - Method in class processing.data.IntDict
- key(int) - Method in class processing.data.LongDict
- key(int) - Method in class processing.data.StringDict
- KEY - Static variable in class processing.event.Event
- keyArray() - Method in class processing.data.DoubleDict
-
Return a copy of the internal keys array.
- keyArray() - Method in class processing.data.FloatDict
-
Return a copy of the internal keys array.
- keyArray() - Method in class processing.data.IntDict
-
Return a copy of the internal keys array.
- keyArray() - Method in class processing.data.LongDict
-
Return a copy of the internal keys array.
- keyArray() - Method in class processing.data.StringDict
-
Return a copy of the internal keys array.
- keyArray(String[]) - Method in class processing.data.DoubleDict
- keyArray(String[]) - Method in class processing.data.FloatDict
- keyArray(String[]) - Method in class processing.data.IntDict
- keyArray(String[]) - Method in class processing.data.LongDict
- keyArray(String[]) - Method in class processing.data.StringDict
- keyCode - Variable in class processing.core.PApplet
-
The variable keyCode is used to detect special keys such as the UP, DOWN, LEFT, RIGHT arrow keys and ALT, CONTROL, SHIFT.
- keyEvent - Variable in class processing.core.PApplet
-
Deprecated.Use a key event handler that passes an event instead.
- KeyEvent - Class in processing.event
- KeyEvent(Object, long, int, int, char, int) - Constructor for class processing.event.KeyEvent
- KeyEvent(Object, long, int, int, char, int, boolean) - Constructor for class processing.event.KeyEvent
- keyIterator() - Method in class processing.data.DoubleDict
- keyIterator() - Method in class processing.data.FloatDict
- keyIterator() - Method in class processing.data.IntDict
- keyIterator() - Method in class processing.data.JSONObject
-
Get an enumeration of the keys of the JSONObject.
- keyIterator() - Method in class processing.data.LongDict
- keyIterator() - Method in class processing.data.StringDict
- keyPressed - Variable in class processing.core.PApplet
-
The boolean system variable keyPressed is true if any key is pressed and false if no keys are pressed.
- keyPressed() - Method in class processing.core.PApplet
-
The keyPressed() function is called once every time a key is pressed.
- keyPressed(KeyEvent) - Method in class processing.core.PApplet
- keyReleased() - Method in class processing.core.PApplet
-
The keyReleased() function is called once every time a key is released.
- keyReleased(KeyEvent) - Method in class processing.core.PApplet
- keys() - Method in class processing.data.DoubleDict
- keys() - Method in class processing.data.FloatDict
-
Return the internal array being used to store the keys.
- keys() - Method in class processing.data.IntDict
-
Return the internal array being used to store the keys.
- keys() - Method in class processing.data.JSONObject
-
Get a set of keys of the JSONObject.
- keys() - Method in class processing.data.LongDict
- keys() - Method in class processing.data.StringDict
-
Return the internal array being used to store the keys.
- keyTyped() - Method in class processing.core.PApplet
-
The keyTyped() function is called once every time a key is pressed, but action keys such as Ctrl, Shift, and Alt are ignored.
- keyTyped(KeyEvent) - Method in class processing.core.PApplet
L
- LANDSCAPE - Static variable in interface processing.core.PConstants
-
Screen orientation constant for landscape (the hot dog way).
- lastRowIndex() - Method in class processing.data.Table
- launch(String...) - Static method in class processing.core.PApplet
-
Attempts to open an application or file using your platform's launcher.
- LEFT - Static variable in interface processing.core.PConstants
- leftExtent - Variable in class processing.core.PFont.Glyph
- LEQUAL - Static variable in class processing.opengl.PGL
- lerp(float, float, float) - Static method in class processing.core.PApplet
-
Calculates a number between two numbers at a specific increment.
- lerp(float, float, float, float) - Method in class processing.core.PVector
-
Linear interpolate the vector to x,y,z values
- lerp(PVector, float) - Method in class processing.core.PVector
-
Calculates linear interpolation from one vector to another vector.
- lerp(PVector, PVector, float) - Static method in class processing.core.PVector
-
Linear interpolate between two vectors (returns a new PVector object)
- lerpColor(int, int, float) - Method in class processing.core.PApplet
-
Calculates a new color that is a blend of two other colors.
- lerpColor(int, int, float) - Method in class processing.core.PGraphics
-
Calculates a color between two colors at a specific increment.
- lerpColor(int, int, float, int) - Static method in class processing.core.PApplet
- lerpColor(int, int, float, int) - Static method in class processing.core.PGraphics
- LESS - Static variable in class processing.opengl.PGL
- lightAmbient - Variable in class processing.opengl.PGraphicsOpenGL
-
Ambient colors for lights.
- lightCount - Variable in class processing.opengl.PGraphicsOpenGL
- lightDiffuse - Variable in class processing.opengl.PGraphicsOpenGL
-
Diffuse colors for lights.
- LIGHTEST - Static variable in interface processing.core.PConstants
- lightFalloff(float, float, float) - Method in class processing.core.PApplet
-
Sets the falloff rates for point lights, spotlights, and ambient lights.
- lightFalloff(float, float, float) - Method in class processing.core.PGraphics
-
Sets the falloff rates for point lights, spotlights, and ambient lights.
- lightFalloff(float, float, float) - Method in class processing.opengl.PGraphics2D
- lightFalloff(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Set the light falloff rates for the last light that was created.
- lightFalloffCoefficients - Variable in class processing.opengl.PGraphicsOpenGL
-
Light falloff
- lightNormal - Variable in class processing.opengl.PGraphicsOpenGL
-
Light direction (normalized vector)
- lightPosition - Variable in class processing.opengl.PGraphicsOpenGL
-
Light positions
- lights - Variable in class processing.opengl.PGraphicsOpenGL
- lights() - Method in class processing.core.PApplet
-
Sets the default ambient light, directional light, falloff, and specular values.
- lights() - Method in class processing.core.PGraphics
-
Sets the default ambient light, directional light, falloff, and specular values.
- lights() - Method in class processing.opengl.PGraphics2D
- lights() - Method in class processing.opengl.PGraphicsOpenGL
-
Sets up an ambient and directional light using OpenGL.
- lightSpecular - Variable in class processing.opengl.PGraphicsOpenGL
-
Specular colors for lights.
- lightSpecular(float, float, float) - Method in class processing.core.PApplet
-
Sets the specular color for lights.
- lightSpecular(float, float, float) - Method in class processing.core.PGraphics
-
Sets the specular color for lights.
- lightSpecular(float, float, float) - Method in class processing.opengl.PGraphics2D
- lightSpecular(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Set the specular color of the last light created.
- lightSpotParameters - Variable in class processing.opengl.PGraphicsOpenGL
-
Light spot parameters: Cosine of light spot angle and concentration
- lightType - Variable in class processing.opengl.PGraphicsOpenGL
-
Light types
- limit(float) - Method in class processing.core.PVector
-
Limit the magnitude of this vector to the value used for the max parameter.
- line(float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- line(float, float, float, float) - Method in class processing.core.PApplet
-
Draws a line (a direct path between two points) to the screen.
- line(float, float, float, float) - Method in class processing.core.PGraphics
-
Draws a line (a direct path between two points) to the screen.
- line(float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- line(float, float, float, float, float, float) - Method in class processing.core.PApplet
- line(float, float, float, float, float, float) - Method in class processing.core.PGraphics
- line(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- LINE - Static variable in interface processing.core.PConstants
- LINE_LOOP - Static variable in interface processing.core.PConstants
- LINE_LOOP - Static variable in class processing.opengl.PGL
- LINE_SMOOTH - Static variable in class processing.opengl.PGL
- LINE_STRIP - Static variable in interface processing.core.PConstants
- LINE_STRIP - Static variable in class processing.opengl.PGL
- LINEAR - Static variable in class processing.opengl.PGL
- LINEAR_MIPMAP_LINEAR - Static variable in class processing.opengl.PGL
- LINEAR_MIPMAP_NEAREST - Static variable in class processing.opengl.PGL
- LinearGradient(PShapeSVG, XML) - Constructor for class processing.core.PShapeSVG.LinearGradient
- lineJoin() - Method in class processing.opengl.LineStroker
- LineOfText(PShapeSVG, XML) - Constructor for class processing.core.PShapeSVG.LineOfText
- LinePath - Class in processing.opengl
-
The
LinePath
class allows to represent polygonal paths, potentially composed by several disjoint polygonal segments. - LinePath() - Constructor for class processing.opengl.LinePath
-
Constructs a new empty single precision
LinePath
object with a default winding rule ofLinePath.WIND_NON_ZERO
. - LinePath(int) - Constructor for class processing.opengl.LinePath
-
Constructs a new empty single precision
LinePath
object with the specified winding rule to control operations that require the interior of the path to be defined. - LinePath(int, int) - Constructor for class processing.opengl.LinePath
-
Constructs a new
LinePath
object from the given specified initial values. - LinePath.PathIterator - Class in processing.opengl
- LINES - Static variable in interface processing.core.PConstants
- LINES - Static variable in class processing.opengl.PGL
- LineStroker - Class in processing.opengl
- LineStroker() - Constructor for class processing.opengl.LineStroker
-
Empty constructor.
- LineStroker(LineStroker, int, int, int, int, PMatrix2D) - Constructor for class processing.opengl.LineStroker
-
Constructs a
LineStroker
. - lineTo(float, float, int) - Method in class processing.opengl.LinePath
-
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in float precision.
- lineTo(int, int, int) - Method in class processing.opengl.LineStroker
- lineWidth(float) - Method in class processing.opengl.PGL
- lineWidth(float) - Method in class processing.opengl.PJOGL
- link(String) - Method in class processing.core.PApplet
-
Links to a webpage either in the same window or in a new window.
- LINK_STATUS - Static variable in class processing.opengl.PGL
- linkProgram(int) - Method in class processing.opengl.PGL
- linkProgram(int) - Method in class processing.opengl.PJOGL
- LINUX - Static variable in interface processing.core.PConstants
- list() - Static method in class processing.core.PFont
-
Gets a list of the fonts installed on the system.
- listAttributes() - Method in class processing.data.XML
-
Gets all of the specified element's attributes, and returns them as an array of Strings.
- listChildren() - Method in class processing.data.XML
-
Get the names of all of the element's children, and returns the names as an array of Strings.
- listFiles(File, String...) - Static method in class processing.core.PApplet
- listFiles(String, String...) - Method in class processing.core.PApplet
- listPaths(String, String...) - Method in class processing.core.PApplet
- loadBytes(File) - Static method in class processing.core.PApplet
- loadBytes(InputStream) - Static method in class processing.core.PApplet
- loadBytes(String) - Method in class processing.core.PApplet
-
Reads the contents of a file and places it in a byte array.
- loaded - Variable in class processing.core.PImage
-
Loaded pixels flag
- loadFont(String) - Method in class processing.core.PApplet
-
Loads a .vlw formatted font into a PFont object.
- loadFonts() - Static method in class processing.core.PFont
-
Make an internal list of all installed fonts.
- loadImage(String) - Method in class processing.core.PApplet
-
Loads an image into a variable of type PImage.
- loadImage(String, Object...) - Method in interface processing.core.PSurface
- loadImage(String, Object...) - Method in class processing.core.PSurfaceNone
- loadImage(String, Object...) - Method in class processing.opengl.PSurfaceJOGL
- loadImage(String, String) - Method in class processing.core.PApplet
- loadImage(PApplet, String, Object...) - Static method in class processing.awt.ShimAWT
- loadJSONArray(File) - Static method in class processing.core.PApplet
- loadJSONArray(String) - Method in class processing.core.PApplet
-
Loads an array of JSON objects from the data folder or a URL, and returns a JSONArray.
- loadJSONObject(File) - Static method in class processing.core.PApplet
- loadJSONObject(String) - Method in class processing.core.PApplet
-
Loads a JSON from the data folder or a URL, and returns a JSONObject.
All files loaded and saved by the Processing API use UTF-8 encoding. - loadPixels() - Method in class processing.awt.PGraphicsJava2D
- loadPixels() - Method in class processing.core.PApplet
-
Loads the pixel data of the current display window into the pixels[] array.
- loadPixels() - Method in class processing.core.PImage
-
Loads the pixel data of the current display window into the pixels[] array.
- loadPixels() - Method in class processing.opengl.PGraphicsOpenGL
- loadShader(String) - Method in class processing.core.PApplet
-
Loads a shader into the PShader object.
- loadShader(String) - Method in class processing.core.PGraphics
-
Loads a shader into the PShader object.
- loadShader(String) - Method in class processing.opengl.PGraphicsOpenGL
- loadShader(String, String) - Method in class processing.core.PApplet
- loadShader(String, String) - Method in class processing.core.PGraphics
- loadShader(String, String) - Method in class processing.opengl.PGraphicsOpenGL
- loadShape(String) - Method in class processing.core.PApplet
-
Loads geometry into a variable of type PShape.
- loadShape(String) - Method in class processing.core.PGraphics
-
Loads geometry into a variable of type PShape.
- loadShape(String) - Method in class processing.opengl.PGraphicsOpenGL
- loadShape(String, String) - Method in class processing.awt.PGraphicsJava2D
- loadShape(String, String) - Method in class processing.core.PApplet
- loadShape(String, String) - Method in class processing.core.PGraphics
- loadStrings(BufferedReader) - Static method in class processing.core.PApplet
- loadStrings(File) - Static method in class processing.core.PApplet
- loadStrings(InputStream) - Static method in class processing.core.PApplet
- loadStrings(String) - Method in class processing.core.PApplet
-
Reads the contents of a file and creates a String array of its individual lines.
- loadTable(String) - Method in class processing.core.PApplet
-
Reads the contents of a file or URL and creates a Table object with its values.
- loadTable(String, String) - Method in class processing.core.PApplet
-
Options may contain "header", "tsv", "csv", or "bin" separated by commas.
- loadTexture() - Method in class processing.opengl.PGraphicsOpenGL
- loadTGA(InputStream) - Static method in class processing.core.PImage
-
Targa image loader for RLE-compressed TGA files.
- loadXML(String) - Method in class processing.core.PApplet
-
Reads the contents of a file or URL and creates an XML object with its values.
- loadXML(String, String) - Method in class processing.core.PApplet
- log(float) - Static method in class processing.core.PApplet
-
Calculates the natural logarithm (the base-e logarithm) of a number.
- LONG - Static variable in class processing.data.Table
- LongDict - Class in processing.data
-
A simple class to use a String as a lookup for an int value.
- LongDict() - Constructor for class processing.data.LongDict
- LongDict(int) - Constructor for class processing.data.LongDict
-
Create a new lookup with a specific size.
- LongDict(BufferedReader) - Constructor for class processing.data.LongDict
-
Read a set of entries from a Reader that has each key/value pair on a single line, separated by a tab.
- LongDict(Object[][]) - Constructor for class processing.data.LongDict
-
Constructor to allow (more intuitive) inline initialization, e.g.:
- LongDict(String[], long[]) - Constructor for class processing.data.LongDict
- LongDict.Entry - Class in processing.data
- LongList - Class in processing.data
-
Helper class for a list of long values.
- LongList() - Constructor for class processing.data.LongList
- LongList(int) - Constructor for class processing.data.LongList
- LongList(long[]) - Constructor for class processing.data.LongList
- LongList(Iterable<Object>) - Constructor for class processing.data.LongList
-
Construct an IntList from an iterable pile of objects.
- LongList(Object...) - Constructor for class processing.data.LongList
-
Construct an IntList from a random pile of objects.
- longValues() - Method in class processing.data.JSONArray
- loop() - Method in class processing.core.PApplet
-
By default, Processing loops through draw() continuously, executing the code within it.
- LOW_FLOAT - Static variable in class processing.opengl.PGL
- LOW_INT - Static variable in class processing.opengl.PGL
- lower() - Method in class processing.data.StringList
-
Make the entire list lower case.
- lsqrt(long) - Static method in class processing.opengl.LinePath
- LUMINANCE - Static variable in class processing.opengl.PGL
- LUMINANCE_ALPHA - Static variable in class processing.opengl.PGL
M
- m00 - Variable in class processing.core.PMatrix2D
- m00 - Variable in class processing.core.PMatrix3D
- m01 - Variable in class processing.core.PMatrix2D
- m01 - Variable in class processing.core.PMatrix3D
- m02 - Variable in class processing.core.PMatrix2D
- m02 - Variable in class processing.core.PMatrix3D
- m03 - Variable in class processing.core.PMatrix3D
- m10 - Variable in class processing.core.PMatrix2D
- m10 - Variable in class processing.core.PMatrix3D
- m11 - Variable in class processing.core.PMatrix2D
- m11 - Variable in class processing.core.PMatrix3D
- m12 - Variable in class processing.core.PMatrix2D
- m12 - Variable in class processing.core.PMatrix3D
- m13 - Variable in class processing.core.PMatrix3D
- m20 - Variable in class processing.core.PMatrix3D
- m21 - Variable in class processing.core.PMatrix3D
- m22 - Variable in class processing.core.PMatrix3D
- m23 - Variable in class processing.core.PMatrix3D
- m30 - Variable in class processing.core.PMatrix3D
- m31 - Variable in class processing.core.PMatrix3D
- m32 - Variable in class processing.core.PMatrix3D
- m33 - Variable in class processing.core.PMatrix3D
- MACOS - Static variable in interface processing.core.PConstants
- MACOSX - Static variable in interface processing.core.PConstants
-
Deprecated.Marketers gonna market, use
PConstants.MACOS
- mag() - Method in class processing.core.PVector
-
Calculates the magnitude (length) of the vector and returns the result as a float (this is simply the equation sqrt(x*x + y*y + z*z).)
- mag(float, float) - Static method in class processing.core.PApplet
- mag(float, float, float) - Static method in class processing.core.PApplet
-
Calculates the magnitude (or length) of a vector.
- magSq() - Method in class processing.core.PVector
-
Calculates the magnitude (length) of the vector, squared.
- main(Class<?>, String...) - Static method in class processing.core.PApplet
-
Convenience method so that PApplet.main(YourSketch.class) launches a sketch, rather than having to call getName() on it.
- main(String) - Static method in class processing.core.PApplet
-
Convenience method so that PApplet.main("YourSketch") launches a sketch, rather than having to wrap it into a single element String array.
- main(String[]) - Static method in class processing.core.PApplet
-
main() method for running this class from the command line.
- main(String, String[]) - Static method in class processing.core.PApplet
-
Convenience method so that PApplet.main("YourSketch", args) launches a sketch, rather than having to wrap it into a String array, and appending the 'args' array when not null.
- map(float, float, float, float, float) - Static method in class processing.core.PApplet
-
Re-maps a number from one range to another.
In the first example above, the number 25 is converted from a value in the range of 0 to 100 into a value that ranges from the left edge of the window (0) to the right edge (width).
As shown in the second example, numbers outside the range are not clamped to the minimum and maximum parameters values, because out-of-range values are often intentional and useful. - mapBuffer(int, int) - Method in class processing.opengl.PGL
- mapBuffer(int, int) - Method in class processing.opengl.PJOGL
- mapBufferRange(int, int, int, int) - Method in class processing.opengl.PGL
- mapBufferRange(int, int, int, int) - Method in class processing.opengl.PJOGL
- mask(int[]) - Method in class processing.awt.PGraphicsJava2D
- mask(int[]) - Method in class processing.core.PImage
- mask(PImage) - Method in class processing.awt.PGraphicsJava2D
- mask(PImage) - Method in class processing.core.PApplet
-
Masks part of an image from displaying by loading another image and using it as an alpha channel.
- mask(PImage) - Method in class processing.core.PImage
-
Masks part of an image from displaying by loading another image and using it as an alpha channel.
- mask(PImage) - Method in class processing.opengl.PGraphicsOpenGL
- match(String, String) - Static method in class processing.core.PApplet
-
This function is used to apply a regular expression to a piece of text, and return matching groups (elements found inside parentheses) as a String array.
- matchAll(String, String) - Static method in class processing.core.PApplet
-
This function is used to apply a regular expression to a piece of text, and return a list of matching groups (elements found inside parentheses) as a two-dimensional String array.
- matchRow(String, int) - Method in class processing.data.Table
-
Finds the first row in the Table that matches the regular expression provided, and returns a reference to that row.
- matchRow(String, String) - Method in class processing.data.Table
- matchRowIndex(String, int) - Method in class processing.data.Table
-
Return the row that contains the first String that matches.
- matchRowIndex(String, String) - Method in class processing.data.Table
-
Return the row that contains the first String that matches.
- matchRowIndices(String, int) - Method in class processing.data.Table
-
Return a list of rows that contain the String passed in.
- matchRowIndices(String, String) - Method in class processing.data.Table
-
Return a list of rows that match the regex passed in.
- matchRowIterator(String, int) - Method in class processing.data.Table
-
Finds multiple rows that match the given expression
- matchRowIterator(String, String) - Method in class processing.data.Table
- matchRows(String, int) - Method in class processing.data.Table
-
Finds the rows in the Table that match the regular expression provided, and returns references to those rows.
- matchRows(String, String) - Method in class processing.data.Table
- max() - Method in class processing.data.DoubleList
- max() - Method in class processing.data.FloatList
-
Return the largest value
- max() - Method in class processing.data.IntList
-
Return the largest value.
- max() - Method in class processing.data.LongList
-
Return the largest value
- max(float[]) - Static method in class processing.core.PApplet
- max(float, float) - Static method in class processing.core.PApplet
- max(float, float, float) - Static method in class processing.core.PApplet
- max(int[]) - Static method in class processing.core.PApplet
- max(int, int) - Static method in class processing.core.PApplet
-
Determines the largest value in a sequence of numbers, and then returns that value.
- max(int, int, int) - Static method in class processing.core.PApplet
- MAX_BUFFER_CACHE_SIZE - Static variable in class processing.opengl.Texture
- MAX_COMBINED_TEXTURE_IMAGE_UNITS - Static variable in class processing.opengl.PGL
- MAX_FLOAT - Static variable in interface processing.core.PConstants
-
Same as Float.MAX_VALUE, but included for parity with MIN_VALUE, and to avoid teaching static methods on the first day.
- MAX_INT - Static variable in interface processing.core.PConstants
-
Largest possible (positive) integer value
- MAX_SAMPLES - Static variable in class processing.opengl.PGL
- MAX_TEXTURE_IMAGE_UNITS - Static variable in class processing.opengl.PGL
- MAX_TEXTURE_MAX_ANISOTROPY - Static variable in class processing.opengl.PGL
- MAX_TEXTURE_SIZE - Static variable in class processing.opengl.PGL
- MAX_VERTEX_ATTRIBS - Static variable in class processing.opengl.PGL
- MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in class processing.opengl.PGL
- maxAnisoAmount - Static variable in class processing.opengl.PGraphicsOpenGL
- maxIndex() - Method in class processing.data.DoubleDict
- maxIndex() - Method in class processing.data.DoubleList
- maxIndex() - Method in class processing.data.FloatDict
-
Return the largest value
- maxIndex() - Method in class processing.data.FloatList
- maxIndex() - Method in class processing.data.IntDict
- maxIndex() - Method in class processing.data.IntList
- maxIndex() - Method in class processing.data.LongDict
- maxIndex() - Method in class processing.data.LongList
- maxKey() - Method in class processing.data.DoubleDict
-
The key for a max value; null if empty or everything is NaN (no max).
- maxKey() - Method in class processing.data.FloatDict
-
The key for a max value; null if empty or everything is NaN (no max).
- maxKey() - Method in class processing.data.IntDict
-
return the key corresponding to the maximum value or null if no entries
- maxKey() - Method in class processing.data.LongDict
-
return the key corresponding to the maximum value or null if no entries
- maxSamples - Static variable in class processing.opengl.PGraphicsOpenGL
- maxTexcoordU() - Method in class processing.opengl.Texture
-
Returns the maximum possible value for the texture coordinate U (horizontal).
- maxTexcoordV() - Method in class processing.opengl.Texture
-
Returns the maximum possible value for the texture coordinate V (vertical).
- maxTextureSize - Static variable in class processing.opengl.PGraphicsOpenGL
-
Some hardware limits
- maxValue() - Method in class processing.data.DoubleDict
-
The max value.
- maxValue() - Method in class processing.data.FloatDict
-
The max value.
- maxValue() - Method in class processing.data.IntDict
- maxValue() - Method in class processing.data.LongDict
- MEDIUM_FLOAT - Static variable in class processing.opengl.PGL
- MEDIUM_INT - Static variable in class processing.opengl.PGL
- META - Static variable in class processing.event.Event
- method(String) - Method in class processing.core.PApplet
-
Call a method in the current class based on its name.
- millis() - Method in class processing.core.PApplet
-
Returns the number of milliseconds (thousandths of a second) since starting the sketch.
- min() - Method in class processing.data.DoubleList
- min() - Method in class processing.data.FloatList
-
Return the smallest value
- min() - Method in class processing.data.IntList
-
Return the smallest value.
- min() - Method in class processing.data.LongList
-
Return the smallest value
- min(float[]) - Static method in class processing.core.PApplet
- min(float, float) - Static method in class processing.core.PApplet
- min(float, float, float) - Static method in class processing.core.PApplet
-
Determines the smallest value in a sequence of numbers, and then returns that value.
- min(int[]) - Static method in class processing.core.PApplet
- min(int, int) - Static method in class processing.core.PApplet
- min(int, int, int) - Static method in class processing.core.PApplet
- MIN_FLOAT - Static variable in interface processing.core.PConstants
-
Note that Float.MIN_VALUE is the smallest positive value for a floating point number, not actually the minimum (negative) value for a float.
- MIN_INT - Static variable in interface processing.core.PConstants
-
Smallest possible (negative) integer value
- MIN_WINDOW_HEIGHT - Static variable in interface processing.core.PSurface
- MIN_WINDOW_WIDTH - Static variable in interface processing.core.PSurface
-
Minimum dimensions for the window holding a sketch.
- minIndex() - Method in class processing.data.DoubleDict
- minIndex() - Method in class processing.data.DoubleList
- minIndex() - Method in class processing.data.FloatDict
-
Return the smallest value
- minIndex() - Method in class processing.data.FloatList
- minIndex() - Method in class processing.data.IntDict
- minIndex() - Method in class processing.data.IntList
- minIndex() - Method in class processing.data.LongDict
- minIndex() - Method in class processing.data.LongList
- minKey() - Method in class processing.data.DoubleDict
- minKey() - Method in class processing.data.FloatDict
- minKey() - Method in class processing.data.IntDict
- minKey() - Method in class processing.data.LongDict
- minute() - Static method in class processing.core.PApplet
-
Processing communicates with the clock on your computer.
- minValue() - Method in class processing.data.DoubleDict
- minValue() - Method in class processing.data.FloatDict
- minValue() - Method in class processing.data.IntDict
- minValue() - Method in class processing.data.LongDict
- mipmaps - Variable in class processing.opengl.Texture.Parameters
-
Use mipmaps or not.
- MISSING_FBO_ERROR - Static variable in class processing.opengl.PGL
- MISSING_GLFUNC_ERROR - Static variable in class processing.opengl.PGL
- MISSING_GLSL_ERROR - Static variable in class processing.opengl.PGL
- missingGlyph - Variable in class processing.core.PShapeSVG.Font
- MITER - Static variable in interface processing.core.PConstants
- MODEL - Static variable in interface processing.core.PConstants
-
textMode(MODEL) is the default, meaning that characters will be affected by transformations like any other shapes.
- modelview - Variable in class processing.opengl.PGraphicsOpenGL
- MODELVIEW - Static variable in interface processing.core.PConstants
- modelviewInv - Variable in class processing.opengl.PGraphicsOpenGL
- modelX(float, float, float) - Method in class processing.core.PApplet
-
Returns the three-dimensional X, Y, Z position in model space.
- modelX(float, float, float) - Method in class processing.core.PGraphics
-
Returns the three-dimensional X, Y, Z position in model space.
- modelX(float, float, float) - Method in class processing.opengl.PGraphics2D
- modelX(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- modelY(float, float, float) - Method in class processing.core.PApplet
-
Returns the three-dimensional X, Y, Z position in model space.
- modelY(float, float, float) - Method in class processing.core.PGraphics
-
Returns the three-dimensional X, Y, Z position in model space.
- modelY(float, float, float) - Method in class processing.opengl.PGraphics2D
- modelY(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- modelZ(float, float, float) - Method in class processing.core.PApplet
-
Returns the three-dimensional X, Y, Z position in model space.
- modelZ(float, float, float) - Method in class processing.core.PGraphics
-
Returns the three-dimensional X, Y, Z position in model space.
- modelZ(float, float, float) - Method in class processing.opengl.PGraphics2D
- modelZ(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- month() - Static method in class processing.core.PApplet
-
Processing communicates with the clock on your computer.
- MOUSE - Static variable in class processing.event.Event
- mouseButton - Variable in class processing.core.PApplet
-
When a mouse button is pressed, the value of the system variable mouseButton is set to either LEFT, RIGHT, or CENTER, depending on which button is pressed.
- mouseClicked() - Method in class processing.core.PApplet
-
The mouseClicked() function is called after a mouse button has been pressed and then released.
- mouseClicked(MouseEvent) - Method in class processing.core.PApplet
- mouseDragged() - Method in class processing.core.PApplet
-
The mouseDragged() function is called once every time the mouse moves while a mouse button is pressed.
- mouseDragged(MouseEvent) - Method in class processing.core.PApplet
- mouseEntered() - Method in class processing.core.PApplet
- mouseEntered(MouseEvent) - Method in class processing.core.PApplet
- mouseEvent - Variable in class processing.core.PApplet
-
Deprecated.Use a mouse event handler that passes an event instead.
- MouseEvent - Class in processing.event
- MouseEvent(Object, long, int, int, int, int, int, int) - Constructor for class processing.event.MouseEvent
- mouseExited() - Method in class processing.core.PApplet
- mouseExited(MouseEvent) - Method in class processing.core.PApplet
- mouseMoved() - Method in class processing.core.PApplet
-
The mouseMoved() function is called every time the mouse moves and a mouse button is not pressed.
- mouseMoved(MouseEvent) - Method in class processing.core.PApplet
- mousePressed - Variable in class processing.core.PApplet
-
The mousePressed variable stores whether a mouse button has been pressed.
- mousePressed() - Method in class processing.core.PApplet
-
The mousePressed() function is called once after every time a mouse button is pressed.
- mousePressed(MouseEvent) - Method in class processing.core.PApplet
- mouseReleased() - Method in class processing.core.PApplet
-
The mouseReleased() function is called every time a mouse button is released.
- mouseReleased(MouseEvent) - Method in class processing.core.PApplet
- mouseWheel() - Method in class processing.core.PApplet
- mouseWheel(MouseEvent) - Method in class processing.core.PApplet
-
The code within the mouseWheel() event function is run when the mouse wheel is moved.
- mouseX - Variable in class processing.core.PApplet
-
The system variable mouseX always contains the current horizontal coordinate of the mouse.
- mouseY - Variable in class processing.core.PApplet
-
The system variable mouseY always contains the current vertical coordinate of the mouse.
- MOVE - Static variable in interface processing.core.PConstants
- MOVE - Static variable in class processing.event.MouseEvent
- moveTo(float, float, int) - Method in class processing.opengl.LinePath
-
Adds a point to the path by moving to the specified coordinates specified in float precision.
- moveTo(int, int, int) - Method in class processing.opengl.LineStroker
- mult(float) - Method in class processing.core.PVector
-
Multiplies a vector by a scalar.
- mult(float[], float[]) - Method in interface processing.core.PMatrix
-
Multiply a multi-element vector against this matrix.
- mult(float[], float[]) - Method in class processing.core.PMatrix2D
-
Multiply a two element vector against this matrix.
- mult(float[], float[]) - Method in class processing.core.PMatrix3D
-
Multiply a three or four element vector against this matrix.
- mult(int, double) - Method in class processing.data.DoubleList
- mult(int, float) - Method in class processing.data.FloatList
-
Multiply a value
- mult(int, int) - Method in class processing.data.IntList
-
Multiply a value.
- mult(int, int) - Method in class processing.data.LongList
-
Multiply a value
- mult(String, double) - Method in class processing.data.DoubleDict
- mult(String, float) - Method in class processing.data.FloatDict
-
Multiply a value.
- mult(String, int) - Method in class processing.data.IntDict
-
Multiply a value.
- mult(String, long) - Method in class processing.data.LongDict
-
Multiply a value
- mult(PVector, float) - Static method in class processing.core.PVector
- mult(PVector, float, PVector) - Static method in class processing.core.PVector
-
Multiply a vector by a scalar, and write the result into a target PVector.
- mult(PVector, PVector) - Method in interface processing.core.PMatrix
-
Multiply source by this matrix, and return the result.
- mult(PVector, PVector) - Method in class processing.core.PMatrix2D
-
Multiply source by this matrix, and return the result.
- mult(PVector, PVector) - Method in class processing.core.PMatrix3D
-
Multiply source by this matrix, and return the result.
- MULTIPLY - Static variable in interface processing.core.PConstants
- MULTISAMPLE - Static variable in class processing.opengl.PGL
- multW(float, float, float) - Method in class processing.core.PMatrix3D
-
Returns the fourth element of the result of multiplying the vector (x, y, z) by this matrix.
- multW(float, float, float, float) - Method in class processing.core.PMatrix3D
-
Returns the w-coordinate of the result of multiplying the vector (x, y, z, w) by this matrix.
- multX(float, float) - Method in class processing.core.PMatrix2D
-
Returns the x-coordinate of the result of multiplying the point (x, y) by this matrix.
- multX(float, float) - Method in class processing.core.PMatrix3D
-
Returns the x-coordinate of the result of multiplying the point (x, y) by this matrix.
- multX(float, float, float) - Method in class processing.core.PMatrix3D
-
Returns the x-coordinate of the result of multiplying the point (x, y, z) by this matrix.
- multX(float, float, float, float) - Method in class processing.core.PMatrix3D
-
Returns the x-coordinate of the result of multiplying the vector (x, y, z, w) by this matrix.
- multY(float, float) - Method in class processing.core.PMatrix2D
-
Returns the y-coordinate of the result of multiplying the point (x, y) by this matrix.
- multY(float, float) - Method in class processing.core.PMatrix3D
-
Returns the y-coordinate of the result of multiplying the point (x, y) by this matrix.
- multY(float, float, float) - Method in class processing.core.PMatrix3D
-
Returns the y-coordinate of the result of multiplying the point (x, y, z) by this matrix.
- multY(float, float, float, float) - Method in class processing.core.PMatrix3D
-
Returns the y-coordinate of the result of multiplying the vector (x, y, z, w) by this matrix.
- multZ(float, float, float) - Method in class processing.core.PMatrix3D
-
Returns the z-coordinate of the result of multiplying the point (x, y, z) by this matrix.
- multZ(float, float, float, float) - Method in class processing.core.PMatrix3D
-
Returns the z-coordinate of the result of multiplying the vector (x, y, z, w) by this matrix.
N
- name - Variable in class processing.core.PShapeSVG.FontGlyph
- namedGlyphs - Variable in class processing.core.PShapeSVG.Font
- NEAREST - Static variable in class processing.opengl.PGL
- needSharedObjectSync() - Method in class processing.opengl.PJOGL
- NEVER - Static variable in class processing.opengl.PGL
- NEWT - Static variable in class processing.opengl.PJOGL
- next() - Method in class processing.opengl.LinePath.PathIterator
- nf(float) - Static method in class processing.core.PApplet
- nf(float[]) - Static method in class processing.core.PApplet
- nf(float[], int, int) - Static method in class processing.core.PApplet
- nf(float, int, int) - Static method in class processing.core.PApplet
- nf(int[], int) - Static method in class processing.core.PApplet
-
Utility function for formatting numbers into strings.
- nf(int, int) - Static method in class processing.core.PApplet
- nfc(float[], int) - Static method in class processing.core.PApplet
- nfc(float, int) - Static method in class processing.core.PApplet
- nfc(int) - Static method in class processing.core.PApplet
- nfc(int[]) - Static method in class processing.core.PApplet
-
Utility function for formatting numbers into strings and placing appropriate commas to mark units of 1000.
- nfp(float[], int, int) - Static method in class processing.core.PApplet
- nfp(float, int, int) - Static method in class processing.core.PApplet
- nfp(int[], int) - Static method in class processing.core.PApplet
- nfp(int, int) - Static method in class processing.core.PApplet
-
Utility function for formatting numbers into strings.
- nfs(float[], int, int) - Static method in class processing.core.PApplet
- nfs(float, int, int) - Static method in class processing.core.PApplet
- nfs(int[], int) - Static method in class processing.core.PApplet
- nfs(int, int) - Static method in class processing.core.PApplet
-
Utility function for formatting numbers into strings.
- NICEST - Static variable in class processing.opengl.PGL
- NO_SUCH_VERTEX_ERROR - Static variable in class processing.core.PShape
- NO_VERTICES_ERROR - Static variable in class processing.core.PShape
- noClip() - Method in class processing.awt.PGraphicsJava2D
- noClip() - Method in class processing.core.PApplet
-
Disables the clipping previously started by the clip() function.
- noClip() - Method in class processing.core.PGraphics
-
Disables the clipping previously started by the clip() function.
- noClip() - Method in class processing.opengl.PGraphicsOpenGL
- noCursor() - Method in class processing.core.PApplet
-
Hides the cursor from view.
- noFill() - Method in class processing.core.PApplet
-
Disables filling geometry.
- noFill() - Method in class processing.core.PGraphics
-
Disables filling geometry.
- noFill() - Method in class processing.core.PShape
- noise(float) - Method in class processing.core.PApplet
- noise(float, float) - Method in class processing.core.PApplet
- noise(float, float, float) - Method in class processing.core.PApplet
-
Returns the Perlin noise value at specified coordinates.
- noiseDetail(int) - Method in class processing.core.PApplet
-
Adjusts the character and level of detail produced by the Perlin noise function.
- noiseDetail(int, float) - Method in class processing.core.PApplet
- noiseSeed(long) - Method in class processing.core.PApplet
-
Sets the seed value for noise().
- noLights() - Method in class processing.core.PApplet
-
Disable all lighting.
- noLights() - Method in class processing.core.PGraphics
-
Disable all lighting.
- noLights() - Method in class processing.opengl.PGraphics2D
- noLights() - Method in class processing.opengl.PGraphicsOpenGL
-
Disables lighting.
- noLoop() - Method in class processing.core.PApplet
-
Stops Processing from continuously executing the code within draw().
- NONPRIMARY_ERROR - Static variable in class processing.opengl.PGL
- norm(float, float, float) - Static method in class processing.core.PApplet
-
Normalizes a number from another range into a value between 0 and 1.
- normal(float, float, float) - Method in class processing.core.PApplet
-
Sets the current normal vector.
- normal(float, float, float) - Method in class processing.core.PGraphics
-
Sets the current normal vector.
- normal(float, float, float) - Method in class processing.core.PShape
- normal(float, float, float) - Method in class processing.opengl.PShapeOpenGL
- NORMAL - Static variable in interface processing.core.PConstants
-
texture coordinates in 0..1 range
- NORMAL - Static variable in class processing.opengl.PShapeOpenGL
- normalize() - Method in class processing.core.PVector
-
Normalize the vector to length 1 (make it a unit vector).
- normalize(PVector) - Method in class processing.core.PVector
- normalX - Variable in class processing.core.PGraphics
-
Current normal vector.
- normalY - Variable in class processing.core.PGraphics
-
Current normal vector.
- normalZ - Variable in class processing.core.PGraphics
-
Current normal vector.
- noSmooth() - Method in class processing.core.PApplet
-
Draws all geometry and fonts with jagged (aliased) edges and images with hard edges between the pixels when enlarged rather than interpolating pixels.
- noSmooth() - Method in class processing.core.PGraphics
- noStroke() - Method in class processing.core.PApplet
-
Disables drawing the stroke (outline).
- noStroke() - Method in class processing.core.PGraphics
-
Disables drawing the stroke (outline).
- noStroke() - Method in class processing.core.PShape
- NOT_A_SIMPLE_VERTEX - Static variable in class processing.core.PShape
- NOTEQUAL - Static variable in class processing.opengl.PGL
- noTexture() - Method in class processing.core.PApplet
-
Removes texture image for current shape.
- noTexture() - Method in class processing.core.PGraphics
-
Removes texture image for current shape.
- noTexture() - Method in class processing.core.PShape
- noTint() - Method in class processing.core.PApplet
-
Removes the current fill value for displaying images and reverts to displaying images with their original hues.
- noTint() - Method in class processing.core.PGraphics
-
Removes the current fill value for displaying images and reverts to displaying images with their original hues.
- noTint() - Method in class processing.core.PShape
- npotTexSupported - Static variable in class processing.opengl.PGraphicsOpenGL
-
Extensions used by Processing
- NULL - Static variable in class processing.data.JSONObject
-
It is sometimes more convenient and less ambiguous to have a
NULL
object than to use Java'snull
value. - NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in class processing.opengl.PGL
- NX - Static variable in class processing.core.PGraphics
- NY - Static variable in class processing.core.PGraphics
- NZ - Static variable in class processing.core.PGraphics
O
- objectValues() - Method in class processing.data.JSONArray
- offset - Variable in class processing.core.PShapeSVG.Gradient
- OFFSET - Static variable in class processing.opengl.PShapeOpenGL
- ONE - Static variable in class processing.opengl.PGL
- ONE_MINUS_CONSTANT_ALPHA - Static variable in class processing.opengl.PGL
- ONE_MINUS_CONSTANT_COLOR - Static variable in class processing.opengl.PGL
- ONE_MINUS_DST_COLOR - Static variable in class processing.opengl.PGL
- ONE_MINUS_SRC_ALPHA - Static variable in class processing.opengl.PGL
- ONE_MINUS_SRC_COLOR - Static variable in class processing.opengl.PGL
- OPAQUE - Static variable in interface processing.core.PConstants
- OPEN - Static variable in interface processing.core.PConstants
- OPENGL - Static variable in interface processing.core.PConstants
-
Deprecated.
- OPENGL_EXTENSIONS - Static variable in class processing.opengl.PGraphicsOpenGL
- OPENGL_RENDERER - Static variable in class processing.opengl.PGraphicsOpenGL
- OPENGL_VENDOR - Static variable in class processing.opengl.PGraphicsOpenGL
-
OpenGL information strings
- OPENGL_VERSION - Static variable in class processing.opengl.PGraphicsOpenGL
- openLink(String) - Method in class processing.awt.PSurfaceAWT
- openLink(String) - Static method in class processing.awt.ShimAWT
- openLink(String) - Method in interface processing.core.PSurface
- openLink(String) - Method in class processing.core.PSurfaceNone
- openLink(String) - Method in class processing.opengl.PSurfaceJOGL
- orientation(int) - Method in class processing.core.PApplet
- ortho() - Method in class processing.core.PApplet
-
Sets an orthographic projection and defines a parallel clipping volume.
- ortho() - Method in class processing.core.PGraphics
-
Sets an orthographic projection and defines a parallel clipping volume.
- ortho() - Method in class processing.opengl.PGraphics2D
- ortho() - Method in class processing.opengl.PGraphicsOpenGL
-
Calls ortho() with the proper parameters for Processing's standard orthographic projection.
- ortho(float, float, float, float) - Method in class processing.core.PApplet
- ortho(float, float, float, float) - Method in class processing.core.PGraphics
- ortho(float, float, float, float) - Method in class processing.opengl.PGraphics2D
- ortho(float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Calls ortho() with the specified size of the viewing volume along the X and Z directions.
- ortho(float, float, float, float, float, float) - Method in class processing.core.PApplet
- ortho(float, float, float, float, float, float) - Method in class processing.core.PGraphics
- ortho(float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- ortho(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Sets an orthographic projection.
- ORTHOGRAPHIC - Static variable in interface processing.core.PConstants
- OTHER - Static variable in interface processing.core.PConstants
- OUTSIDE_BEGIN_END_ERROR - Static variable in class processing.core.PShape
- OVERLAY - Static variable in interface processing.core.PConstants
P
- P2D - Static variable in interface processing.core.PConstants
- P3D - Static variable in interface processing.core.PConstants
- PACK_ALIGNMENT - Static variable in class processing.opengl.PGL
- packedDepthStencilSupported - Static variable in class processing.opengl.PGraphicsOpenGL
- paint(Graphics) - Method in class processing.awt.PSurfaceAWT.SmoothCanvas
- PApplet - Class in processing.core
-
Base class for all sketches that use processing.core.
- PApplet() - Constructor for class processing.core.PApplet
- Parameters() - Constructor for class processing.opengl.Texture.Parameters
-
Sets all the parameters to default values.
- Parameters(int) - Constructor for class processing.opengl.Texture.Parameters
- Parameters(int, int) - Constructor for class processing.opengl.Texture.Parameters
- Parameters(int, int, boolean) - Constructor for class processing.opengl.Texture.Parameters
- Parameters(int, int, boolean, int) - Constructor for class processing.opengl.Texture.Parameters
- Parameters(Texture.Parameters) - Constructor for class processing.opengl.Texture.Parameters
- parent - Variable in class processing.core.PImage
-
Path to parent object that will be used with save().
- parse(String) - Static method in class processing.data.JSONArray
-
Construct a JSONArray from a source JSON text.
- parse(String) - Static method in class processing.data.JSONObject
-
Construct a JSONObject from a source JSON text string.
- parse(String) - Static method in class processing.data.XML
-
Converts String content to an XML object
- parse(String, String) - Static method in class processing.data.XML
- parseBoolean(int) - Static method in class processing.core.PApplet
-
Convert an integer to a boolean.
- parseBoolean(int[]) - Static method in class processing.core.PApplet
-
Convert an int array to a boolean array.
- parseBoolean(String) - Static method in class processing.core.PApplet
-
Convert the string "true" or "false" to a boolean.
- parseBoolean(String[]) - Static method in class processing.core.PApplet
- parseByte(boolean) - Static method in class processing.core.PApplet
- parseByte(boolean[]) - Static method in class processing.core.PApplet
- parseByte(char) - Static method in class processing.core.PApplet
- parseByte(char[]) - Static method in class processing.core.PApplet
- parseByte(float) - Static method in class processing.core.PApplet
- parseByte(float[]) - Static method in class processing.core.PApplet
- parseByte(int) - Static method in class processing.core.PApplet
- parseByte(int[]) - Static method in class processing.core.PApplet
- parseChar(byte) - Static method in class processing.core.PApplet
- parseChar(byte[]) - Static method in class processing.core.PApplet
- parseChar(int) - Static method in class processing.core.PApplet
- parseChar(int[]) - Static method in class processing.core.PApplet
- parseFloat(byte[]) - Static method in class processing.core.PApplet
- parseFloat(int) - Static method in class processing.core.PApplet
-
Convert an int to a float value.
- parseFloat(int[]) - Static method in class processing.core.PApplet
- parseFloat(String) - Static method in class processing.core.PApplet
- parseFloat(String[]) - Static method in class processing.core.PApplet
- parseFloat(String[], float) - Static method in class processing.core.PApplet
- parseFloat(String, float) - Static method in class processing.core.PApplet
- parseInt(boolean) - Static method in class processing.core.PApplet
- parseInt(boolean[]) - Static method in class processing.core.PApplet
- parseInt(byte) - Static method in class processing.core.PApplet
-
Note that parseInt() will un-sign a signed byte value.
- parseInt(byte[]) - Static method in class processing.core.PApplet
- parseInt(char) - Static method in class processing.core.PApplet
-
Note that parseInt('5') is unlike String in the sense that it won't return 5, but the ascii value.
- parseInt(char[]) - Static method in class processing.core.PApplet
- parseInt(float) - Static method in class processing.core.PApplet
-
Same as floor(), or an (int) cast.
- parseInt(float[]) - Static method in class processing.core.PApplet
- parseInt(String) - Static method in class processing.core.PApplet
-
Parse a String into an int value.
- parseInt(String[]) - Static method in class processing.core.PApplet
-
Make an array of int elements from an array of String objects.
- parseInt(String[], int) - Static method in class processing.core.PApplet
-
Make an array of int elements from an array of String objects.
- parseInt(String, int) - Static method in class processing.core.PApplet
-
Parse a String to an int, and provide an alternate value that should be used when the number is invalid.
- parseInto(Object, String) - Method in class processing.data.Table
-
incomplete, do not use
- parseJSONArray(String) - Method in class processing.core.PApplet
-
Takes a String, parses its contents, and returns a JSONArray.
- parseJSONObject(String) - Method in class processing.core.PApplet
-
Takes a String, parses its contents, and returns a JSONObject.
- parseXML(String) - Method in class processing.core.PApplet
-
Takes a String, parses its contents, and returns an XML object.
- parseXML(String, String) - Method in class processing.core.PApplet
- PATH - Static variable in interface processing.core.PConstants
- PATH - Static variable in class processing.core.PShape
-
A series of vertex, curveVertex, and bezierVertex calls.
- pause() - Method in class processing.core.PApplet
-
Sketch has been paused.
- pauseThread() - Method in interface processing.core.PSurface
-
On the next trip through the animation thread, things should go sleepy-bye.
- pauseThread() - Method in class processing.core.PSurfaceNone
- pauseThread() - Method in class processing.opengl.PSurfaceJOGL
- PConstants - Interface in processing.core
-
Numbers shared throughout processing.core.
- PDF - Static variable in interface processing.core.PConstants
- PER_VERTEX_UNSUPPORTED - Static variable in class processing.core.PShape
- perspective() - Method in class processing.core.PApplet
-
Sets a perspective projection applying foreshortening, making distant objects appear smaller than closer ones.
- perspective() - Method in class processing.core.PGraphics
-
Sets a perspective projection applying foreshortening, making distant objects appear smaller than closer ones.
- perspective() - Method in class processing.opengl.PGraphics2D
- perspective() - Method in class processing.opengl.PGraphicsOpenGL
-
Calls perspective() with Processing's standard coordinate projection.
- perspective(float, float, float, float) - Method in class processing.core.PApplet
- perspective(float, float, float, float) - Method in class processing.core.PGraphics
- perspective(float, float, float, float) - Method in class processing.opengl.PGraphics2D
- perspective(float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Similar to gluPerspective().
- PERSPECTIVE - Static variable in interface processing.core.PConstants
- PFont - Class in processing.core
-
PFont is the font class for Processing.
- PFont() - Constructor for class processing.core.PFont
- PFont(Font, boolean) - Constructor for class processing.core.PFont
-
( begin auto-generated from PFont.xml ) PFont is the font class for Processing.
- PFont(Font, boolean, char[]) - Constructor for class processing.core.PFont
-
Create a new image-based font on the fly.
- PFont(Font, boolean, char[], boolean, int) - Constructor for class processing.core.PFont
-
Adds a parameter that indicates the font came from a file, not a built-in OS font.
- PFont(InputStream) - Constructor for class processing.core.PFont
- PFont.Glyph - Class in processing.core
-
A single character, and its visage.
- pgl - Variable in class processing.opengl.PGraphicsOpenGL
-
Interface between Processing and OpenGL
- pgl - Variable in class processing.opengl.PSurfaceJOGL
- PGL - Class in processing.opengl
-
Processing-OpenGL abstraction layer.
- PGL() - Constructor for class processing.opengl.PGL
- PGL(PGraphicsOpenGL) - Constructor for class processing.opengl.PGL
- PGraphics - Class in processing.core
-
Main graphics and rendering context, as well as the base API implementation for processing "core".
- PGraphics() - Constructor for class processing.core.PGraphics
- PGraphics2D - Class in processing.opengl
- PGraphics2D() - Constructor for class processing.opengl.PGraphics2D
- PGraphics3D - Class in processing.opengl
- PGraphics3D() - Constructor for class processing.opengl.PGraphics3D
- PGraphicsJava2D - Class in processing.awt
-
Subclass for PGraphics that implements the graphics API using Java2D.
- PGraphicsJava2D() - Constructor for class processing.awt.PGraphicsJava2D
- PGraphicsOpenGL - Class in processing.opengl
-
OpenGL renderer.
- PGraphicsOpenGL() - Constructor for class processing.opengl.PGraphicsOpenGL
- PI - Static variable in interface processing.core.PConstants
-
PI is a mathematical constant with the value 3.1415927.
- PIE - Static variable in interface processing.core.PConstants
- PImage - Class in processing.core
-
Datatype for storing images.
- PImage() - Constructor for class processing.core.PImage
-
( begin auto-generated from PImage.xml ) Datatype for storing images.
- PImage(int, int) - Constructor for class processing.core.PImage
- PImage(int, int, int) - Constructor for class processing.core.PImage
- PImage(int, int, int[], boolean, PApplet) - Constructor for class processing.core.PImage
- PImage(int, int, int[], boolean, PApplet, int, int) - Constructor for class processing.core.PImage
- PImage(int, int, int, int) - Constructor for class processing.core.PImage
- PImage(Image) - Constructor for class processing.core.PImage
-
Deprecated.
- PImageAWT - Class in processing.awt
- PImageAWT(Image) - Constructor for class processing.awt.PImageAWT
-
Construct a new PImage from a java.awt.Image.
- PIXEL_PACK_BUFFER - Static variable in class processing.opengl.PGL
- pixelCount - Variable in class processing.core.PGraphics
-
width * height (useful for many calculations)
- pixelDensity - Variable in class processing.core.PApplet
- pixelDensity - Variable in class processing.core.PImage
-
1 for most images, 2 for hi-dpi/retina
- pixelDensity(int) - Method in class processing.core.PApplet
-
This function makes it possible to render using all the pixels on high resolutions screens like Apple Retina and Windows HiDPI.
- pixelHeight - Variable in class processing.core.PApplet
-
When pixelDensity(2) is used to make use of a high resolution display (called a Retina display on OS X or high-dpi on Windows and Linux), the width and height of the sketch do not change, but the number of pixels is doubled.
- pixelHeight - Variable in class processing.core.PImage
- pixels - Variable in class processing.core.PApplet
-
The pixels[] array contains the values for all the pixels in the display window.
- pixels - Variable in class processing.core.PImage
-
The pixels[] array contains the values for all the pixels in the image.
- pixelStorei(int, int) - Method in class processing.opengl.PGL
- pixelStorei(int, int) - Method in class processing.opengl.PJOGL
- pixelWidth - Variable in class processing.core.PApplet
-
When pixelDensity(2) is used to make use of a high resolution display (called a Retina display on OS X or high-dpi on Windows and Linux), the width and height of the sketch do not change, but the number of pixels is doubled.
- pixelWidth - Variable in class processing.core.PImage
-
Actual dimensions of pixels array, taking into account the 2x setting.
- PJOGL - Class in processing.opengl
- PJOGL(PGraphicsOpenGL) - Constructor for class processing.opengl.PJOGL
- placePresent(int) - Method in class processing.awt.PSurfaceAWT
- placePresent(int) - Method in interface processing.core.PSurface
- placePresent(int) - Method in class processing.core.PSurfaceNone
- placePresent(int) - Method in class processing.opengl.PSurfaceJOGL
- placeWindow(int[], int[]) - Method in class processing.awt.PSurfaceAWT
- placeWindow(int[], int[]) - Method in interface processing.core.PSurface
- placeWindow(int[], int[]) - Method in class processing.core.PSurfaceNone
- placeWindow(int[], int[]) - Method in class processing.opengl.PSurfaceJOGL
- platform - Static variable in class processing.core.PApplet
-
Current platform in use, one of the PConstants WINDOWS, MACOS, LINUX or OTHER.
- platformNames - Static variable in interface processing.core.PConstants
- PMatrix - Interface in processing.core
-
A matrix is used to define graphical transformations.
- PMatrix2D - Class in processing.core
-
3x2 affine matrix implementation.
- PMatrix2D() - Constructor for class processing.core.PMatrix2D
-
Create a new matrix, set to the identity matrix.
- PMatrix2D(float, float, float, float, float, float) - Constructor for class processing.core.PMatrix2D
- PMatrix2D(PMatrix) - Constructor for class processing.core.PMatrix2D
- PMatrix3D - Class in processing.core
-
4x4 matrix implementation.
- PMatrix3D() - Constructor for class processing.core.PMatrix3D
- PMatrix3D(float, float, float, float, float, float) - Constructor for class processing.core.PMatrix3D
- PMatrix3D(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Constructor for class processing.core.PMatrix3D
- PMatrix3D(PMatrix) - Constructor for class processing.core.PMatrix3D
- pmouseX - Variable in class processing.core.PApplet
-
The system variable pmouseX always contains the horizontal position of the mouse in the frame previous to the current frame.
You may find that pmouseX and pmouseY have different values when referenced inside of draw() and inside of mouse events like mousePressed() and mouseMoved(). - pmouseY - Variable in class processing.core.PApplet
-
The system variable pmouseY always contains the vertical position of the mouse in the frame previous to the current frame.
- point(float, float) - Method in class processing.awt.PGraphicsJava2D
- point(float, float) - Method in class processing.core.PApplet
-
Draws a point, a coordinate in space at the dimension of one pixel.
- point(float, float) - Method in class processing.core.PGraphics
-
Draws a point, a coordinate in space at the dimension of one pixel.
- point(float, float) - Method in class processing.opengl.PGraphicsOpenGL
- point(float, float, float) - Method in class processing.core.PApplet
- point(float, float, float) - Method in class processing.core.PGraphics
- point(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- POINT - Static variable in interface processing.core.PConstants
- pointLight(float, float, float, float, float, float) - Method in class processing.core.PApplet
-
Adds a point light.
- pointLight(float, float, float, float, float, float) - Method in class processing.core.PGraphics
-
Adds a point light.
- pointLight(float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- pointLight(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- POINTS - Static variable in interface processing.core.PConstants
- POINTS - Static variable in class processing.opengl.PGL
- POLYGON - Static variable in interface processing.core.PConstants
- POLYGON_OFFSET_FILL - Static variable in class processing.opengl.PGL
- POLYGON_SMOOTH - Static variable in class processing.opengl.PGL
- polygonOffset(float, float) - Method in class processing.opengl.PGL
- polygonOffset(float, float) - Method in class processing.opengl.PJOGL
- pop() - Method in class processing.core.PApplet
-
The pop() function restores the previous drawing style settings and transformations after push() has changed them.
- pop() - Method in class processing.core.PGraphics
-
The pop() function restores the previous drawing style settings and transformations after push() has changed them.
- pop() - Method in class processing.data.DoubleList
- pop() - Method in class processing.data.FloatList
- pop() - Method in class processing.data.IntList
- pop() - Method in class processing.data.LongList
- pop() - Method in class processing.data.StringList
- popMatrix() - Method in class processing.awt.PGraphicsJava2D
- popMatrix() - Method in class processing.core.PApplet
-
Pops the current transformation matrix off the matrix stack.
- popMatrix() - Method in class processing.core.PGraphics
-
Pops the current transformation matrix off the matrix stack.
- popMatrix() - Method in class processing.opengl.PGraphicsOpenGL
- popProjection() - Method in class processing.opengl.PGraphicsOpenGL
- popStyle() - Method in class processing.core.PApplet
-
The pushStyle() function saves the current style settings and popStyle() restores the prior settings; these functions are always used together.
- popStyle() - Method in class processing.core.PGraphics
-
The pushStyle() function saves the current style settings and popStyle() restores the prior settings; these functions are always used together.
- popStyle() - Method in class processing.opengl.PGraphicsOpenGL
- PORTRAIT - Static variable in interface processing.core.PConstants
-
Screen orientation constant for portrait (the hamburger way).
- POSITION - Static variable in class processing.opengl.PShapeOpenGL
- POSTERIZE - Static variable in interface processing.core.PConstants
- postEvent(Event) - Method in class processing.core.PApplet
-
Add an event to the internal event queue, or process it immediately if the sketch is not currently looping.
- postWindowMoved(int, int) - Method in class processing.core.PApplet
-
Internal use only: called by Surface objects to queue a position event to call windowPositioned() when it's safe, which is after the beginDraw() call and before the draw().
- postWindowResized(int, int) - Method in class processing.core.PApplet
-
Internal use only: called by Surface objects to queue a resize event to call windowResized() when it's safe, which is after the beginDraw() call and before the draw().
- pow(float, float) - Static method in class processing.core.PApplet
-
Facilitates exponential expressions.
- preApply(float, float, float, float, float, float) - Method in interface processing.core.PMatrix
-
Apply another matrix to the left of this one.
- preApply(float, float, float, float, float, float) - Method in class processing.core.PMatrix2D
- preApply(float, float, float, float, float, float) - Method in class processing.core.PMatrix3D
-
Apply the 3D equivalent of the 2D matrix supplied to the left of this one.
- preApply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface processing.core.PMatrix
-
Apply another matrix to the left of this one.
- preApply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- preApply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PMatrix3D
-
Apply another matrix to the left of this one.
- preApply(PMatrix) - Method in interface processing.core.PMatrix
-
Apply another matrix to the left of this one.
- preApply(PMatrix) - Method in class processing.core.PMatrix2D
-
Apply another matrix to the left of this one.
- preApply(PMatrix) - Method in class processing.core.PMatrix3D
-
Apply another matrix to the left of this one.
- preApply(PMatrix2D) - Method in interface processing.core.PMatrix
-
Apply another matrix to the left of this one.
- preApply(PMatrix2D) - Method in class processing.core.PMatrix2D
- preApply(PMatrix2D) - Method in class processing.core.PMatrix3D
-
Apply the 3D equivalent of the 2D matrix supplied to the left of this one.
- preApply(PMatrix3D) - Method in interface processing.core.PMatrix
-
Apply another matrix to the left of this one.
- preApply(PMatrix3D) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- preApply(PMatrix3D) - Method in class processing.core.PMatrix3D
-
Apply another matrix to the left of this one.
- presentMode() - Method in class processing.opengl.PGL
- presentX - Variable in class processing.opengl.PGL
- presentX() - Method in class processing.opengl.PGL
- presentY - Variable in class processing.opengl.PGL
- presentY() - Method in class processing.opengl.PGL
- PRESS - Static variable in class processing.event.KeyEvent
- PRESS - Static variable in class processing.event.MouseEvent
- primaryPGL - Variable in class processing.opengl.PGL
-
true if this is the GL interface for a primary surface PGraphics
- PRIMITIVE - Static variable in class processing.core.PShape
-
A line, ellipse, arc, image, etc.
- print() - Method in class processing.core.PMatrix2D
- print() - Method in class processing.core.PMatrix3D
- print() - Method in class processing.core.PShapeSVG
-
Prints out the SVG document.
- print() - Method in class processing.data.DoubleDict
- print() - Method in class processing.data.DoubleList
- print() - Method in class processing.data.FloatDict
- print() - Method in class processing.data.FloatList
- print() - Method in class processing.data.IntDict
- print() - Method in class processing.data.IntList
- print() - Method in class processing.data.LongDict
- print() - Method in class processing.data.LongList
- print() - Method in class processing.data.StringDict
- print() - Method in class processing.data.StringList
- print() - Method in class processing.data.Table
- print() - Method in interface processing.data.TableRow
- print() - Method in class processing.data.XML
- print(boolean) - Static method in class processing.core.PApplet
- print(byte) - Static method in class processing.core.PApplet
-
The print() function writes to the console area, the black rectangle at the bottom of the Processing environment.
- print(char) - Static method in class processing.core.PApplet
- print(double) - Static method in class processing.core.PApplet
- print(float) - Static method in class processing.core.PApplet
- print(int) - Static method in class processing.core.PApplet
- print(long) - Static method in class processing.core.PApplet
- print(Object...) - Static method in class processing.core.PApplet
- print(String) - Static method in class processing.core.PApplet
- printArray(Object) - Static method in class processing.core.PApplet
-
The printArray() function writes array data to the text area of the Processing environment's console.
- printCamera() - Method in class processing.core.PApplet
-
Prints the current camera matrix to the Console (the text window at the bottom of Processing).
- printCamera() - Method in class processing.core.PGraphics
-
Prints the current camera matrix to the Console (the text window at the bottom of Processing).
- printCamera() - Method in class processing.opengl.PGraphicsOpenGL
-
Print the current camera matrix.
- println() - Static method in class processing.core.PApplet
-
The println() function writes to the console area, the black rectangle at the bottom of the Processing environment.
- println(boolean) - Static method in class processing.core.PApplet
- println(byte) - Static method in class processing.core.PApplet
- println(char) - Static method in class processing.core.PApplet
- println(double) - Static method in class processing.core.PApplet
- println(float) - Static method in class processing.core.PApplet
- println(int) - Static method in class processing.core.PApplet
- println(long) - Static method in class processing.core.PApplet
- println(Object) - Static method in class processing.core.PApplet
-
For arrays, use printArray() instead.
- println(Object...) - Static method in class processing.core.PApplet
- println(String) - Static method in class processing.core.PApplet
- printMatrix() - Method in class processing.awt.PGraphicsJava2D
- printMatrix() - Method in class processing.core.PApplet
-
Prints the current matrix to the Console (the text window at the bottom of Processing).
- printMatrix() - Method in class processing.core.PGraphics
-
Prints the current matrix to the Console (the text window at the bottom of Processing).
- printMatrix() - Method in class processing.opengl.PGraphicsOpenGL
-
Print the current model (or "transformation") matrix.
- printProjection() - Method in class processing.core.PApplet
-
Prints the current projection matrix to the Console (the text window at the bottom of Processing).
- printProjection() - Method in class processing.core.PGraphics
-
Prints the current projection matrix to the Console (the text window at the bottom of Processing).
- printProjection() - Method in class processing.opengl.PGraphicsOpenGL
-
Print the current projection matrix.
- PROBLEM - Static variable in interface processing.core.PConstants
- processing.awt - package processing.awt
- processing.core - package processing.core
- processing.data - package processing.data
- processing.event - package processing.event
- processing.opengl - package processing.opengl
- profile - Static variable in class processing.opengl.PJOGL
- profile - Static variable in class processing.opengl.PSurfaceJOGL
-
Selected GL profile
- PROJECT - Static variable in interface processing.core.PConstants
- projection - Variable in class processing.opengl.PGraphicsOpenGL
- PROJECTION - Static variable in interface processing.core.PConstants
- projmodelview - Variable in class processing.opengl.PGraphicsOpenGL
- PShader - Class in processing.opengl
-
This class encapsulates a GLSL shader program, including a vertex and a fragment shader.
- PShader() - Constructor for class processing.opengl.PShader
- PShader(PApplet) - Constructor for class processing.opengl.PShader
- PShader(PApplet, String[], String[]) - Constructor for class processing.opengl.PShader
- PShader(PApplet, String, String) - Constructor for class processing.opengl.PShader
-
Creates a shader program using the specified vertex and fragment shaders.
- PShader(PApplet, URL, URL) - Constructor for class processing.opengl.PShader
- PShape - Class in processing.core
-
Datatype for storing shapes.
- PShape() - Constructor for class processing.core.PShape
- PShape(int) - Constructor for class processing.core.PShape
- PShape(PGraphics, int) - Constructor for class processing.core.PShape
- PShape(PGraphics, int, float...) - Constructor for class processing.core.PShape
- PShapeJava2D - Class in processing.awt
-
Implements features for PShape that are specific to AWT and Java2D.
- PShapeJava2D(PShapeSVG, XML, boolean) - Constructor for class processing.awt.PShapeJava2D
- PShapeJava2D(XML) - Constructor for class processing.awt.PShapeJava2D
- PShapeOBJ - Class in processing.core
-
This class is not part of the Processing API and should not be used directly.
- PShapeOBJ(PApplet, BufferedReader) - Constructor for class processing.core.PShapeOBJ
- PShapeOBJ(PApplet, BufferedReader, String) - Constructor for class processing.core.PShapeOBJ
- PShapeOBJ(PApplet, String) - Constructor for class processing.core.PShapeOBJ
-
Initializes a new OBJ Object with the given filename.
- PShapeOpenGL - Class in processing.opengl
-
This class holds a 3D model composed of vertices, normals, colors (per vertex) and texture coordinates (also per vertex).
- PShapeOpenGL(PGraphicsOpenGL, int) - Constructor for class processing.opengl.PShapeOpenGL
- PShapeOpenGL(PGraphicsOpenGL, int, float...) - Constructor for class processing.opengl.PShapeOpenGL
-
Create a shape from the PRIMITIVE family, using this kind and these params
- PShapeSVG - Class in processing.core
-
This class is not part of the Processing API and should not be used directly.
- PShapeSVG(XML) - Constructor for class processing.core.PShapeSVG
-
Initializes a new SVG object from the given XML object.
- PShapeSVG.Font - Class in processing.core
- PShapeSVG.FontGlyph - Class in processing.core
- PShapeSVG.Gradient - Class in processing.core
- PShapeSVG.LinearGradient - Class in processing.core
- PShapeSVG.LineOfText - Class in processing.core
- PShapeSVG.RadialGradient - Class in processing.core
- PShapeSVG.Text - Class in processing.core
- PSketch - Class in processing.core
- PSketch() - Constructor for class processing.core.PSketch
- PStyle - Class in processing.core
- PStyle() - Constructor for class processing.core.PStyle
- PSurface - Interface in processing.core
- PSurfaceAWT - Class in processing.awt
- PSurfaceAWT(PGraphics) - Constructor for class processing.awt.PSurfaceAWT
- PSurfaceAWT.SmoothCanvas - Class in processing.awt
- PSurfaceJOGL - Class in processing.opengl
- PSurfaceJOGL(PGraphics) - Constructor for class processing.opengl.PSurfaceJOGL
- PSurfaceJOGL.DrawListener - Class in processing.opengl
- PSurfaceNone - Class in processing.core
-
Surface that's not really visible.
- PSurfaceNone(PGraphics) - Constructor for class processing.core.PSurfaceNone
- PSurfaceNone.AnimationThread - Class in processing.core
- push() - Method in class processing.core.PApplet
-
The push() function saves the current drawing style settings and transformations, while pop() restores these settings.
- push() - Method in class processing.core.PGraphics
-
The push() function saves the current drawing style settings and transformations, while pop() restores these settings.
- push(double) - Method in class processing.data.DoubleList
-
Just an alias for append(), but matches pop()
- push(float) - Method in class processing.data.FloatList
-
Just an alias for append(), but matches pop()
- push(int) - Method in class processing.data.IntList
-
Just an alias for append(), but matches pop()
- push(int) - Method in class processing.data.LongList
-
Just an alias for append(), but matches pop()
- push(String) - Method in class processing.data.StringList
-
Just an alias for append(), but matches pop()
- pushMatrix() - Method in class processing.awt.PGraphicsJava2D
- pushMatrix() - Method in class processing.core.PApplet
-
Pushes the current transformation matrix onto the matrix stack.
- pushMatrix() - Method in class processing.core.PGraphics
-
Pushes the current transformation matrix onto the matrix stack.
- pushMatrix() - Method in class processing.opengl.PGraphicsOpenGL
- pushProjection() - Method in class processing.opengl.PGraphicsOpenGL
- pushStyle() - Method in class processing.core.PApplet
-
The pushStyle() function saves the current style settings and popStyle() restores the prior settings.
- pushStyle() - Method in class processing.core.PGraphics
-
The pushStyle() function saves the current style settings and popStyle() restores the prior settings.
- put(int, int, int, int, int, int) - Method in class processing.opengl.Texture
- put(int, int, int, int, int, int, int, int, int, int) - Method in class processing.opengl.Texture
- put(String, Object) - Method in class processing.data.JSONObject
-
Put a key/value pair in the JSONObject.
- put(Texture) - Method in class processing.opengl.Texture
- put(Texture, int, int, int, int) - Method in class processing.opengl.Texture
- PVector - Class in processing.core
-
A class to describe a two or three dimensional vector, specifically a Euclidean (also known as geometric) vector.
- PVector() - Constructor for class processing.core.PVector
-
Constructor for an empty vector: x, y, and z are set to 0.
- PVector(float, float) - Constructor for class processing.core.PVector
-
Constructor for a 2D vector: z coordinate is set to 0.
- PVector(float, float, float) - Constructor for class processing.core.PVector
-
Constructor for a 3D vector.
Q
- quad(float, float, float, float, float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- quad(float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
-
A quad is a quadrilateral, a four sided polygon.
- quad(float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
-
A quad is a quadrilateral, a four sided polygon.
- quad(float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- QUAD - Static variable in interface processing.core.PConstants
- QUAD_BEZIER_VERTEX - Static variable in interface processing.core.PConstants
-
Deprecated.
- QUAD_STRIP - Static variable in interface processing.core.PConstants
- QUADRATIC_VERTEX - Static variable in interface processing.core.PConstants
- quadraticVertex(float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- quadraticVertex(float, float, float, float) - Method in class processing.core.PApplet
-
Specifies vertex coordinates for quadratic Bézier curves.
- quadraticVertex(float, float, float, float) - Method in class processing.core.PGraphics
-
Specifies vertex coordinates for quadratic Bézier curves.
- quadraticVertex(float, float, float, float) - Method in class processing.core.PShape
- quadraticVertex(float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- quadraticVertex(float, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- quadraticVertex(float, float, float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- quadraticVertex(float, float, float, float, float, float) - Method in class processing.core.PApplet
- quadraticVertex(float, float, float, float, float, float) - Method in class processing.core.PGraphics
- quadraticVertex(float, float, float, float, float, float) - Method in class processing.core.PShape
- quadraticVertex(float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- quadraticVertex(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- quadraticVertex(float, float, float, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- QUADS - Static variable in interface processing.core.PConstants
- QUARTER_PI - Static variable in interface processing.core.PConstants
-
QUARTER_PI is a mathematical constant with the value 0.7853982.
- quote(String) - Static method in class processing.data.JSONObject
-
Produce a string in double quotes with backslash sequences in all the right places.
- quote(String, Writer) - Static method in class processing.data.JSONObject
R
- r - Variable in class processing.core.PShapeSVG.RadialGradient
- R - Static variable in class processing.core.PGraphics
- RAD_TO_DEG - Static variable in interface processing.core.PConstants
- RadialGradient(PShapeSVG, XML) - Constructor for class processing.core.PShapeSVG.RadialGradient
- radians(float) - Static method in class processing.core.PApplet
-
Converts a degree measurement to its corresponding value in radians.
- RADIUS - Static variable in interface processing.core.PConstants
-
Draw mode from the center, and using the radius
- random() - Method in class processing.data.DoubleList
-
Return a random value from the list.
- random() - Method in class processing.data.FloatList
-
Return a random value from the list.
- random(float) - Method in class processing.core.PApplet
- random(float, float) - Method in class processing.core.PApplet
-
Generates random numbers.
- random2D() - Static method in class processing.core.PVector
-
Returns a new 2D unit vector with a random direction.
- random2D(PApplet) - Static method in class processing.core.PVector
-
Make a new 2D unit vector with a random direction using Processing's current random number generator
- random2D(PVector) - Static method in class processing.core.PVector
-
Set a 2D vector to a random unit vector with a random direction
- random2D(PVector, PApplet) - Static method in class processing.core.PVector
-
Make a new 2D unit vector with a random direction.
- random3D() - Static method in class processing.core.PVector
-
Returns a new 3D unit vector with a random direction.
- random3D(PApplet) - Static method in class processing.core.PVector
-
Make a new 3D unit vector with a random direction using Processing's current random number generator
- random3D(PVector) - Static method in class processing.core.PVector
-
Set a 3D vector to a random unit vector with a random direction
- random3D(PVector, PApplet) - Static method in class processing.core.PVector
-
Make a new 3D unit vector with a random direction
- randomGaussian() - Method in class processing.core.PApplet
-
Returns a float from a random series of numbers having a mean of 0 and standard deviation of 1.
- randomSeed(long) - Method in class processing.core.PApplet
-
Sets the seed value for random().
- ratioLeft - Variable in class processing.core.PApplet
-
Offset from left when windowRatio is in use.
- ratioScale - Variable in class processing.core.PApplet
-
Amount of scaling to be applied for the window ratio.
- ratioTop - Variable in class processing.core.PApplet
-
Offset from the top when windowRatio is in use.
- READ_FRAMEBUFFER - Static variable in class processing.opengl.PGL
- READ_ONLY - Static variable in class processing.opengl.PGL
- READ_WRITE - Static variable in class processing.opengl.PGL
- readBuffer(int) - Method in class processing.opengl.PGL
- readBuffer(int) - Method in class processing.opengl.PJOGL
- readBufferSupported - Static variable in class processing.opengl.PGraphicsOpenGL
- readPixels() - Method in class processing.opengl.FrameBuffer
- readPixels(int, int, int, int, int, int, long) - Method in class processing.opengl.PGL
- readPixels(int, int, int, int, int, int, Buffer) - Method in class processing.opengl.PGL
- recorder - Variable in class processing.core.PApplet
-
A leech graphics object that is echoing all events.
- rect(float, float, float, float) - Method in class processing.core.PApplet
-
Draws a rectangle to the screen.
- rect(float, float, float, float) - Method in class processing.core.PGraphics
-
Draws a rectangle to the screen.
- rect(float, float, float, float, float) - Method in class processing.core.PApplet
- rect(float, float, float, float, float) - Method in class processing.core.PGraphics
- rect(float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
- rect(float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
- RECT - Static variable in interface processing.core.PConstants
- rectMode - Variable in class processing.core.PGraphics
-
The current rect mode (read-only)
- rectMode - Variable in class processing.core.PStyle
- rectMode(int) - Method in class processing.core.PApplet
-
Modifies the location from which rectangles are drawn by changing the way in which parameters given to rect() are interpreted.
The default mode is rectMode(CORNER), which interprets the first two parameters of rect() as the upper-left corner of the shape, while the third and fourth parameters are its width and height.
rectMode(CORNERS) interprets the first two parameters of rect() as the location of one corner, and the third and fourth parameters as the location of the opposite corner.
rectMode(CENTER) interprets the first two parameters of rect() as the shape's center point, while the third and fourth parameters are its width and height.
rectMode(RADIUS) also uses the first two parameters of rect() as the shape's center point, but uses the third and fourth parameters to specify half of the shape's width and height.
The parameter must be written in ALL CAPS because Processing is a case-sensitive language. - rectMode(int) - Method in class processing.core.PGraphics
-
Modifies the location from which rectangles are drawn by changing the way in which parameters given to rect() are interpreted.
The default mode is rectMode(CORNER), which interprets the first two parameters of rect() as the upper-left corner of the shape, while the third and fourth parameters are its width and height.
rectMode(CORNERS) interprets the first two parameters of rect() as the location of one corner, and the third and fourth parameters as the location of the opposite corner.
rectMode(CENTER) interprets the first two parameters of rect() as the shape's center point, while the third and fourth parameters are its width and height.
rectMode(RADIUS) also uses the first two parameters of rect() as the shape's center point, but uses the third and fourth parameters to specify half of the shape's width and height.
The parameter must be written in ALL CAPS because Processing is a case-sensitive language. - red(int) - Method in class processing.core.PApplet
-
Extracts the red value from a color, scaled to match current colorMode().
- red(int) - Method in class processing.core.PGraphics
-
Extracts the red value from a color, scaled to match current colorMode().
- RED_MASK - Static variable in class processing.core.PImage
- redraw() - Method in class processing.core.PApplet
-
Executes the code within draw() one time.
- registerMethod(String, Object) - Method in class processing.core.PApplet
-
Register a built-in event so that it can be fired for libraries, etc.
- RELEASE - Static variable in class processing.event.KeyEvent
- RELEASE - Static variable in class processing.event.MouseEvent
- releaseShaderCompiler() - Method in class processing.opengl.PGL
- releaseShaderCompiler() - Method in class processing.opengl.PJOGL
- remove(int) - Method in class processing.data.DoubleList
-
Remove an element from the specified index.
- remove(int) - Method in class processing.data.FloatList
-
Remove an element from the specified index.
- remove(int) - Method in class processing.data.IntList
-
Remove an element from the specified index
- remove(int) - Method in class processing.data.JSONArray
-
Removes the element from a JSONArray in the specified index position.
- remove(int) - Method in class processing.data.LongList
-
Remove an element from the specified index
- remove(int) - Method in class processing.data.StringList
-
Remove an element from the specified index.
- remove(String) - Method in class processing.data.DoubleDict
- remove(String) - Method in class processing.data.FloatDict
-
Remove a key/value pair.
- remove(String) - Method in class processing.data.IntDict
-
Remove a key/value pair.
- remove(String) - Method in class processing.data.JSONObject
-
Remove a name and its value, if present.
- remove(String) - Method in class processing.data.LongDict
-
Remove a key/value pair
- remove(String) - Method in class processing.data.StringDict
-
Remove a key/value pair
- removeCache(PImage) - Method in class processing.core.PGraphics
-
Remove information associated with this renderer from the cache, if any.
- removeCache(PImage) - Method in class processing.opengl.PGraphicsOpenGL
- removeChild(int) - Method in class processing.core.PShape
-
Remove the child shape with index idx.
- removeChild(int) - Method in class processing.opengl.PShapeOpenGL
- removeChild(XML) - Method in class processing.data.XML
-
Removes the specified element.
- removeChoice() - Method in class processing.data.DoubleList
- removeChoice() - Method in class processing.data.FloatList
- removeChoice() - Method in class processing.data.IntList
- removeChoice() - Method in class processing.data.LongList
- removeChoice() - Method in class processing.data.StringList
- removeColumn(int) - Method in class processing.data.Table
- removeColumn(String) - Method in class processing.data.Table
-
Use removeColumn() to remove an existing column from a Table object.
- removeIndex(int) - Method in class processing.data.DoubleDict
- removeIndex(int) - Method in class processing.data.FloatDict
- removeIndex(int) - Method in class processing.data.IntDict
- removeIndex(int) - Method in class processing.data.LongDict
- removeIndex(int) - Method in class processing.data.StringDict
- removeRow(int) - Method in class processing.data.Table
-
Removes a row from a Table object
- removeTitleRow() - Method in class processing.data.Table
-
Deprecated.
- removeTokens(String) - Method in class processing.data.Table
-
Removes any of the specified characters (or "tokens").
- removeTokens(String, int) - Method in class processing.data.Table
-
Removed any of the specified characters from a column.
- removeTokens(String, String) - Method in class processing.data.Table
- removeValue(int) - Method in class processing.data.DoubleList
- removeValue(int) - Method in class processing.data.FloatList
- removeValue(int) - Method in class processing.data.IntList
- removeValue(int) - Method in class processing.data.LongList
- removeValue(String) - Method in class processing.data.StringList
- removeValues(double) - Method in class processing.data.DoubleList
- removeValues(float) - Method in class processing.data.FloatList
- removeValues(int) - Method in class processing.data.IntList
- removeValues(int) - Method in class processing.data.LongList
- removeValues(String) - Method in class processing.data.StringList
- RENDERBUFFER - Static variable in class processing.opengl.PGL
- RENDERBUFFER_ALPHA_SIZE - Static variable in class processing.opengl.PGL
- RENDERBUFFER_BLUE_SIZE - Static variable in class processing.opengl.PGL
- RENDERBUFFER_DEPTH_SIZE - Static variable in class processing.opengl.PGL
- RENDERBUFFER_GREEN_SIZE - Static variable in class processing.opengl.PGL
- RENDERBUFFER_HEIGHT - Static variable in class processing.opengl.PGL
- RENDERBUFFER_INTERNAL_FORMAT - Static variable in class processing.opengl.PGL
- RENDERBUFFER_RED_SIZE - Static variable in class processing.opengl.PGL
- RENDERBUFFER_STENCIL_SIZE - Static variable in class processing.opengl.PGL
- RENDERBUFFER_WIDTH - Static variable in class processing.opengl.PGL
- renderbufferStorage(int, int, int, int) - Method in class processing.opengl.PGL
- renderbufferStorage(int, int, int, int) - Method in class processing.opengl.PJOGL
- renderbufferStorageMultisample(int, int, int, int, int) - Method in class processing.opengl.PGL
- renderbufferStorageMultisample(int, int, int, int, int) - Method in class processing.opengl.PJOGL
- RENDERER - Static variable in class processing.opengl.PGL
- REPEAT - Static variable in interface processing.core.PConstants
-
textures wrap around when uv values go outside 0..1 range
- REPEAT - Static variable in class processing.opengl.PGL
- replace(String, String) - Method in class processing.data.Table
-
Replace a String with another.
- replace(String, String, int) - Method in class processing.data.Table
- replace(String, String, String) - Method in class processing.data.Table
- REPLACE - Static variable in interface processing.core.PConstants
- REPLACE - Static variable in class processing.opengl.PGL
- replaceAll(String, String) - Method in class processing.data.Table
- replaceAll(String, String, int) - Method in class processing.data.Table
- replaceAll(String, String, String) - Method in class processing.data.Table
-
Run String.replaceAll() on all entries in a column.
- replaceValue(double, double) - Method in class processing.data.DoubleList
-
Replace the first instance of a particular value
- replaceValue(float, float) - Method in class processing.data.FloatList
-
Replace the first instance of a particular value
- replaceValue(String, String) - Method in class processing.data.StringList
- replaceValues(double, double) - Method in class processing.data.DoubleList
-
Replace all instances of a particular value
- replaceValues(float, float) - Method in class processing.data.FloatList
-
Replace all instances of a particular value
- replaceValues(String, String) - Method in class processing.data.StringList
- reqNumSamples - Variable in class processing.opengl.PGL
- REQUESTED_ALPHA_BITS - Static variable in class processing.opengl.PGL
- REQUESTED_DEPTH_BITS - Static variable in class processing.opengl.PGL
- REQUESTED_STENCIL_BITS - Static variable in class processing.opengl.PGL
- requestFBOLayer() - Method in class processing.opengl.PGL
-
Deprecated.
- requestFocus() - Method in class processing.opengl.PSurfaceJOGL
- requestImage(String) - Method in class processing.core.PApplet
- requestImage(String, String) - Method in class processing.core.PApplet
-
This function loads images on a separate thread so that your sketch doesn't freeze while images load during setup().
- reset() - Method in interface processing.core.PMatrix
-
Make this an identity matrix.
- reset() - Method in class processing.core.PMatrix2D
- reset() - Method in class processing.core.PMatrix3D
- reset() - Method in class processing.opengl.LinePath
-
Resets the path to empty.
- resetFBOLayer() - Method in class processing.opengl.PGL
- resetMatrix() - Method in class processing.awt.PGraphicsJava2D
- resetMatrix() - Method in class processing.core.PApplet
-
Replaces the current matrix with the identity matrix.
- resetMatrix() - Method in class processing.core.PGraphics
-
Replaces the current matrix with the identity matrix.
- resetMatrix() - Method in class processing.core.PShape
-
Replaces the current matrix of a shape with the identity matrix.
- resetMatrix() - Method in class processing.opengl.PGraphicsOpenGL
- resetMatrix() - Method in class processing.opengl.PShapeOpenGL
- resetProjection() - Method in class processing.opengl.PGraphicsOpenGL
- resetShader() - Method in class processing.core.PApplet
-
Restores the default shaders.
- resetShader() - Method in class processing.core.PGraphics
-
Restores the default shaders.
- resetShader() - Method in class processing.opengl.PGraphicsOpenGL
- resetShader(int) - Method in class processing.core.PApplet
- resetShader(int) - Method in class processing.core.PGraphics
- resetShader(int) - Method in class processing.opengl.PGraphicsOpenGL
- reshape(GLAutoDrawable, int, int, int, int) - Method in class processing.opengl.PSurfaceJOGL.DrawListener
- resize(int) - Method in class processing.data.DoubleDict
-
Resize the internal data, this can only be used to shrink the list.
- resize(int) - Method in class processing.data.DoubleList
- resize(int) - Method in class processing.data.FloatDict
-
Resize the internal data, this can only be used to shrink the list.
- resize(int) - Method in class processing.data.FloatList
- resize(int) - Method in class processing.data.IntDict
-
Resize the internal data, this can only be used to shrink the list.
- resize(int) - Method in class processing.data.IntList
- resize(int) - Method in class processing.data.LongDict
-
Resize the internal data, this can only be used to shrink the list.
- resize(int) - Method in class processing.data.LongList
- resize(int) - Method in class processing.data.StringDict
-
Resize the internal data, this can only be used to shrink the list.
- resize(int) - Method in class processing.data.StringList
- resize(int, int) - Method in class processing.awt.PImageAWT
- resize(int, int) - Method in class processing.core.PImage
-
Resize the image to a new width and height.
- resize(int, int) - Method in class processing.opengl.PGraphicsOpenGL
- resize(int, int) - Method in class processing.opengl.Texture
- resizeImage(PImage, int, int) - Static method in class processing.awt.ShimAWT
- resume() - Method in class processing.core.PApplet
-
Sketch has resumed.
- resumeThread() - Method in interface processing.core.PSurface
- resumeThread() - Method in class processing.core.PSurfaceNone
- resumeThread() - Method in class processing.opengl.PSurfaceJOGL
- RETURN - Static variable in interface processing.core.PConstants
- reverse() - Method in class processing.data.DoubleList
- reverse() - Method in class processing.data.FloatList
-
Reverse the order of the list
- reverse() - Method in class processing.data.IntList
-
Reverse the order of the list.
- reverse() - Method in class processing.data.LongList
-
Reverse the order of the list elements
- reverse() - Method in class processing.data.StringList
-
Reverse the order of the list
- reverse(boolean[]) - Static method in class processing.core.PApplet
-
Reverses the order of an array.
- reverse(byte[]) - Static method in class processing.core.PApplet
- reverse(char[]) - Static method in class processing.core.PApplet
- reverse(float[]) - Static method in class processing.core.PApplet
- reverse(int[]) - Static method in class processing.core.PApplet
- reverse(Object) - Static method in class processing.core.PApplet
- reverse(String[]) - Static method in class processing.core.PApplet
- RGB - Static variable in interface processing.core.PConstants
- RGB - Static variable in class processing.opengl.PGL
- RGB5_A1 - Static variable in class processing.opengl.PGL
- RGB565 - Static variable in class processing.opengl.PGL
- RGB8 - Static variable in class processing.opengl.PGL
- RGBA - Static variable in class processing.opengl.PGL
- RGBA4 - Static variable in class processing.opengl.PGL
- RGBA8 - Static variable in class processing.opengl.PGL
- rheight - Variable in class processing.core.PApplet
- RIGHT - Static variable in interface processing.core.PConstants
- rmouseX - Variable in class processing.core.PApplet
-
Version of mouseX/mouseY to use with windowRatio().
- rmouseY - Variable in class processing.core.PApplet
- rotate(float) - Method in class processing.awt.PGraphicsJava2D
- rotate(float) - Method in class processing.core.PApplet
-
Rotates a shape the amount specified by the angle parameter.
- rotate(float) - Method in class processing.core.PGraphics
-
Rotates a shape the amount specified by the angle parameter.
- rotate(float) - Method in interface processing.core.PMatrix
- rotate(float) - Method in class processing.core.PMatrix2D
- rotate(float) - Method in class processing.core.PMatrix3D
- rotate(float) - Method in class processing.core.PShape
-
Rotates a shape the amount specified by the angle parameter.
- rotate(float) - Method in class processing.core.PVector
-
Rotate the vector by an angle (only 2D vectors), magnitude remains the same
- rotate(float) - Method in class processing.opengl.PGraphicsOpenGL
-
Two dimensional rotation.
- rotate(float) - Method in class processing.opengl.PShapeOpenGL
- rotate(float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- rotate(float, float, float, float) - Method in class processing.core.PApplet
-
Advanced
- rotate(float, float, float, float) - Method in class processing.core.PGraphics
-
Advanced
- rotate(float, float, float, float) - Method in interface processing.core.PMatrix
- rotate(float, float, float, float) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- rotate(float, float, float, float) - Method in class processing.core.PMatrix3D
- rotate(float, float, float, float) - Method in class processing.core.PShape
- rotate(float, float, float, float) - Method in class processing.opengl.PGraphics2D
- rotate(float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Rotate around an arbitrary vector, similar to glRotate(), except that it takes radians (instead of degrees).
- rotate(float, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- rotateX(float) - Method in class processing.awt.PGraphicsJava2D
- rotateX(float) - Method in class processing.core.PApplet
-
Rotates a shape around the x-axis the amount specified by the angle parameter.
- rotateX(float) - Method in class processing.core.PGraphics
-
Rotates a shape around the x-axis the amount specified by the angle parameter.
- rotateX(float) - Method in interface processing.core.PMatrix
- rotateX(float) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- rotateX(float) - Method in class processing.core.PMatrix3D
- rotateX(float) - Method in class processing.core.PShape
-
Rotates a shape around the x-axis the amount specified by the angle parameter.
- rotateX(float) - Method in class processing.opengl.PGraphics2D
- rotateX(float) - Method in class processing.opengl.PGraphicsOpenGL
- rotateX(float) - Method in class processing.opengl.PShapeOpenGL
- rotateY(float) - Method in class processing.awt.PGraphicsJava2D
- rotateY(float) - Method in class processing.core.PApplet
-
Rotates a shape around the y-axis the amount specified by the angle parameter.
- rotateY(float) - Method in class processing.core.PGraphics
-
Rotates a shape around the y-axis the amount specified by the angle parameter.
- rotateY(float) - Method in interface processing.core.PMatrix
- rotateY(float) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- rotateY(float) - Method in class processing.core.PMatrix3D
- rotateY(float) - Method in class processing.core.PShape
-
Rotates a shape around the y-axis the amount specified by the angle parameter.
- rotateY(float) - Method in class processing.opengl.PGraphics2D
- rotateY(float) - Method in class processing.opengl.PGraphicsOpenGL
- rotateY(float) - Method in class processing.opengl.PShapeOpenGL
- rotateZ(float) - Method in class processing.awt.PGraphicsJava2D
- rotateZ(float) - Method in class processing.core.PApplet
-
Rotates a shape around the z-axis the amount specified by the angle parameter.
- rotateZ(float) - Method in class processing.core.PGraphics
-
Rotates a shape around the z-axis the amount specified by the angle parameter.
- rotateZ(float) - Method in interface processing.core.PMatrix
- rotateZ(float) - Method in class processing.core.PMatrix2D
- rotateZ(float) - Method in class processing.core.PMatrix3D
- rotateZ(float) - Method in class processing.core.PShape
-
Rotates a shape around the z-axis the amount specified by the angle parameter.
- rotateZ(float) - Method in class processing.opengl.PGraphics2D
- rotateZ(float) - Method in class processing.opengl.PGraphicsOpenGL
- rotateZ(float) - Method in class processing.opengl.PShapeOpenGL
- round(float) - Static method in class processing.core.PApplet
-
Calculates the integer closest to the n parameter.
- ROUND - Static variable in interface processing.core.PConstants
- rows() - Method in class processing.data.Table
-
Gets all rows from the table.
- rows(int[]) - Method in class processing.data.Table
- run() - Method in class processing.core.PSurfaceNone.AnimationThread
-
Main method for the primary animation thread.
- run() - Method in class processing.data.Sort
- runSketch(String[], PApplet) - Static method in class processing.core.PApplet
- rwidth - Variable in class processing.core.PApplet
-
Version of width/height to use with windowRatio().
S
- SA - Static variable in class processing.core.PGraphics
- SAMPLE_ALPHA_TO_COVERAGE - Static variable in class processing.opengl.PGL
- SAMPLE_COVERAGE - Static variable in class processing.opengl.PGL
- sampleCoverage(float, boolean) - Method in class processing.opengl.PGL
- sampleCoverage(float, boolean) - Method in class processing.opengl.PJOGL
- SAMPLER_2D - Static variable in class processing.opengl.PGL
- SAMPLER_CUBE - Static variable in class processing.opengl.PGL
- SAMPLES - Static variable in class processing.opengl.PGL
- sampling - Variable in class processing.opengl.Texture.Parameters
-
Texture filtering (POINT, LINEAR, BILINEAR or TRILINEAR).
- saturation(int) - Method in class processing.core.PApplet
-
Extracts the saturation value from a color.
- saturation(int) - Method in class processing.core.PGraphics
-
Extracts the saturation value from a color.
- save(File) - Method in class processing.data.DoubleDict
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class processing.data.DoubleList
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class processing.data.FloatDict
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class processing.data.FloatList
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class processing.data.IntDict
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class processing.data.IntList
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class processing.data.LongDict
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class processing.data.LongList
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class processing.data.StringDict
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class processing.data.StringList
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class processing.data.XML
- save(File, String) - Method in class processing.data.JSONArray
- save(File, String) - Method in class processing.data.JSONObject
- save(File, String) - Method in class processing.data.Table
- save(File, String) - Method in class processing.data.XML
- save(OutputStream) - Method in class processing.core.PFont
-
Write this PFont to an OutputStream.
- save(OutputStream, String) - Method in class processing.data.Table
- save(String) - Method in class processing.core.PApplet
-
Saves an image from the display window.
- save(String) - Method in class processing.core.PGraphics
- save(String) - Method in class processing.core.PImage
-
Saves the image into a file.
- saveBytes(File, byte[]) - Static method in class processing.core.PApplet
- saveBytes(OutputStream, byte[]) - Static method in class processing.core.PApplet
- saveBytes(String, byte[]) - Method in class processing.core.PApplet
-
As the opposite of loadBytes(), this function will write an entire array of bytes to a file.
- saveFile(String) - Method in class processing.core.PApplet
-
Identical to savePath(), but returns a File object.
- saveFrame() - Method in class processing.core.PApplet
- saveFrame(String) - Method in class processing.core.PApplet
-
Saves a numbered sequence of images, one image each time the function is run.
- saveImage(PImage, String, String...) - Static method in class processing.awt.ShimAWT
- saveImpl(String) - Method in class processing.opengl.PGraphicsOpenGL
- saveJSONArray(JSONArray, String) - Method in class processing.core.PApplet
-
Writes the contents of a JSONArray object to a file.
- saveJSONArray(JSONArray, String, String) - Method in class processing.core.PApplet
- saveJSONObject(JSONObject, String) - Method in class processing.core.PApplet
-
Writes the contents of a JSONObject object to a file.
- saveJSONObject(JSONObject, String, String) - Method in class processing.core.PApplet
- savePath(String) - Method in class processing.core.PApplet
-
Returns a path adjacent the application to save to.
- saveStream(File, InputStream) - Static method in class processing.core.PApplet
- saveStream(File, String) - Method in class processing.core.PApplet
-
Identical to the other saveStream(), but writes to a File object, for greater control over the file location.
- saveStream(OutputStream, InputStream) - Static method in class processing.core.PApplet
- saveStream(String, InputStream) - Method in class processing.core.PApplet
- saveStream(String, String) - Method in class processing.core.PApplet
-
Save the contents of a stream to a file in the sketch folder.
- saveStrings(File, String[]) - Static method in class processing.core.PApplet
- saveStrings(OutputStream, String[]) - Static method in class processing.core.PApplet
- saveStrings(String, String[]) - Method in class processing.core.PApplet
-
Writes an array of Strings to a file, one line per String.
- saveTable(Table, String) - Method in class processing.core.PApplet
-
Writes the contents of a Table object to a file.
- saveTable(Table, String, String) - Method in class processing.core.PApplet
- saveXML(XML, String) - Method in class processing.core.PApplet
-
Writes the contents of an XML object to a file.
- saveXML(XML, String, String) - Method in class processing.core.PApplet
- SB - Static variable in class processing.core.PGraphics
- scale(float) - Method in class processing.awt.PGraphicsJava2D
- scale(float) - Method in class processing.core.PApplet
-
Increases or decreases the size of a shape by expanding and contracting vertices.
- scale(float) - Method in class processing.core.PGraphics
-
Increases or decreases the size of a shape by expanding and contracting vertices.
- scale(float) - Method in interface processing.core.PMatrix
- scale(float) - Method in class processing.core.PMatrix2D
- scale(float) - Method in class processing.core.PMatrix3D
- scale(float) - Method in class processing.core.PShape
-
Increases or decreases the size of a shape by expanding and contracting vertices.
- scale(float) - Method in class processing.opengl.PGraphicsOpenGL
-
Same as scale(s, s, s).
- scale(float) - Method in class processing.opengl.PShapeOpenGL
- scale(float, float) - Method in class processing.awt.PGraphicsJava2D
- scale(float, float) - Method in class processing.core.PApplet
-
Advanced
- scale(float, float) - Method in class processing.core.PGraphics
-
Advanced
- scale(float, float) - Method in interface processing.core.PMatrix
- scale(float, float) - Method in class processing.core.PMatrix2D
- scale(float, float) - Method in class processing.core.PMatrix3D
- scale(float, float) - Method in class processing.core.PShape
- scale(float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Same as scale(sx, sy, 1).
- scale(float, float) - Method in class processing.opengl.PShapeOpenGL
- scale(float, float, float) - Method in class processing.awt.PGraphicsJava2D
- scale(float, float, float) - Method in class processing.core.PApplet
- scale(float, float, float) - Method in class processing.core.PGraphics
- scale(float, float, float) - Method in interface processing.core.PMatrix
- scale(float, float, float) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- scale(float, float, float) - Method in class processing.core.PMatrix3D
- scale(float, float, float) - Method in class processing.core.PShape
- scale(float, float, float) - Method in class processing.opengl.PGraphics2D
- scale(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
-
Scale in three dimensions.
- scale(float, float, float) - Method in class processing.opengl.PShapeOpenGL
- scissor(int, int, int, int) - Method in class processing.opengl.PGL
- scissor(int, int, int, int) - Method in class processing.opengl.PJOGL
- SCISSOR_TEST - Static variable in class processing.opengl.PGL
- SCREEN - Static variable in interface processing.core.PConstants
- screenX(float, float) - Method in class processing.awt.PGraphicsJava2D
- screenX(float, float) - Method in class processing.core.PApplet
-
Takes a three-dimensional X, Y, Z position and returns the X value for where it will appear on a (two-dimensional) screen.
- screenX(float, float) - Method in class processing.core.PGraphics
-
Takes a three-dimensional X, Y, Z position and returns the X value for where it will appear on a (two-dimensional) screen.
- screenX(float, float) - Method in class processing.opengl.PGraphicsOpenGL
- screenX(float, float, float) - Method in class processing.awt.PGraphicsJava2D
- screenX(float, float, float) - Method in class processing.core.PApplet
- screenX(float, float, float) - Method in class processing.core.PGraphics
- screenX(float, float, float) - Method in class processing.opengl.PGraphics2D
- screenX(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- screenY(float, float) - Method in class processing.awt.PGraphicsJava2D
- screenY(float, float) - Method in class processing.core.PApplet
-
Takes a three-dimensional X, Y, Z position and returns the Y value for where it will appear on a (two-dimensional) screen.
- screenY(float, float) - Method in class processing.core.PGraphics
-
Takes a three-dimensional X, Y, Z position and returns the Y value for where it will appear on a (two-dimensional) screen.
- screenY(float, float) - Method in class processing.opengl.PGraphicsOpenGL
- screenY(float, float, float) - Method in class processing.awt.PGraphicsJava2D
- screenY(float, float, float) - Method in class processing.core.PApplet
- screenY(float, float, float) - Method in class processing.core.PGraphics
- screenY(float, float, float) - Method in class processing.opengl.PGraphics2D
- screenY(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- screenZ(float, float, float) - Method in class processing.awt.PGraphicsJava2D
- screenZ(float, float, float) - Method in class processing.core.PApplet
-
Takes a three-dimensional X, Y, Z position and returns the Z value for where it will appear on a (two-dimensional) screen.
- screenZ(float, float, float) - Method in class processing.core.PGraphics
-
Takes a three-dimensional X, Y, Z position and returns the Z value for where it will appear on a (two-dimensional) screen.
- screenZ(float, float, float) - Method in class processing.opengl.PGraphics2D
- screenZ(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- second() - Static method in class processing.core.PApplet
-
Processing communicates with the clock on your computer.
- SEG_CLOSE - Static variable in class processing.opengl.LinePath
-
Closes segment at current position.
- SEG_LINETO - Static variable in class processing.opengl.LinePath
-
Extends segment by adding a line to a given position.
- SEG_MOVETO - Static variable in class processing.opengl.LinePath
-
Starts segment at a given position.
- selectCallback(File, String, Object) - Static method in class processing.core.PApplet
- selectFolder(String, String) - Method in class processing.core.PApplet
-
Opens a platform-specific file chooser dialog to select a folder.
- selectFolder(String, String, File) - Method in class processing.core.PApplet
- selectFolder(String, String, File, Object) - Method in class processing.awt.PSurfaceAWT
- selectFolder(String, String, File, Object) - Static method in class processing.awt.ShimAWT
- selectFolder(String, String, File, Object) - Method in class processing.core.PApplet
- selectFolder(String, String, File, Object) - Method in interface processing.core.PSurface
- selectFolder(String, String, File, Object) - Method in class processing.core.PSurfaceNone
- selectFolder(String, String, File, Object) - Method in class processing.opengl.PSurfaceJOGL
- selectFolderImpl(String, String, File, Object, Frame) - Static method in class processing.awt.ShimAWT
- selectImpl(String, String, File, Object, Frame, int) - Static method in class processing.awt.ShimAWT
- selectInput(String, String) - Method in class processing.core.PApplet
-
Open a platform-specific file chooser dialog to select a file for input.
- selectInput(String, String, File) - Method in class processing.core.PApplet
- selectInput(String, String, File, Object) - Method in class processing.awt.PSurfaceAWT
- selectInput(String, String, File, Object) - Static method in class processing.awt.ShimAWT
-
display - the display number to check (1-indexed to match the Preferences dialog box)
- selectInput(String, String, File, Object) - Method in class processing.core.PApplet
- selectInput(String, String, File, Object) - Method in interface processing.core.PSurface
- selectInput(String, String, File, Object) - Method in class processing.core.PSurfaceNone
- selectInput(String, String, File, Object) - Method in class processing.opengl.PSurfaceJOGL
- selectOutput(String, String) - Method in class processing.core.PApplet
-
Opens a platform-specific file chooser dialog to select a file for output.
- selectOutput(String, String, File) - Method in class processing.core.PApplet
- selectOutput(String, String, File, Object) - Method in class processing.awt.PSurfaceAWT
- selectOutput(String, String, File, Object) - Static method in class processing.awt.ShimAWT
- selectOutput(String, String, File, Object) - Method in class processing.core.PApplet
- selectOutput(String, String, File, Object) - Method in interface processing.core.PSurface
- selectOutput(String, String, File, Object) - Method in class processing.core.PSurfaceNone
- selectOutput(String, String, File, Object) - Method in class processing.opengl.PSurfaceJOGL
- set(float[]) - Method in interface processing.core.PMatrix
-
Set the contents of this matrix to the contents of source.
- set(float[]) - Method in class processing.core.PMatrix2D
- set(float[]) - Method in class processing.core.PMatrix3D
- set(float[]) - Method in class processing.core.PVector
-
Set the x, y (and maybe z) coordinates using a float[] array as the source.
- set(float, float) - Method in class processing.core.PVector
- set(float, float, float) - Method in class processing.core.PVector
-
Sets the x, y, and z component of the vector using two or three separate variables, the data from a PVector, or the values from a float array.
- set(float, float, float, float, float, float) - Method in interface processing.core.PMatrix
-
Set the matrix content to this 2D matrix or its 3D equivalent.
- set(float, float, float, float, float, float) - Method in class processing.core.PMatrix2D
-
Sets the matrix content.
- set(float, float, float, float, float, float) - Method in class processing.core.PMatrix3D
- set(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface processing.core.PMatrix
-
Set the matrix content to the 3D matrix supplied, if this matrix is 3D.
- set(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- set(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PMatrix3D
- set(int) - Method in class processing.opengl.Texture.Parameters
- set(int[]) - Method in class processing.opengl.Texture
- set(int[], int) - Method in class processing.opengl.Texture
- set(int[], int, int, int, int) - Method in class processing.opengl.Texture
- set(int[], int, int, int, int, int) - Method in class processing.opengl.Texture
- set(int, double) - Method in class processing.data.DoubleList
-
Set the entry at a particular index.
- set(int, float) - Method in class processing.data.FloatList
-
Set the entry at a particular index.
- set(int, int) - Method in class processing.data.IntList
-
Set the entry at a particular index.
- set(int, int) - Method in class processing.data.LongList
-
Set the entry at a particular index.
- set(int, int) - Method in class processing.opengl.Texture.Parameters
- set(int, int, boolean) - Method in class processing.opengl.Texture.Parameters
- set(int, int, int) - Method in class processing.awt.PGraphicsJava2D
- set(int, int, int) - Method in class processing.core.PApplet
-
Changes the color of any pixel or writes an image directly into the display window.
The x and y parameters specify the pixel to change and the color parameter specifies the color value. - set(int, int, int) - Method in class processing.core.PImage
-
Changes the color of any pixel or writes an image directly into the display window.
The x and y parameters specify the pixel to change and the color parameter specifies the color value. - set(int, int, int) - Method in class processing.opengl.PGraphicsOpenGL
- set(int, int, int, int, int, int) - Method in class processing.opengl.Texture
- set(int, int, int, int, int, int, int, int, int, int) - Method in class processing.opengl.Texture
- set(int, int, PImage) - Method in class processing.core.PApplet
-
Advanced
- set(int, int, PImage) - Method in class processing.core.PImage
-
Advanced
- set(int, String) - Method in class processing.data.StringList
-
Set the entry at a particular index.
- set(String, boolean) - Method in class processing.opengl.PShader
- set(String, boolean[]) - Method in class processing.opengl.PShader
- set(String, boolean[], int) - Method in class processing.opengl.PShader
- set(String, boolean, boolean) - Method in class processing.opengl.PShader
- set(String, boolean, boolean, boolean) - Method in class processing.opengl.PShader
- set(String, boolean, boolean, boolean, boolean) - Method in class processing.opengl.PShader
- set(String, double) - Method in class processing.data.DoubleDict
- set(String, float) - Method in class processing.data.FloatDict
-
Create a new key/value pair or change the value of one.
- set(String, float) - Method in class processing.opengl.PShader
- set(String, float[]) - Method in class processing.opengl.PShader
- set(String, float[], int) - Method in class processing.opengl.PShader
- set(String, float, float) - Method in class processing.opengl.PShader
- set(String, float, float, float) - Method in class processing.opengl.PShader
- set(String, float, float, float, float) - Method in class processing.opengl.PShader
- set(String, int) - Method in class processing.data.IntDict
-
Create a new key/value pair or change the value of one.
- set(String, int) - Method in class processing.opengl.PShader
-
Sets the uniform variables inside the shader to modify the effect while the program is running.
- set(String, int[]) - Method in class processing.opengl.PShader
- set(String, int[], int) - Method in class processing.opengl.PShader
- set(String, int, int) - Method in class processing.opengl.PShader
- set(String, int, int, int) - Method in class processing.opengl.PShader
- set(String, int, int, int, int) - Method in class processing.opengl.PShader
- set(String, long) - Method in class processing.data.LongDict
-
Create a new key/value pair or change the value of one.
- set(String, String) - Method in class processing.data.StringDict
-
Create a new key/value pair or change the value of one
- set(String, PImage) - Method in class processing.opengl.PShader
- set(String, PMatrix2D) - Method in class processing.opengl.PShader
- set(String, PMatrix3D) - Method in class processing.opengl.PShader
- set(String, PMatrix3D, boolean) - Method in class processing.opengl.PShader
- set(String, PVector) - Method in class processing.opengl.PShader
- set(PMatrix) - Method in interface processing.core.PMatrix
-
Make this matrix become a copy of src.
- set(PMatrix) - Method in class processing.core.PMatrix2D
-
If matrix is a PMatrix2D, sets this matrix to be a copy of it.
- set(PMatrix) - Method in class processing.core.PMatrix3D
- set(PMatrix3D) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- set(PVector) - Method in class processing.core.PVector
- set(Texture) - Method in class processing.opengl.Texture
- set(Texture.Parameters) - Method in class processing.opengl.Texture.Parameters
- set(Texture, int, int, int, int) - Method in class processing.opengl.Texture
- set3D(boolean) - Method in class processing.core.PShape
- setAlwaysOnTop(boolean) - Method in class processing.awt.PSurfaceAWT
- setAlwaysOnTop(boolean) - Method in interface processing.core.PSurface
-
Dumb name, but inherited from Frame and no better ideas.
- setAlwaysOnTop(boolean) - Method in class processing.core.PSurfaceNone
- setAlwaysOnTop(boolean) - Method in class processing.opengl.PSurfaceJOGL
- setAmbient - Variable in class processing.core.PGraphics
- setAmbient(int) - Method in class processing.core.PShape
- setAmbient(int) - Method in class processing.opengl.PShapeOpenGL
- setAmbient(int, int) - Method in class processing.core.PShape
- setAmbient(int, int) - Method in class processing.opengl.PShapeOpenGL
- setAttrib(String, int, boolean...) - Method in class processing.opengl.PShapeOpenGL
- setAttrib(String, int, float...) - Method in class processing.opengl.PShapeOpenGL
- setAttrib(String, int, int...) - Method in class processing.opengl.PShapeOpenGL
- setAttribColor(String, int, int) - Method in class processing.opengl.PShapeOpenGL
- setAttribNormal(String, int, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- setAttribPosition(String, int, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- setBoolean(int, boolean) - Method in class processing.data.JSONArray
-
Inserts a new value into the JSONArray at the specified index position.
- setBoolean(String, boolean) - Method in class processing.data.JSONObject
-
Inserts a new key/boolean pair into the JSONObject or, if a value with the specified key already exists, assigns a new value.
- setBufferSource(Object) - Method in class processing.opengl.Texture
- setCache(PImage, Object) - Method in class processing.core.PGraphics
-
Store data of some kind for the renderer that requires extra metadata of some kind.
- setCache(PImage, Object) - Method in class processing.opengl.PGraphicsOpenGL
- setCaps(GLCapabilities) - Method in class processing.opengl.PJOGL
- setColorBuffer(Texture) - Method in class processing.opengl.FrameBuffer
- setColorBuffers(Texture[]) - Method in class processing.opengl.FrameBuffer
- setColorBuffers(Texture[], int) - Method in class processing.opengl.FrameBuffer
- setColumnCount(int) - Method in class processing.data.Table
-
Change the number of columns in this table.
- setColumnTitle(int, String) - Method in class processing.data.Table
- setColumnTitles(String[]) - Method in class processing.data.Table
- setColumnType(int, int) - Method in class processing.data.Table
-
Sets the column type.
- setColumnType(int, String) - Method in class processing.data.Table
-
Set the data type for a column so that using it is more efficient.
- setColumnType(String, int) - Method in class processing.data.Table
- setColumnType(String, String) - Method in class processing.data.Table
- setColumnTypes(int[]) - Method in class processing.data.Table
- setColumnTypes(Table) - Method in class processing.data.Table
-
Set the titles (and if a second column is present) the data types for this table based on a file loaded separately.
- setContent(String) - Method in class processing.data.XML
-
Sets the element's content, which is specified as a String.
- setCursor(int) - Method in class processing.awt.PSurfaceAWT
- setCursor(int) - Method in interface processing.core.PSurface
- setCursor(int) - Method in class processing.core.PSurfaceNone
- setCursor(int) - Method in class processing.opengl.PSurfaceJOGL
- setCursor(PImage, int, int) - Method in class processing.awt.PSurfaceAWT
- setCursor(PImage, int, int) - Method in interface processing.core.PSurface
- setCursor(PImage, int, int) - Method in class processing.core.PSurfaceNone
- setCursor(PImage, int, int) - Method in class processing.opengl.PSurfaceJOGL
- setDouble(int, double) - Method in class processing.data.JSONArray
-
Put or replace a double value.
- setDouble(int, double) - Method in interface processing.data.TableRow
- setDouble(int, int, double) - Method in class processing.data.Table
- setDouble(int, String, double) - Method in class processing.data.Table
- setDouble(String, double) - Method in class processing.data.JSONObject
-
Put a key/double pair in the JSONObject.
- setDouble(String, double) - Method in interface processing.data.TableRow
- setDouble(String, double) - Method in class processing.data.XML
- setDoubleContent(double) - Method in class processing.data.XML
- setEmissive(int) - Method in class processing.core.PShape
- setEmissive(int) - Method in class processing.opengl.PShapeOpenGL
- setEmissive(int, int) - Method in class processing.core.PShape
- setEmissive(int, int) - Method in class processing.opengl.PShapeOpenGL
- setFamily(int) - Method in class processing.core.PShape
- setFBO(int) - Method in class processing.opengl.FrameBuffer
- setFill(boolean) - Method in class processing.core.PShape
- setFill(boolean) - Method in class processing.opengl.PShapeOpenGL
- setFill(int) - Method in class processing.core.PShape
-
The setFill() method defines the fill color of a PShape.
- setFill(int) - Method in class processing.opengl.PShapeOpenGL
- setFill(int, int) - Method in class processing.core.PShape
- setFill(int, int) - Method in class processing.opengl.PShapeOpenGL
- setFloat(int, float) - Method in class processing.data.JSONArray
-
Inserts a new value into the JSONArray at the specified index position.
- setFloat(int, float) - Method in interface processing.data.TableRow
-
Stores a float value in the TableRow's specified column.
- setFloat(int, int, float) - Method in class processing.data.Table
-
Stores a float value in the Table's specified row and column.
- setFloat(int, String, float) - Method in class processing.data.Table
- setFloat(String, float) - Method in class processing.data.JSONObject
-
Inserts a new key/float pair into the JSONObject or, if a value with the specified key already exists, assigns a new value.
- setFloat(String, float) - Method in interface processing.data.TableRow
- setFloat(String, float) - Method in class processing.data.XML
-
Sets the content of an element's attribute as a float.
- setFloatContent(float) - Method in class processing.data.XML
- setFps(float) - Method in class processing.opengl.PJOGL
- setFragmentShader(String) - Method in class processing.opengl.PShader
- setFragmentShader(String[]) - Method in class processing.opengl.PShader
- setFragmentShader(URL) - Method in class processing.opengl.PShader
- setFrameRate(float) - Method in interface processing.core.PSurface
- setFrameRate(float) - Method in class processing.core.PSurfaceNone
- setFrameRate(float) - Method in class processing.opengl.PSurfaceJOGL
- setHeading(float) - Method in class processing.core.PVector
- setIcon(String...) - Static method in class processing.opengl.PJOGL
- setIcon(PImage) - Method in class processing.awt.PSurfaceAWT
- setIcon(PImage) - Method in interface processing.core.PSurface
- setIcon(PImage) - Method in class processing.core.PSurfaceNone
- setIcon(PImage) - Method in class processing.opengl.PSurfaceJOGL
- setIconImage(Image) - Static method in class processing.core.ThinkDifferent
-
Called via reflection from PSurfaceAWT and others, set the dock icon image.
- setIndex(int, String, double) - Method in class processing.data.DoubleDict
- setIndex(int, String, float) - Method in class processing.data.FloatDict
- setIndex(int, String, int) - Method in class processing.data.IntDict
- setIndex(int, String, long) - Method in class processing.data.LongDict
- setIndex(int, String, String) - Method in class processing.data.StringDict
- setInt(int, int) - Method in class processing.data.JSONArray
-
Inserts a new value into the JSONArray at the specified index position.
- setInt(int, int) - Method in interface processing.data.TableRow
-
Stores an integer value in the TableRow's specified column.
- setInt(int, int, int) - Method in class processing.data.Table
-
Stores an integer value in the Table's specified row and column.
- setInt(int, String, int) - Method in class processing.data.Table
- setInt(String, int) - Method in class processing.data.JSONObject
-
Inserts a new key/int pair into the JSONObject or, if a value with the specified key already exists, assigns a new value.
- setInt(String, int) - Method in interface processing.data.TableRow
- setInt(String, int) - Method in class processing.data.XML
-
Sets the content of an element's attribute as an int.
- setIntContent(int) - Method in class processing.data.XML
- setJSONArray(int, JSONArray) - Method in class processing.data.JSONArray
-
Sets the value of the JSONArray with the associated index value.
- setJSONArray(String, JSONArray) - Method in class processing.data.JSONObject
-
Sets the value of the JSONArray with the associated key.
- setJSONObject(int, JSONObject) - Method in class processing.data.JSONArray
-
Sets the value of the JSONObject with the index value.
- setJSONObject(String, JSONObject) - Method in class processing.data.JSONObject
-
Sets the value of the JSONObject with the associated key.
- setKind(int) - Method in class processing.core.PShape
- setLoaded() - Method in class processing.core.PImage
- setLoaded(boolean) - Method in class processing.core.PImage
- setLocation(int, int) - Method in class processing.awt.PSurfaceAWT
- setLocation(int, int) - Method in interface processing.core.PSurface
- setLocation(int, int) - Method in class processing.core.PSurfaceNone
- setLocation(int, int) - Method in class processing.opengl.PSurfaceJOGL
- setLong(int, int, long) - Method in class processing.data.Table
- setLong(int, long) - Method in class processing.data.JSONArray
-
Put or replace a long value.
- setLong(int, long) - Method in interface processing.data.TableRow
- setLong(int, String, long) - Method in class processing.data.Table
- setLong(String, long) - Method in class processing.data.JSONObject
-
Put a key/long pair in the JSONObject.
- setLong(String, long) - Method in interface processing.data.TableRow
- setLong(String, long) - Method in class processing.data.XML
-
Sets the content of an element as an int
- setLongContent(long) - Method in class processing.data.XML
- setMag(float) - Method in class processing.core.PVector
-
Set the magnitude of this vector to the value used for the len parameter.
- setMag(PVector, float) - Method in class processing.core.PVector
-
Sets the magnitude of this vector, storing the result in another vector.
- setMatrix(PMatrix) - Method in class processing.core.PApplet
-
Set the current transformation matrix to the contents of another.
- setMatrix(PMatrix) - Method in class processing.core.PGraphics
-
Set the current transformation matrix to the contents of another.
- setMatrix(PMatrix2D) - Method in class processing.awt.PGraphicsJava2D
- setMatrix(PMatrix2D) - Method in class processing.core.PApplet
-
Set the current transformation to the contents of the specified source.
- setMatrix(PMatrix2D) - Method in class processing.core.PGraphics
-
Set the current transformation to the contents of the specified source.
- setMatrix(PMatrix2D) - Method in class processing.opengl.PGraphicsOpenGL
- setMatrix(PMatrix3D) - Method in class processing.awt.PGraphicsJava2D
- setMatrix(PMatrix3D) - Method in class processing.core.PApplet
-
Set the current transformation to the contents of the specified source.
- setMatrix(PMatrix3D) - Method in class processing.core.PGraphics
-
Set the current transformation to the contents of the specified source.
- setMatrix(PMatrix3D) - Method in class processing.opengl.PGraphics2D
- setMatrix(PMatrix3D) - Method in class processing.opengl.PGraphicsOpenGL
-
Set the current transformation to the contents of the specified source.
- setMissingDouble(double) - Method in class processing.data.Table
- setMissingFloat(float) - Method in class processing.data.Table
- setMissingInt(int) - Method in class processing.data.Table
- setMissingLong(long) - Method in class processing.data.Table
- setMissingString(String) - Method in class processing.data.Table
-
Treat entries with this string as "missing".
- setModified() - Method in class processing.core.PImage
- setModified() - Method in class processing.opengl.Texture
- setModified(boolean) - Method in class processing.core.PImage
- setModified(boolean) - Method in class processing.opengl.Texture
- setName(String) - Method in class processing.core.PShape
- setName(String) - Method in class processing.data.XML
-
Sets the element's name, which is specified as a String.
- setNative(int[]) - Method in class processing.opengl.Texture
- setNative(int[], int, int, int, int) - Method in class processing.opengl.Texture
- setNative(Object) - Method in class processing.core.PFont
-
Set the native complement of this font.
- setNative(IntBuffer, int, int, int, int) - Method in class processing.opengl.Texture
- setNormal(int, float, float, float) - Method in class processing.core.PShape
- setNormal(int, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- setOutput(LineStroker) - Method in class processing.opengl.LineStroker
-
Sets the output
LineStroker
of thisLineStroker
. - setParameters(int, int, int, int, PMatrix2D) - Method in class processing.opengl.LineStroker
-
Sets the parameters of this
LineStroker
. - setParams(float[]) - Method in class processing.opengl.PShapeOpenGL
- setParent(PApplet) - Method in class processing.core.PGraphics
- setParent(PApplet) - Method in class processing.opengl.PGraphicsOpenGL
- setPath(int, float[][]) - Method in class processing.core.PShape
- setPath(int, float[][], int, int[]) - Method in class processing.opengl.PShapeOpenGL
- setPath(String) - Method in class processing.core.PGraphics
- setPrimary(boolean) - Method in class processing.core.PGraphics
-
Set (or unset) this as the main drawing surface.
- setPrimary(boolean) - Method in class processing.opengl.PGL
- setPrimary(boolean) - Method in class processing.opengl.PGraphicsOpenGL
- setProjection(PMatrix3D) - Method in class processing.opengl.PGraphicsOpenGL
- setResizable(boolean) - Method in class processing.awt.PSurfaceAWT
-
Set true if we want to resize things (default is not resizable)
- setResizable(boolean) - Method in interface processing.core.PSurface
-
Set true if we want to resize things (default is not resizable)
- setResizable(boolean) - Method in class processing.core.PSurfaceNone
-
Set true if we want to resize things (default is not resizable)
- setResizable(boolean) - Method in class processing.opengl.PSurfaceJOGL
- setRow(int, Object[]) - Method in class processing.data.Table
- setRow(int, TableRow) - Method in class processing.data.Table
- setRowCount(int) - Method in class processing.data.Table
- setShininess(float) - Method in class processing.core.PShape
- setShininess(float) - Method in class processing.opengl.PShapeOpenGL
- setShininess(int, float) - Method in class processing.core.PShape
- setShininess(int, float) - Method in class processing.opengl.PShapeOpenGL
- setSize(int, int) - Method in class processing.awt.PGraphicsJava2D
-
Queues a size change, won't happen until beginDraw().
- setSize(int, int) - Method in class processing.awt.PSurfaceAWT
- setSize(int, int) - Method in class processing.core.PApplet
-
Called by PSurface objects to set the width and height variables, and update the pixelWidth and pixelHeight variables.
- setSize(int, int) - Method in class processing.core.PGraphics
-
The final step in setting up a renderer, set its size of this renderer.
- setSize(int, int) - Method in interface processing.core.PSurface
- setSize(int, int) - Method in class processing.core.PSurfaceNone
- setSize(int, int) - Method in class processing.opengl.PGraphicsOpenGL
- setSize(int, int) - Method in class processing.opengl.PSurfaceJOGL
- setSmooth(int) - Method in class processing.opengl.PSurfaceJOGL
- setSpecular(int) - Method in class processing.core.PShape
- setSpecular(int) - Method in class processing.opengl.PShapeOpenGL
- setSpecular(int, int) - Method in class processing.core.PShape
- setSpecular(int, int) - Method in class processing.opengl.PShapeOpenGL
- setString(int, int, String) - Method in class processing.data.Table
-
Stores a String value in the Table's specified row and column.
- setString(int, String) - Method in class processing.data.JSONArray
-
Inserts a new value into the JSONArray at the specified index position.
- setString(int, String) - Method in interface processing.data.TableRow
-
Stores a String value in the TableRow's specified column.
- setString(int, String, String) - Method in class processing.data.Table
- setString(String, String) - Method in class processing.data.JSONObject
-
Inserts a new key/String pair into the JSONObject or, if a value with the specified key already exists, assigns a new value.
- setString(String, String) - Method in interface processing.data.TableRow
- setString(String, String) - Method in class processing.data.XML
-
Sets the content of an element's attribute as a String.
- setStroke(boolean) - Method in class processing.core.PShape
- setStroke(boolean) - Method in class processing.opengl.PShapeOpenGL
- setStroke(int) - Method in class processing.core.PShape
-
The setStroke() method defines the outline color of a PShape.
- setStroke(int) - Method in class processing.opengl.PShapeOpenGL
- setStroke(int, int) - Method in class processing.core.PShape
- setStroke(int, int) - Method in class processing.opengl.PShapeOpenGL
- setStrokeCap(int) - Method in class processing.core.PShape
- setStrokeCap(int) - Method in class processing.opengl.PShapeOpenGL
- setStrokeJoin(int) - Method in class processing.core.PShape
- setStrokeJoin(int) - Method in class processing.opengl.PShapeOpenGL
- setStrokeWeight(float) - Method in class processing.core.PShape
- setStrokeWeight(float) - Method in class processing.opengl.PShapeOpenGL
- setStrokeWeight(int, float) - Method in class processing.core.PShape
- setStrokeWeight(int, float) - Method in class processing.opengl.PShapeOpenGL
- setSubsetting() - Method in class processing.core.PFont
- setTableType(String) - Method in class processing.data.Table
-
Set the entire table to a specific data type.
- setTexture(PImage) - Method in class processing.core.PShape
- setTexture(PImage) - Method in class processing.opengl.PShapeOpenGL
- setTextureMode(int) - Method in class processing.core.PShape
- setTextureMode(int) - Method in class processing.opengl.PShapeOpenGL
- setTextureUV(int, float, float) - Method in class processing.core.PShape
- setTextureUV(int, float, float) - Method in class processing.opengl.PShapeOpenGL
- setThread(Thread) - Method in class processing.opengl.PGL
- settings() - Method in class processing.core.PApplet
-
The settings() function is new with Processing 3.0.
- setTint(boolean) - Method in class processing.core.PShape
- setTint(boolean) - Method in class processing.opengl.PShapeOpenGL
- setTint(int) - Method in class processing.core.PShape
- setTint(int) - Method in class processing.opengl.PShapeOpenGL
- setTint(int, int) - Method in class processing.core.PShape
- setTint(int, int) - Method in class processing.opengl.PShapeOpenGL
- setTitle(String) - Method in class processing.awt.PSurfaceAWT
-
Set the window (and dock, or whatever necessary) title.
- setTitle(String) - Method in interface processing.core.PSurface
-
Set the window (and dock, or whatever necessary) title.
- setTitle(String) - Method in class processing.core.PSurfaceNone
-
Set the window (and dock, or whatever necessary) title.
- setTitle(String) - Method in class processing.opengl.PSurfaceJOGL
- setup() - Method in class processing.core.PApplet
-
The setup() function is run once, when the program starts.
- setVertex(int, float, float) - Method in class processing.core.PShape
-
The setVertex() method defines the coordinates of the vertex point located at the position defined by the index parameter.
- setVertex(int, float, float) - Method in class processing.opengl.PShapeOpenGL
- setVertex(int, float, float, float) - Method in class processing.core.PShape
- setVertex(int, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- setVertex(int, PVector) - Method in class processing.core.PShape
- setVertex(int, PVector) - Method in class processing.opengl.PShapeOpenGL
- setVertexShader(String) - Method in class processing.opengl.PShader
- setVertexShader(String[]) - Method in class processing.opengl.PShader
- setVertexShader(URL) - Method in class processing.opengl.PShader
- setVisible(boolean) - Method in class processing.awt.PSurfaceAWT
- setVisible(boolean) - Method in class processing.core.PShape
-
Sets the shape to be visible or invisible.
- setVisible(boolean) - Method in interface processing.core.PSurface
-
Show or hide the window.
- setVisible(boolean) - Method in class processing.core.PSurfaceNone
-
Show or hide the window.
- setVisible(boolean) - Method in class processing.opengl.PSurfaceJOGL
- setWidth - Variable in class processing.core.PFont.Glyph
- setWindingRule(int) - Method in class processing.opengl.LinePath
-
Sets the winding rule for this path to the specified value.
- SG - Static variable in class processing.core.PGraphics
- shader(PShader) - Method in class processing.core.PApplet
-
Applies the shader specified by the parameters.
- shader(PShader) - Method in class processing.core.PGraphics
-
Applies the shader specified by the parameters.
- shader(PShader) - Method in class processing.opengl.PGraphicsOpenGL
- shader(PShader, int) - Method in class processing.core.PApplet
- shader(PShader, int) - Method in class processing.core.PGraphics
- shader(PShader, int) - Method in class processing.opengl.PGraphicsOpenGL
- SHADER_SOURCE_LENGTH - Static variable in class processing.opengl.PGL
- SHADER_TYPE - Static variable in class processing.opengl.PGL
- shaderBinary(int, IntBuffer, int, Buffer, int) - Method in class processing.opengl.PGL
- shaderBinary(int, IntBuffer, int, Buffer, int) - Method in class processing.opengl.PJOGL
- shaderSource(int, String) - Method in class processing.opengl.PGL
- shaderSource(int, String) - Method in class processing.opengl.PJOGL
- SHADING_LANGUAGE_VERSION - Static variable in class processing.opengl.PGL
- shape(PShape) - Method in class processing.core.PApplet
- shape(PShape) - Method in class processing.core.PGraphics
- shape(PShape) - Method in class processing.opengl.PGraphics2D
- shape(PShape, float, float) - Method in class processing.core.PApplet
-
Draws shapes to the display window.
- shape(PShape, float, float) - Method in class processing.core.PGraphics
-
Draws shapes to the display window.
- shape(PShape, float, float) - Method in class processing.opengl.PGraphics2D
- shape(PShape, float, float, float) - Method in class processing.opengl.PGraphics2D
- shape(PShape, float, float, float, float) - Method in class processing.core.PApplet
- shape(PShape, float, float, float, float) - Method in class processing.core.PGraphics
- shape(PShape, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- shape(PShape, float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- SHAPE - Static variable in interface processing.core.PConstants
-
textMode(SHAPE) draws text using the the glyph outlines of individual characters rather than as textures.
- shapeMode - Variable in class processing.core.PGraphics
-
The current shape alignment mode (read-only)
- shapeMode - Variable in class processing.core.PStyle
- shapeMode(int) - Method in class processing.core.PApplet
-
Modifies the location from which shapes draw.
- shapeMode(int) - Method in class processing.core.PGraphics
-
Modifies the location from which shapes draw.
- shearX(float) - Method in class processing.awt.PGraphicsJava2D
- shearX(float) - Method in class processing.core.PApplet
-
Shears a shape around the x-axis the amount specified by the angle parameter.
- shearX(float) - Method in class processing.core.PGraphics
-
Shears a shape around the x-axis the amount specified by the angle parameter.
- shearX(float) - Method in interface processing.core.PMatrix
- shearX(float) - Method in class processing.core.PMatrix2D
- shearX(float) - Method in class processing.core.PMatrix3D
- shearX(float) - Method in class processing.opengl.PGraphicsOpenGL
- shearY(float) - Method in class processing.awt.PGraphicsJava2D
- shearY(float) - Method in class processing.core.PApplet
-
Shears a shape around the y-axis the amount specified by the angle parameter.
- shearY(float) - Method in class processing.core.PGraphics
-
Shears a shape around the y-axis the amount specified by the angle parameter.
- shearY(float) - Method in interface processing.core.PMatrix
- shearY(float) - Method in class processing.core.PMatrix2D
- shearY(float) - Method in class processing.core.PMatrix3D
- shearY(float) - Method in class processing.opengl.PGraphicsOpenGL
- shell(StringList, StringList, String...) - Static method in class processing.core.PApplet
-
Same as exec() above, but prefixes the call with a shell.
- SHIFT - Static variable in interface processing.core.PConstants
- SHIFT - Static variable in class processing.event.Event
- ShimAWT - Class in processing.awt
-
This class exists as an abstraction layer to remove AWT from PApplet.
- SHINE - Static variable in class processing.core.PGraphics
- shininess - Variable in class processing.core.PGraphics
- shininess - Variable in class processing.core.PStyle
- shininess(float) - Method in class processing.core.PApplet
-
Sets the amount of gloss in the surface of shapes.
- shininess(float) - Method in class processing.core.PGraphics
-
Sets the amount of gloss in the surface of shapes.
- shininess(float) - Method in class processing.core.PShape
- SHORT - Static variable in class processing.opengl.PGL
- shorten(boolean[]) - Static method in class processing.core.PApplet
-
Decreases an array by one element and returns the shortened array.
- shorten(byte[]) - Static method in class processing.core.PApplet
- shorten(char[]) - Static method in class processing.core.PApplet
- shorten(float[]) - Static method in class processing.core.PApplet
- shorten(int[]) - Static method in class processing.core.PApplet
- shorten(Object) - Static method in class processing.core.PApplet
- shorten(String[]) - Static method in class processing.core.PApplet
- showCursor() - Method in class processing.awt.PSurfaceAWT
- showCursor() - Method in interface processing.core.PSurface
- showCursor() - Method in class processing.core.PSurfaceNone
- showCursor() - Method in class processing.opengl.PSurfaceJOGL
- showDepthWarning(String) - Static method in class processing.core.PApplet
-
Display a warning that the specified method is only available with 3D.
- showDepthWarning(String) - Static method in class processing.core.PGraphics
-
Display a warning that the specified method is only available with 3D.
- showDepthWarningXYZ(String) - Static method in class processing.core.PApplet
-
Display a warning that the specified method that takes x, y, z parameters can only be used with x and y parameters in this renderer.
- showDepthWarningXYZ(String) - Static method in class processing.core.PGraphics
-
Display a warning that the specified method that takes x, y, z parameters can only be used with x and y parameters in this renderer.
- showException(String) - Static method in class processing.core.PGraphics
-
Show a renderer-related exception that halts the program.
- showMenuBar() - Static method in class processing.core.ThinkDifferent
- showMethodWarning(String) - Static method in class processing.core.PApplet
-
Display a warning that the specified method is simply unavailable.
- showMethodWarning(String) - Static method in class processing.core.PGraphics
-
Display a warning that the specified method is simply unavailable.
- showMissingWarning(String) - Static method in class processing.core.PApplet
-
Display a warning that the specified method is not implemented, meaning that it could be either a completely missing function, although other variations of it may still work properly.
- showMissingWarning(String) - Static method in class processing.core.PGraphics
-
Display a warning that the specified method is not implemented, meaning that it could be either a completely missing function, although other variations of it may still work properly.
- showVariationWarning(String) - Static method in class processing.core.PApplet
-
Error that a particular variation of a method is unavailable (even though other variations are).
- showVariationWarning(String) - Static method in class processing.core.PGraphics
-
Error that a particular variation of a method is unavailable (even though other variations are).
- showWarning(String) - Static method in class processing.core.PGraphics
-
Show a renderer error, and keep track of it so that it's only shown once.
- showWarning(String, Object...) - Static method in class processing.core.PGraphics
-
Version of showWarning() that takes a parsed String.
- shuffle() - Method in class processing.data.DoubleList
-
Randomize the order of the list elements.
- shuffle() - Method in class processing.data.FloatList
-
Randomize the order of the list elements.
- shuffle() - Method in class processing.data.IntList
-
Randomize the order of the list elements.
- shuffle() - Method in class processing.data.LongList
-
Randomize the order of the list elements.
- shuffle() - Method in class processing.data.StringList
-
Randomize the order of the list elements.
- shuffle(PApplet) - Method in class processing.data.DoubleList
-
Randomize the list order using the random() function from the specified sketch, allowing shuffle() to use its current randomSeed() setting.
- shuffle(PApplet) - Method in class processing.data.FloatList
-
Randomize the list order using the random() function from the specified sketch, allowing shuffle() to use its current randomSeed() setting.
- shuffle(PApplet) - Method in class processing.data.IntList
-
Randomize the list order using the random() function from the specified sketch, allowing shuffle() to use its current randomSeed() setting.
- shuffle(PApplet) - Method in class processing.data.LongList
-
Randomize the list order using the random() function from the specified sketch, allowing shuffle() to use its current randomSeed() setting.
- shuffle(PApplet) - Method in class processing.data.StringList
-
Randomize the list order using the random() function from the specified sketch, allowing shuffle() to use its current randomSeed() setting.
- sin(float) - Static method in class processing.core.PApplet
-
Calculates the sine of an angle.
- size() - Method in class processing.data.DoubleDict
- size() - Method in class processing.data.DoubleList
-
Get the length of the list.
- size() - Method in class processing.data.FloatDict
-
Returns the number of key/value pairs.
- size() - Method in class processing.data.FloatList
-
Get the length of the list.
- size() - Method in class processing.data.IntDict
-
Returns the number of key/value pairs
- size() - Method in class processing.data.IntList
-
Get the length of the list.
- size() - Method in class processing.data.JSONArray
-
Gets the total number of elements in a JSONArray (inclusive of null elements).
- size() - Method in class processing.data.JSONObject
-
Get the number of keys stored in the JSONObject.
- size() - Method in class processing.data.LongDict
-
Returns the number of key/value pairs
- size() - Method in class processing.data.LongList
-
Get the length of the list.
- size() - Method in class processing.data.Sort
- size() - Method in class processing.data.StringDict
-
Returns the number of key/value pairs
- size() - Method in class processing.data.StringList
-
Get the length of the list.
- size(int, int) - Method in class processing.core.PApplet
-
Defines the dimension of the display window width and height in units of pixels.
- size(int, int, String) - Method in class processing.core.PApplet
- size(int, int, String, String) - Method in class processing.core.PApplet
- sketchDisplay() - Method in class processing.core.PApplet
- sketchFile(String) - Method in class processing.core.PApplet
- sketchFullScreen() - Method in class processing.core.PApplet
- sketchHeight() - Method in class processing.core.PApplet
- sketchOutputPath() - Method in class processing.core.PApplet
- sketchOutputStream() - Method in class processing.core.PApplet
- sketchPath() - Method in class processing.core.PApplet
- sketchPath(String) - Method in class processing.core.PApplet
-
Prepend the sketch folder path to the filename (or path) that is passed in.
- sketchPixelDensity() - Method in class processing.core.PApplet
- sketchRenderer() - Method in class processing.core.PApplet
- sketchSmooth() - Method in class processing.core.PApplet
- sketchWidth() - Method in class processing.core.PApplet
- sketchWindowColor() - Method in class processing.core.PApplet
- smooth - Variable in class processing.core.PGraphics
-
the anti-aliasing level for renderers that support it
- smooth() - Method in class processing.core.PApplet
- smooth() - Method in class processing.core.PGraphics
- smooth(int) - Method in class processing.core.PApplet
-
Draws all geometry with smooth (anti-aliased) edges.
- smooth(int) - Method in class processing.core.PGraphics
- SmoothCanvas() - Constructor for class processing.awt.PSurfaceAWT.SmoothCanvas
- smoothToSamples(int) - Static method in class processing.opengl.PGL
- SOFT_LIGHT - Static variable in interface processing.core.PConstants
- solid(boolean) - Method in class processing.opengl.PShapeOpenGL
- sort() - Method in class processing.data.DoubleList
-
Sorts the array in place.
- sort() - Method in class processing.data.FloatList
-
Sorts an array, lowest to highest
- sort() - Method in class processing.data.IntList
-
Sorts the array, lowest to highest.
- sort() - Method in class processing.data.LongList
-
Sorts the array in place.
- sort() - Method in class processing.data.StringList
-
Sorts the array in place.
- sort(byte[]) - Static method in class processing.core.PApplet
-
Sorts an array of numbers from smallest to largest, or puts an array of words in alphabetical order.
- sort(byte[], int) - Static method in class processing.core.PApplet
- sort(char[]) - Static method in class processing.core.PApplet
- sort(char[], int) - Static method in class processing.core.PApplet
- sort(float[]) - Static method in class processing.core.PApplet
- sort(float[], int) - Static method in class processing.core.PApplet
- sort(int) - Method in class processing.data.Table
- sort(int[]) - Static method in class processing.core.PApplet
- sort(int[], int) - Static method in class processing.core.PApplet
- sort(String) - Method in class processing.data.Table
-
Sorts (orders) a table based on the values in a column.
- sort(String[]) - Static method in class processing.core.PApplet
- sort(String[], int) - Static method in class processing.core.PApplet
- Sort - Class in processing.data
-
Internal sorter used by several data classes.
- Sort() - Constructor for class processing.data.Sort
- sortKeys() - Method in class processing.data.DoubleDict
-
Sort the keys alphabetically (ignoring case).
- sortKeys() - Method in class processing.data.FloatDict
-
Sort the keys alphabetically (ignoring case).
- sortKeys() - Method in class processing.data.IntDict
-
Sort the keys alphabetically (ignoring case).
- sortKeys() - Method in class processing.data.LongDict
-
Sort the keys alphabetically (ignoring case).
- sortKeys() - Method in class processing.data.StringDict
-
Sort the keys alphabetically.
- sortKeysReverse() - Method in class processing.data.DoubleDict
- sortKeysReverse() - Method in class processing.data.FloatDict
-
Sort the keys alphabetically in reverse (ignoring case).
- sortKeysReverse() - Method in class processing.data.IntDict
-
Sort the keys alphabetically in reverse (ignoring case).
- sortKeysReverse() - Method in class processing.data.LongDict
-
Sort the keys alphabetically in reverse (ignoring case).
- sortKeysReverse() - Method in class processing.data.StringDict
-
Sort the keys alphabetically in reverse
- sortReverse() - Method in class processing.data.DoubleList
-
Reverse sort, orders values from highest to lowest
- sortReverse() - Method in class processing.data.FloatList
-
A sort in reverse.
- sortReverse() - Method in class processing.data.IntList
-
A sort in reverse.
- sortReverse() - Method in class processing.data.LongList
-
Reverse sort, orders values from highest to lowest.
- sortReverse() - Method in class processing.data.StringList
-
A sort in reverse.
- sortReverse(int) - Method in class processing.data.Table
- sortReverse(String) - Method in class processing.data.Table
- sortValues() - Method in class processing.data.DoubleDict
-
Sort by values in descending order (largest value will be at [0]).
- sortValues() - Method in class processing.data.FloatDict
-
Sort by values in ascending order (largest value will be at [0]).
- sortValues() - Method in class processing.data.IntDict
-
Sort by values in ascending order.
- sortValues() - Method in class processing.data.LongDict
-
Sort by values in ascending order.
- sortValues() - Method in class processing.data.StringDict
-
Sort by values in descending order.
- sortValues(boolean) - Method in class processing.data.DoubleDict
-
Set true to ensure that the order returned is identical.
- sortValues(boolean) - Method in class processing.data.FloatDict
-
Set true to ensure that the order returned is identical.
- sortValues(boolean) - Method in class processing.data.IntDict
-
Set true to ensure that the order returned is identical.
- sortValues(boolean) - Method in class processing.data.LongDict
-
Set true to ensure that the order returned is identical.
- sortValuesReverse() - Method in class processing.data.DoubleDict
- sortValuesReverse() - Method in class processing.data.FloatDict
-
Sort by values in descending order.
- sortValuesReverse() - Method in class processing.data.IntDict
-
Sort by values in descending order.
- sortValuesReverse() - Method in class processing.data.LongDict
-
Sort by values in descending order.
- sortValuesReverse() - Method in class processing.data.StringDict
-
Sort by values in descending order
- sortValuesReverse(boolean) - Method in class processing.data.DoubleDict
- sortValuesReverse(boolean) - Method in class processing.data.FloatDict
- sortValuesReverse(boolean) - Method in class processing.data.IntDict
- sortValuesReverse(boolean) - Method in class processing.data.LongDict
- SPAN - Static variable in interface processing.core.PConstants
-
Use with fullScreen() to indicate all available displays.
- SPB - Static variable in class processing.core.PGraphics
- specular(float) - Method in class processing.core.PApplet
-
gray number specifying value between white and black
- specular(float) - Method in class processing.core.PGraphics
-
gray number specifying value between white and black
- specular(float) - Method in class processing.core.PShape
- specular(float, float, float) - Method in class processing.core.PApplet
- specular(float, float, float) - Method in class processing.core.PGraphics
- specular(float, float, float) - Method in class processing.core.PShape
- specular(int) - Method in class processing.core.PApplet
-
Sets the specular color of the materials used for shapes drawn to the screen, which sets the color of highlights.
- specular(int) - Method in class processing.core.PGraphics
-
Sets the specular color of the materials used for shapes drawn to the screen, which sets the color of highlights.
- specular(int) - Method in class processing.core.PShape
- specularB - Variable in class processing.core.PGraphics
- specularB - Variable in class processing.core.PStyle
- specularColor - Variable in class processing.core.PGraphics
- specularG - Variable in class processing.core.PGraphics
- specularG - Variable in class processing.core.PStyle
- specularR - Variable in class processing.core.PGraphics
- specularR - Variable in class processing.core.PStyle
- SPG - Static variable in class processing.core.PGraphics
- sphere(float) - Method in class processing.awt.PGraphicsJava2D
- sphere(float) - Method in class processing.core.PApplet
-
A sphere is a hollow ball made from tessellated triangles.
- sphere(float) - Method in class processing.core.PGraphics
-
A sphere is a hollow ball made from tessellated triangles.
- sphere(float) - Method in class processing.opengl.PGraphics2D
- sphere(float) - Method in class processing.opengl.PGraphicsOpenGL
- SPHERE - Static variable in interface processing.core.PConstants
- sphereDetail(int) - Method in class processing.core.PApplet
-
Controls the detail used to render a sphere by adjusting the number of vertices of the sphere mesh.
- sphereDetail(int) - Method in class processing.core.PGraphics
-
Controls the detail used to render a sphere by adjusting the number of vertices of the sphere mesh.
- sphereDetail(int, int) - Method in class processing.core.PApplet
- sphereDetail(int, int) - Method in class processing.core.PGraphics
- sphereDetailU - Variable in class processing.core.PGraphics
- sphereDetailV - Variable in class processing.core.PGraphics
- splice(boolean[], boolean[], int) - Static method in class processing.core.PApplet
- splice(boolean[], boolean, int) - Static method in class processing.core.PApplet
-
Inserts a value or an array of values into an existing array.
- splice(byte[], byte[], int) - Static method in class processing.core.PApplet
- splice(byte[], byte, int) - Static method in class processing.core.PApplet
- splice(char[], char[], int) - Static method in class processing.core.PApplet
- splice(char[], char, int) - Static method in class processing.core.PApplet
- splice(float[], float[], int) - Static method in class processing.core.PApplet
- splice(float[], float, int) - Static method in class processing.core.PApplet
- splice(int[], int[], int) - Static method in class processing.core.PApplet
- splice(int[], int, int) - Static method in class processing.core.PApplet
- splice(Object, Object, int) - Static method in class processing.core.PApplet
- splice(String[], String[], int) - Static method in class processing.core.PApplet
- splice(String[], String, int) - Static method in class processing.core.PApplet
- split(String, char) - Static method in class processing.core.PApplet
-
The split() function breaks a String into pieces using a character or string as the delimiter.
- split(String, String) - Static method in class processing.core.PApplet
- splitTokens(String) - Static method in class processing.core.PApplet
- splitTokens(String, String) - Static method in class processing.core.PApplet
-
The splitTokens() function splits a String at one or many character delimiters or "tokens".
- SPOT - Static variable in interface processing.core.PConstants
- spotLight(float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
-
Adds a spotlight.
- spotLight(float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
-
Adds a spotlight.
- spotLight(float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- spotLight(float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- SPR - Static variable in class processing.core.PGraphics
- sq(float) - Static method in class processing.core.PApplet
-
Squares a number (multiplies a number by itself).
- sqrt(float) - Static method in class processing.core.PApplet
-
Calculates the square root of a number.
- square(float, float, float) - Method in class processing.core.PApplet
-
Draws a square to the screen.
- square(float, float, float) - Method in class processing.core.PGraphics
-
Draws a square to the screen.
- SQUARE - Static variable in interface processing.core.PConstants
- SR - Static variable in class processing.core.PGraphics
-
stroke argb values
- SRC_ALPHA - Static variable in class processing.opengl.PGL
- SRC_ALPHA_SATURATE - Static variable in class processing.opengl.PGL
- SRC_COLOR - Static variable in class processing.opengl.PGL
- start() - Method in class processing.core.PApplet
-
Called by the application context to start running (or resume) the sketch.
- startThread() - Method in interface processing.core.PSurface
-
Start the animation thread
- startThread() - Method in class processing.core.PSurfaceNone
- startThread() - Method in class processing.opengl.PSurfaceJOGL
- STATIC_DRAW - Static variable in class processing.opengl.PGL
- STENCIL_ATTACHMENT - Static variable in class processing.opengl.PGL
- STENCIL_BITS - Static variable in class processing.opengl.PGL
- STENCIL_BUFFER_BIT - Static variable in class processing.opengl.PGL
- STENCIL_INDEX - Static variable in class processing.opengl.PGL
- STENCIL_INDEX1 - Static variable in class processing.opengl.PGL
- STENCIL_INDEX4 - Static variable in class processing.opengl.PGL
- STENCIL_INDEX8 - Static variable in class processing.opengl.PGL
- STENCIL_TEST - Static variable in class processing.opengl.PGL
- stencilBits - Static variable in class processing.opengl.PGraphicsOpenGL
- stencilFunc(int, int, int) - Method in class processing.opengl.PGL
- stencilFunc(int, int, int) - Method in class processing.opengl.PJOGL
- stencilFuncSeparate(int, int, int, int) - Method in class processing.opengl.PGL
- stencilFuncSeparate(int, int, int, int) - Method in class processing.opengl.PJOGL
- stencilMask(int) - Method in class processing.opengl.PGL
- stencilMask(int) - Method in class processing.opengl.PJOGL
- stencilMaskSeparate(int, int) - Method in class processing.opengl.PGL
- stencilMaskSeparate(int, int) - Method in class processing.opengl.PJOGL
- stencilOp(int, int, int) - Method in class processing.opengl.PGL
- stencilOp(int, int, int) - Method in class processing.opengl.PJOGL
- stencilOpSeparate(int, int, int, int) - Method in class processing.opengl.PGL
- stencilOpSeparate(int, int, int, int) - Method in class processing.opengl.PJOGL
- stop() - Method in class processing.core.PApplet
-
Called by the application context to stop running (or pause) the sketch.
- stopThread() - Method in interface processing.core.PSurface
-
Stop the animation thread (set it null)
- stopThread() - Method in class processing.core.PSurfaceNone
- stopThread() - Method in class processing.opengl.PSurfaceJOGL
- str(boolean) - Static method in class processing.core.PApplet
- str(boolean[]) - Static method in class processing.core.PApplet
- str(byte) - Static method in class processing.core.PApplet
- str(byte[]) - Static method in class processing.core.PApplet
- str(char) - Static method in class processing.core.PApplet
- str(char[]) - Static method in class processing.core.PApplet
- str(float) - Static method in class processing.core.PApplet
- str(float[]) - Static method in class processing.core.PApplet
- str(int) - Static method in class processing.core.PApplet
- str(int[]) - Static method in class processing.core.PApplet
- STREAM_DRAW - Static variable in class processing.opengl.PGL
- STREAM_READ - Static variable in class processing.opengl.PGL
- STRING - Static variable in class processing.data.Table
- StringDict - Class in processing.data
-
A simple class to use a String as a lookup for a String value.
- StringDict() - Constructor for class processing.data.StringDict
- StringDict(int) - Constructor for class processing.data.StringDict
-
Create a new lookup pre-allocated to a specific length.
- StringDict(BufferedReader) - Constructor for class processing.data.StringDict
-
Read a set of entries from a Reader that has each key/value pair on a single line, separated by a tab.
- StringDict(String[][]) - Constructor for class processing.data.StringDict
-
Constructor to allow (more intuitive) inline initialization, e.g.:
- StringDict(String[], String[]) - Constructor for class processing.data.StringDict
- StringDict(TableRow) - Constructor for class processing.data.StringDict
-
Create a dictionary that maps between column titles and cell entries in a TableRow.
- StringDict.Entry - Class in processing.data
- StringList - Class in processing.data
-
Helper class for a list of String objects.
- StringList() - Constructor for class processing.data.StringList
- StringList(int) - Constructor for class processing.data.StringList
- StringList(Iterable<String>) - Constructor for class processing.data.StringList
-
Create from something iterable, for instance: StringList list = new StringList(hashMap.keySet());
- StringList(Object...) - Constructor for class processing.data.StringList
-
Construct a StringList from a random pile of objects.
- StringList(String[]) - Constructor for class processing.data.StringList
- stroke - Variable in class processing.core.PGraphics
-
true if stroke() is enabled, (read-only)
- stroke - Variable in class processing.core.PStyle
- stroke(float) - Method in class processing.core.PApplet
- stroke(float) - Method in class processing.core.PGraphics
- stroke(float) - Method in class processing.core.PShape
- stroke(float, float) - Method in class processing.core.PApplet
- stroke(float, float) - Method in class processing.core.PGraphics
- stroke(float, float) - Method in class processing.core.PShape
- stroke(float, float, float) - Method in class processing.core.PApplet
- stroke(float, float, float) - Method in class processing.core.PGraphics
- stroke(float, float, float) - Method in class processing.core.PShape
- stroke(float, float, float, float) - Method in class processing.core.PApplet
- stroke(float, float, float, float) - Method in class processing.core.PGraphics
- stroke(float, float, float, float) - Method in class processing.core.PShape
- stroke(int) - Method in class processing.core.PApplet
-
Sets the color used to draw lines and borders around shapes.
- stroke(int) - Method in class processing.core.PGraphics
-
Sets the color used to draw lines and borders around shapes.
- stroke(int) - Method in class processing.core.PShape
- stroke(int, float) - Method in class processing.core.PApplet
- stroke(int, float) - Method in class processing.core.PGraphics
- stroke(int, float) - Method in class processing.core.PShape
- strokeCap - Variable in class processing.core.PGraphics
-
Set by strokeCap() (read-only).
- strokeCap - Variable in class processing.core.PStyle
- strokeCap(int) - Method in class processing.awt.PGraphicsJava2D
- strokeCap(int) - Method in class processing.core.PApplet
-
Sets the style for rendering line endings.
- strokeCap(int) - Method in class processing.core.PGraphics
-
Sets the style for rendering line endings.
- strokeCap(int) - Method in class processing.core.PShape
- strokeCap(int) - Method in class processing.opengl.PGraphicsOpenGL
- strokeColor - Variable in class processing.core.PGraphics
-
stroke that was last set (read-only)
- strokeColor - Variable in class processing.core.PStyle
- strokeGradient - Variable in class processing.awt.PGraphicsJava2D
- strokeGradientObject - Variable in class processing.awt.PGraphicsJava2D
- strokeJoin - Variable in class processing.core.PGraphics
-
Set by strokeJoin() (read-only).
- strokeJoin - Variable in class processing.core.PStyle
- strokeJoin(int) - Method in class processing.awt.PGraphicsJava2D
- strokeJoin(int) - Method in class processing.core.PApplet
-
Sets the style of the joints which connect line segments.
- strokeJoin(int) - Method in class processing.core.PGraphics
-
Sets the style of the joints which connect line segments.
- strokeJoin(int) - Method in class processing.core.PShape
- strokeJoin(int) - Method in class processing.opengl.PGraphicsOpenGL
- strokeWeight - Variable in class processing.core.PGraphics
-
Last value set by strokeWeight() (read-only).
- strokeWeight - Variable in class processing.core.PStyle
- strokeWeight(float) - Method in class processing.awt.PGraphicsJava2D
- strokeWeight(float) - Method in class processing.core.PApplet
-
Sets the width of the stroke used for lines, points, and the border around shapes.
- strokeWeight(float) - Method in class processing.core.PGraphics
-
Sets the width of the stroke used for lines, points, and the border around shapes.
- strokeWeight(float) - Method in class processing.core.PShape
- strokeWeight(float) - Method in class processing.opengl.PGraphicsOpenGL
- style(PStyle) - Method in class processing.core.PApplet
- style(PStyle) - Method in class processing.core.PGraphics
- sub(float, float) - Method in class processing.core.PVector
- sub(float, float, float) - Method in class processing.core.PVector
- sub(int, double) - Method in class processing.data.DoubleList
- sub(int, float) - Method in class processing.data.FloatList
-
Subtract from a value
- sub(int, int) - Method in class processing.data.IntList
-
Subtract from a value.
- sub(int, int) - Method in class processing.data.LongList
-
Subtract from a value
- sub(String, double) - Method in class processing.data.DoubleDict
- sub(String, float) - Method in class processing.data.FloatDict
-
Subtract from a value.
- sub(String, int) - Method in class processing.data.IntDict
-
Subtract from a value.
- sub(String, long) - Method in class processing.data.LongDict
-
Subtract from a value
- sub(PVector) - Method in class processing.core.PVector
-
Subtracts x, y, and z components from a vector, subtracts one vector from another, or subtracts two independent vectors.
- sub(PVector, PVector) - Static method in class processing.core.PVector
-
Subtract one vector from another
- sub(PVector, PVector, PVector) - Static method in class processing.core.PVector
-
Subtract one vector from another and store in another vector
- subset(boolean[], int) - Static method in class processing.core.PApplet
- subset(boolean[], int, int) - Static method in class processing.core.PApplet
-
Extracts an array of elements from an existing array.
- subset(byte[], int) - Static method in class processing.core.PApplet
- subset(byte[], int, int) - Static method in class processing.core.PApplet
- subset(char[], int) - Static method in class processing.core.PApplet
- subset(char[], int, int) - Static method in class processing.core.PApplet
- subset(double[], int) - Static method in class processing.core.PApplet
- subset(double[], int, int) - Static method in class processing.core.PApplet
- subset(float[], int) - Static method in class processing.core.PApplet
- subset(float[], int, int) - Static method in class processing.core.PApplet
- subset(int[], int) - Static method in class processing.core.PApplet
- subset(int[], int, int) - Static method in class processing.core.PApplet
- subset(long[], int) - Static method in class processing.core.PApplet
- subset(long[], int, int) - Static method in class processing.core.PApplet
- subset(Object, int) - Static method in class processing.core.PApplet
- subset(Object, int, int) - Static method in class processing.core.PApplet
- subset(String[], int) - Static method in class processing.core.PApplet
- subset(String[], int, int) - Static method in class processing.core.PApplet
- SUBTRACT - Static variable in interface processing.core.PConstants
- sum() - Method in class processing.data.DoubleDict
- sum() - Method in class processing.data.DoubleList
- sum() - Method in class processing.data.FloatDict
- sum() - Method in class processing.data.FloatList
- sum() - Method in class processing.data.IntDict
- sum() - Method in class processing.data.IntList
- sum() - Method in class processing.data.LongDict
- sum() - Method in class processing.data.LongList
- sumDouble() - Method in class processing.data.FloatDict
- sumDouble() - Method in class processing.data.FloatList
- sumLong() - Method in class processing.data.IntDict
- sumLong() - Method in class processing.data.IntList
- sumLong() - Method in class processing.data.LongList
- SVG - Static variable in interface processing.core.PConstants
- SW - Static variable in class processing.core.PGraphics
-
stroke weight
- swap(int, int) - Method in class processing.data.DoubleDict
- swap(int, int) - Method in class processing.data.FloatDict
- swap(int, int) - Method in class processing.data.IntDict
- swap(int, int) - Method in class processing.data.LongDict
- swap(int, int) - Method in class processing.data.Sort
- swap(int, int) - Method in class processing.data.StringDict
- swapColorBuffers() - Method in class processing.opengl.FrameBuffer
- SYNC_GPU_COMMANDS_COMPLETE - Static variable in class processing.opengl.PGL
T
- TAB - Static variable in interface processing.core.PConstants
- Table - Class in processing.data
-
Table objects store data with multiple rows and columns, much like in a traditional spreadsheet.
- Table() - Constructor for class processing.data.Table
-
Creates a new, empty table.
- Table(File) - Constructor for class processing.data.Table
- Table(File, String) - Constructor for class processing.data.Table
-
version that uses a File object; future releases (or data types) may include additional optimizations here
- Table(InputStream) - Constructor for class processing.data.Table
- Table(InputStream, String) - Constructor for class processing.data.Table
-
Read the table from a stream.
- Table(Iterable<TableRow>) - Constructor for class processing.data.Table
- Table(ResultSet) - Constructor for class processing.data.Table
- TableRow - Interface in processing.data
-
A TableRow object represents a single row of data values, stored in columns, from a Table.
Additional TableRow methods are documented in the Processing Data Javadoc. - tan(float) - Static method in class processing.core.PApplet
-
Calculates the ratio of the sine and cosine of an angle.
- TARGA - Static variable in interface processing.core.PConstants
- target - Variable in class processing.opengl.Texture.Parameters
-
Texture target.
- TAU - Static variable in interface processing.core.PConstants
-
TAU is a mathematical constant with the value 6.2831855.
- TESS_EDGE_FLAG - Static variable in class processing.opengl.PGL
- TESS_WINDING_NONZERO - Static variable in class processing.opengl.PGL
- TESS_WINDING_ODD - Static variable in class processing.opengl.PGL
- TEXCOORD - Static variable in class processing.opengl.PShapeOpenGL
- texImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class processing.opengl.PGL
- texImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class processing.opengl.PJOGL
- texParameterf(int, int, float) - Method in class processing.opengl.PGL
- texParameterf(int, int, float) - Method in class processing.opengl.PJOGL
- texParameterfv(int, int, FloatBuffer) - Method in class processing.opengl.PGL
- texParameterfv(int, int, FloatBuffer) - Method in class processing.opengl.PJOGL
- texParameteri(int, int, int) - Method in class processing.opengl.PGL
- texParameteri(int, int, int) - Method in class processing.opengl.PJOGL
- texParameteriv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- texParameteriv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- texSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class processing.opengl.PGL
- texSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class processing.opengl.PJOGL
- text(char[], int, int, float, float) - Method in class processing.core.PApplet
-
Advanced
- text(char[], int, int, float, float) - Method in class processing.core.PGraphics
-
Advanced
- text(char[], int, int, float, float, float) - Method in class processing.core.PApplet
- text(char[], int, int, float, float, float) - Method in class processing.core.PGraphics
- text(char, float, float) - Method in class processing.core.PApplet
-
Draws text to the screen.
- text(char, float, float) - Method in class processing.core.PGraphics
-
Draws text to the screen.
- text(char, float, float, float) - Method in class processing.core.PApplet
- text(char, float, float, float) - Method in class processing.core.PGraphics
- text(float, float, float) - Method in class processing.core.PApplet
-
This does a basic number formatting, to avoid the generally ugly appearance of printing floats.
- text(float, float, float) - Method in class processing.core.PGraphics
-
This does a basic number formatting, to avoid the generally ugly appearance of printing floats.
- text(float, float, float, float) - Method in class processing.core.PApplet
- text(float, float, float, float) - Method in class processing.core.PGraphics
- text(int, float, float) - Method in class processing.core.PApplet
- text(int, float, float) - Method in class processing.core.PGraphics
- text(int, float, float, float) - Method in class processing.core.PApplet
- text(int, float, float, float) - Method in class processing.core.PGraphics
- text(String, float, float) - Method in class processing.core.PApplet
-
Advanced
- text(String, float, float) - Method in class processing.core.PGraphics
-
Advanced
- text(String, float, float, float) - Method in class processing.core.PApplet
-
Same as above but with a z coordinate.
- text(String, float, float, float) - Method in class processing.core.PGraphics
-
Same as above but with a z coordinate.
- text(String, float, float, float, float) - Method in class processing.core.PApplet
-
Advanced
- text(String, float, float, float, float) - Method in class processing.core.PGraphics
-
Advanced
- Text(PShapeSVG, XML) - Constructor for class processing.core.PShapeSVG.Text
- TEXT - Static variable in interface processing.core.PConstants
- textAlign - Variable in class processing.core.PGraphics
-
The current text align (read-only)
- textAlign - Variable in class processing.core.PStyle
- textAlign(int) - Method in class processing.core.PApplet
- textAlign(int) - Method in class processing.core.PGraphics
- textAlign(int, int) - Method in class processing.core.PApplet
-
Sets the current alignment for drawing text.
- textAlign(int, int) - Method in class processing.core.PGraphics
-
Sets the current alignment for drawing text.
- textAlignY - Variable in class processing.core.PGraphics
-
The current vertical text alignment (read-only)
- textAlignY - Variable in class processing.core.PStyle
- textAscent() - Method in class processing.awt.PGraphicsJava2D
- textAscent() - Method in class processing.core.PApplet
-
Returns ascent of the current font at its current size.
- textAscent() - Method in class processing.core.PGraphics
-
Returns ascent of the current font at its current size.
- textDescent() - Method in class processing.awt.PGraphicsJava2D
- textDescent() - Method in class processing.core.PApplet
-
Returns descent of the current font at its current size.
- textDescent() - Method in class processing.core.PGraphics
-
Returns descent of the current font at its current size.
- textFont - Variable in class processing.core.PGraphics
-
The current text font (read-only)
- textFont - Variable in class processing.core.PStyle
- textFont(PFont) - Method in class processing.core.PApplet
-
Sets the current font that will be drawn with the text() function.
- textFont(PFont) - Method in class processing.core.PGraphics
-
Sets the current font that will be drawn with the text() function.
- textFont(PFont, float) - Method in class processing.core.PApplet
- textFont(PFont, float) - Method in class processing.core.PGraphics
- textLeading - Variable in class processing.core.PGraphics
-
The current text leading (read-only)
- textLeading - Variable in class processing.core.PStyle
- textLeading(float) - Method in class processing.core.PApplet
-
Sets the spacing between lines of text in units of pixels.
- textLeading(float) - Method in class processing.core.PGraphics
-
Sets the spacing between lines of text in units of pixels.
- textMode - Variable in class processing.core.PGraphics
-
The current text mode (read-only)
- textMode - Variable in class processing.core.PStyle
- textMode(int) - Method in class processing.core.PApplet
-
Sets the way text draws to the screen, either as texture maps or as vector geometry.
- textMode(int) - Method in class processing.core.PGraphics
-
Sets the way text draws to the screen, either as texture maps or as vector geometry.
- textSize - Variable in class processing.core.PGraphics
-
The current text size (read-only)
- textSize - Variable in class processing.core.PStyle
- textSize(float) - Method in class processing.core.PApplet
-
Sets the current font size.
- textSize(float) - Method in class processing.core.PGraphics
-
Sets the current font size.
- texture(PImage) - Method in class processing.awt.PGraphicsJava2D
- texture(PImage) - Method in class processing.core.PApplet
-
Sets a texture to be applied to vertex points.
- texture(PImage) - Method in class processing.core.PGraphics
-
Sets a texture to be applied to vertex points.
- texture(PImage) - Method in class processing.core.PShape
- Texture - Class in processing.opengl
-
This class wraps an OpenGL texture.
- Texture(PGraphicsOpenGL) - Constructor for class processing.opengl.Texture
- Texture(PGraphicsOpenGL, int, int) - Constructor for class processing.opengl.Texture
-
Creates an instance of PTexture with size width x height.
- Texture(PGraphicsOpenGL, int, int, Object) - Constructor for class processing.opengl.Texture
-
Creates an instance of PTexture with size width x height and with the specified parameters.
- TEXTURE_2D - Static variable in class processing.opengl.PGL
- TEXTURE_BINDING_2D - Static variable in class processing.opengl.PGL
- TEXTURE_BINDING_RECTANGLE - Static variable in class processing.opengl.PGL
- TEXTURE_CUBE_MAP - Static variable in class processing.opengl.PGL
- TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in class processing.opengl.PGL
- TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in class processing.opengl.PGL
- TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in class processing.opengl.PGL
- TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in class processing.opengl.PGL
- TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in class processing.opengl.PGL
- TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in class processing.opengl.PGL
- TEXTURE_MAG_FILTER - Static variable in class processing.opengl.PGL
- TEXTURE_MAX_ANISOTROPY - Static variable in class processing.opengl.PGL
- TEXTURE_MIN_FILTER - Static variable in class processing.opengl.PGL
- TEXTURE_RECTANGLE - Static variable in class processing.opengl.PGL
- TEXTURE_WRAP_R - Static variable in class processing.opengl.PGL
- TEXTURE_WRAP_S - Static variable in class processing.opengl.PGL
- TEXTURE_WRAP_T - Static variable in class processing.opengl.PGL
- Texture.Parameters - Class in processing.opengl
-
This class stores the parameters for a texture: target, internal format, minimization filter and magnification filter.
- TEXTURE0 - Static variable in class processing.opengl.PGL
- TEXTURE1 - Static variable in class processing.opengl.PGL
- TEXTURE2 - Static variable in class processing.opengl.PGL
- TEXTURE3 - Static variable in class processing.opengl.PGL
- textureImage - Variable in class processing.core.PGraphics
-
Current image being used as a texture
- textureMode - Variable in class processing.core.PGraphics
-
Sets whether texture coordinates passed to vertex() calls will be based on coordinates that are based on the IMAGE or NORMALIZED.
- textureMode(int) - Method in class processing.core.PApplet
-
Sets the coordinate space for texture mapping.
- textureMode(int) - Method in class processing.core.PGraphics
-
Sets the coordinate space for texture mapping.
- textureMode(int) - Method in class processing.core.PShape
- textureSampling(int) - Method in class processing.opengl.PGraphicsOpenGL
- textureU - Variable in class processing.core.PGraphics
-
Current horizontal coordinate for texture, will always be between 0 and 1, even if using textureMode(IMAGE).
- textureV - Variable in class processing.core.PGraphics
-
Current vertical coordinate for texture, see above.
- textureWrap(int) - Method in class processing.core.PApplet
-
Defines if textures repeat or draw once within a texture map.
- textureWrap(int) - Method in class processing.core.PGraphics
-
Defines if textures repeat or draw once within a texture map.
- textureWrap(int) - Method in class processing.opengl.PGraphicsOpenGL
- textWidth(char) - Method in class processing.core.PApplet
- textWidth(char) - Method in class processing.core.PGraphics
- textWidth(char[], int, int) - Method in class processing.core.PApplet
- textWidth(char[], int, int) - Method in class processing.core.PGraphics
- textWidth(String) - Method in class processing.core.PApplet
-
Calculates and returns the width of any character or text string.
- textWidth(String) - Method in class processing.core.PGraphics
-
Calculates and returns the width of any character or text string.
- textWidth(String, float) - Method in class processing.core.PShapeSVG.Font
- TEXUNIT_ERROR - Static variable in class processing.opengl.PGL
- ThinkDifferent - Class in processing.core
-
Deal with issues related to macOS application behavior.
- ThinkDifferent() - Constructor for class processing.core.ThinkDifferent
- THIRD_PI - Static variable in interface processing.core.PConstants
- thread(String) - Method in class processing.core.PApplet
-
Processing sketches follow a specific sequence of steps: setup() first, followed by draw() over and over and over again in a loop.
- threadIsCurrent() - Method in class processing.opengl.PGL
- THRESHOLD - Static variable in interface processing.core.PConstants
- TIFF - Static variable in interface processing.core.PConstants
- tint - Variable in class processing.core.PGraphics
-
True if tint() is enabled (read-only).
- tint - Variable in class processing.core.PStyle
- tint(float) - Method in class processing.core.PApplet
- tint(float) - Method in class processing.core.PGraphics
- tint(float) - Method in class processing.core.PShape
- tint(float, float) - Method in class processing.core.PApplet
- tint(float, float) - Method in class processing.core.PGraphics
- tint(float, float) - Method in class processing.core.PShape
- tint(float, float, float) - Method in class processing.core.PApplet
- tint(float, float, float) - Method in class processing.core.PGraphics
- tint(float, float, float) - Method in class processing.core.PShape
- tint(float, float, float, float) - Method in class processing.core.PApplet
- tint(float, float, float, float) - Method in class processing.core.PGraphics
- tint(float, float, float, float) - Method in class processing.core.PShape
- tint(int) - Method in class processing.core.PApplet
-
Sets the fill value for displaying images.
- tint(int) - Method in class processing.core.PGraphics
-
Sets the fill value for displaying images.
- tint(int) - Method in class processing.core.PShape
- tint(int, float) - Method in class processing.core.PApplet
- tint(int, float) - Method in class processing.core.PGraphics
- tint(int, float) - Method in class processing.core.PShape
- tintColor - Variable in class processing.core.PGraphics
-
tint that was last set (read-only)
- tintColor - Variable in class processing.core.PStyle
- toArray() - Method in class processing.data.DoubleList
-
Create a new array with a copy of all the values.
- toArray() - Method in class processing.data.FloatList
-
Create a new array with a copy of all the values.
- toArray() - Method in class processing.data.IntList
-
Create a new array with a copy of all the values.
- toArray() - Method in class processing.data.LongList
-
Create a new array with a copy of all the values.
- toArray() - Method in class processing.data.StringList
-
Create a new array with a copy of all the values.
- toArray(double[]) - Method in class processing.data.DoubleList
-
Copy values into the specified array.
- toArray(float[]) - Method in class processing.data.FloatList
-
Copy values into the specified array.
- toArray(int[]) - Method in class processing.data.IntList
-
Copy values into the specified array.
- toArray(long[]) - Method in class processing.data.LongList
-
Copy values into the specified array.
- toArray(String[]) - Method in class processing.data.StringList
-
Copy values into the specified array.
- toBooleanArray() - Method in class processing.data.JSONArray
-
Get this entire array as a boolean array.
- toDoubleArray() - Method in class processing.data.JSONArray
-
Get this entire array as a double array.
- toDoubleList() - Method in class processing.data.JSONArray
- toFloatArray() - Method in class processing.data.JSONArray
-
Get this entire array as a float array.
- toFloatList() - Method in class processing.data.JSONArray
- toIntArray() - Method in class processing.data.JSONArray
-
Returns the entire JSONArray as an array of ints.
- toIntList() - Method in class processing.data.JSONArray
- toJSON() - Method in class processing.data.DoubleDict
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class processing.data.DoubleList
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class processing.data.FloatDict
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class processing.data.FloatList
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class processing.data.IntDict
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class processing.data.IntList
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class processing.data.LongDict
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class processing.data.LongList
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class processing.data.StringDict
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class processing.data.StringList
-
Return this dictionary as a String in JSON format.
- toLongArray() - Method in class processing.data.JSONArray
-
Get this entire array as a long array.
- toLongList() - Method in class processing.data.JSONArray
- TOP - Static variable in interface processing.core.PConstants
-
Align text to the top
- topExtent - Variable in class processing.core.PFont.Glyph
- toString() - Method in class processing.core.PVector
- toString() - Method in class processing.data.DoubleDict
- toString() - Method in class processing.data.DoubleList
- toString() - Method in class processing.data.FloatDict
- toString() - Method in class processing.data.FloatList
- toString() - Method in class processing.data.IntDict
- toString() - Method in class processing.data.IntList
- toString() - Method in class processing.data.JSONArray
-
Return the JSON data formatted with two spaces for indents.
- toString() - Method in class processing.data.JSONObject
-
Return the JSON data formatted with two spaces for indents.
- toString() - Method in class processing.data.LongDict
- toString() - Method in class processing.data.LongList
- toString() - Method in class processing.data.StringDict
- toString() - Method in class processing.data.StringList
- toString() - Method in class processing.data.XML
-
Takes an XML object and converts it to a String, using default formatting rules (includes an XML declaration, line breaks, and two spaces for indents).
- toString() - Method in class processing.event.MouseEvent
- toStringArray() - Method in class processing.data.JSONArray
-
Returns the entire JSONArray as an array of Strings.
- toStringList() - Method in class processing.data.JSONArray
- TOUCH - Static variable in class processing.event.Event
- TouchEvent - Class in processing.event
- TouchEvent(Object, long, int, int) - Constructor for class processing.event.TouchEvent
- translate(float, float) - Method in class processing.awt.PGraphicsJava2D
- translate(float, float) - Method in class processing.core.PApplet
-
Specifies an amount to displace objects within the display window.
- translate(float, float) - Method in class processing.core.PGraphics
-
Specifies an amount to displace objects within the display window.
- translate(float, float) - Method in interface processing.core.PMatrix
- translate(float, float) - Method in class processing.core.PMatrix2D
- translate(float, float) - Method in class processing.core.PMatrix3D
- translate(float, float) - Method in class processing.core.PShape
-
Specifies an amount to displace the shape.
- translate(float, float) - Method in class processing.opengl.PGraphicsOpenGL
- translate(float, float) - Method in class processing.opengl.PShapeOpenGL
- translate(float, float, float) - Method in class processing.core.PApplet
- translate(float, float, float) - Method in class processing.core.PGraphics
- translate(float, float, float) - Method in interface processing.core.PMatrix
- translate(float, float, float) - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- translate(float, float, float) - Method in class processing.core.PMatrix3D
- translate(float, float, float) - Method in class processing.core.PShape
- translate(float, float, float) - Method in class processing.opengl.PGraphics2D
- translate(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- translate(float, float, float) - Method in class processing.opengl.PShapeOpenGL
- transpose() - Method in interface processing.core.PMatrix
-
Transpose this matrix; rows become columns and columns rows.
- transpose() - Method in class processing.core.PMatrix2D
-
Unavailable in 2D.
- transpose() - Method in class processing.core.PMatrix3D
-
Transpose this matrix; rows become columns and columns rows.
- triangle(float, float, float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- triangle(float, float, float, float, float, float) - Method in class processing.core.PApplet
-
A triangle is a plane created by connecting three points.
- triangle(float, float, float, float, float, float) - Method in class processing.core.PGraphics
-
A triangle is a plane created by connecting three points.
- triangle(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- TRIANGLE - Static variable in interface processing.core.PConstants
- TRIANGLE_FAN - Static variable in interface processing.core.PConstants
- TRIANGLE_FAN - Static variable in class processing.opengl.PGL
- TRIANGLE_STRIP - Static variable in interface processing.core.PConstants
- TRIANGLE_STRIP - Static variable in class processing.opengl.PGL
- TRIANGLES - Static variable in interface processing.core.PConstants
- TRIANGLES - Static variable in class processing.opengl.PGL
- trim() - Method in class processing.data.Table
-
Trims leading and trailing whitespace, such as spaces and tabs, from String table values.
- trim() - Method in class processing.data.XML
-
Removes whitespace nodes.
- trim(int) - Method in class processing.data.Table
- trim(String) - Static method in class processing.core.PApplet
-
Removes whitespace characters from the beginning and end of a String.
- trim(String) - Method in class processing.data.Table
- trim(String[]) - Static method in class processing.core.PApplet
- TRUE - Static variable in class processing.opengl.PGL
- TWO_PI - Static variable in interface processing.core.PConstants
-
TWO_PI is a mathematical constant with the value 6.2831855.
- TX - Static variable in class processing.core.PGraphics
- TY - Static variable in class processing.core.PGraphics
- TYPE - Static variable in class processing.event.KeyEvent
- typedParse(InputStream, String) - Method in class processing.data.Table
- TZ - Static variable in class processing.core.PGraphics
U
- U - Static variable in class processing.core.PGraphics
- unbinary(String) - Static method in class processing.core.PApplet
-
Converts a String representation of a binary number to its equivalent integer value.
- unbind() - Method in class processing.opengl.PShader
-
Unbinds the shader program.
- unbind() - Method in class processing.opengl.Texture
- unhex(String) - Static method in class processing.core.PApplet
-
Converts a String representation of a hexadecimal number to its equivalent integer value.
- unicodeGlyphs - Variable in class processing.core.PShapeSVG.Font
- uniform1f(int, float) - Method in class processing.opengl.PGL
- uniform1f(int, float) - Method in class processing.opengl.PJOGL
- uniform1fv(int, int, FloatBuffer) - Method in class processing.opengl.PGL
- uniform1fv(int, int, FloatBuffer) - Method in class processing.opengl.PJOGL
- uniform1i(int, int) - Method in class processing.opengl.PGL
- uniform1i(int, int) - Method in class processing.opengl.PJOGL
- uniform1iv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- uniform1iv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- uniform2f(int, float, float) - Method in class processing.opengl.PGL
- uniform2f(int, float, float) - Method in class processing.opengl.PJOGL
- uniform2fv(int, int, FloatBuffer) - Method in class processing.opengl.PGL
- uniform2fv(int, int, FloatBuffer) - Method in class processing.opengl.PJOGL
- uniform2i(int, int, int) - Method in class processing.opengl.PGL
- uniform2i(int, int, int) - Method in class processing.opengl.PJOGL
- uniform2iv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- uniform2iv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- uniform3f(int, float, float, float) - Method in class processing.opengl.PGL
- uniform3f(int, float, float, float) - Method in class processing.opengl.PJOGL
- uniform3fv(int, int, FloatBuffer) - Method in class processing.opengl.PGL
- uniform3fv(int, int, FloatBuffer) - Method in class processing.opengl.PJOGL
- uniform3i(int, int, int, int) - Method in class processing.opengl.PGL
- uniform3i(int, int, int, int) - Method in class processing.opengl.PJOGL
- uniform3iv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- uniform3iv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- uniform4f(int, float, float, float, float) - Method in class processing.opengl.PGL
- uniform4f(int, float, float, float, float) - Method in class processing.opengl.PJOGL
- uniform4fv(int, int, FloatBuffer) - Method in class processing.opengl.PGL
- uniform4fv(int, int, FloatBuffer) - Method in class processing.opengl.PJOGL
- uniform4i(int, int, int, int, int) - Method in class processing.opengl.PGL
- uniform4i(int, int, int, int, int) - Method in class processing.opengl.PJOGL
- uniform4iv(int, int, IntBuffer) - Method in class processing.opengl.PGL
- uniform4iv(int, int, IntBuffer) - Method in class processing.opengl.PJOGL
- uniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class processing.opengl.PGL
- uniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in class processing.opengl.PJOGL
- uniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class processing.opengl.PGL
- uniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in class processing.opengl.PJOGL
- uniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class processing.opengl.PGL
- uniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in class processing.opengl.PJOGL
- unmapBuffer(int) - Method in class processing.opengl.PGL
- unmapBuffer(int) - Method in class processing.opengl.PJOGL
- UNPACK_ALIGNMENT - Static variable in class processing.opengl.PGL
- unregisterMethod(String, Object) - Method in class processing.core.PApplet
- UNSIGNED_BYTE - Static variable in class processing.opengl.PGL
- UNSIGNED_INT - Static variable in class processing.opengl.PGL
- UNSIGNED_SHORT - Static variable in class processing.opengl.PGL
- UNSIGNED_SHORT_4_4_4_4 - Static variable in class processing.opengl.PGL
- UNSIGNED_SHORT_5_5_5_1 - Static variable in class processing.opengl.PGL
- UNSIGNED_SHORT_5_6_5 - Static variable in class processing.opengl.PGL
- UNSUPPORTED_GLPROF_ERROR - Static variable in class processing.opengl.PGL
- UP - Static variable in interface processing.core.PConstants
- update(Graphics) - Method in class processing.awt.PSurfaceAWT.SmoothCanvas
- updateDisplay() - Method in class processing.opengl.PGraphicsOpenGL
- updatePixels() - Method in class processing.core.PApplet
-
Updates the display window with the data in the pixels[] array.
- updatePixels() - Method in class processing.core.PImage
- updatePixels(int, int, int, int) - Method in class processing.awt.PGraphicsJava2D
-
Update the pixels[] buffer to the PGraphics image.
- updatePixels(int, int, int, int) - Method in class processing.core.PApplet
- updatePixels(int, int, int, int) - Method in class processing.core.PImage
-
Updates the display window with the data in the pixels[] array.
- updateProjmodelview() - Method in class processing.opengl.PGraphicsOpenGL
- updateTexels() - Method in class processing.opengl.Texture
- updateTexels(int, int, int, int) - Method in class processing.opengl.Texture
- updateTexture() - Method in class processing.opengl.PGraphicsOpenGL
- updateTexture(int, int, int, int) - Method in class processing.opengl.PGraphicsOpenGL
- upper() - Method in class processing.data.StringList
-
Make the entire list upper case.
- urlDecode(String) - Static method in class processing.core.PApplet
- urlEncode(String) - Static method in class processing.core.PApplet
- useNativeSelect - Static variable in class processing.core.PApplet
-
Whether to use native (AWT) dialogs for selectInput and selectOutput.
- useProgram(int) - Method in class processing.opengl.PGL
- useProgram(int) - Method in class processing.opengl.PJOGL
- usingMipmaps() - Method in class processing.opengl.Texture
-
Returns true or false whether or not the texture is using mipmaps.
- usingMipmaps(boolean, int) - Method in class processing.opengl.Texture
- usingRepeat() - Method in class processing.opengl.Texture
-
Returns true or false whether or not the texture is using repeat wrap mode along either U or V directions.
- usingRepeat(boolean) - Method in class processing.opengl.Texture
V
- V - Static variable in class processing.core.PGraphics
- validate() - Method in class processing.awt.PSurfaceAWT.SmoothCanvas
- VALIDATE_STATUS - Static variable in class processing.opengl.PGL
- validateProgram(int) - Method in class processing.opengl.PGL
- validateProgram(int) - Method in class processing.opengl.PJOGL
- value - Variable in class processing.core.PFont.Glyph
- value - Variable in class processing.data.DoubleDict.Entry
- value - Variable in class processing.data.FloatDict.Entry
- value - Variable in class processing.data.IntDict.Entry
- value - Variable in class processing.data.LongDict.Entry
- value - Variable in class processing.data.StringDict.Entry
- value(int) - Method in class processing.data.DoubleDict
- value(int) - Method in class processing.data.FloatDict
- value(int) - Method in class processing.data.IntDict
- value(int) - Method in class processing.data.LongDict
- value(int) - Method in class processing.data.StringDict
- valueArray() - Method in class processing.data.DoubleDict
-
Create a new array and copy each of the values into it.
- valueArray() - Method in class processing.data.FloatDict
-
The version of this method without a parameter creates a new array and copies each of the values into it.
- valueArray() - Method in class processing.data.IntDict
-
The version of this method without a parameter creates a new array and copies each of the values into it.
- valueArray() - Method in class processing.data.LongDict
-
Create a new array and copy each of the values into it.
- valueArray() - Method in class processing.data.StringDict
-
Create a new array and copy each of the values into it.
- valueArray(double[]) - Method in class processing.data.DoubleDict
-
Fill an already-allocated array with the values (more efficient than creating a new array each time).
- valueArray(float[]) - Method in class processing.data.FloatDict
-
Fill an already-allocated array with the values (more efficient than creating a new array each time).
- valueArray(int[]) - Method in class processing.data.IntDict
-
Fill an already-allocated array with the values (more efficient than creating a new array each time).
- valueArray(int[]) - Method in class processing.data.LongDict
-
Fill an already-allocated array with the values (more efficient than creating a new array each time).
- valueArray(String[]) - Method in class processing.data.StringDict
-
Fill an already-allocated array with the values (more efficient than creating a new array each time).
- valueIterator() - Method in class processing.data.DoubleDict
- valueIterator() - Method in class processing.data.FloatDict
- valueIterator() - Method in class processing.data.IntDict
- valueIterator() - Method in class processing.data.LongDict
- valueIterator() - Method in class processing.data.StringDict
- values() - Method in class processing.data.DoubleDict
- values() - Method in class processing.data.DoubleList
-
Returns the actual array being used to store the data.
- values() - Method in class processing.data.FloatDict
-
Return the internal array being used to store the values.
- values() - Method in class processing.data.FloatList
-
Returns the actual array being used to store the data.
- values() - Method in class processing.data.IntDict
-
Return the internal array being used to store the values.
- values() - Method in class processing.data.IntList
-
Returns the actual array being used to store the data.
- values() - Method in class processing.data.LongDict
-
Return the internal array being used to store the values
- values() - Method in class processing.data.LongList
-
Returns the actual array being used to store the data.
- values() - Method in class processing.data.StringDict
-
Return the internal array being used to store the values
- values() - Method in class processing.data.StringList
-
Returns the actual array being used to store the data.
- VENDOR - Static variable in class processing.opengl.PGL
- VERSION - Static variable in class processing.opengl.PGL
- vertex(float[]) - Method in class processing.awt.PGraphicsJava2D
- vertex(float[]) - Method in class processing.core.PApplet
-
Used by renderer subclasses or PShape to efficiently pass in already formatted vertex information.
- vertex(float[]) - Method in class processing.core.PGraphics
-
Used by renderer subclasses or PShape to efficiently pass in already formatted vertex information.
- vertex(float, float) - Method in class processing.awt.PGraphicsJava2D
- vertex(float, float) - Method in class processing.core.PApplet
- vertex(float, float) - Method in class processing.core.PGraphics
- vertex(float, float) - Method in class processing.core.PShape
- vertex(float, float) - Method in class processing.opengl.PGraphicsOpenGL
- vertex(float, float) - Method in class processing.opengl.PShapeOpenGL
- vertex(float, float, float) - Method in class processing.awt.PGraphicsJava2D
- vertex(float, float, float) - Method in class processing.core.PApplet
- vertex(float, float, float) - Method in class processing.core.PGraphics
- vertex(float, float, float) - Method in class processing.core.PShape
- vertex(float, float, float) - Method in class processing.opengl.PGraphics2D
- vertex(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- vertex(float, float, float) - Method in class processing.opengl.PShapeOpenGL
- vertex(float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- vertex(float, float, float, float) - Method in class processing.core.PApplet
- vertex(float, float, float, float) - Method in class processing.core.PGraphics
- vertex(float, float, float, float) - Method in class processing.core.PShape
- vertex(float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- vertex(float, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- vertex(float, float, float, float, float) - Method in class processing.awt.PGraphicsJava2D
- vertex(float, float, float, float, float) - Method in class processing.core.PApplet
-
All shapes are constructed by connecting a series of vertices.
- vertex(float, float, float, float, float) - Method in class processing.core.PGraphics
-
All shapes are constructed by connecting a series of vertices.
- vertex(float, float, float, float, float) - Method in class processing.core.PShape
- vertex(float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
- vertex(float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
- vertex(float, float, float, float, float) - Method in class processing.opengl.PShapeOpenGL
- VERTEX - Static variable in interface processing.core.PConstants
- VERTEX_ATTRIB_ARRAY_BUFFER_BINDING - Static variable in class processing.opengl.PGL
- VERTEX_ATTRIB_ARRAY_ENABLED - Static variable in class processing.opengl.PGL
- VERTEX_ATTRIB_ARRAY_NORMALIZED - Static variable in class processing.opengl.PGL
- VERTEX_ATTRIB_ARRAY_POINTER - Static variable in class processing.opengl.PGL
- VERTEX_ATTRIB_ARRAY_SIZE - Static variable in class processing.opengl.PGL
- VERTEX_ATTRIB_ARRAY_STRIDE - Static variable in class processing.opengl.PGL
- VERTEX_ATTRIB_ARRAY_TYPE - Static variable in class processing.opengl.PGL
- VERTEX_FIELD_COUNT - Static variable in class processing.core.PGraphics
- VERTEX_SHADER - Static variable in class processing.opengl.PGL
- vertexAttrib1f(int, float) - Method in class processing.opengl.PGL
- vertexAttrib1f(int, float) - Method in class processing.opengl.PJOGL
- vertexAttrib1fv(int, FloatBuffer) - Method in class processing.opengl.PGL
- vertexAttrib1fv(int, FloatBuffer) - Method in class processing.opengl.PJOGL
- vertexAttrib2f(int, float, float) - Method in class processing.opengl.PGL
- vertexAttrib2f(int, float, float) - Method in class processing.opengl.PJOGL
- vertexAttrib2fv(int, FloatBuffer) - Method in class processing.opengl.PGL
- vertexAttrib2fv(int, FloatBuffer) - Method in class processing.opengl.PJOGL
- vertexAttrib3f(int, float, float, float) - Method in class processing.opengl.PGL
- vertexAttrib3f(int, float, float, float) - Method in class processing.opengl.PJOGL
- vertexAttrib3fv(int, FloatBuffer) - Method in class processing.opengl.PGL
- vertexAttrib3fv(int, FloatBuffer) - Method in class processing.opengl.PJOGL
- vertexAttrib4f(int, float, float, float, float) - Method in class processing.opengl.PGL
- vertexAttrib4f(int, float, float, float, float) - Method in class processing.opengl.PJOGL
- vertexAttrib4fv(int, FloatBuffer) - Method in class processing.opengl.PGL
- vertexAttrib4fv(int, FloatBuffer) - Method in class processing.opengl.PJOGL
- vertexAttribPointer(int, int, int, boolean, int, int) - Method in class processing.opengl.PGL
- vertexAttribPointer(int, int, int, boolean, int, int) - Method in class processing.opengl.PJOGL
- VertexBuffer - Class in processing.opengl
- viewport(int, int, int, int) - Method in class processing.opengl.PGL
- viewport(int, int, int, int) - Method in class processing.opengl.PJOGL
- VIEWPORT - Static variable in class processing.opengl.PGL
- VW - Static variable in class processing.core.PGraphics
- VX - Static variable in class processing.core.PGraphics
- VY - Static variable in class processing.core.PGraphics
- VZ - Static variable in class processing.core.PGraphics
W
- WAIT - Static variable in interface processing.core.PConstants
- WHEEL - Static variable in class processing.event.MouseEvent
- WHITESPACE - Static variable in interface processing.core.PConstants
- width - Variable in class processing.core.PApplet
-
System variable which stores the width of the display window.
- width - Variable in class processing.core.PFont.Glyph
- width - Variable in class processing.core.PImage
-
The width of the image in units of pixels.
- width - Variable in class processing.core.PShape
-
The width of the PShape document.
- width - Variable in class processing.opengl.FrameBuffer
- width - Variable in class processing.opengl.Texture
- width(char) - Method in class processing.core.PFont
-
Width of this character for a font of size 1.
- WIKI - Static variable in class processing.opengl.PGL
- WIND_EVEN_ODD - Static variable in class processing.opengl.LinePath
-
The winding rule constant for specifying an even-odd rule for determining the interior of a path.
- WIND_NON_ZERO - Static variable in class processing.opengl.LinePath
-
The winding rule constant for specifying a non-zero rule for determining the interior of a path.
- windowMove(int, int) - Method in class processing.core.PApplet
- windowMoved() - Method in class processing.core.PApplet
-
Called when the window is moved
- windowRatio(int, int) - Method in class processing.core.PApplet
-
Scale the sketch as if it fits this specific width and height.
- windowResizable(boolean) - Method in class processing.core.PApplet
- windowResize(int, int) - Method in class processing.core.PApplet
- windowResized() - Method in class processing.core.PApplet
-
Called when window is resized.
- WINDOWS - Static variable in interface processing.core.PConstants
- windowTitle(String) - Method in class processing.core.PApplet
- windowX - Variable in class processing.core.PApplet
- windowY - Variable in class processing.core.PApplet
- wrapU - Variable in class processing.opengl.Texture.Parameters
-
Wrapping mode along U.
- wrapV - Variable in class processing.opengl.Texture.Parameters
-
Wrapping mode along V.
- write(PrintWriter) - Method in class processing.data.DoubleDict
-
Write tab-delimited entries out to
- write(PrintWriter) - Method in class processing.data.DoubleList
-
Write entries to a PrintWriter, one per line
- write(PrintWriter) - Method in class processing.data.FloatDict
-
Write tab-delimited entries out to
- write(PrintWriter) - Method in class processing.data.FloatList
-
Write entries to a PrintWriter, one per line
- write(PrintWriter) - Method in class processing.data.IntDict
-
Write tab-delimited entries to a PrintWriter
- write(PrintWriter) - Method in class processing.data.IntList
-
Write entries to a PrintWriter, one per line
- write(PrintWriter) - Method in class processing.data.JSONArray
- write(PrintWriter) - Method in class processing.data.JSONObject
- write(PrintWriter) - Method in class processing.data.LongDict
-
Write tab-delimited entries to a PrintWriter
- write(PrintWriter) - Method in class processing.data.LongList
-
Write entries to a PrintWriter, one per line
- write(PrintWriter) - Method in class processing.data.StringDict
-
Write tab-delimited entries to a PrintWriter
- write(PrintWriter) - Method in class processing.data.StringList
-
Write entries to a PrintWriter, one per line
- write(PrintWriter) - Method in class processing.data.Table
- write(PrintWriter) - Method in interface processing.data.TableRow
- write(PrintWriter) - Method in class processing.data.XML
- write(PrintWriter, String) - Method in class processing.data.JSONArray
- write(PrintWriter, String) - Method in class processing.data.JSONObject
- WRITE_ONLY - Static variable in class processing.opengl.PGL
X
- x - Variable in class processing.core.PVector
-
The x component of the vector.
- X - Static variable in interface processing.core.PConstants
- x1 - Variable in class processing.core.PShapeSVG.LinearGradient
- x2 - Variable in class processing.core.PShapeSVG.LinearGradient
- XML - Class in processing.data
-
XML is a representation of an XML object, able to parse XML code.
- XML(File) - Constructor for class processing.data.XML
-
Advanced users only; use loadXML() in PApplet.
- XML(File, String) - Constructor for class processing.data.XML
-
Advanced users only; use loadXML() in PApplet.
- XML(InputStream) - Constructor for class processing.data.XML
- XML(InputStream, String) - Constructor for class processing.data.XML
-
Unlike the loadXML() method in PApplet, this version works with files that are not in UTF-8 format.
- XML(Reader) - Constructor for class processing.data.XML
-
Advanced users only; use loadXML() in PApplet.
- XML(Reader, String) - Constructor for class processing.data.XML
-
Advanced users only; use loadXML() in PApplet.
- XML(String) - Constructor for class processing.data.XML
Y
- y - Variable in class processing.core.PVector
-
The y component of the vector.
- Y - Static variable in interface processing.core.PConstants
- y1 - Variable in class processing.core.PShapeSVG.LinearGradient
- y2 - Variable in class processing.core.PShapeSVG.LinearGradient
- year() - Static method in class processing.core.PApplet
-
Processing communicates with the clock on your computer.
Z
- z - Variable in class processing.core.PVector
-
The z component of the vector.
- Z - Static variable in interface processing.core.PConstants
- ZERO - Static variable in class processing.opengl.PGL
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form