A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

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
( begin auto-generated from abs.xml ) Calculates the absolute value (magnitude) of a number.
abs(int) - Static method in class processing.core.PApplet
 
ABSTRACT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ABSTRACT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ABSTRACT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
aCase() - Method in class processing.mode.java.preproc.JavaRecognizer
 
aCase() - Method in class processing.mode.java.preproc.PdeRecognizer
 
acos(float) - Static method in class processing.core.PApplet
( begin auto-generated from acos.xml ) The inverse of cos(), returns the arc cosine of a value.
actionPerformed(ActionEvent) - Method in class processing.app.EditorStatus
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.backspace
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.backspace_word
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.clipboard_copy
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.clipboard_cut
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.clipboard_paste
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.delete
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.delete_word
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.document_end
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.document_home
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.end
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.home
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.insert_break
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.insert_char
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.insert_tab
 
actionPerformed(ActionListener, String) - Method in interface processing.app.syntax.InputHandler.MacroRecorder
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.next_char
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.next_line
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.next_page
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.next_word
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.overwrite
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.prev_char
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.prev_line
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.prev_page
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.prev_word
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.repeat
 
actionPerformed(ActionEvent) - Method in class processing.app.syntax.InputHandler.toggle_rect
 
activate(int) - Method in class processing.app.EditorToolbar
Set a particular button to be active.
activeProgram() - Method in class processing.mode.java.preproc.PdeRecognizer
 
activeTexture(int) - Method in class processing.opengl.PGL
 
add(String, byte, boolean) - Method in class processing.app.syntax.KeywordMap
Adds a key-value mapping.
ADD - Static variable in interface processing.core.PConstants
 
add(PVector) - Method in class processing.core.PVector
( begin auto-generated from PVector_add.xml ) Adds x, y, and z components to a vector, adds one vector to another, or adds two independent vectors together.
add(float, float, float) - Method in class processing.core.PVector
 
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
addButton(String, String, Image[], boolean) - Method in class processing.app.EditorToolbar
 
addCaretListener(CaretListener) - Method in class processing.app.syntax.JEditTextArea
Adds a caret change listener to this text area.
addChild(PShape) - Method in class processing.core.PShape
 
addChild(PShape, int) - Method in class processing.core.PShape
 
addChild(String) - Method in class processing.data.XML
 
addChild(XML) - Method in class processing.data.XML
 
addChild(PShape) - Method in class processing.opengl.PShapeOpenGL
 
addColoring(String, String) - Method in class processing.app.syntax.PdeKeywords
Add a keyword, and the associated coloring.
addColumn() - Method in class processing.data.Table
 
addColumn(String) - Method in class processing.data.Table
 
addColumn(String, int) - Method in class processing.data.Table
 
addContribution(Contribution) - Method in class processing.app.contrib.ContributionListing
 
addContributionListener(ContributionListing.ContributionChangeListener) - Method in class processing.app.contrib.ContributionListing
 
addCustomHighlight(TextAreaPainter.Highlight) - Method in class processing.app.syntax.TextAreaPainter
Adds a custom highlight painter.
addDefaultKeyBindings() - Method in class processing.app.syntax.DefaultInputHandler
Sets up the default key bindings.
addDefaultKeyBindings() - Method in class processing.app.syntax.InputHandler
Adds the default key bindings to this input handler.
addDisabledItem(JMenu, String) - Static method in class processing.app.Toolkit
 
addFile(File) - Method in class processing.app.Sketch
Add a file to the sketch.
additiveExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
additiveExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
addKeyBinding(String, ActionListener) - Method in class processing.app.syntax.DefaultInputHandler
Adds a key binding to this input handler.
addKeyBinding(String, ActionListener) - Method in class processing.app.syntax.InputHandler
Adds a key binding to this input handler.
addListeners(Component) - Method in class processing.core.PApplet
 
addMethod(String) - Method in class processing.mode.java.preproc.PdePreprocessor
 
addName(String, PShape) - Method in class processing.core.PShape
Add a shape to the name lookup table.
addPackageList(HashMap<String, ArrayList<Library>>) - Method in class processing.app.Library
Add the packages provided by this library to the master list that maps imports to specific libraries.
addPreprocOffset(int) - Method in class processing.app.SketchCode
 
addRecent() - Method in class processing.app.Editor
 
addRow() - Method in class processing.data.Table
 
addRow(String[]) - Method in class processing.data.Table
 
addTarget(OutputStream) - Method in class processing.app.exec.StreamPump
 
addTarget(Writer) - Method in class processing.app.exec.StreamPump
 
addTarget(LineProcessor) - Method in class processing.app.exec.StreamPump
 
addUndoableEdit(UndoableEdit) - Method in class processing.app.syntax.SyntaxDocument
Adds an undoable edit to this document's undo list.
Advapi32 - Interface in processing.app.windows
 
Advapi32.ChangeServiceConfig2Info - Class in processing.app.windows
 
Advapi32.ChangeServiceConfig2Info() - Constructor for class processing.app.windows.Advapi32.ChangeServiceConfig2Info
 
Advapi32.Handler - Interface in processing.app.windows
 
Advapi32.HandlerEx - Interface in processing.app.windows
 
Advapi32.SERVICE_DESCRIPTION - Class in processing.app.windows
 
Advapi32.SERVICE_DESCRIPTION() - Constructor for class processing.app.windows.Advapi32.SERVICE_DESCRIPTION
 
Advapi32.SERVICE_MAIN_FUNCTION - Interface in processing.app.windows
 
Advapi32.SERVICE_STATUS - Class in processing.app.windows
 
Advapi32.SERVICE_STATUS() - Constructor for class processing.app.windows.Advapi32.SERVICE_STATUS
 
Advapi32.SERVICE_TABLE_ENTRY - Class in processing.app.windows
 
Advapi32.SERVICE_TABLE_ENTRY() - Constructor for class processing.app.windows.Advapi32.SERVICE_TABLE_ENTRY
 
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
( begin auto-generated from alpha.xml ) Extracts the alpha value from a color.
ALPHA - Static variable in interface processing.core.PConstants
 
alpha(int) - Method in class processing.core.PGraphics
( begin auto-generated from alpha.xml ) Extracts the alpha value from a color.
ALPHA - Static variable in class processing.opengl.PGL
 
ALPHA_MASK - Static variable in class processing.core.PImage
 
ALT - Static variable in interface processing.core.PConstants
 
ALT - Static variable in class processing.event.Event
 
ambient(int) - Method in class processing.core.PApplet
( begin auto-generated from ambient.xml ) Sets the ambient reflectance for shapes drawn to the screen.
ambient(float) - Method in class processing.core.PApplet
 
ambient(float, float, float) - Method in class processing.core.PApplet
 
AMBIENT - Static variable in interface processing.core.PConstants
 
ambient(int) - Method in class processing.core.PGraphics
( begin auto-generated from ambient.xml ) Sets the ambient reflectance for shapes drawn to the screen.
ambient(float) - Method in class processing.core.PGraphics
 
ambient(float, float, float) - Method in class processing.core.PGraphics
 
ambient(int) - Method in class processing.core.PShape
 
ambient(float) - Method in class processing.core.PShape
 
ambient(float, float, float) - Method in class processing.core.PShape
 
ambient(int) - Method in class processing.opengl.PShapeOpenGL
 
ambient(float) - Method in class processing.opengl.PShapeOpenGL
 
ambient(float, float, float) - Method in class processing.opengl.PShapeOpenGL
 
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
( begin auto-generated from ambientLight.xml ) Adds an ambient light.
ambientLight(float, float, float, float, float, float) - Method in class processing.core.PApplet
 
ambientLight(float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from ambientLight.xml ) Adds an ambient light.
ambientLight(float, float, float, float, float, float) - Method in class processing.core.PGraphics
 
ambientLight(float, float, float) - Method in class processing.opengl.PGraphics2D
 
ambientLight(float, float, float, 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.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
 
andExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
andExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
AndroidEditor - Class in processing.mode.android
 
AndroidMode - Class in processing.mode.android
 
AndroidMode(Base, File) - Constructor for class processing.mode.android.AndroidMode
 
AndroidPreprocessor - Class in processing.mode.android
 
AndroidPreprocessor(Sketch, String) - Constructor for class processing.mode.android.AndroidPreprocessor
 
AndroidRunner - Class in processing.mode.android
 
AndroidRunner(AndroidBuild, RunnerListener) - Constructor for class processing.mode.android.AndroidRunner
 
AndroidToolbar - Class in processing.mode.android
 
AndroidToolbar(Editor, Base) - Constructor for class processing.mode.android.AndroidToolbar
 
angleBetween(PVector, PVector) - Static method in class processing.core.PVector
( begin auto-generated from PVector_angleBetween.xml ) Calculates and returns the angle (in radians) between two vectors.
anisoSamplingSupported - Static variable in class processing.opengl.PGraphicsOpenGL
 
annotation() - Method in class processing.mode.java.preproc.JavaRecognizer
 
ANNOTATION - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ANNOTATION - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
annotation() - Method in class processing.mode.java.preproc.PdeRecognizer
 
ANNOTATION - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
ANNOTATION_ARRAY_INIT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ANNOTATION_ARRAY_INIT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ANNOTATION_ARRAY_INIT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
ANNOTATION_DEF - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ANNOTATION_DEF - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ANNOTATION_DEF - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
ANNOTATION_FIELD_DEF - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ANNOTATION_FIELD_DEF - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ANNOTATION_FIELD_DEF - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
ANNOTATION_MEMBER_VALUE_PAIR - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ANNOTATION_MEMBER_VALUE_PAIR - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ANNOTATION_MEMBER_VALUE_PAIR - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
annotationArguments() - Method in class processing.mode.java.preproc.JavaRecognizer
 
annotationArguments() - Method in class processing.mode.java.preproc.PdeRecognizer
 
annotationBlock() - Method in class processing.mode.java.preproc.JavaRecognizer
 
annotationBlock() - Method in class processing.mode.java.preproc.PdeRecognizer
 
annotationDefinition(AST) - Method in class processing.mode.java.preproc.JavaRecognizer
 
annotationDefinition(AST) - Method in class processing.mode.java.preproc.PdeRecognizer
 
annotationField() - Method in class processing.mode.java.preproc.JavaRecognizer
 
annotationField() - Method in class processing.mode.java.preproc.PdeRecognizer
 
annotationMemberArrayInitializer() - Method in class processing.mode.java.preproc.JavaRecognizer
 
annotationMemberArrayInitializer() - Method in class processing.mode.java.preproc.PdeRecognizer
 
annotationMemberArrayValueInitializer() - Method in class processing.mode.java.preproc.JavaRecognizer
 
annotationMemberArrayValueInitializer() - Method in class processing.mode.java.preproc.PdeRecognizer
 
annotationMemberValueInitializer() - Method in class processing.mode.java.preproc.JavaRecognizer
 
annotationMemberValueInitializer() - Method in class processing.mode.java.preproc.PdeRecognizer
 
annotationMemberValuePair() - Method in class processing.mode.java.preproc.JavaRecognizer
 
annotationMemberValuePair() - Method in class processing.mode.java.preproc.PdeRecognizer
 
annotations() - Method in class processing.mode.java.preproc.JavaRecognizer
 
ANNOTATIONS - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ANNOTATIONS - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
annotations() - Method in class processing.mode.java.preproc.PdeRecognizer
 
ANNOTATIONS - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
anntotationMemberValuePairs() - Method in class processing.mode.java.preproc.JavaRecognizer
 
anntotationMemberValuePairs() - Method in class processing.mode.java.preproc.PdeRecognizer
 
antialias - Variable in class processing.app.syntax.TextAreaDefaults
 
antlr - package antlr
 
append(byte[], byte) - Static method in class processing.core.PApplet
( begin auto-generated from append.xml ) Expands an array by one element and adds data to the new position.
append(char[], char) - Static method in class processing.core.PApplet
 
append(int[], int) - Static method in class processing.core.PApplet
 
append(float[], float) - Static method in class processing.core.PApplet
 
append(String[], String) - Static method in class processing.core.PApplet
 
append(Object, Object) - Static method in class processing.core.PApplet
 
apply(PMatrix) - Method in interface processing.core.PMatrix
Multiply this matrix by another.
apply(PMatrix2D) - Method in interface processing.core.PMatrix
 
apply(PMatrix3D) - Method in interface processing.core.PMatrix
 
apply(float, float, float, float, float, float) - Method in interface processing.core.PMatrix
 
apply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface processing.core.PMatrix
 
apply(PMatrix) - Method in class processing.core.PMatrix2D
 
apply(PMatrix2D) - Method in class processing.core.PMatrix2D
 
apply(PMatrix3D) - Method in class processing.core.PMatrix2D
 
apply(float, float, float, float, float, float) - Method in class processing.core.PMatrix2D
 
apply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PMatrix2D
 
apply(PMatrix) - Method in class processing.core.PMatrix3D
 
apply(PMatrix2D) - Method in class processing.core.PMatrix3D
 
apply(PMatrix3D) - Method in class processing.core.PMatrix3D
 
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 class processing.core.PMatrix3D
 
applyMatrix(PMatrix) - Method in class processing.core.PApplet
( begin auto-generated from applyMatrix.xml ) Multiplies the current matrix by the one specified through the parameters.
applyMatrix(PMatrix2D) - Method in class processing.core.PApplet
 
applyMatrix(float, float, float, float, float, float) - Method in class processing.core.PApplet
 
applyMatrix(PMatrix3D) - 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.PApplet
 
applyMatrix(PMatrix) - Method in class processing.core.PGraphics
( begin auto-generated from applyMatrix.xml ) Multiplies the current matrix by the one specified through the parameters.
applyMatrix(PMatrix2D) - Method in class processing.core.PGraphics
 
applyMatrix(float, float, float, float, float, float) - Method in class processing.core.PGraphics
 
applyMatrix(PMatrix3D) - 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.PGraphics
 
applyMatrix(float, float, float, float, float, float) - Method in class processing.core.PGraphicsJava2D
 
applyMatrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphicsJava2D
 
applyMatrix(PMatrix) - Method in class processing.core.PShape
 
applyMatrix(PMatrix2D) - Method in class processing.core.PShape
 
applyMatrix(float, float, float, float, float, float) - Method in class processing.core.PShape
 
applyMatrix(PMatrix3D) - 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.core.PShape
 
applyMatrix(PMatrix3D) - 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.PGraphics2D
 
applyMatrix(PMatrix2D) - Method in class processing.opengl.PGraphicsOpenGL
 
applyMatrix(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
 
applyMatrix(PMatrix3D) - Method in class processing.opengl.PGraphicsOpenGL
 
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(PMatrix2D) - Method in class processing.opengl.PShapeOpenGL
 
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.opengl.PShapeOpenGL
 
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
( begin auto-generated from arc.xml ) Draws an arc in the display window.
arc(float, float, float, float, float, float, int) - Method in class processing.core.PApplet
 
ARC - Static variable in interface processing.core.PConstants
 
arc(float, float, float, float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from arc.xml ) Draws an arc in the display window.
arc(float, float, float, float, float, float, int) - Method in class processing.core.PGraphics
 
Archiver - Class in processing.app.tools
 
Archiver() - Constructor for class processing.app.tools.Archiver
 
ARGB - Static variable in interface processing.core.PConstants
 
argList() - Method in class processing.mode.java.preproc.JavaRecognizer
 
argList() - Method in class processing.mode.java.preproc.PdeRecognizer
 
args - Variable in class processing.core.PApplet
Command line options passed in from main().
ARGS_BGCOLOR - Static variable in class processing.core.PApplet
 
ARGS_DISPLAY - Static variable in class processing.core.PApplet
 
ARGS_EDITOR_LOCATION - Static variable in class processing.core.PApplet
Position of the upper-lefthand corner of the editor window that launched this applet.
ARGS_EXTERNAL - Static variable in class processing.core.PApplet
Location for where to position the applet window on screen.
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
 
ARGS_PRESENT - Static variable in class processing.core.PApplet
Deprecated.
use --full-screen instead.
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
 
array() - Method in class processing.core.PVector
( begin auto-generated from PVector_array.xml ) Return a representation of this vector as a float array.
ARRAY_BUFFER - Static variable in class processing.opengl.PGL
 
ARRAY_DECLARATOR - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ARRAY_DECLARATOR - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ARRAY_DECLARATOR - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
ARRAY_INIT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ARRAY_INIT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ARRAY_INIT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
arrayCopy(Object, int, Object, int, int) - Static method in class processing.core.PApplet
( begin auto-generated from arrayCopy.xml ) Copies an array (or part of an array) to another array.
arrayCopy(Object, Object, int) - Static method in class processing.core.PApplet
Convenience method for arraycopy().
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, int, Object, int, int) - Static method in class processing.core.PApplet
Deprecated.
Use arrayCopy() instead.
arraycopy(Object, Object, int) - Static method in class processing.core.PApplet
Deprecated.
Use arrayCopy() instead.
arraycopy(Object, Object) - Static method in class processing.core.PApplet
Deprecated.
Use arrayCopy() instead.
arrayInitializer() - Method in class processing.mode.java.preproc.JavaRecognizer
 
arrayInitializer() - Method in class processing.mode.java.preproc.PdeRecognizer
 
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
( begin auto-generated from asin.xml ) The inverse of sin(), returns the arc sine of a value.
ASSIGN - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ASSIGN - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ASSIGN - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
assignmentExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
assignmentExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
AT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
AT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
AT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
atan(float) - Static method in class processing.core.PApplet
( begin auto-generated from atan.xml ) The inverse of tan(), returns the arc tangent of a value.
atan2(float, float) - Static method in class processing.core.PApplet
( begin auto-generated from atan2.xml ) 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
 
AutoFormat - Class in processing.mode.java
Handler for dealing with auto format.
AutoFormat() - Constructor for class processing.mode.java.AutoFormat
 
autoMipmapGenSupported - Static variable in class processing.opengl.PGraphicsOpenGL
 
available() - Method in class processing.opengl.Texture
Returns true if the texture has been initialized.
AVD - Class in processing.mode.android
 
AVD(String, String) - Constructor for class processing.mode.android.AVD
 

B

B - Static variable in class processing.core.PGraphics
 
BACK - Static variable in class processing.opengl.PGL
 
background(int) - Method in class processing.core.PApplet
( begin auto-generated from background.xml ) The background() function sets the color used for the background of the Processing window.
background(int, float) - Method in class processing.core.PApplet
 
background(float) - Method in class processing.core.PApplet
 
background(float, float) - Method in class processing.core.PApplet
 
background(float, float, float) - Method in class processing.core.PApplet
 
background(float, float, float, float) - Method in class processing.core.PApplet
 
background(PImage) - Method in class processing.core.PApplet
Takes an RGB or ARGB image and sets it as the background.
background(int) - Method in class processing.core.PGraphics
( begin auto-generated from background.xml ) The background() function sets the color used for the background of the Processing window.
background(int, float) - Method in class processing.core.PGraphics
 
background(float) - Method in class processing.core.PGraphics
 
background(float, float) - Method in class processing.core.PGraphics
 
background(float, float, float) - Method in class processing.core.PGraphics
 
background(float, float, float, float) - Method in class processing.core.PGraphics
 
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.core.PGraphicsJava2D
 
BACKSPACE - Static variable in class processing.app.syntax.InputHandler
 
BACKSPACE - Static variable in interface processing.core.PConstants
 
BACKSPACE_WORD - Static variable in class processing.app.syntax.InputHandler
 
backupContribution(Editor, InstalledContribution, boolean, ErrorWidget) - Static method in class processing.app.contrib.ContributionManager
Moves the given contribution to a backup folder.
BadSDKException - Exception in processing.mode.android
 
BadSDKException(String) - Constructor for exception processing.mode.android.BadSDKException
 
BAND - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
BAND - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
BAND - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
BAND_ASSIGN - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
BAND_ASSIGN - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
BAND_ASSIGN - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
Base - Class in processing.app
The base class for the main processing application.
Base(String[]) - Constructor for class processing.app.Base
 
BASELINE - Static variable in interface processing.core.PConstants
Default vertical alignment for text placement
BEEN_LIT - Static variable in class processing.core.PGraphics
 
beep() - Static method in class processing.app.Toolkit
 
beginCamera() - Method in class processing.core.PApplet
( begin auto-generated from beginCamera.xml ) The beginCamera() and endCamera() functions enable advanced customization of the camera space.
beginCamera() - Method in class processing.core.PGraphics
( begin auto-generated from beginCamera.xml ) 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).
beginCompositionText(AttributedCharacterIterator, int) - Method in class processing.app.syntax.im.CompositionTextManager
Called when a user begins input from input method.
beginCompoundEdit() - Method in class processing.app.syntax.SyntaxDocument
Starts a compound edit that can be undone in one operation.
beginContour() - Method in class processing.core.PApplet
 
beginContour() - Method in class processing.core.PGraphics
 
beginContour() - Method in class processing.core.PGraphicsJava2D
 
beginContour() - Method in class processing.core.PShape
 
beginContour() - Method in class processing.opengl.PGraphicsOpenGL
 
beginContour() - Method in class processing.opengl.PShapeOpenGL
 
beginDraw() - Method in class processing.core.PGraphics
( begin auto-generated from PGraphics_beginDraw.xml ) Sets the default properties for a PGraphics object.
beginDraw() - Method in class processing.core.PGraphicsJava2D
 
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
( begin auto-generated from beginRaw.xml ) To create vectors from 3D data, use the beginRaw() and endRaw() commands.
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.
beginRaw(PGraphics) - Method in class processing.core.PGraphicsJava2D
 
beginRecord(String, String) - Method in class processing.core.PApplet
( begin auto-generated from beginRecord.xml ) 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(int) - Method in class processing.core.PApplet
( begin auto-generated from beginShape.xml ) Using the beginShape() and endShape() functions allow creating more complex forms.
beginShape() - Method in class processing.core.PGraphics
Start a new shape of type POLYGON
beginShape(int) - Method in class processing.core.PGraphics
( begin auto-generated from beginShape.xml ) Using the beginShape() and endShape() functions allow creating more complex forms.
beginShape(int) - Method in class processing.core.PGraphicsJava2D
 
beginShape(int) - Method in class processing.opengl.PGraphicsOpenGL
 
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, float, float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from bezier.xml ) Draws a Bezier curve on the screen.
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.PGraphics
( begin auto-generated from bezier.xml ) Draws a Bezier curve on the screen.
BEZIER_VERTEX - Static variable in interface processing.core.PConstants
 
bezierDetail(int) - Method in class processing.core.PApplet
( begin auto-generated from bezierDetail.xml ) Sets the resolution at which Beziers display.
bezierDetail - Variable in class processing.core.PGraphics
 
bezierDetail(int) - Method in class processing.core.PGraphics
( begin auto-generated from bezierDetail.xml ) Sets the resolution at which Beziers display.
bezierDetail(int) - Method in class processing.core.PGraphicsJava2D
Ignored (not needed) in Java 2D.
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
( begin auto-generated from bezierPoint.xml ) Evaluates the Bezier at point t for points a, b, c, d.
bezierPoint(float, float, float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from bezierPoint.xml ) Evaluates the Bezier at point t for points a, b, c, d.
bezierTangent(float, float, float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from bezierTangent.xml ) Calculates the tangent of a point on a Bezier curve.
bezierTangent(float, float, float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from bezierTangent.xml ) Calculates the tangent of a point on a Bezier curve.
bezierVertex(float, float, float, float, float, float) - Method in class processing.core.PApplet
 
bezierVertex(float, float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from bezierVertex.xml ) Specifies vertex coordinates for Bezier curves.
bezierVertex(float, float, float, float, float, float) - Method in class processing.core.PGraphics
 
bezierVertex(float, float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from bezierVertex.xml ) Specifies vertex coordinates for Bezier curves.
bezierVertex(float, float, float, float, float, float) - Method in class processing.core.PGraphicsJava2D
 
bezierVertex(float, float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphicsJava2D
 
bezierVertex(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.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) - Method in class processing.opengl.PGraphicsOpenGL
 
bezierVertex(float, float, float, 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.opengl.PShapeOpenGL
 
bgcolor - Variable in class processing.app.syntax.TextAreaDefaults
 
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
( begin auto-generated from binary.xml ) Converts a byte, char, int, 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
 
bindBuffer(int, int) - Method in class processing.opengl.PGL
 
bindFramebuffer(int, int) - Method in class processing.opengl.PGL
 
bindRenderbuffer(int, int) - Method in class processing.opengl.PGL
 
bindTexture(int, int) - Method in class processing.opengl.PGL
 
bInheritHandle - Variable in class processing.app.windows.WINBASE.SECURITY_ATTRIBUTES
 
blend(int, int, int, int, int, int, int, int, int) - Method in class processing.core.PApplet
 
blend(PImage, int, int, int, int, int, int, int, int, int) - Method in class processing.core.PApplet
( begin auto-generated from PImage_blend.xml ) Blends a region of pixels into the image specified by the img parameter.
BLEND - Static variable in interface processing.core.PConstants
 
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.PImage
( begin auto-generated from PImage_blend.xml ) Blends a region of pixels into the image specified by the img parameter.
BLEND - Static variable in class processing.opengl.PGL
 
blendColor(int, int, int) - Static method in class processing.core.PApplet
 
blendColor(int, int, int) - Static method in class processing.core.PImage
( begin auto-generated from blendColor.xml ) 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
 
blendFunc(int, int) - Method in class processing.opengl.PGL
 
blendMode(int) - Method in class processing.core.PApplet
( begin auto-generated from blendMode.xml ) This is a new reference entry for Processing 2.0.
blendMode(int) - Method in class processing.core.PGraphics
( begin auto-generated from blendMode.xml ) This is a new reference entry for Processing 2.0.
blendMode(int) - Method in class processing.core.PGraphicsJava2D
( begin auto-generated from blendMode.xml ) This is a new reference entry for Processing 2.0.
blendMode(int) - Method in class processing.opengl.PGraphicsOpenGL
Allows to set custom blend modes for the entire scene, using openGL.
blinkCaret() - Method in class processing.app.syntax.JEditTextArea
Blinks the caret.
blitFramebuffer(int, int, int, int, int, int, int, int, int, int) - Method in class processing.opengl.PGL
 
BLOCK - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
BLOCK - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
BLOCK - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
blockCaret - Variable in class processing.app.syntax.TextAreaDefaults
 
blue(int) - Method in class processing.core.PApplet
( begin auto-generated from blue.xml ) Extracts the blue value from a color, scaled to match current colorMode().
blue(int) - Method in class processing.core.PGraphics
( begin auto-generated from blue.xml ) 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
 
BNOT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
BNOT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
BNOT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
BOR - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
BOR - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
BOR - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
BOR_ASSIGN - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
BOR_ASSIGN - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
BOR_ASSIGN - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
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
( begin auto-generated from box.xml ) A box is an extruded rectangle.
box(float, float, float) - Method in class processing.core.PApplet
 
BOX - Static variable in interface processing.core.PConstants
 
box(float) - Method in class processing.core.PGraphics
( begin auto-generated from box.xml ) A box is an extruded rectangle.
box(float, float, float) - Method in class processing.core.PGraphics
 
box(float, float, float) - Method in class processing.core.PGraphicsJava2D
 
box(float, float, float) - Method in class processing.opengl.PGraphics2D
 
box(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
 
bracketHighlight - Variable in class processing.app.syntax.TextAreaDefaults
 
bracketHighlightColor - Variable in class processing.app.syntax.TextAreaDefaults
 
Brackets - Class in processing.app.syntax
 
Brackets() - Constructor for class processing.app.syntax.Brackets
 
BREAK - Static variable in interface processing.core.PConstants
 
brightness(int) - Method in class processing.core.PApplet
( begin auto-generated from brightness.xml ) Extracts the brightness value from a color.
brightness(int) - Method in class processing.core.PGraphics
( begin auto-generated from brightness.xml ) Extracts the brightness value from a color.
BSR - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
BSR - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
BSR - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
BSR_ASSIGN - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
BSR_ASSIGN - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
BSR_ASSIGN - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
bufferData(int, int, Buffer, int) - Method in class processing.opengl.PGL
 
bufferSubData(int, int, int, Buffer) - Method in class processing.opengl.PGL
 
build() - Method in class processing.app.tools.CreateFont
 
build(boolean) - Method in class processing.mode.java.JavaBuild
Run the build inside a temporary build folder.
build(File, File, boolean) - Method in class processing.mode.java.JavaBuild
Preprocess and compile all the code for this sketch.
build(File) - Method in class processing.mode.javascript.JavaScriptBuild
Builds the sketch
buildExamplesTree() - Method in class processing.app.Mode
 
buildFileMenu() - Method in class processing.app.Editor
 
buildFileMenu() - Method in class processing.mode.android.AndroidEditor
 
buildFileMenu() - Method in class processing.mode.java.JavaEditor
 
buildFileMenu() - Method in class processing.mode.javascript.JavaScriptEditor
Build the "File" menu, implements abstract Editor.buildFileMenu(), called by Editor.buildMenuBar() to generate the app menu for the editor window
buildHelpMenu() - Method in class processing.app.Editor
 
buildHelpMenu() - Method in class processing.mode.android.AndroidEditor
Uses the main help menu, and adds a few extra options.
buildHelpMenu() - Method in class processing.mode.java.JavaEditor
 
buildHelpMenu() - Method in class processing.mode.javascript.JavaScriptEditor
Build the "Help" menu, implements abstract Editor.buildHelpMenu(), called by Editor.buildMenuBar() to generate the app menu for the editor window
buildModeMenu() - Method in class processing.app.Editor
Override this if you want a special menu for your particular 'mode'.
buildModeMenu() - Method in class processing.mode.android.AndroidEditor
 
buildModeMenu() - Method in class processing.mode.javascript.JavaScriptEditor
Build the mode menu, overrides Editor.buildModeMenu(), called by Editor.buildMenuBar() to generate the app menu for the editor window
buildSketchMenu() - Method in class processing.app.Editor
 
buildSketchMenu() - Method in class processing.mode.android.AndroidEditor
 
buildSketchMenu() - Method in class processing.mode.java.JavaEditor
 
buildSketchMenu() - Method in class processing.mode.javascript.JavaScriptEditor
Build the "Sketch" menu, implements abstract Editor.buildSketchMenu(), called by Editor.buildMenuBar() to generate the app menu for the editor window
buildZip(File, String, ZipOutputStream) - Method in class processing.app.tools.Archiver
 
builtInConsCastType() - Method in class processing.mode.java.preproc.PdeRecognizer
 
builtInConsCastTypeSpec(boolean) - Method in class processing.mode.java.preproc.PdeRecognizer
 
builtInType() - Method in class processing.mode.java.preproc.JavaRecognizer
 
builtInType() - Method in class processing.mode.java.preproc.PdeRecognizer
 
builtInTypeArraySpec(boolean) - Method in class processing.mode.java.preproc.JavaRecognizer
 
builtInTypeArraySpec(boolean) - Method in class processing.mode.java.preproc.PdeRecognizer
 
builtInTypeSpec(boolean) - Method in class processing.mode.java.preproc.JavaRecognizer
 
builtInTypeSpec(boolean) - Method in class processing.mode.java.preproc.PdeRecognizer
 
BURN - Static variable in interface processing.core.PConstants
 
BUTTON_HEIGHT - Static variable in class processing.app.Preferences
Standardized button height.
BUTTON_WIDTH - Static variable in class processing.app.Preferences
Standardized width for buttons.
BXOR - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
BXOR - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
BXOR - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
BXOR_ASSIGN - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
BXOR_ASSIGN - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
BXOR_ASSIGN - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 

C

calcFolderSize(File) - Static method in class processing.app.Base
Calculate the size of the contents of a folder.
callback(int) - Method in interface processing.app.windows.Advapi32.Handler
 
callback(int, int, Pointer, Pointer) - Method in interface processing.app.windows.Advapi32.HandlerEx
 
callback(int, Pointer) - Method in interface processing.app.windows.Advapi32.SERVICE_MAIN_FUNCTION
 
camera() - Method in class processing.core.PApplet
( begin auto-generated from camera.xml ) Sets the position of the camera through setting the eye position, the center of the scene, and which axis is facing upward.
camera(float, float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
 
camera() - Method in class processing.core.PGraphics
( begin auto-generated from camera.xml ) Sets the position of the camera through setting the eye position, the center of the scene, and which axis is facing upward.
camera(float, float, float, float, float, float, float, float, float) - Method in class processing.core.PGraphics
 
camera() - Method in class processing.opengl.PGraphics2D
 
camera(float, float, float, float, float, float, float, float, float) - Method in class processing.opengl.PGraphics2D
 
camera - Variable in class processing.opengl.PGraphicsOpenGL
 
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.opengl.PGraphicsOpenGL
More flexible method for dealing with camera().
camera(float, float) - Method in class processing.opengl.PGraphicsOpenGL
 
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.
cancel() - Method in interface processing.app.contrib.ProgressMonitor
Requests for the task to be cancelled by setting isCanceled() to true.
cancelLatestCommittedText(AttributedCharacterIterator.Attribute[]) - Method in class processing.app.syntax.im.InputMethodSupport
 
canDraw() - Method in class processing.core.PGraphics
Some renderers have requirements re: when they are ready to draw.
canDraw() - Method in class processing.core.PGraphicsJava2D
 
canDraw() - Method in class processing.opengl.PGraphicsOpenGL
OpenGL cannot draw until a proper native peer is available, so this returns the value of PApplet.isDisplayable() (inherited from Component).
canvas - Variable in class processing.core.PGraphics
 
canvas - Static variable in class processing.opengl.PGL
The canvas where OpenGL rendering takes place
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.
caretBlinks - Variable in class processing.app.syntax.TextAreaDefaults
 
caretColor - Variable in class processing.app.syntax.TextAreaDefaults
 
caretPositionChanged(InputMethodEvent) - Method in class processing.app.syntax.im.InputMethodSupport
 
caretVisible - Variable in class processing.app.syntax.TextAreaDefaults
 
CASE_GROUP - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
CASE_GROUP - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
CASE_GROUP - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
casesGroup() - Method in class processing.mode.java.preproc.JavaRecognizer
 
casesGroup() - Method in class processing.mode.java.preproc.PdeRecognizer
 
caseSList() - Method in class processing.mode.java.preproc.JavaRecognizer
 
caseSList() - Method in class processing.mode.java.preproc.PdeRecognizer
 
CCW - Static variable in class processing.opengl.PGL
 
ceil(float) - Static method in class processing.core.PApplet
( begin auto-generated from ceil.xml ) 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.
changedUpdate(DocumentEvent) - Method in class processing.app.tools.ColorSelector
 
ChangeServiceConfig2(Pointer, int, Advapi32.ChangeServiceConfig2Info) - Method in interface processing.app.windows.Advapi32
 
CHAR_LITERAL - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
CHAR_LITERAL - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
CHAR_LITERAL - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
CHARSET - Static variable in class processing.core.PFont
The default Processing character set.
CHATTER - Static variable in interface processing.core.PConstants
 
checkColumnIndex(String) - Method in class processing.data.Table
Same as getColumnIndex(), but creates the column if it doesn't exist.
checkDeletions(File) - Static method in class processing.app.contrib.ContributionManager
 
checkFramebufferStatus(int) - Method in class processing.opengl.PGL
 
checkName(String) - Static method in class processing.app.Sketch
Convert to sanitized name and alert the user if changes were made.
checkSDK(Editor) - Method in class processing.mode.android.AndroidMode
 
CHORD - Static variable in interface processing.core.PConstants
 
CLAMP - Static variable in interface processing.core.PConstants
textures are clamped to their edges
CLAMP_TO_EDGE - Static variable in class processing.opengl.PGL
 
CLASS_DEF - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
CLASS_DEF - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
CLASS_DEF - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
classBlock() - Method in class processing.mode.java.preproc.JavaRecognizer
 
classBlock() - Method in class processing.mode.java.preproc.PdeRecognizer
 
classDefinition(AST) - Method in class processing.mode.java.preproc.JavaRecognizer
 
classDefinition(AST) - Method in class processing.mode.java.preproc.PdeRecognizer
 
classField() - Method in class processing.mode.java.preproc.JavaRecognizer
 
classField() - Method in class processing.mode.java.preproc.PdeRecognizer
 
className - Variable in class processing.mode.java.preproc.PreprocessorResult
 
classOrInterfaceType(boolean) - Method in class processing.mode.java.preproc.JavaRecognizer
 
classOrInterfaceType(boolean) - Method in class processing.mode.java.preproc.PdeRecognizer
 
classTypeSpec(boolean) - Method in class processing.mode.java.preproc.JavaRecognizer
 
classTypeSpec(boolean) - Method in class processing.mode.java.preproc.PdeRecognizer
 
clear() - Method in class processing.app.EditorConsole
 
clear() - Method in class processing.core.PApplet
 
clear() - Method in class processing.core.PGraphics
 
clear() - Method in class processing.opengl.FrameBuffer
 
clear(int) - Method in class processing.opengl.PGL
 
clearColor(float, float, float, float) - Method in class processing.opengl.PGL
 
clearDepth(float) - Method in class processing.opengl.PGL
 
clearNotice(String) - Method in class processing.app.Editor
 
clearStencil(int) - Method in class processing.opengl.PGL
 
CLICK - Static variable in class processing.event.MouseEvent
 
clip(float, float, float, float) - Method in class processing.core.PApplet
 
clip(float, float, float, float) - Method in class processing.core.PGraphics
 
CLIPBOARD_COPY - Static variable in class processing.app.syntax.InputHandler
 
CLIPBOARD_CUT - Static variable in class processing.app.syntax.InputHandler
 
CLIPBOARD_PASTE - Static variable in class processing.app.syntax.InputHandler
 
clone() - Method in class processing.core.PImage
Duplicate an image, returns new PImage object.
CLOSE - Static variable in interface processing.core.PConstants
 
close() - Method in class processing.mode.android.AndroidRunner
 
close() - Method in class processing.mode.java.runner.Runner
 
close() - Method in class processing.opengl.LineStroker
 
closePath() - Method in class processing.opengl.LinePath
Closes the current subpath by drawing a straight line back to the coordinates of the last moveTo.
CloseServiceHandle(Pointer) - Method in interface processing.app.windows.Advapi32
 
CODED - Static variable in interface processing.core.PConstants
 
COLON - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
COLON - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
COLON - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
color(int) - Method in class processing.core.PApplet
( begin auto-generated from color.xml ) Creates colors for storing in variables of the color datatype.
color(float) - Method in class processing.core.PApplet
 
color(int, int) - Method in class processing.core.PApplet
As of 0116 this also takes color(#FF8800, alpha)
color(float, float) - Method in class processing.core.PApplet
 
color(int, int, int) - Method in class processing.core.PApplet
 
color(int, int, int, int) - Method in class processing.core.PApplet
 
color(float, float, float) - Method in class processing.core.PApplet
 
color(float, float, float, float) - Method in class processing.core.PApplet
 
color(int) - Method in class processing.core.PGraphics
 
color(float) - Method in class processing.core.PGraphics
 
color(int, int) - Method in class processing.core.PGraphics
 
color(int, float) - Method in class processing.core.PGraphics
 
color(float, float) - Method in class processing.core.PGraphics
 
color(int, int, int) - Method in class processing.core.PGraphics
 
color(float, float, float) - Method in class processing.core.PGraphics
 
color(int, int, int, int) - Method in class processing.core.PGraphics
 
color(float, float, float, float) - 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
 
colorMask(boolean, boolean, boolean, boolean) - Method in class processing.opengl.PGL
 
colorMethodCall() - Method in class processing.mode.java.preproc.PdeRecognizer
 
colorMode(int) - Method in class processing.core.PApplet
( begin auto-generated from colorMode.xml ) Changes the way Processing interprets color data.
colorMode(int, float) - Method in class processing.core.PApplet
 
colorMode(int, float, float, float) - Method in class processing.core.PApplet
 
colorMode(int, float, float, float, float) - Method in class processing.core.PApplet
 
colorMode - Variable in class processing.core.PGraphics
The current colorMode
colorMode(int) - Method in class processing.core.PGraphics
( begin auto-generated from colorMode.xml ) Changes the way Processing interprets color data.
colorMode(int, float) - Method in class processing.core.PGraphics
 
colorMode(int, float, float, float) - Method in class processing.core.PGraphics
 
colorMode(int, float, float, float, float) - Method in class processing.core.PGraphics
 
colorMode - Variable in class processing.core.PShape
The current colorMode
colorMode(int) - Method in class processing.core.PShape
Set the pivot point for all transformations.
colorMode(int, float) - Method in class processing.core.PShape
 
colorMode(int, float, float, float) - Method in class processing.core.PShape
 
colorMode(int, float, float, float, float) - Method in class processing.core.PShape
 
colorMode - Variable in class processing.core.PStyle
 
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
 
ColorSelector - Class in processing.app.tools
Color selector tool for the Tools menu.
ColorSelector() - Constructor for class processing.app.tools.ColorSelector
 
ColorSelector.ColorRange - Class in processing.app.tools
 
ColorSelector.ColorRange() - Constructor for class processing.app.tools.ColorSelector.ColorRange
 
ColorSelector.ColorSlider - Class in processing.app.tools
 
ColorSelector.ColorSlider() - Constructor for class processing.app.tools.ColorSelector.ColorSlider
 
cols - Variable in class processing.app.syntax.TextAreaDefaults
 
COMMA - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
COMMA - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
COMMA - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
Commander - Class in processing.mode.java
Class to handle running Processing from the command line.
Commander(String[]) - Constructor for class processing.mode.java.Commander
 
COMMENT1 - Static variable in class processing.app.syntax.Token
This can be used to mark a comment.
COMMENT2 - Static variable in class processing.app.syntax.Token
This can be used to mark a comment.
compilationUnit() - Method in class processing.mode.java.preproc.JavaRecognizer
 
compilationUnit() - Method in class processing.mode.java.preproc.PdeRecognizer
 
compile(JavaBuild) - Static method in class processing.mode.java.Compiler
Compile with ECJ.
COMPILE_STATUS - Static variable in class processing.opengl.PGL
 
Compiler - Class in processing.mode.java
 
Compiler() - Constructor for class processing.mode.java.Compiler
 
compileShader(int) - Method in class processing.opengl.PGL
 
COMPLAINT - Static variable in interface processing.core.PConstants
 
COMPOSING_UNDERBAR_HEIGHT - Static variable in class processing.app.syntax.im.CompositionTextManager
 
CompositionTextManager - Class in processing.app.syntax.im
This class Manage texts from input method by begin-process-end steps.
CompositionTextManager(JEditTextArea) - Constructor for class processing.app.syntax.im.CompositionTextManager
Create text manager class with a textarea.
CompositionTextPainter - Class in processing.app.syntax.im
Paint texts from input method.
CompositionTextPainter(JEditTextArea) - Constructor for class processing.app.syntax.im.CompositionTextPainter
Constructor for painter.
compoundStatement() - Method in class processing.mode.java.preproc.JavaRecognizer
 
compoundStatement() - Method in class processing.mode.java.preproc.PdeRecognizer
 
concat(boolean[], boolean[]) - Static method in class processing.core.PApplet
( begin auto-generated from concat.xml ) Concatenates two arrays.
concat(byte[], byte[]) - Static method in class processing.core.PApplet
 
concat(char[], char[]) - Static method in class processing.core.PApplet
 
concat(int[], int[]) - Static method in class processing.core.PApplet
 
concat(float[], float[]) - Static method in class processing.core.PApplet
 
concat(String[], String[]) - Static method in class processing.core.PApplet
 
concat(Object, Object) - Static method in class processing.core.PApplet
 
conditionalExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
conditionalExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
consCastTypeSpec(boolean) - Method in class processing.mode.java.preproc.PdeRecognizer
 
constant() - Method in class processing.mode.java.preproc.JavaRecognizer
 
constant() - Method in class processing.mode.java.preproc.PdeRecognizer
 
constrain(int, int, int) - Static method in class processing.core.PApplet
Find the minimum value in an array.
constrain(float, float, float) - Static method in class processing.core.PApplet
( begin auto-generated from constrain.xml ) Constrains a value to not exceed a maximum and minimum value.
CONSTRUCTOR_CAST - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
CONSTRUCTOR_CAST - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
constructorBody() - Method in class processing.mode.java.preproc.JavaRecognizer
 
constructorBody() - Method in class processing.mode.java.preproc.PdeRecognizer
 
constructorCast() - Method in class processing.mode.java.preproc.PdeRecognizer
 
contains(float, float) - Method in class processing.core.PShape
 
contentsToClassPath(File) - Static method in class processing.app.Base
Given a folder, return a list of absolute paths to all jar or zip files inside that folder, separated by pathSeparatorChar.
context - Static variable in class processing.opengl.PGL
The rendering context (holds rendering state info)
CONTEXT_AWARE_HOME_END - Static variable in class processing.app.syntax.InputHandler
If this PDE property is set to Boolean.TRUE, the home/end keys will go to the first/last non-whitespace character of the line.
contribLibraries - Variable in class processing.app.Mode
 
contribListing - Static variable in class processing.app.contrib.ContributionManager
 
contribTools - Variable in class processing.app.Editor
 
Contribution - Interface in processing.app.contrib
 
Contribution.Type - Enum in processing.app.contrib
 
contributionAdded(Contribution) - Method in interface processing.app.contrib.ContributionListing.ContributionChangeListener
 
contributionAdded(Contribution) - Method in class processing.app.contrib.ContributionListPanel
 
contributionChanged(Contribution, Contribution) - Method in interface processing.app.contrib.ContributionListing.ContributionChangeListener
 
contributionChanged(Contribution, Contribution) - Method in class processing.app.contrib.ContributionListPanel
 
ContributionListing - Class in processing.app.contrib
 
ContributionListing.ContributionChangeListener - Interface in processing.app.contrib
 
ContributionListing.Filter - Interface in processing.app.contrib
 
ContributionListPanel - Class in processing.app.contrib
 
ContributionListPanel(ContributionManagerDialog, ContributionListing.Filter) - Constructor for class processing.app.contrib.ContributionListPanel
 
ContributionManager - Class in processing.app.contrib
 
ContributionManager() - Constructor for class processing.app.contrib.ContributionManager
 
ContributionManagerDialog - Class in processing.app.contrib
 
ContributionManagerDialog(String, ContributionListing.Filter) - Constructor for class processing.app.contrib.ContributionManagerDialog
 
contributionRemoved(Contribution) - Method in interface processing.app.contrib.ContributionListing.ContributionChangeListener
 
contributionRemoved(Contribution) - Method in class processing.app.contrib.ContributionListPanel
 
CONTROL - Static variable in interface processing.core.PConstants
 
ControlService(Pointer, int, Advapi32.SERVICE_STATUS) - Method in interface processing.app.windows.Advapi32
 
convertRow(DataOutputStream, String[]) - Method in class processing.data.Table
 
ConvertSidToStringSid(byte[], PointerByReference) - Method in interface processing.app.windows.Advapi32
 
ConvertStringSidToSid(String, PointerByReference) - Method in interface processing.app.windows.Advapi32
 
convertTSV(BufferedReader, File) - Method in class processing.data.Table
 
copy(int) - Method in class antlr.TokenStreamCopyingHiddenTokenFilter
Indicate that all tokens of type tokenType should be copied.
copy() - Method in class processing.app.syntax.DefaultInputHandler
Returns a copy of this input handler that shares the same key bindings.
copy() - Method in class processing.app.syntax.InputHandler
Returns a copy of this input handler that shares the same key bindings.
copy() - Method in class processing.app.syntax.JEditTextArea
Places the selected text into the clipboard.
copy(int, int, int, int, int, int, int, int) - Method in class processing.core.PApplet
( begin auto-generated from PImage_copy.xml ) Copies a region of pixels from one image into another.
copy(PImage, int, int, int, int, int, int, int, int) - Method in class processing.core.PApplet
 
copy(int, int, int, int, int, int, int, int) - Method in class processing.core.PGraphicsJava2D
 
copy(PImage, int, int, int, int, int, int, int, int) - Method in class processing.core.PGraphicsJava2D
 
copy(int, int, int, int, int, int, int, int) - Method in class processing.core.PImage
( begin auto-generated from PImage_copy.xml ) Copies a region of pixels from one image into another.
copy(PImage, int, int, int, int, int, int, int, int) - Method in class processing.core.PImage
 
copy(FrameBuffer, FrameBuffer) - Method in class processing.opengl.FrameBuffer
 
copyAsHTML() - Method in class processing.app.syntax.JEditTextArea
Copy the current selection as HTML, formerly "Format for Discourse".
copyBufferFromSource(Object, ByteBuffer, int, int) - Method in class processing.opengl.Texture
 
copyDir(File, File) - Static method in class processing.app.Base
Copy a folder from one place to another.
copyFile(File, File) - Static method in class processing.app.Base
 
copyGroup2D(PApplet, PShape, PShape) - Static method in class processing.opengl.PShapeOpenGL
 
copyGroup3D(PApplet, PShape, PShape) - Static method in class processing.opengl.PShapeOpenGL
 
copyOf(float[], int) - Static method in class processing.opengl.LinePath
 
copyOf(byte[], int) - Static method in class processing.opengl.LinePath
 
copyTo(File) - Method in class processing.app.SketchCode
 
coreLibraries - Variable in class processing.app.Mode
 
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
( begin auto-generated from cos.xml ) Calculates the cosine of an angle.
countLines(String) - Static method in class processing.app.Base
Get the number of lines in a file by counting the number of newline characters inside a String (and adding 1).
create(File) - Static method in class processing.app.contrib.LibraryCompilation
 
createEditor(Base, String, EditorState) - Method in class processing.app.Mode
Create a new editor associated with this mode.
createEditor(Base, String, EditorState) - Method in class processing.mode.android.AndroidMode
 
createEditor(Base, String, EditorState) - Method in class processing.mode.java.JavaMode
 
createEditor(Base, String, EditorState) - Method in class processing.mode.javascript.JavaScriptMode
Called to create the actual editor when needed (once per Sketch)
CreateFont - Class in processing.app.tools
GUI tool for font creation heaven/hell.
CreateFont() - Constructor for class processing.app.tools.CreateFont
 
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
( begin auto-generated from createFont.xml ) Dynamically converts a font to the format used by Processing from either a font name that's installed on the computer, or from a .ttf or .otf file inside the sketches "data" folder.
createFormatter() - Method in class processing.app.Editor
 
createFormatter() - Method in class processing.mode.java.JavaEditor
 
createFormatter() - Method in class processing.mode.javascript.JavaScriptEditor
Create a formatter to prettify code, implements abstract Editor.createFormatter(), called by Editor.handleAutoFormat() to handle menu item or shortcut
createGraphics(int, int) - Method in class processing.core.PApplet
 
createGraphics(int, int, String) - Method in class processing.core.PApplet
( begin auto-generated from createGraphics.xml ) Creates and returns a new PGraphics object of the types P2D or P3D.
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
( begin auto-generated from createImage.xml ) Creates a new PImage (the datatype for storing images).
createInput(String) - Method in class processing.core.PApplet
( begin auto-generated from createInput.xml ) This is a function for advanced programmers to open a Java InputStream.
createInput(File) - Static method in class processing.core.PApplet
 
createInputRaw(String) - Method in class processing.core.PApplet
Call openStream() without automatic gzip decompression.
createIterator() - Method in class processing.data.Table
Note that this one iterator instance is shared by any calls to iterate the rows of this table.
createIterator(ResultSet) - Static method in class processing.data.Table
 
createKey(Registry.REGISTRY_ROOT_KEY, String, String) - Static method in class processing.app.windows.Registry
Create a new key.
createLibraryBackupFolder(Editor, ErrorWidget) - Static method in class processing.app.contrib.ContributionManager
 
createOutput(String) - Method in class processing.core.PApplet
( begin auto-generated from createOutput.xml ) Similar to createInput(), this creates a Java OutputStream for a given filename or path.
createOutput(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.
createPath(File) - Static method in class processing.core.PApplet
 
createProgram() - Method in class processing.opengl.PGL
 
createReader(String) - Method in class processing.core.PApplet
( begin auto-generated from createReader.xml ) Creates a BufferedReader object that can be used to read files line-by-line as individual String objects.
createReader(File) - Static method in class processing.core.PApplet
 
createReader(InputStream) - Static method in class processing.core.PApplet
 
CreateService(Pointer, String, String, int, int, int, int, String, String, IntByReference, String, String, String) - Method in interface processing.app.windows.Advapi32
 
createShader(int) - Method in class processing.opengl.PGL
 
createShape() - Method in class processing.core.PApplet
 
createShape(PShape) - Method in class processing.core.PApplet
 
createShape(int) - Method in class processing.core.PApplet
 
createShape(int, float...) - Method in class processing.core.PApplet
 
createShape() - Method in class processing.core.PGraphics
 
createShape(PShape) - Method in class processing.core.PGraphics
 
createShape(int) - Method in class processing.core.PGraphics
 
createShape(int, float...) - Method in class processing.core.PGraphics
 
createShape(PShape) - Method in class processing.opengl.PGraphics2D
 
createShape() - Method in class processing.opengl.PGraphics2D
 
createShape(int) - Method in class processing.opengl.PGraphics2D
 
createShape(int, float...) - Method in class processing.opengl.PGraphics2D
 
createShape(PShape) - Method in class processing.opengl.PGraphics3D
 
createShape() - Method in class processing.opengl.PGraphics3D
 
createShape(int) - Method in class processing.opengl.PGraphics3D
 
createShape(int, float...) - Method in class processing.opengl.PGraphics3D
 
createShape2D(PApplet, 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.
createSubset(int[]) - Method in class processing.data.Table
 
createTable() - Method in class processing.core.PApplet
 
createTempFolder(String, String, File) - Static method in class processing.app.Base
Create a temporary folder by using the createTempFile() mechanism, deleting the file it creates, and making a folder using the location that was provided.
createToolBackupFolder(Editor, ErrorWidget) - Static method in class processing.app.contrib.ContributionManager
 
createToolbar() - Method in class processing.app.Editor
 
createToolbar() - Method in class processing.mode.android.AndroidEditor
 
createToolbar() - Method in class processing.mode.java.JavaEditor
 
createToolbar() - Method in class processing.mode.javascript.JavaScriptEditor
Create and return the toolbar (tools above text area), implements abstract Editor.createToolbar(), called in Editor constructor to add the toolbar to the window.
createWriter(String) - Method in class processing.core.PApplet
( begin auto-generated from createWriter.xml ) Creates a new file in the sketch folder, and a PrintWriter object to write to it.
createWriter(File) - Static method in class processing.core.PApplet
 
createWriter(OutputStream) - Static method in class processing.core.PApplet
 
CROSS - Static variable in interface processing.core.PConstants
 
cross(PVector) - Method in class processing.core.PVector
( begin auto-generated from PVector_cross.xml ) 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
 
CSIDL_APPDATA - Static variable in interface processing.app.windows.Platform.Shell32
 
CSIDL_PERSONAL - Static variable in interface processing.app.windows.Platform.Shell32
 
CTOR_CALL - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
CTOR_CALL - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
CTOR_CALL - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
CTOR_DEF - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
CTOR_DEF - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
CTOR_DEF - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
ctorHead() - Method in class processing.mode.java.preproc.JavaRecognizer
 
ctorHead() - Method in class processing.mode.java.preproc.PdeRecognizer
 
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
 
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
currentSegment(float[]) - Method in class processing.opengl.LinePath.PathIterator
 
currentSegment(double[]) - Method in class processing.opengl.LinePath.PathIterator
 
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
( begin auto-generated from cursor.xml ) Sets the cursor to a predefined symbol, an image, or makes it visible if already hidden.
cursor() - Method in class processing.core.PApplet
Show the cursor after noCursor() was called.
curve(float, float, float, float, float, float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from curve.xml ) 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) - Method in class processing.core.PGraphics
( begin auto-generated from curve.xml ) 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.PGraphics
 
CURVE_VERTEX - Static variable in interface processing.core.PConstants
 
curveDetail(int) - Method in class processing.core.PApplet
( begin auto-generated from curveDetail.xml ) Sets the resolution at which curves display.
curveDetail - Variable in class processing.core.PGraphics
 
curveDetail(int) - Method in class processing.core.PGraphics
( begin auto-generated from curveDetail.xml ) Sets the resolution at which curves display.
curveDetail(int) - Method in class processing.core.PGraphicsJava2D
Ignored (not needed) in Java 2D.
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
( begin auto-generated from curvePoint.xml ) Evalutes the curve at point t for points a, b, c, d.
curvePoint(float, float, float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from curvePoint.xml ) Evalutes the curve at point t for points a, b, c, d.
curveTangent(float, float, float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from curveTangent.xml ) Calculates the tangent of a point on a curve.
curveTangent(float, float, float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from curveTangent.xml ) Calculates the tangent of a point on a curve.
curveTightness(float) - Method in class processing.core.PApplet
( begin auto-generated from curveTightness.xml ) Modifies the quality of forms created with curve() and curveVertex().
curveTightness - Variable in class processing.core.PGraphics
 
curveTightness(float) - Method in class processing.core.PGraphics
( begin auto-generated from curveTightness.xml ) 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
( begin auto-generated from curveVertex.xml ) Specifies vertex coordinates for curves.
curveVertex(float, float, float) - Method in class processing.core.PApplet
 
curveVertex(float, float) - Method in class processing.core.PGraphics
( begin auto-generated from curveVertex.xml ) Specifies vertex coordinates for curves.
curveVertex(float, float, float) - Method in class processing.core.PGraphics
 
curveVertex(float, float, float) - Method in class processing.core.PGraphicsJava2D
 
curveVertex(float, float) - Method in class processing.core.PShape
 
curveVertex(float, float, float) - Method in class processing.core.PShape
 
curveVertex(float, float, float) - Method in class processing.opengl.PGraphics2D
 
curveVertex(float, float) - Method in class processing.opengl.PGraphicsOpenGL
 
curveVertex(float, 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.opengl.PShapeOpenGL
 
CUSTOM - Static variable in interface processing.core.PConstants
 
cut() - Method in class processing.app.syntax.JEditTextArea
Deletes the selected text from the text area and places it into the clipboard.
CW - Static variable in class processing.opengl.PGL
 

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
Return a full path to an item in the data folder.
day() - Static method in class processing.core.PApplet
( begin auto-generated from day.xml ) Processing communicates with the clock on your computer.
DB - Static variable in class processing.core.PGraphics
 
deactivate(int) - Method in class processing.app.EditorToolbar
Set a particular button to be active.
deactivateExport() - Method in class processing.mode.java.JavaEditor
 
deactivateRun() - Method in class processing.app.Editor
 
deactivateRun() - Method in class processing.mode.java.JavaEditor
Deactivate the Run button.
deactivateRun() - Method in class processing.mode.javascript.JavaScriptEditor
Implements abstract Editor.deactivateRun()
DEBUG - Static variable in class processing.app.Base
True if heavy debugging error/log messages are enabled
debug(String) - Static method in class processing.core.PApplet
 
debugAST(AST, boolean) - Method in class processing.mode.java.preproc.PdePreprocessor
 
DEC - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
DEC - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
DEC - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
declaration() - Method in class processing.mode.java.preproc.JavaRecognizer
 
declaration() - Method in class processing.mode.java.preproc.PdeRecognizer
 
declaratorBrackets(AST) - Method in class processing.mode.java.preproc.JavaRecognizer
 
declaratorBrackets(AST) - Method in class processing.mode.java.preproc.PdeRecognizer
 
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 applet when not specified
defaultAVD - Static variable in class processing.mode.android.AVD
Default virtual device used by Processing.
defaultFileMenu - Static variable in class processing.app.Base
A lone file menu to be used when all sketch windows are closed.
DefaultInputHandler - Class in processing.app.syntax
The default input handler.
DefaultInputHandler() - Constructor for class processing.app.syntax.DefaultInputHandler
Creates a new input handler with no key bindings defined.
defaultSize - Variable in class processing.core.PApplet
true if no size() command has been executed.
DEG_TO_RAD - Static variable in interface processing.core.PConstants
 
degrees(float) - Static method in class processing.core.PApplet
( begin auto-generated from degrees.xml ) 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 class processing.app.syntax.InputHandler
 
DELETE - Static variable in interface processing.app.windows.WINNT
 
DELETE - Static variable in interface processing.core.PConstants
 
DELETE_WORD - Static variable in class processing.app.syntax.InputHandler
 
deleteBuffers(int, int[], int) - Method in class processing.opengl.PGL
 
deleteFramebuffers(int, int[], int) - Method in class processing.opengl.PGL
 
deleteKey(Registry.REGISTRY_ROOT_KEY, String, String) - Static method in class processing.app.windows.Registry
Delete a key.
deleteLines(int, int) - Method in class processing.app.syntax.TokenMarker
Informs the token marker that line have been deleted from the document.
deleteProgram(int) - Method in class processing.opengl.PGL
 
deleteRenderbuffers(int, int[], int) - Method in class processing.opengl.PGL
 
DeleteService(Pointer) - Method in interface processing.app.windows.Advapi32
 
deleteShader(int) - Method in class processing.opengl.PGL
 
deleteTextures(int, int[], int) - Method in class processing.opengl.PGL
 
deleteValue(Registry.REGISTRY_ROOT_KEY, String, String) - Static method in class processing.app.windows.Registry
Delete a value.
DELETION_FLAG - Static variable in class processing.app.contrib.ContributionManager
 
DELETION_MESSAGE - Static variable in class processing.app.contrib.ContributionListPanel
 
depth - Variable in class processing.core.PShape
 
DEPTH24_STENCIL8 - Static variable in class processing.opengl.PGL
 
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_TEST - Static variable in class processing.opengl.PGL
 
DEPTH_WRITEMASK - Static variable in class processing.opengl.PGL
 
depthBits - Static variable in class processing.opengl.PGraphicsOpenGL
 
depthFunc(int) - Method in class processing.opengl.PGL
 
depthMask(boolean) - Method in class processing.opengl.PGL
 
descent() - Method in class processing.core.PFont
Returns how far this font descends from the baseline.
deselectMenu() - Method in class processing.app.EditorHeader
 
destroy() - Method in class processing.core.PApplet
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
determinant() - Method in interface processing.core.PMatrix
 
determinant() - Method in class processing.core.PMatrix2D
 
determinant() - Method in class processing.core.PMatrix3D
 
DeviceListener - Interface in processing.mode.android
 
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 applet/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
 
DIRECTIONAL - Static variable in interface processing.core.PConstants
 
directionalLight(float, float, float, float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from directionalLight.xml ) Adds a directional light.
directionalLight(float, float, float, float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from directionalLight.xml ) 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
 
DirectivesEditor - Class in processing.mode.javascript
DirectivesEditor, is a simple frontend to Processing.js playback settings a.k.a.
DirectivesEditor(JavaScriptEditor) - Constructor for class processing.mode.javascript.DirectivesEditor
 
disable(int) - Method in class processing.opengl.PGL
 
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_NATIVE_FONTS - Static variable in interface processing.core.PConstants
 
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
 
disableStyle() - Method in class processing.core.PShape
( begin auto-generated from PShape_disableStyle.xml ) Disables the shape's style data and uses Processing's current styles.
disableVertexAttribArray(int) - Method in class processing.opengl.PGL
 
discover(File) - Static method in class processing.app.Library
 
discover(File, ArrayList<File>) - Static method in class processing.app.Library
 
displayable() - Method in class processing.core.PApplet
Return true if this renderer should be drawn to the screen.
displayable() - Method in class processing.core.PGraphics
Return true if this renderer should be drawn to the screen.
displayHeight - Variable in class processing.core.PApplet
( begin auto-generated from screenHeight.xml ) System variable that stores the height of the computer screen.
displayWidth - Variable in class processing.core.PApplet
( begin auto-generated from screenWidth.xml ) System variable which 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 takedown for this graphics context.
dispose() - Method in class processing.opengl.PGraphicsOpenGL
 
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
( begin auto-generated from dist.xml ) Calculates the distance between two points.
dist(PVector) - Method in class processing.core.PVector
( begin auto-generated from PVector_dist.xml ) Calculates the Euclidean distance between two points (considering a point as a vector object).
dist(PVector, PVector) - Static method in class processing.core.PVector
 
div(float) - Method in class processing.core.PVector
( begin auto-generated from PVector_div.xml ) Divides a vector by a scalar or divides one vector by another.
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.
div(PVector) - Method in class processing.core.PVector
Divide each element of one vector by the elements of another vector.
div(PVector, PVector) - Static method in class processing.core.PVector
Divide each element of one vector by the individual elements of another vector, and return the result as a new PVector.
div(PVector, PVector, PVector) - Static method in class processing.core.PVector
 
DIV - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
DIV - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
DIV - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
DIV_ASSIGN - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
DIV_ASSIGN - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
DIV_ASSIGN - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
document - Variable in class processing.app.syntax.TextAreaDefaults
 
DOCUMENT_END - Static variable in class processing.app.syntax.InputHandler
 
DOCUMENT_HOME - Static variable in class processing.app.syntax.InputHandler
 
DODGE - Static variable in interface processing.core.PConstants
 
dot(PVector) - Method in class processing.core.PVector
( begin auto-generated from PVector_dot.xml ) Calculates the dot product of two vectors.
dot(float, float, float) - Method in class processing.core.PVector
 
dot(PVector, PVector) - Static method in class processing.core.PVector
 
DOT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
DOT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
DOT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
DOWN - Static variable in interface processing.core.PConstants
 
downloadAndInstall(Editor, URL, ContributionListing.AdvertisedContribution, JProgressMonitor, JProgressMonitor, ErrorWidget) - Static method in class processing.app.contrib.ContributionManager
Non-blocking call to download and install a contribution in a new thread.
downloadFile(URL, File, ProgressMonitor) - Static method in class processing.app.contrib.FileDownloader
Blocks until the file is downloaded or an error occurs.
DR - Static variable in class processing.core.PGraphics
 
DRAG - Static variable in class processing.event.MouseEvent
 
draw(Graphics, Color) - Method in class processing.app.syntax.im.CompositionTextPainter
Draw text via input method with composed text information.
draw() - Method in class processing.app.tools.ColorSelector.ColorRange
 
draw() - Method in class processing.app.tools.ColorSelector.ColorSlider
 
draw() - Method in class processing.core.PApplet
( begin auto-generated from draw.xml ) Called directly after setup() and 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() - Method in class processing.opengl.PShapeOpenGL
 
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
 
drawBuffer(int) - Method in class processing.opengl.PGL
 
drawChar(PGraphics, char, float, float, float) - Method in class processing.core.PShapeSVG.Font
 
drawElements(int, int, int, int) - Method in class processing.opengl.PGL
 
drawImpl(PGraphics) - Method in class processing.core.PShape
Draws the SVG document.
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.PGraphicsOpenGL
 
drawTexture(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class processing.opengl.PGraphicsOpenGL
 
DST_ALPHA - Static variable in class processing.opengl.PGL
 
DST_COLOR - Static variable in class processing.opengl.PGL
 
dwCheckPoint - Variable in class processing.app.windows.Advapi32.SERVICE_STATUS
 
dwControlsAccepted - Variable in class processing.app.windows.Advapi32.SERVICE_STATUS
 
dwCurrentState - Variable in class processing.app.windows.Advapi32.SERVICE_STATUS
 
dwHighDateTime - Variable in class processing.app.windows.WINBASE.FILETIME
 
dwLowDateTime - Variable in class processing.app.windows.WINBASE.FILETIME
 
dwServiceSpecificExitCode - Variable in class processing.app.windows.Advapi32.SERVICE_STATUS
 
dwServiceType - Variable in class processing.app.windows.Advapi32.SERVICE_STATUS
 
dwWaitHint - Variable in class processing.app.windows.Advapi32.SERVICE_STATUS
 
dwWin32ExitCode - Variable in class processing.app.windows.Advapi32.SERVICE_STATUS
 
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(boolean) - Method in class processing.core.PApplet
Sets whether the upcoming vertex is part of an edge.
EDGE - Static variable in class processing.core.PGraphics
 
edge - Variable in class processing.core.PGraphics
 
edge(boolean) - Method in class processing.core.PGraphics
Sets whether the upcoming vertex is part of an edge.
edit(String, String) - Method in class processing.app.EditorStatus
 
editable - Variable in class processing.app.syntax.TextAreaDefaults
 
Editor - Class in processing.app
Main editor panel for the Processing Development Environment.
EditorConsole - Class in processing.app
Message console that sits below the editing area.
EditorConsole(Editor) - Constructor for class processing.app.EditorConsole
 
EditorHeader - Class in processing.app
Sketch tabs at the top of the editor window.
EditorHeader(Editor) - Constructor for class processing.app.EditorHeader
 
EditorLineStatus - Class in processing.app
Li'l status bar fella that shows the line number.
EditorLineStatus(Editor) - Constructor for class processing.app.EditorLineStatus
 
editorLineStatus - Variable in class processing.app.syntax.JEditTextArea
The component that tracks the current line number.
editorListener - Variable in class processing.app.syntax.JEditTextArea
Forwards key events directly to the input handler.
EditorState - Class in processing.app
 
EditorStatus - Class in processing.app
Panel just below the editing area that contains status messages.
EditorStatus(Editor) - Constructor for class processing.app.EditorStatus
 
EditorToolbar - Class in processing.app
run/stop/etc buttons for the ide
EditorToolbar(Editor, Base) - Constructor for class processing.app.EditorToolbar
 
EditorToolbar.Button - Class in processing.app
 
EditorToolbar.Button(String, String, Image[], boolean) - Constructor for class processing.app.EditorToolbar.Button
 
EG - Static variable in class processing.core.PGraphics
 
electricScroll - Variable in class processing.app.syntax.TextAreaDefaults
 
ELEMENT_ARRAY_BUFFER - Static variable in class processing.opengl.PGL
 
ELIST - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ELIST - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ELIST - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
ellipse(float, float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from ellipse.xml ) Draws an ellipse (oval) in the display window.
ELLIPSE - Static variable in interface processing.core.PConstants
 
ellipse(float, float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from ellipse.xml ) Draws an ellipse (oval) in the display window.
ellipse(float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
 
ellipseMode(int) - Method in class processing.core.PApplet
( begin auto-generated from ellipseMode.xml ) The origin of the ellipse is modified by the ellipseMode() function.
ellipseMode - Variable in class processing.core.PGraphics
The current ellipse mode (read-only)
ellipseMode(int) - Method in class processing.core.PGraphics
( begin auto-generated from ellipseMode.xml ) The origin of the ellipse is modified by the ellipseMode() function.
ellipseMode - Variable in class processing.core.PStyle
 
emissive(int) - Method in class processing.core.PApplet
( begin auto-generated from emissive.xml ) Sets the emissive color of the material used for drawing shapes drawn to the screen.
emissive(float) - Method in class processing.core.PApplet
gray number specifying value between white and black
emissive(float, float, float) - Method in class processing.core.PApplet
 
emissive(int) - Method in class processing.core.PGraphics
( begin auto-generated from emissive.xml ) Sets the emissive color of the material used for drawing shapes drawn to the screen.
emissive(float) - Method in class processing.core.PGraphics
gray number specifying value between white and black
emissive(float, float, float) - Method in class processing.core.PGraphics
 
emissive(int) - Method in class processing.core.PShape
 
emissive(float) - Method in class processing.core.PShape
 
emissive(float, float, float) - Method in class processing.core.PShape
 
emissive(int) - Method in class processing.opengl.PShapeOpenGL
 
emissive(float) - Method in class processing.opengl.PShapeOpenGL
 
emissive(float, float, float) - Method in class processing.opengl.PShapeOpenGL
 
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
 
empty() - Method in class processing.app.EditorStatus
 
EMPTY_FIELD - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
EMPTY_FIELD - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
EMPTY_STAT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
EMPTY_STAT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
EMPTY_STAT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
enable(int) - Method in class processing.opengl.PGL
 
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_NATIVE_FONTS - Static variable in interface processing.core.PConstants
 
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
 
enableAssert(boolean) - Method in class processing.mode.java.preproc.JavaLexer
Enable the "assert" keyword
enableAssert(boolean) - Method in class processing.mode.java.preproc.PdeLexer
Enable the "assert" keyword
enableEnum(boolean) - Method in class processing.mode.java.preproc.JavaLexer
Enable the "enum" keyword
enableEnum(boolean) - Method in class processing.mode.java.preproc.PdeLexer
Enable the "enum" keyword
enableStyle() - Method in class processing.core.PShape
( begin auto-generated from PShape_enableStyle.xml ) Enables the shape's style data and ignores Processing's current styles.
enableVertexAttribArray(int) - Method in class processing.opengl.PGL
 
END - Static variable in class processing.app.syntax.InputHandler
 
END - Static variable in class processing.app.syntax.Token
The token type, that along with a length of 0 marks the end of the token list.
end() - Method in class processing.core.PShape
 
end(int) - Method in class processing.core.PShape
 
end() - Method in class processing.opengl.LineStroker
 
end() - Method in class processing.opengl.PShapeOpenGL
 
end(int) - Method in class processing.opengl.PShapeOpenGL
 
endCamera() - Method in class processing.core.PApplet
( begin auto-generated from endCamera.xml ) The beginCamera() and endCamera() functions enable advanced customization of the camera space.
endCamera() - Method in class processing.core.PGraphics
( begin auto-generated from endCamera.xml ) 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.
endCompositionText(AttributedCharacterIterator, int) - Method in class processing.app.syntax.im.CompositionTextManager
Called when a user fixed text from input method or delete all composition text.
endCompoundEdit() - Method in class processing.app.syntax.SyntaxDocument
Ends a compound edit that can be undone in one operation.
endContour() - Method in class processing.core.PApplet
 
endContour() - Method in class processing.core.PGraphics
 
endContour() - Method in class processing.core.PGraphicsJava2D
 
endContour() - Method in class processing.core.PShape
 
endContour() - Method in class processing.opengl.PGraphicsOpenGL
 
endContour() - Method in class processing.opengl.PShapeOpenGL
 
endDraw() - Method in class processing.core.PGraphics
( begin auto-generated from PGraphics_endDraw.xml ) Finalizes the rendering of a PGraphics object so that it can be shown on screen.
endDraw() - Method in class processing.core.PGraphicsJava2D
 
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.core.PApplet
( begin auto-generated from endRaw.xml ) Complement to beginRaw(); they must always be used together.
endRaw() - Method in class processing.core.PGraphics
 
endRaw() - Method in class processing.core.PGraphicsJava2D
 
endRecord() - Method in class processing.core.PApplet
( begin auto-generated from endRecord.xml ) Stops the recording process started by beginRecord() and closes the file.
endShape() - Method in class processing.core.PApplet
 
endShape(int) - Method in class processing.core.PApplet
( begin auto-generated from endShape.xml ) The endShape() function is the companion to beginShape() and may only be called after beginShape().
endShape() - Method in class processing.core.PGraphics
 
endShape(int) - Method in class processing.core.PGraphics
( begin auto-generated from endShape.xml ) The endShape() function is the companion to beginShape() and may only be called after beginShape().
endShape(int) - Method in class processing.core.PGraphicsJava2D
 
endShape(int) - Method in class processing.opengl.PGraphicsOpenGL
 
ensureExistence() - Method in class processing.app.Sketch
Make sure the sketch hasn't been moved or deleted by some nefarious user.
ensureProperAVD(AndroidSDK) - Static method in class processing.mode.android.AVD
 
ENTER - Static variable in interface processing.core.PConstants
 
ENTER - Static variable in class processing.event.MouseEvent
 
ENUM_CONSTANT_DEF - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ENUM_CONSTANT_DEF - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ENUM_CONSTANT_DEF - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
ENUM_DEF - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ENUM_DEF - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ENUM_DEF - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
enumBlock() - Method in class processing.mode.java.preproc.JavaRecognizer
 
enumBlock() - Method in class processing.mode.java.preproc.PdeRecognizer
 
enumConstant() - Method in class processing.mode.java.preproc.JavaRecognizer
 
enumConstant() - Method in class processing.mode.java.preproc.PdeRecognizer
 
enumConstantBlock() - Method in class processing.mode.java.preproc.JavaRecognizer
 
enumConstantBlock() - Method in class processing.mode.java.preproc.PdeRecognizer
 
enumConstantField() - Method in class processing.mode.java.preproc.JavaRecognizer
 
enumConstantField() - Method in class processing.mode.java.preproc.PdeRecognizer
 
enumDefinition(AST) - Method in class processing.mode.java.preproc.JavaRecognizer
 
enumDefinition(AST) - Method in class processing.mode.java.preproc.PdeRecognizer
 
EOF - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
EOF - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
EOF - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
eolMarkerColor - Variable in class processing.app.syntax.TextAreaDefaults
 
eolMarkers - Variable in class processing.app.syntax.TextAreaDefaults
 
EPSILON - Static variable in interface processing.core.PConstants
 
EQUAL - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
EQUAL - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
EQUAL - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
equalityExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
equalityExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
equals(Object) - Method in class processing.app.contrib.ModeContribution
 
equals(Object) - Method in class processing.core.PVector
 
ER - Static variable in class processing.core.PGraphics
 
ERODE - Static variable in interface processing.core.PConstants
 
error(Exception) - Method in interface processing.app.contrib.ProgressMonitor
Indicates that an error occurred while performing the task.
error(String) - Method in class processing.app.EditorStatus
 
ERROR_BACKGROUND_IMAGE_FORMAT - Static variable in interface processing.core.PConstants
 
ERROR_BACKGROUND_IMAGE_SIZE - Static variable in interface processing.core.PConstants
 
ERROR_FILE_NOT_FOUND - Static variable in interface processing.app.windows.WINERROR
 
ERROR_MORE_DATA - Static variable in interface processing.app.windows.WINERROR
 
ERROR_PUSHMATRIX_OVERFLOW - Static variable in interface processing.core.PConstants
 
ERROR_PUSHMATRIX_UNDERFLOW - Static variable in interface processing.core.PConstants
 
ERROR_SUCCESS - Static variable in interface processing.app.windows.WINERROR
 
ERROR_TEXTFONT_NULL_PFONT - Static variable in interface processing.core.PConstants
 
errorString(int) - Method in class processing.opengl.PGL
 
ESC - Static variable in interface processing.core.PConstants
 
ESC - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ESC - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ESC - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
Event - Class in processing.event
 
Event(Object, long, int, int) - Constructor for class processing.event.Event
 
EventThread - Class in processing.mode.java.runner
This class processes incoming JDI events and displays them
EventThread(Runner, VirtualMachine, String[], PrintWriter) - Constructor for class processing.mode.java.runner.EventThread
 
exception(ExceptionEvent) - Method in class processing.mode.java.runner.Runner
 
EXCLUSION - Static variable in interface processing.core.PConstants
 
exclusiveOrExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
exclusiveOrExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
exec(String[]) - Static method in class processing.core.PApplet
 
execute() - Method in class processing.app.exec.ProcessHelper
Blocking execution.
execute(String) - Method in class processing.app.exec.ProcessHelper
Blocks execution, also passes a single line to the command's input stream.
executeAction(ActionListener, Object, String) - Method in class processing.app.syntax.InputHandler
Executes the specified action, repeating and recording it as necessary.
exit() - Method in class processing.core.PApplet
( begin auto-generated from exit.xml ) Quits/stops/exits the program.
EXIT - Static variable in class processing.event.MouseEvent
 
exp(float) - Static method in class processing.core.PApplet
( begin auto-generated from exp.xml ) Returns Euler's number e (2.71828...) raised to the power of the value parameter.
expand(boolean[]) - Static method in class processing.core.PApplet
( begin auto-generated from expand.xml ) Increases the size of an 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(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(float[]) - Static method in class processing.core.PApplet
 
expand(float[], 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(String[]) - Static method in class processing.core.PApplet
 
expand(String[], 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
 
explicitConstructorInvocation() - Method in class processing.mode.java.preproc.JavaRecognizer
Catch obvious constructor calls, but not the expr.super(...) calls
explicitConstructorInvocation() - Method in class processing.mode.java.preproc.PdeRecognizer
 
EXPONENT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
EXPONENT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
EXPONENT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
export() - Method in class processing.mode.javascript.JavaScriptBuild
Export the sketch to the default "web-export" folder.
EXPORTED_FOLDER_NAME - Static variable in class processing.mode.javascript.JavaScriptBuild
 
EXPR - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
EXPR - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
EXPR - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
expression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
expression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
expressionList() - Method in class processing.mode.java.preproc.JavaRecognizer
 
expressionList() - Method in class processing.mode.java.preproc.PdeRecognizer
 
ExtendedCommonASTWithHiddenTokens - Class in antlr
A CommonAST whose initialization copies hidden token information from the Token used to create a node.
ExtendedCommonASTWithHiddenTokens() - Constructor for class antlr.ExtendedCommonASTWithHiddenTokens
 
ExtendedCommonASTWithHiddenTokens(Token) - Constructor for class antlr.ExtendedCommonASTWithHiddenTokens
 
EXTENDS_CLAUSE - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
EXTENDS_CLAUSE - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
EXTENDS_CLAUSE - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
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 applet 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 applet when it quits.
extraImports - Variable in class processing.mode.java.preproc.PreprocessorResult
 

F

face - Variable in class processing.core.PShapeSVG.Font
 
FALSE - Static variable in class processing.opengl.PGL
 
fboMultisampleSupported - Static variable in class processing.opengl.PGraphicsOpenGL
 
fgcolor - Variable in class processing.app.syntax.TextAreaDefaults
 
FileDownloader - Class in processing.app.contrib
 
FileDownloader() - Constructor for class processing.app.contrib.FileDownloader
 
fileSelected(File) - Method in class processing.app.tools.Archiver
 
fill(int) - Method in class processing.core.PApplet
( begin auto-generated from fill.xml ) Sets the color used to fill shapes.
fill(int, float) - Method in class processing.core.PApplet
 
fill(float) - Method in class processing.core.PApplet
 
fill(float, float) - Method in class processing.core.PApplet
 
fill(float, float, float) - Method in class processing.core.PApplet
 
fill(float, float, float, float) - Method in class processing.core.PApplet
 
fill - Variable in class processing.core.PGraphics
true if fill() is enabled, (read-only)
fill(int) - Method in class processing.core.PGraphics
( begin auto-generated from fill.xml ) Sets the color used to fill shapes.
fill(int, float) - Method in class processing.core.PGraphics
 
fill(float) - Method in class processing.core.PGraphics
 
fill(float, float) - Method in class processing.core.PGraphics
 
fill(float, float, float) - Method in class processing.core.PGraphics
 
fill(float, float, float, float) - Method in class processing.core.PGraphics
 
fill(int) - Method in class processing.core.PShape
 
fill(int, float) - Method in class processing.core.PShape
 
fill(float) - Method in class processing.core.PShape
 
fill(float, float) - Method in class processing.core.PShape
 
fill(float, float, float) - Method in class processing.core.PShape
 
fill(float, float, float, float) - Method in class processing.core.PShape
 
fill - Variable in class processing.core.PStyle
 
fill(int) - Method in class processing.opengl.PShapeOpenGL
 
fill(int, float) - Method in class processing.opengl.PShapeOpenGL
 
fill(float) - Method in class processing.opengl.PShapeOpenGL
 
fill(float, float) - Method in class processing.opengl.PShapeOpenGL
 
fill(float, float, float) - Method in class processing.opengl.PShapeOpenGL
 
fill(float, float, float, float) - Method in class processing.opengl.PShapeOpenGL
 
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.core.PGraphicsJava2D
 
fillGradientObject - Variable in class processing.core.PGraphicsJava2D
 
filter(PShader) - Method in class processing.core.PApplet
 
filter(int) - Method in class processing.core.PApplet
 
filter(int, float) - Method in class processing.core.PApplet
( begin auto-generated from PImage_filter.xml ) Filters an image as defined by one of the following modes:

THRESHOLD - converts the image to black and white pixels depending if they are above or below the threshold defined by the level parameter.
filter(PShader) - Method in class processing.core.PGraphics
 
filter(int) - Method in class processing.core.PImage
 
filter(int, float) - Method in class processing.core.PImage
( begin auto-generated from PImage_filter.xml ) Filters an image as defined by one of the following modes:

THRESHOLD - converts the image to black and white pixels depending if they are above or below the threshold defined by the level parameter.
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.opengl.PGraphicsOpenGL
This is really inefficient and not a good idea in OpenGL.
filter(PShader) - Method in class processing.opengl.PGraphicsOpenGL
 
filterLibraries(List<Contribution>) - Method in class processing.app.contrib.ContributionListPanel
 
filterLibraries(String, List<String>) - Method in class processing.app.contrib.ContributionManagerDialog
 
FINAL - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
FINAL - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
FINAL - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
finallyClause() - Method in class processing.mode.java.preproc.JavaRecognizer
 
finallyClause() - Method in class processing.mode.java.preproc.PdeRecognizer
 
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.
findMatchingBracket(String, int) - Method in class processing.app.syntax.Brackets
 
findNative() - Method in class processing.core.PFont
Attempt to find the native version of this font.
findNext() - Method in class processing.app.FindReplace
 
findPrevious() - Method in class processing.app.FindReplace
 
FindReplace - Class in processing.app
Find & Replace window for the Processing editor.
FindReplace(Editor) - Constructor for class processing.app.FindReplace
 
findRow(String, int) - Method in class processing.data.Table
Return the row that contains the first String that matches.
findRow(String, String) - Method in class processing.data.Table
Return the row that contains the first String that matches.
findRows(String, int) - Method in class processing.data.Table
Return a list of rows that contain the String passed in.
findRows(String, String) - Method in class processing.data.Table
Return a list of rows that contain the String passed in.
findWordEnd(String, int, String) - Static method in class processing.app.syntax.TextUtilities
Locates the end of the word at the specified position.
findWordStart(String, int, String) - Static method in class processing.app.syntax.TextUtilities
Locates the start of the word at the specified position.
finish() - Method in class processing.opengl.FrameBuffer
 
finish() - Method in class processing.opengl.PGL
 
finished() - Method in interface processing.app.contrib.ProgressMonitor
This is called when the current task is finished.
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.
FixEncoding - Class in processing.app.tools
 
FixEncoding() - Constructor for class processing.app.tools.FixEncoding
 
FLOAT - Static variable in class processing.opengl.PGL
 
FLOAT_SUFFIX - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
FLOAT_SUFFIX - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
FLOAT_SUFFIX - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
floor(float) - Static method in class processing.core.PApplet
( begin auto-generated from floor.xml ) 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
 
focused - Variable in class processing.core.PApplet
( begin auto-generated from focused.xml ) 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
 
focusGained(FocusEvent) - Method in class processing.core.PApplet
 
focusLost() - Method in class processing.core.PApplet
 
focusLost(FocusEvent) - Method in class processing.core.PApplet
 
font - Variable in class processing.app.syntax.TextAreaDefaults
 
FOR_CONDITION - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
FOR_CONDITION - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
FOR_CONDITION - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
FOR_EACH_CLAUSE - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
FOR_EACH_CLAUSE - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
FOR_EACH_CLAUSE - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
FOR_INIT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
FOR_INIT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
FOR_INIT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
FOR_ITERATOR - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
FOR_ITERATOR - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
FOR_ITERATOR - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
forCond() - Method in class processing.mode.java.preproc.JavaRecognizer
 
forCond() - Method in class processing.mode.java.preproc.PdeRecognizer
 
forEachClause() - Method in class processing.mode.java.preproc.JavaRecognizer
 
forEachClause() - Method in class processing.mode.java.preproc.PdeRecognizer
 
forInit() - Method in class processing.mode.java.preproc.JavaRecognizer
 
forInit() - Method in class processing.mode.java.preproc.PdeRecognizer
 
forIter() - Method in class processing.mode.java.preproc.JavaRecognizer
 
forIter() - Method in class processing.mode.java.preproc.PdeRecognizer
 
format(String) - Method in interface processing.app.Formatter
 
format - Variable in class processing.core.PImage
Format for this image, one of RGB, ARGB or ALPHA.
format(int) - Method in class processing.data.XML
 
format(String) - Method in class processing.mode.java.AutoFormat
 
format - Variable in class processing.opengl.Texture.Parameters
Texture internal format.
Formatter - Interface in processing.app
This may change to a more generic String manipulating interface/class, since it probably affects other code as well.
forStatement() - Method in class processing.mode.java.preproc.JavaRecognizer
 
forStatement() - Method in class processing.mode.java.preproc.PdeRecognizer
 
FRAGMENT_SHADER - Static variable in class processing.opengl.PGL
 
frame - Variable in class processing.core.PApplet
The frame containing this applet (if any)
FrameBuffer - Class in processing.opengl
Encapsulates a Frame Buffer Object for offscreen rendering.
FRAMEBUFFER - Static variable in class processing.opengl.PGL
 
FRAMEBUFFER_COMPLETE - 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_MISSING_ATTACHMENT - Static variable in class processing.opengl.PGL
 
FRAMEBUFFER_INCOMPLETE_READ_BUFFER - 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
 
framebufferTexture2D(int, int, int, int, int) - Method in class processing.opengl.PGL
 
frameCount - Variable in class processing.core.PApplet
( begin auto-generated from frameCount.xml ) The system variable frameCount contains the number of frames displayed since the program started.
frameRate - Variable in class processing.core.PApplet
( begin auto-generated from frameRate_var.xml ) The system variable frameRate contains the approximate frame rate of the software as it executes.
frameRate(float) - Method in class processing.core.PApplet
( begin auto-generated from frameRate.xml ) Specifies the number of frames to be displayed every second.
fromAngle(float) - Static method in class processing.core.PVector
( begin auto-generated from PVector_sub.xml ) Make a new 2D unit vector from an angle.
fromAngle(float, PVector) - Static method in class processing.core.PVector
Make a new 2D unit vector from an angle
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
 
frustum(float, float, float, float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from frustum.xml ) Sets a perspective matrix defined through the parameters.
frustum(float, float, float, float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from frustum.xml ) Sets a perspective matrix defined through the parameters.
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.
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
 
FUNCTION1 - Static variable in class processing.app.syntax.Token
Functions
FUNCTION2 - Static variable in class processing.app.syntax.Token
Methods (functions inside a class)
FUNCTION3 - Static variable in class processing.app.syntax.Token
Loop/function-like blocks (for, while, etc.)

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.core.PGraphicsJava2D
 
GE - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
GE - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
GE - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
genBuffers(int, int[], int) - Method in class processing.opengl.PGL
 
generateMipmap(int) - Method in class processing.opengl.PGL
 
GENERIC_EXECUTE - Static variable in interface processing.app.windows.WINNT
 
genFramebuffers(int, int[], int) - Method in class processing.opengl.PGL
 
genRenderbuffers(int, int[], int) - Method in class processing.opengl.PGL
 
genTextures(int, int[], int) - Method in class processing.opengl.PGL
 
GEOMETRY - Static variable in class processing.core.PShape
Collections of vertices created with beginShape().
get(String) - Static method in class processing.app.Preferences
 
get(String) - Method in class processing.app.Settings
 
get(int, int) - Method in class processing.core.PApplet
( begin auto-generated from PImage_get.xml ) Reads the color of any pixel or grabs a section of an image.
get(int, int, int, int) - Method in class processing.core.PApplet
 
get() - Method in class processing.core.PApplet
Returns a copy of this PImage.
get(int, int) - Method in class processing.core.PGraphicsJava2D
 
get() - Method in class processing.core.PGraphicsJava2D
 
get(int, int) - Method in class processing.core.PImage
( begin auto-generated from PImage_get.xml ) Reads the color of any pixel or grabs a section of an image.
get(int, int, int, int) - Method in class processing.core.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(float[]) - Method in interface processing.core.PMatrix
Copies the matrix contents into a float array.
get() - Method in class processing.core.PMatrix2D
Returns a copy of this PMatrix.
get(float[]) - Method in class processing.core.PMatrix2D
Copies the matrix contents into a 6 entry float array.
get() - Method in class processing.core.PMatrix3D
Returns a copy of this PMatrix.
get(float[]) - Method in class processing.core.PMatrix3D
Copies the matrix contents into a 16 entry float array.
get() - Method in class processing.core.PVector
( begin auto-generated from PVector_get.xml ) Gets a copy of the vector, returns a PVector object.
get(float[]) - Method in class processing.core.PVector
 
get(int, int) - Method in class processing.opengl.PGraphicsOpenGL
 
get(int[]) - Method in class processing.opengl.Texture
Copy texture to pixels.
getAction(String) - Static method in class processing.app.syntax.InputHandler
Returns a named text area action.
getAction() - Method in class processing.event.Event
 
getActionName(ActionListener) - Static method in class processing.app.syntax.InputHandler
Returns the name of the specified text area action.
getActions() - Static method in class processing.app.syntax.InputHandler
Returns an enumeration of all available actions.
getActiveEditor() - Method in class processing.app.Base
Returns the front most, active editor window.
getAdvertisedContribution(Contribution) - Method in class processing.app.contrib.ContributionListing
 
getAdvertisedContributions(ProgressMonitor) - Method in class processing.app.contrib.ContributionListing
Starts a new thread to download the advertised list of contributions.
getAllContributions() - Method in class processing.app.contrib.ContributionListing
 
getAmbient(int) - Method in class processing.opengl.PShapeOpenGL
 
getAndroidExports() - Method in class processing.app.Library
 
getAppletExports() - Method in class processing.app.Library
Applet exports don't go by platform, since by their nature applets are meant to be cross-platform.
getApplicationExportList(int, int) - Method in class processing.app.Library
Returns the necessary exports for the specified platform.
getApplicationExports(int, int) - Method in class processing.app.Library
 
getAttribLocation(int, String) - Method in class processing.opengl.PGL
 
getAttributeCount() - Method in class processing.data.XML
Returns the number of attributes.
getAuthorList() - Method in interface processing.app.contrib.Contribution
 
getAuthorList() - Method in class processing.app.contrib.InstalledContribution
 
getBase() - Method in class processing.app.Editor
 
getBinFolder() - Method in class processing.mode.java.JavaBuild
 
getBoolean(String) - Method in class processing.app.Mode
 
getBoolean(String) - Static method in class processing.app.Preferences
 
getBoolean(String) - Method in class processing.app.Settings
 
getBooleanv(int, boolean[], int) - Method in class processing.opengl.PGL
 
getBracketHighlightColor() - Method in class processing.app.syntax.TextAreaPainter
Returns the bracket highlight color.
getBracketLine() - Method in class processing.app.syntax.JEditTextArea
Returns the line of the highlighted bracket (the bracket matching the one before the caret)
getBracketPosition() - Method in class processing.app.syntax.JEditTextArea
Returns the position of the highlighted bracket (the bracket matching the one before the caret)
getButton() - Method in class processing.event.MouseEvent
Which button was pressed, either LEFT, CENTER, or RIGHT.
getCache(PImage) - Method in class processing.core.PApplet
Get cache storage data for the specified renderer.
getCache(PImage) - Method in class processing.core.PGraphics
Get cache storage data for the specified renderer.
getCaretColor() - Method in class processing.app.syntax.TextAreaPainter
Returns the caret color.
getCaretLine() - Method in class processing.app.syntax.JEditTextArea
Returns the caret line.
getCaretOffset() - Method in class processing.app.Editor
Get the position (character offset) of the caret.
getCaretPosition() - Method in class processing.app.syntax.JEditTextArea
Returns the caret position.
getCategories(ContributionListing.Filter) - Method in class processing.app.contrib.ContributionListing
 
getCategory() - Method in interface processing.app.contrib.Contribution
 
getCategory(String) - Static method in class processing.app.contrib.ContributionListing
 
getCategory() - Method in class processing.app.contrib.InstalledContribution
 
getChild(int) - Method in class processing.core.PShape
( begin auto-generated from PShape_getChild.xml ) Extracts a child shape from a parent shape.
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(int) - Method in class processing.data.XML
Quick accessor for an element at a particular index.
getChild(String) - Method in class processing.data.XML
Get a child by its name or path.
getChildCount() - Method in class processing.core.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 an array containing all the child elements.
getChildren(String) - Method in class processing.data.XML
Get any children that match this name or path.
getClassLoader() - Method in class processing.app.Mode
 
getClassPath() - Method in class processing.app.Library
 
getClassPath() - Method in class processing.mode.java.JavaBuild
Class path determined during build.
getClickCount() - Method in class processing.event.MouseEvent
 
getCmd() - Method in class processing.app.exec.ProcessResult
 
getCode() - Method in class processing.app.Sketch
 
getCode(int) - Method in class processing.app.Sketch
 
getCodeColumn() - Method in exception processing.app.SketchException
 
getCodeCount() - Method in class processing.app.Sketch
 
getCodeFolder() - Method in class processing.app.Sketch
Returns the location of the sketch's code folder.
getCodeIndex(SketchCode) - Method in class processing.app.Sketch
 
getCodeIndex() - Method in exception processing.app.SketchException
 
getCodeLine() - Method in exception processing.app.SketchException
 
getColor(String) - Method in class processing.app.Mode
 
getColor(String) - Static method in class processing.app.Preferences
 
getColor(String) - Method in class processing.app.Settings
 
getColor() - Method in class processing.app.syntax.SyntaxStyle
Returns the color specified in this style.
getColumnCount() - Method in class processing.data.Table
 
getColumnIndex(String) - Method in class processing.data.Table
 
getColumnTitle(int) - Method in class processing.data.Table
 
getColumnTitles() - Method in class processing.data.Table
 
getCommentPrefix() - Method in class processing.app.Editor
 
getCommentPrefix() - Method in class processing.mode.java.JavaEditor
 
getCommentPrefix() - Method in class processing.mode.javascript.JavaScriptEditor
Returns the default commenting prefix for comment/uncomment command, implements abstract Editor.getCommentPrefix(), called from Editor.handleCommentUncomment()
getCommittedText(int, int) - Method in class processing.app.syntax.im.CompositionTextManager
 
getCommittedText(int, int, AttributedCharacterIterator.Attribute[]) - Method in class processing.app.syntax.im.InputMethodSupport
 
getCommittedTextLength() - Method in class processing.app.syntax.im.InputMethodSupport
 
getComparator() - Method in class processing.app.contrib.ContributionListing
 
getCompositionTextpainter() - Method in class processing.app.syntax.TextAreaPainter
Get CompositionTextPainter.
getContent() - Method in class processing.data.XML
Return the #PCDATA content of the element.
getContentFile(String) - Static method in class processing.app.Base
 
getContentFile(String) - Method in class processing.app.Mode
 
getContentStream(String) - Method in class processing.app.Mode
 
getContribution(Contribution) - Method in class processing.app.contrib.ContributionListing
 
getContributionListeners() - Method in class processing.app.contrib.ContributionListing
 
getCoreImports() - Method in class processing.mode.java.preproc.PdePreprocessor
 
getCoreLibrary() - Method in class processing.app.Mode
 
getCoreLibrary() - Method in class processing.mode.android.AndroidMode
 
getCoreLibrary() - Method in class processing.mode.java.JavaMode
 
getCurrentCode() - Method in class processing.app.Sketch
 
getCurrentCodeIndex() - Method in class processing.app.Sketch
 
getCurrentLine() - Method in class processing.app.syntax.TextAreaPainter
Accessor used by tools that want to hook in and grab the formatting.
getCurrentLineIndex() - Method in class processing.app.syntax.TextAreaPainter
Accessor used by tools that want to hook in and grab the formatting.
getCurrentLineTokens() - Method in class processing.app.syntax.TextAreaPainter
Accessor used by tools that want to hook in and grab the formatting.
getDataFolder() - Method in class processing.app.Sketch
Returns the location of the sketch's data folder.
getDateStamp() - Static method in class processing.mode.android.AndroidMode
 
getDateStamp(long) - Static method in class processing.mode.android.AndroidMode
 
getDefault(String) - Static method in class processing.app.Preferences
 
getDefault(String) - Method in class processing.app.Settings
 
getDefaultDrawBuffer() - Method in class processing.opengl.FrameBuffer
 
getDefaultExtension() - Method in class processing.app.Mode
Returns the default extension for this editor setup.
getDefaultExtension() - Method in class processing.mode.java.JavaMode
 
getDefaultExtension() - Method in class processing.mode.javascript.JavaScriptMode
Return the default extension for this mode, same as Java
getDefaultImports() - Method in class processing.mode.java.preproc.PdePreprocessor
 
getDefaultMode() - Method in class processing.mode.javascript.JavaScriptMode
 
getDefaultReadBuffer() - Method in class processing.opengl.FrameBuffer
 
getDefaultSketchbookFolder() - Method in class processing.app.macosx.Platform
 
getDefaultSketchbookFolder() - Method in class processing.app.Platform
 
getDefaultSketchbookFolder() - Method in class processing.app.windows.Platform
 
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
 
getDocString(String) - Static method in class processing.mode.javascript.JavaScriptBuild
Answers with the first java doc style comment in the string, or an empty string if no such comment can be found.
getDocument() - Method in class processing.app.SketchCode
 
getDocument() - Method in class processing.app.syntax.JEditTextArea
Returns the document this text area is editing.
getDocumentLength() - Method in class processing.app.syntax.JEditTextArea
Returns the length of the document.
getDouble(int, int) - Method in class processing.data.Table
 
getDouble(int, String) - Method in class processing.data.Table
 
getDouble(int) - Method in interface processing.data.TableRow
 
getDouble(String) - Method in interface processing.data.TableRow
 
getDouble(String) - Method in class processing.data.XML
 
getDouble(String, double) - Method in class processing.data.XML
Returns the value of an attribute.
getDoubleColumn(String) - Method in class processing.data.Table
 
getDoubleColumn(int) - Method in class processing.data.Table
 
getDoubleRow(int) - Method in class processing.data.Table
 
getEditor() - Method in class processing.mode.javascript.JavaScriptMode
Called from Base to get the Editor for this mode.
getEditors() - Method in class processing.app.Base
Get the list of currently active editor windows.
getEditorState() - Method in class processing.app.Editor
 
getElectricScroll() - Method in class processing.app.syntax.JEditTextArea
Returns the number of lines from the top and button of the text area that are always visible.
getEmissive(int) - Method in class processing.opengl.PShapeOpenGL
 
getenv(String) - Method in interface processing.app.Platform.CLibrary
 
getenv(String) - Method in class processing.app.Platform
 
getenv(String) - Method in class processing.app.windows.Platform
 
getEOLMarkerColor() - Method in class processing.app.syntax.TextAreaPainter
Returns the EOL marker color.
getEOLMarkersPainted() - Method in class processing.app.syntax.TextAreaPainter
Returns true if EOL markers are drawn, false otherwise.
getError() - Method in class processing.opengl.PGL
 
getExampleCategoryFolders() - Method in class processing.app.Mode
Override this to control the order of the first set of example folders and how they appear in the examples window.
getExampleCategoryFolders() - Method in class processing.mode.android.AndroidMode
 
getExampleCategoryFolders() - Method in class processing.mode.java.JavaMode
 
getExampleCategoryFolders() - Method in class processing.mode.javascript.JavaScriptMode
Fetch and return examples from JS and Java mode
getExamplesFolder() - Method in class processing.app.Library
 
getExamplesFolder() - Method in class processing.app.Mode
 
getException() - Method in interface processing.app.contrib.ProgressMonitor
 
getExtension() - Method in class processing.app.SketchCode
 
getExtension(String) - Static method in class processing.core.PApplet
 
getExtensions() - Method in class processing.app.Mode
Returns a String[] array of proper extensions.
getExtensions() - Method in class processing.mode.java.JavaMode
 
getExtensions() - Method in class processing.mode.javascript.JavaScriptMode
Return allowed extensions
getFamily() - Method in class processing.core.PShape
The shape type, one of GROUP, PRIMITIVE, PATH, or GEOMETRY.
getFile() - Method in class processing.app.SketchCode
 
getFileName(File) - Static method in class processing.app.contrib.ContributionManager
Returns the name of a file without its path or extension.
getFileName() - Method in class processing.app.SketchCode
 
getFill(int) - Method in class processing.core.PShape
 
getFill(int) - Method in class processing.opengl.PShapeOpenGL
 
getFilteredLibraryList(String, List<String>) - Method in class processing.app.contrib.ContributionListing
 
getFirstLine() - Method in class processing.app.syntax.JEditTextArea
Returns the line displayed at the text area's origin.
getFlavor() - Method in class processing.event.Event
 
getFloat(int, int) - Method in class processing.data.Table
Get a float value from the specified row and column.
getFloat(int, String) - Method in class processing.data.Table
 
getFloat(int) - Method in interface processing.data.TableRow
 
getFloat(String) - Method in interface processing.data.TableRow
 
getFloat(String) - Method in class processing.data.XML
Returns the value of an attribute, or zero if not present.
getFloat(String, float) - Method in class processing.data.XML
Returns the value of an attribute.
getFloatColumn(String) - Method in class processing.data.Table
 
getFloatColumn(int) - Method in class processing.data.Table
 
getFloatRow(int) - Method in class processing.data.Table
 
getFloatv(int, float[], int) - Method in class processing.opengl.PGL
 
getFolder() - Method in class processing.app.contrib.InstalledContribution
 
getFolder() - Method in class processing.app.Sketch
Returns the sketch folder.
getFont(String) - Method in class processing.app.Mode
 
getFont(String) - Static method in class processing.app.Preferences
 
getFont(String) - Method in class processing.app.Settings
 
getFont() - Method in class processing.core.PFont
Deprecated.
getFontMetrics(Font, JComponent) - Method in class processing.app.syntax.SyntaxStyle
Returns the font metrics for the styled font.
getFontMetrics() - Method in class processing.app.syntax.TextAreaPainter
Returns the font metrics used by this component.
getFoundMain() - Method in class processing.mode.java.JavaBuild
Whether the preprocessor found a main() method.
getGlyph(char) - Method in class processing.core.PFont
 
getGlyph(int) - Method in class processing.core.PFont
 
getGlyphCount() - Method in class processing.core.PFont
 
getGroup() - Method in class processing.app.Library
 
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
 
getHiddenAfterString() - Method in class antlr.ExtendedCommonASTWithHiddenTokens
 
getHiddenBeforeString() - Method in class antlr.ExtendedCommonASTWithHiddenTokens
 
getHorizontalOffset() - Method in class processing.app.syntax.JEditTextArea
Returns the horizontal offset of drawn lines.
getId() - Method in class processing.app.contrib.InstalledContribution
 
getIdentifier() - Method in class processing.app.Mode
Get an identifier that can be used to resurrect this mode and connect it to a sketch.
getIgnorable() - Method in class processing.app.Mode
Get array of file/directory names that needn't be copied during "Save As".
getIgnorable() - Method in class processing.mode.java.JavaMode
 
getIgnorable() - Method in class processing.mode.javascript.JavaScriptMode
Return list of file- / folder-names that should be ignored when sketch is being copied or saved as
getIgnoreCase() - Method in class processing.app.syntax.KeywordMap
Returns true if the keyword map is set to be case insensitive, false otherwise.
getImage() - Method in class processing.core.PImage
Deprecated.
getImportedLibraries() - Method in class processing.mode.java.JavaBuild
Get the list of imported libraries.
getImportMenu() - Method in class processing.app.Mode
 
getInputHandler() - Method in class processing.app.syntax.JEditTextArea
Returns the input handler.
getInputMethodRequests() - Method in class processing.app.syntax.JEditTextArea
Inline Input Method Support for Japanese.
getInsertPositionOffset() - Method in class processing.app.syntax.im.CompositionTextManager
 
getInsertPositionOffset() - Method in class processing.app.syntax.im.InputMethodSupport
 
getInstance() - Static method in class processing.app.contrib.ContributionListing
 
getInt(int, int) - Method in class processing.data.Table
 
getInt(int, String) - Method in class processing.data.Table
 
getInt(int) - Method in interface processing.data.TableRow
 
getInt(String) - Method in interface processing.data.TableRow
 
getInt(String) - Method in class processing.data.XML
 
getInt(String, int) - Method in class processing.data.XML
Returns the value of an attribute.
getIntColumn(String) - Method in class processing.data.Table
 
getIntColumn(int) - Method in class processing.data.Table
 
getInteger(String) - Method in class processing.app.Mode
 
getInteger(String) - Static method in class processing.app.Preferences
 
getInteger(String) - Method in class processing.app.Settings
 
getIntegerv(int, int[], int) - Method in class processing.opengl.PGL
 
getIntRow(int) - Method in class processing.data.Table
 
getIntValue(Registry.REGISTRY_ROOT_KEY, String, String) - Static method in class processing.app.windows.Registry
Read an int value.
getIsInputProcess() - Method in class processing.app.syntax.im.CompositionTextManager
Get this text manager is whether in input process or not.
getJarPath() - Method in class processing.app.Library
 
getJavaLibraryPath() - Method in class processing.mode.java.JavaBuild
Return the java.library.path for this sketch (for all the native DLLs etc).
getKey() - Method in class processing.event.KeyEvent
 
getKeyCode() - Method in class processing.event.KeyEvent
 
getKeywordFiles() - Method in class processing.app.Mode
To add additional keywords, or to grab them from another mode, override this function.
getKeywordFiles() - Method in class processing.mode.android.AndroidMode
 
getKeywordFiles() - Method in class processing.mode.javascript.JavaScriptMode
 
getKind() - Method in class processing.core.PShape
 
getLatestVersion() - Method in class processing.app.contrib.InstalledContribution
 
getLibararies(String) - Method in class processing.app.contrib.ContributionListing
 
getLibImage(String, Component) - Static method in class processing.app.Toolkit
Return an Image object from inside the Processing lib folder.
getLibraries(File) - Method in class processing.app.contrib.ContributionListing
 
getLibrariesFolder() - Method in class processing.app.Mode
 
getLibrary(String) - Method in class processing.app.Mode
 
getLibrary(String) - Method in class processing.mode.javascript.JavaScriptMode
Override Mode.getLibrary to add our own discovery of JS-only libraries.
getLibraryPath() - Method in class processing.app.Library
 
getLibStream(String) - Static method in class processing.app.Base
Return an InputStream for a file inside the Processing lib folder.
getLineCount() - Method in class processing.app.Editor
Get the number of lines in the currently displayed buffer.
getLineCount() - Method in class processing.app.SketchCode
 
getLineCount() - Method in class processing.app.syntax.JEditTextArea
Returns the number of lines in the document.
getLineCount() - Method in class processing.app.syntax.TokenMarker
Returns the number of lines in this token marker.
getLineHighlightColor() - Method in class processing.app.syntax.TextAreaPainter
Returns the line highlight color.
getLineLength(int) - Method in class processing.app.syntax.JEditTextArea
Returns the length of the specified line.
getLineOfOffset(int) - Method in class processing.app.syntax.JEditTextArea
Returns the line containing the specified offset.
getLineSelectionStopOffset(int) - Method in class processing.app.syntax.JEditTextArea
Returns the start offset of the line after this line, or the end of this line if there is no next line.
getLineStartNonWhiteSpaceOffset(int) - Method in class processing.app.syntax.JEditTextArea
 
getLineStartOffset(int) - Method in class processing.app.Editor
Get character offset for the start of a given line of text.
getLineStartOffset(int) - Method in class processing.app.syntax.JEditTextArea
Returns the start offset of the specified line.
getLineStopNonWhiteSpaceOffset(int) - Method in class processing.app.syntax.JEditTextArea
 
getLineStopOffset(int) - Method in class processing.app.Editor
Get character offset for end of a given line of text.
getLineStopOffset(int) - Method in class processing.app.syntax.JEditTextArea
Returns the end offset of the specified line.
getLineText(int) - Method in class processing.app.Editor
Get text for a specified line.
getLineText(int) - Method in class processing.app.syntax.JEditTextArea
Returns the text on the specified line.
getLineText(int, Segment) - Method in class processing.app.syntax.JEditTextArea
Copies the text on the specified line into a segment.
getLocalName() - Method in class processing.data.XML
Returns the name of the element (without namespace prefix).
getLocationOffset(int, int) - Method in class processing.app.syntax.im.InputMethodSupport
 
getLong(int, int) - Method in class processing.data.Table
 
getLong(int, String) - Method in class processing.data.Table
 
getLong(int) - Method in interface processing.data.TableRow
 
getLong(String) - Method in interface processing.data.TableRow
 
getLong(String, long) - Method in class processing.data.XML
Returns the value of an attribute.
getLongColumn(String) - Method in class processing.data.Table
 
getLongColumn(int) - Method in class processing.data.Table
 
getLongRow(int) - Method in class processing.data.Table
 
getMacroRecorder() - Method in class processing.app.syntax.InputHandler
Returns the macro recorder.
getMagicCaretPosition() - Method in class processing.app.syntax.JEditTextArea
Returns the `magic' caret position.
getMainFile() - Method in class processing.app.Sketch
Returns a File object for the main .pde file for this sketch.
getMainFilePath() - Method in class processing.app.Sketch
Returns path to the main .pde file for this sketch.
getMainProgram() - Method in class processing.app.Sketch
 
getMarkLine() - Method in class processing.app.syntax.JEditTextArea
Returns the mark line.
getMarkPosition() - Method in class processing.app.syntax.JEditTextArea
Returns the mark position.
getMatrix() - Method in class processing.core.PApplet
 
getMatrix(PMatrix2D) - Method in class processing.core.PApplet
Copy the current transformation matrix into the specified target.
getMatrix(PMatrix3D) - Method in class processing.core.PApplet
Copy the current transformation matrix into the specified target.
getMatrix() - Method in class processing.core.PGraphics
 
getMatrix(PMatrix2D) - Method in class processing.core.PGraphics
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() - Method in class processing.core.PGraphicsJava2D
 
getMatrix(PMatrix2D) - Method in class processing.core.PGraphicsJava2D
 
getMatrix(PMatrix3D) - Method in class processing.core.PGraphicsJava2D
 
getMatrix(PMatrix3D) - Method in class processing.opengl.PGraphics2D
 
getMatrix() - Method in class processing.opengl.PGraphicsOpenGL
 
getMatrix(PMatrix3D) - Method in class processing.opengl.PGraphicsOpenGL
 
getMaxFloat() - Method in class processing.data.Table
Searches the entire table for float values.
getMaximumSize() - Method in class processing.app.EditorHeader
 
getMaximumSize() - Method in class processing.app.EditorLineStatus
 
getMaximumSize() - Method in class processing.app.EditorStatus
 
getMaximumSize() - Method in class processing.app.EditorToolbar
 
getMaximumSize() - Method in class processing.app.tools.ColorSelector.ColorRange
 
getMaximumSize() - Method in class processing.app.tools.ColorSelector.ColorSlider
 
getMenu() - Method in class processing.app.Recent
 
getMenuTitle() - Method in class processing.app.contrib.ToolContribution
 
getMenuTitle() - Method in class processing.app.tools.Archiver
 
getMenuTitle() - Method in class processing.app.tools.ColorSelector
 
getMenuTitle() - Method in class processing.app.tools.CreateFont
 
getMenuTitle() - Method in class processing.app.tools.FixEncoding
 
getMenuTitle() - Method in class processing.app.tools.InstallCommander
 
getMenuTitle() - Method in class processing.app.tools.SerialFixer
 
getMenuTitle() - Method in interface processing.app.tools.Tool
 
getMenuTitle() - Method in class processing.mode.android.Permissions
 
getMessage() - Method in exception processing.app.SketchException
Override getMessage() in Throwable, so that I can set the message text outside the constructor.
getMillis() - Method in class processing.event.Event
 
getMinimumSize() - Method in class processing.app.EditorHeader
 
getMinimumSize() - Method in class processing.app.EditorLineStatus
 
getMinimumSize() - Method in class processing.app.EditorStatus
 
getMinimumSize() - Method in class processing.app.EditorToolbar
 
getMinimumSize() - Method in class processing.app.syntax.TextAreaPainter
Returns the painter's minimum size.
getMinimumSize() - Method in class processing.app.tools.ColorSelector.ColorRange
 
getMinimumSize() - Method in class processing.app.tools.ColorSelector.ColorSlider
 
getMode() - Method in class processing.app.contrib.ModeContribution
 
getMode() - Method in class processing.app.Editor
 
getMode() - Method in class processing.app.Sketch
 
getModeContribs() - Method in class processing.app.Base
 
getModeList() - Method in class processing.app.Base
 
getModeMenu() - Method in class processing.app.Editor
 
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 interface processing.app.contrib.Contribution
 
getName() - Method in class processing.app.contrib.InstalledContribution
 
getName() - Method in class processing.app.Sketch
Returns the name of this sketch.
getName() - Method in class processing.core.PFont
 
getName() - Method in class processing.core.PShape
 
getName() - Method in class processing.data.XML
Returns the full name (i.e.
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
Returns a native BufferedImage from this PImage.
getNative() - Method in class processing.event.Event
Get the platform-native event object.
getNativeBits() - Static method in class processing.app.Base
Return whether sketches will run as 32- or 64-bits.
getNativePath() - Method in class processing.app.Library
 
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
 
getPackageName() - Method in class processing.mode.android.Manifest
 
getPainter() - Method in class processing.app.syntax.JEditTextArea
Returns the object responsible for painting this text area.
getParagraph() - Method in interface processing.app.contrib.Contribution
 
getParagraph() - Method in class processing.app.contrib.InstalledContribution
 
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
Returns the parent element.
getPath() - Method in class processing.app.Library
 
getPath() - Method in class processing.app.SketchReference
 
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 this LinePath object do not affect any iterations of that geometry that are already in process.
getPermissions() - Method in class processing.mode.android.Manifest
 
getPixelBuffer() - Method in class processing.opengl.FrameBuffer
 
getPixels(int[]) - Method in class processing.opengl.FrameBuffer
 
getPlatform() - Static method in class processing.app.Base
Get list of platform constants.
getPlatformIndex(String) - Static method in class processing.app.Base
 
getPlatformName() - Static method in class processing.app.Base
 
getPlatformName(int) - Static method in class processing.app.Base
Map a platform constant to its name.
getPostScriptName() - Method in class processing.core.PFont
 
getPreferredScrollableViewportSize() - Method in class processing.app.contrib.ContributionListPanel
 
getPreferredSize() - Method in class processing.app.EditorHeader
 
getPreferredSize() - Method in class processing.app.EditorLineStatus
 
getPreferredSize() - Method in class processing.app.EditorStatus
 
getPreferredSize() - Method in class processing.app.EditorToolbar
 
getPreferredSize() - Method in class processing.app.Preferences
 
getPreferredSize() - Method in class processing.app.syntax.TextAreaPainter
Returns the painter's preferred size.
getPreferredSize() - Method in class processing.app.tools.ColorSelector.ColorRange
 
getPreferredSize() - Method in class processing.app.tools.ColorSelector.ColorSlider
 
getPreprocOffset() - Method in class processing.app.SketchCode
 
getPrettyName() - Method in class processing.app.SketchCode
 
getPrettyVersion() - Method in interface processing.app.contrib.Contribution
 
getPrettyVersion() - Method in class processing.app.contrib.InstalledContribution
 
getProgram() - Method in class processing.app.SketchCode
get the current text for this tab
getProgramInfoLog(int) - Method in class processing.opengl.PGL
 
getProgramiv(int, int, int[], int) - Method in class processing.opengl.PGL
 
getProgress() - Method in interface processing.app.contrib.ProgressMonitor
Returns the progress made toward the current task, as previously set by a call to setProgress().
getRaw() - Method in class processing.core.PGraphics
 
getRecentMenu() - Method in class processing.app.Base
 
getReferenceFolder() - Method in class processing.app.Mode
 
getRepeatCount() - Method in class processing.app.syntax.InputHandler
Returns the number of times the next action will be repeated.
getResult() - Method in class processing.app.exec.ProcessResult
 
getRightClickPopup() - Method in class processing.app.syntax.JEditTextArea
Returns the right click popup menu.
getRowCount() - Method in class processing.data.Table
 
getRowLookup(int) - Method in class processing.data.Table
Return an object that maps the String values in one column back to the row from which they came.
getRows() - Method in class processing.data.Table
 
getSavedProgram() - Method in class processing.app.SketchCode
get the last version saved of this tab
getScreenSize() - Static method in class processing.app.Toolkit
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class processing.app.contrib.ContributionListPanel
Amount to scroll to reveal a new page of items
getScrollableTracksViewportHeight() - Method in class processing.app.contrib.ContributionListPanel
 
getScrollableTracksViewportWidth() - Method in class processing.app.contrib.ContributionListPanel
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class processing.app.contrib.ContributionListPanel
Amount to scroll to reveal the rest of something we are on or a new item
getScrollPosition() - Method in class processing.app.Editor
 
getScrollPosition() - Method in class processing.app.SketchCode
 
getScrollPosition() - Method in class processing.app.syntax.JEditTextArea
Get current position of the vertical scroll bar.
getSDK() - Method in class processing.mode.android.AndroidMode
 
getSelectedText() - Method in class processing.app.Editor
Called to update the text but not switch to a different set of code (which would affect the undo manager).
getSelectedText(AttributedCharacterIterator.Attribute[]) - Method in class processing.app.syntax.im.InputMethodSupport
 
getSelectedText() - Method in class processing.app.syntax.JEditTextArea
Returns the selected text, or null if no selection is active.
getSelectionColor() - Method in class processing.app.syntax.TextAreaPainter
Returns the selection color.
getSelectionStart() - Method in class processing.app.Editor
Get the beginning point of the current selection.
getSelectionStart() - Method in class processing.app.SketchCode
 
getSelectionStart() - Method in class processing.app.syntax.JEditTextArea
Returns the selection start offset.
getSelectionStart(int) - Method in class processing.app.syntax.JEditTextArea
Returns the offset where the selection starts on the specified line.
getSelectionStartLine() - Method in class processing.app.syntax.JEditTextArea
Returns the selection start line.
getSelectionStop() - Method in class processing.app.Editor
Get the end point of the current selection.
getSelectionStop() - Method in class processing.app.SketchCode
 
getSelectionStop() - Method in class processing.app.syntax.JEditTextArea
Returns the selection end offset.
getSelectionStop(int) - Method in class processing.app.syntax.JEditTextArea
Returns the offset where the selection ends on the specified line.
getSelectionStopLine() - Method in class processing.app.syntax.JEditTextArea
Returns the selection end line.
getSelector() - Static method in class processing.mode.java.PresentMode
 
getSentence() - Method in interface processing.app.contrib.Contribution
 
getSentence() - Method in class processing.app.contrib.InstalledContribution
 
getServer() - Method in class processing.mode.javascript.ServingEditor
Getter, returns the server
getServerAddress() - Method in class processing.mode.javascript.ServingEditor
Getter, returns the current server address
getServerPort() - Method in class processing.mode.javascript.ServingEditor
Getter, returns the server port
getSettingsFile(String) - Static method in class processing.app.Base
Convenience method to get a File object for the specified filename inside the settings folder.
getSettingsFolder() - Static method in class processing.app.Base
 
getSettingsFolder() - Method in class processing.app.macosx.Platform
 
getSettingsFolder() - Method in class processing.app.Platform
 
getSettingsFolder() - Method in class processing.app.windows.Platform
 
getShaderInfoLog(int) - Method in class processing.opengl.PGL
 
getShaderiv(int, int, int[], int) - Method in class processing.opengl.PGL
 
getShininess(int) - Method in class processing.opengl.PShapeOpenGL
 
getSize() - Method in class processing.core.PFont
Return size of this font.
getSketch() - Method in class processing.app.Editor
Gets the current sketch object.
getSketchbookFolder() - Static method in class processing.app.Base
 
getSketchbookLibrariesFolder() - Static method in class processing.app.Base
 
getSketchbookMenu() - Method in class processing.app.Base
 
getSketchbookModesFolder() - Static method in class processing.app.Base
 
getSketchbookToolsFolder() - Static method in class processing.app.Base
 
getSketchClassName() - Method in class processing.mode.java.JavaBuild
 
getSketchDescription() - Method in class processing.mode.javascript.JavaScriptBuild
Parse the sketch to retrieve it's description.
getSketchLocation() - Method in class processing.app.Editor
Get the last location of the sketch's run window.
getSketchPath() - Method in class processing.mode.java.JavaBuild
Absolute path to the sketch folder.
getSpecular(int) - Method in class processing.opengl.PShapeOpenGL
 
getSrcFolder() - Method in class processing.mode.java.JavaBuild
Path to the folder that will contain processed .java source files.
getStderr() - Method in class processing.app.exec.ProcessResult
 
getStdout() - Method in class processing.app.exec.ProcessResult
 
getString(int, int) - Method in class processing.data.Table
Get a String value from the table.
getString(int, String) - Method in class processing.data.Table
 
getString(int) - Method in interface processing.data.TableRow
 
getString(String) - Method in interface processing.data.TableRow
 
getString(String) - Method in class processing.data.XML
 
getString(String, String) - Method in class processing.data.XML
 
getString(int) - Method in class processing.opengl.PGL
 
getStringColumn(String) - Method in class processing.data.Table
 
getStringColumn(int) - Method in class processing.data.Table
 
getStringRow(int) - Method in class processing.data.Table
 
getStringValue(Registry.REGISTRY_ROOT_KEY, String, String) - Static method in class processing.app.windows.Registry
Read a String value.
getStroke(int) - Method in class processing.core.PShape
 
getStroke(int) - Method in class processing.opengl.PShapeOpenGL
 
getStrokeWeight(int) - Method in class processing.opengl.PShapeOpenGL
 
getStyle(String) - Method in class processing.app.Mode
 
getStyle(String) - Static method in class processing.app.Preferences
 
getStyle(String) - Method in class processing.app.Settings
 
getStyle() - Method in class processing.core.PGraphics
 
getStyle(PStyle) - Method in class processing.core.PGraphics
 
getStyledFont(Font) - Method in class processing.app.syntax.SyntaxStyle
Returns the specified font, but with the style's bold and italic flags applied.
getStyles() - Method in class processing.app.syntax.TextAreaPainter
Returns the syntax styles used to paint colorized text.
getSubKeys(Registry.REGISTRY_ROOT_KEY, String) - Static method in class processing.app.windows.Registry
Get all sub keys of a key.
getSystemClipboard() - Static method in class processing.app.Toolkit
 
getTemporaryFile(URL, ErrorWidget) - Static method in class processing.app.contrib.ContributionManager
 
getTessellation() - Method in class processing.core.PShape
 
getTessellation() - Method in class processing.opengl.PShapeOpenGL
 
getTexParameteriv(int, int, int[], int) - Method in class processing.opengl.PGL
 
getText() - Method in class processing.app.Editor
Get the contents of the current buffer.
getText(int, int) - Method in class processing.app.Editor
Get a range of text from the current buffer.
getText() - Method in class processing.app.syntax.JEditTextArea
Returns the entire text of this text area.
getText(int, int) - Method in class processing.app.syntax.JEditTextArea
Returns the specified substring of the document.
getText(int, int, Segment) - Method in class processing.app.syntax.JEditTextArea
Copies the specified substring of the document into a segment.
getTextArea() - Method in class processing.app.Editor
Get the JEditTextArea object for use (not recommended).
getTextArea(EventObject) - Static method in class processing.app.syntax.InputHandler
Returns the text area that fired the specified event.
getTextLocation() - Method in class processing.app.syntax.im.CompositionTextManager
 
getTextLocation(TextHitInfo) - Method in class processing.app.syntax.im.InputMethodSupport
 
getTexture() - Method in class processing.opengl.PGraphicsOpenGL
This utility method returns the texture associated to the renderer's.
getTexture(PImage) - Method in class processing.opengl.PGraphicsOpenGL
This utility method returns the texture associated to the image.
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
 
getThread() - Method in class processing.mode.java.runner.MessageSiphon
 
getTime() - Method in class processing.app.exec.ProcessResult
 
getTitle() - Method in class processing.app.Mode
Return the pretty/printable/menu name for this mode.
getTitle() - Method in class processing.mode.android.AndroidMode
 
getTitle(int, boolean) - Static method in class processing.mode.android.AndroidToolbar
 
getTitle() - Method in class processing.mode.java.JavaMode
 
getTitle(int, boolean) - Static method in class processing.mode.java.JavaToolbar
 
getTitle() - Method in class processing.mode.javascript.JavaScriptMode
Return pretty title of this mode for menu listing and such
getTitle(int, boolean) - Static method in class processing.mode.javascript.JavaScriptToolbar
 
getTokenMarker() - Method in class processing.app.Mode
 
getTokenMarker() - Method in class processing.app.syntax.JEditTextArea
Returns the document's token marker.
getTokenMarker() - Method in class processing.app.syntax.SyntaxDocument
Returns the token marker that is to be used to split lines of this document up into tokens.
getToolbarMenu() - Method in class processing.app.Mode
 
getToolbarMenu() - Method in class processing.app.Recent
 
getToolbarRecentMenu() - Method in class processing.app.Base
 
getToolMenu() - Method in class processing.app.Editor
 
getToolsFolder() - Static method in class processing.app.Base
 
getToolTipText(MouseEvent) - Method in class processing.app.syntax.TextAreaPainter
Returns the tool tip to display at the specified location.
getToolTipText(MouseEvent) - Method in interface processing.app.syntax.TextAreaPainter.Highlight
Returns the tool tip to display at the specified location.
getTransferData(DataFlavor) - Method in class processing.app.syntax.HtmlSelection
 
getTransferDataFlavors() - Method in class processing.app.syntax.HtmlSelection
 
getType() - Method in interface processing.app.contrib.Contribution
 
getType() - Method in class processing.app.contrib.LibraryCompilation
 
getType() - Method in class processing.app.contrib.ModeContribution
 
getType() - Method in class processing.app.contrib.ToolContribution
 
getType() - Method in class processing.app.Library
 
getTypeName() - Method in interface processing.app.contrib.Contribution
 
getTypeName() - Method in class processing.app.contrib.InstalledContribution
 
getUndo() - Method in class processing.app.SketchCode
 
getUniformLocation(int, String) - Method in class processing.opengl.PGL
 
getUnique(String) - Method in class processing.data.Table
 
getUnique(int) - Method in class processing.data.Table
 
getUniqueCount(String) - Method in class processing.data.Table
 
getUniqueCount(int) - Method in class processing.data.Table
 
getUniqueName(File, String) - Static method in class processing.app.contrib.ContributionManager
Returns a file in the parent folder that does not exist yet.
getUrl() - Method in interface processing.app.contrib.Contribution
 
getUrl() - Method in class processing.app.contrib.InstalledContribution
 
getValues(Registry.REGISTRY_ROOT_KEY, String) - Static method in class processing.app.windows.Registry
Get all values under a key.
getVersion() - Method in interface processing.app.contrib.Contribution
 
getVersion() - Method in class processing.app.contrib.InstalledContribution
 
getVertex(int) - Method in class processing.core.PShape
 
getVertex(int, PVector) - Method in class processing.core.PShape
 
getVertex(int, PVector) - Method in class processing.opengl.PShapeOpenGL
 
getVertexCode(int) - Method in class processing.core.PShape
One of VERTEX, BEZIER_VERTEX, CURVE_VERTEX, or BREAK.
getVertexCodeCount() - Method in class processing.core.PShape
 
getVertexCodes() - Method in class processing.core.PShape
 
getVertexCount() - Method in class processing.core.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
 
getVisibleLines() - Method in class processing.app.syntax.JEditTextArea
Returns the number of lines visible in this text area.
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
 
getX() - Method in class processing.event.MouseEvent
 
getY() - Method in class processing.event.MouseEvent
 
GIF - Static variable in interface processing.core.PConstants
 
gl - Static variable in class processing.opengl.PGL
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
 
glLineAttrib - Variable in class processing.opengl.PGraphicsOpenGL
 
glLineAttrib - Variable in class processing.opengl.PShapeOpenGL
 
glLineColor - Variable in class processing.opengl.PGraphicsOpenGL
 
glLineColor - Variable in class processing.opengl.PShapeOpenGL
 
glLineIndex - Variable in class processing.opengl.PGraphicsOpenGL
 
glLineIndex - Variable in class processing.opengl.PShapeOpenGL
 
glLineVertex - Variable in class processing.opengl.PGraphicsOpenGL
 
glLineVertex - Variable in class processing.opengl.PShapeOpenGL
 
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
 
glPointAttrib - Variable in class processing.opengl.PGraphicsOpenGL
 
glPointAttrib - Variable in class processing.opengl.PShapeOpenGL
 
glPointColor - Variable in class processing.opengl.PGraphicsOpenGL
 
glPointColor - Variable in class processing.opengl.PShapeOpenGL
 
glPointIndex - Variable in class processing.opengl.PGraphicsOpenGL
 
glPointIndex - Variable in class processing.opengl.PShapeOpenGL
 
glPointVertex - Variable in class processing.opengl.PGraphicsOpenGL
 
glPointVertex - Variable in class processing.opengl.PShapeOpenGL
 
glPolyAmbient - Variable in class processing.opengl.PGraphicsOpenGL
 
glPolyAmbient - Variable in class processing.opengl.PShapeOpenGL
 
glPolyColor - Variable in class processing.opengl.PGraphicsOpenGL
 
glPolyColor - Variable in class processing.opengl.PShapeOpenGL
 
glPolyEmissive - Variable in class processing.opengl.PGraphicsOpenGL
 
glPolyEmissive - Variable in class processing.opengl.PShapeOpenGL
 
glPolyIndex - Variable in class processing.opengl.PGraphicsOpenGL
 
glPolyIndex - Variable in class processing.opengl.PShapeOpenGL
 
glPolyNormal - Variable in class processing.opengl.PGraphicsOpenGL
 
glPolyNormal - Variable in class processing.opengl.PShapeOpenGL
 
glPolyShininess - Variable in class processing.opengl.PGraphicsOpenGL
 
glPolyShininess - Variable in class processing.opengl.PShapeOpenGL
 
glPolySpecular - Variable in class processing.opengl.PGraphicsOpenGL
 
glPolySpecular - Variable in class processing.opengl.PShapeOpenGL
 
glPolyTexcoord - Variable in class processing.opengl.PGraphicsOpenGL
 
glPolyTexcoord - Variable in class processing.opengl.PShapeOpenGL
 
glPolyVertex - Variable in class processing.opengl.PGraphicsOpenGL
 
glPolyVertex - Variable in class processing.opengl.PShapeOpenGL
 
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 - Static variable in class processing.opengl.PGL
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
 
glyphCount - Variable in class processing.core.PShapeSVG.Font
 
glyphs - Variable in class processing.core.PShapeSVG.Font
 
grabNextKeyStroke(ActionListener) - Method in class processing.app.syntax.InputHandler
Grabs the next key typed event and invokes the specified action with the key as a the action command.
GRAY - Static variable in interface processing.core.PConstants
 
green(int) - Method in class processing.core.PApplet
( begin auto-generated from green.xml ) Extracts the green value from a color, scaled to match current colorMode().
green(int) - Method in class processing.core.PGraphics
( begin auto-generated from green.xml ) 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
 
GT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
GT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
GT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 

H

HALF_PI - Static variable in interface processing.core.PConstants
( begin auto-generated from HALF_PI.xml ) HALF_PI is a mathematical constant with the value 1.57079632679489661923.
HAND - Static variable in interface processing.core.PConstants
 
handleAbout() - Method in class processing.app.Base
Show the About box.
handleAbout(ApplicationEvent) - Method in class processing.app.macosx.ThinkDifferent
 
handleAddFile() - Method in class processing.app.Sketch
Prompt the user for a new file to the sketch, then call the other addFile() function to actually add it.
handleAutoFormat() - Method in class processing.app.Editor
 
handleClose(Editor, boolean) - Method in class processing.app.Base
Close a sketch as specified by its editor window.
handleClose() - Method in class processing.app.FindReplace
 
handleCommonErrors(String, String, RunnerListener) - Static method in class processing.mode.java.runner.Runner
 
handleCopy() - Method in class processing.app.Editor
Implements Edit → Copy.
handleCopyAsHTML() - Method in class processing.app.Editor
 
handleCut() - Method in class processing.app.Editor
Implements Edit → Cut.
handleDeleteCode() - Method in class processing.app.Sketch
Remove a piece of code from the sketch and from the disk.
handleDraw() - Method in class processing.core.PApplet
 
handleExport(boolean) - Method in class processing.mode.javascript.JavaScriptEditor
Menu item callback, call the export method of the sketch and handle the gui stuff
handleExport(Sketch) - Method in class processing.mode.javascript.JavaScriptMode
Build and export a sketch
handleExportApplication() - Method in class processing.mode.java.JavaEditor
Handler for Sketch → Export Application
handleExportApplication(Sketch) - Method in class processing.mode.java.JavaMode
 
handleExportPackage() - Method in class processing.mode.android.AndroidEditor
Create a release build of the sketch and install its apk files on the attached device.
handleExportProject() - Method in class processing.mode.android.AndroidEditor
Create a release build of the sketch and have its apk files ready.
handleImportLibrary(String) - Method in class processing.app.Editor
 
handleImportLibrary(String) - Method in class processing.mode.java.JavaEditor
Add import statements to the current tab for all of packages inside the specified jar file.
handleImportLibrary(String) - Method in class processing.mode.javascript.JavaScriptEditor
Menu item callback for Sketch -> Import Library -> XXX Copied from JavaEditor.java
handleIndent() - Method in class processing.app.Editor
 
handleIndentOutdent(boolean) - Method in class processing.app.Editor
 
handleNew() - Method in class processing.app.Base
Create a new untitled document in a new sketch window.
handleNewCode() - Method in class processing.app.Sketch
Handler for the New Code menu option.
handleNextCode() - Method in class processing.app.Sketch
Move to the next tab.
handleOpen(String) - Method in class processing.app.Base
Open a sketch from the path specified.
handleOpen(String, boolean) - Method in class processing.app.Base
Open a sketch in a new window.
handleOpenApplication(ApplicationEvent) - Method in class processing.app.macosx.ThinkDifferent
 
handleOpenFile(ApplicationEvent) - Method in class processing.app.macosx.ThinkDifferent
 
handleOpenLibraryManager() - Method in class processing.app.Base
Show the library installer window.
handleOpenModeManager() - Method in class processing.app.Base
Show the mode installer window.
handleOpenPrompt() - Method in class processing.app.Base
Prompt for a sketch to open, and open it in a new window.
handleOpenToolManager() - Method in class processing.app.Base
Show the tool installer window.
handleOutdent() - Method in class processing.app.Editor
 
handlePageSetup() - Method in class processing.app.Editor
Handler for File → Page Setup.
handlePaste() - Method in class processing.app.Editor
Implements Edit → Paste.
handlePreferences(ApplicationEvent) - Method in class processing.app.macosx.ThinkDifferent
 
handlePrefs() - Method in class processing.app.Base
Show the Preferences window.
handlePresent() - Method in class processing.mode.java.JavaEditor
 
handlePresent(Sketch, RunnerListener) - Method in class processing.mode.java.JavaMode
 
handlePressed(MouseEvent, int) - Method in class processing.app.EditorToolbar
 
handlePressed(MouseEvent, int) - Method in class processing.mode.android.AndroidToolbar
 
handlePressed(MouseEvent, int) - Method in class processing.mode.java.JavaToolbar
 
handlePressed(MouseEvent, int) - Method in class processing.mode.javascript.JavaScriptToolbar
 
handlePrevCode() - Method in class processing.app.Sketch
Move to the previous tab.
handlePrint() - Method in class processing.app.Editor
Handler for File → Print.
handlePrintFile(ApplicationEvent) - Method in class processing.app.macosx.ThinkDifferent
 
handleQuit() - Method in class processing.app.Base
Handler for File → Quit.
handleQuit() - Method in class processing.app.EditorConsole
Close the streams so that the temporary files can be deleted.
handleQuit(ApplicationEvent) - Method in class processing.app.macosx.ThinkDifferent
 
handler() - Method in class processing.mode.java.preproc.JavaRecognizer
 
handler() - Method in class processing.mode.java.preproc.PdeRecognizer
 
handleRecent(Editor) - Method in class processing.app.Base
 
handleRenameCode() - Method in class processing.app.Sketch
Handler for the Rename Code menu option.
handleReOpenApplication(ApplicationEvent) - Method in class processing.app.macosx.ThinkDifferent
 
handleRun() - Method in class processing.mode.java.JavaEditor
 
handleRun(Sketch, RunnerListener) - Method in class processing.mode.java.JavaMode
 
handleRunDevice() - Method in class processing.mode.android.AndroidEditor
Build the sketch and run it on a device with the debugger connected.
handleRunDevice(Sketch, RunnerListener) - Method in class processing.mode.android.AndroidMode
 
handleRunEmulator() - Method in class processing.mode.android.AndroidEditor
Build the sketch and run it inside an emulator with the debugger.
handleRunEmulator(Sketch, RunnerListener) - Method in class processing.mode.android.AndroidMode
 
handleSave(boolean) - Method in class processing.app.Editor
Actually handle the save command.
handleSave() - Method in class processing.mode.java.JavaEditor
 
handleSave(boolean) - Method in class processing.mode.javascript.JavaScriptEditor
Menu item callback, changed from Editor.java to automaticaly export and handle the server when it's running.
handleSave() - Method in class processing.mode.javascript.JavaScriptEditor
Called from handleSave( true/false )
handleSaveAs() - Method in class processing.app.Editor
 
handleSaveAs() - Method in class processing.mode.java.JavaEditor
 
handleSaveAs() - Method in class processing.mode.javascript.JavaScriptEditor
Menu item callback
handleSelectAll() - Method in class processing.app.Editor
Implements Edit → Select All.
handleShowUpdates() - Method in class processing.app.Base
 
handleStartServer() - Method in class processing.mode.javascript.JavaScriptEditor
Menu item callback, replacement for RUN: export to folder, start server, open in default browser.
handleStop() - Method in class processing.mode.android.AndroidEditor
 
handleStop(RunnerListener) - Method in class processing.mode.android.AndroidMode
 
handleStop() - Method in class processing.mode.java.JavaEditor
 
handleStopServer() - Method in class processing.mode.javascript.JavaScriptEditor
Menu item callback, replacement for STOP: stop server.
HARD_LIGHT - Static variable in interface processing.core.PConstants
 
HAS_NORMAL - Static variable in class processing.core.PGraphics
 
hasAlreadyBeenOpened() - Method in class processing.app.contrib.ContributionManagerDialog
 
hasAttribute(String) - Method in class processing.data.XML
Returns whether an attribute exists.
hasBuffers() - Method in class processing.opengl.Texture
 
hasBufferSource() - Method in class processing.opengl.Texture
 
hasChildren() - Method in class processing.data.XML
Returns a boolean of whether or not there are children.
hasCodeFolder() - Method in class processing.app.Sketch
 
hasCodeIndex() - Method in exception processing.app.SketchException
 
hasCodeLine() - Method in exception processing.app.SketchException
 
hasComposedTextLayout() - Method in class processing.app.syntax.im.CompositionTextPainter
Check the painter has TextLayout.
hasDataFolder() - Method in class processing.app.Sketch
 
hasDepthBuffer() - Method in class processing.opengl.FrameBuffer
 
hasDownloadedLatestList() - Method in class processing.app.contrib.ContributionListing
 
hasExamples() - Method in class processing.app.Library
 
hashCode() - Method in class processing.core.PVector
 
hasMethod(String) - Method in class processing.mode.java.preproc.PdePreprocessor
 
hasMultipleArch(int) - Method in class processing.app.Library
 
hasMultipleArch(int, ArrayList<Library>) - Static method in class processing.app.Library
 
hasProperty(Contribution, String) - Method in class processing.app.contrib.ContributionListing
Returns true if the contribution fits the given property, false otherwise.
hasStencilBuffer() - Method in class processing.opengl.FrameBuffer
 
hasUpdates() - Method in class processing.app.contrib.ContributionListing
 
hasUpdates(Contribution) - Method in class processing.app.contrib.ContributionListing
 
hasUpdates() - Method in class processing.app.contrib.ContributionManagerDialog
 
haveRaw() - Method in class processing.core.PGraphics
 
headerOffset - Variable in class processing.mode.java.preproc.PreprocessorResult
 
heading() - Method in class processing.core.PVector
( begin auto-generated from PVector_setMag.xml ) Calculate the angle of rotation for this vector (only 2D vectors) ( end auto-generated )
heading2D() - Method in class processing.core.PVector
Deprecated.
height - Variable in class processing.core.PApplet
( begin auto-generated from height.xml ) 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
( begin auto-generated from PImage_height.xml ) The height of the image in units of pixels.
height - Variable in class processing.core.PShape
( begin auto-generated from PShape_height.xml ) 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
( begin auto-generated from hex.xml ) Converts a byte, char, int, 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
 
HEX_DIGIT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
HEX_DIGIT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
HEX_DIGIT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
hide() - Static method in class japplemenubar.JAppleMenuBar
 
hide() - Method in class processing.mode.javascript.DirectivesEditor
 
hideExtension(String) - Method in class processing.app.Mode
True if the specified extension should be hidden when shown on a tab.
hideStackTrace() - Method in exception processing.app.SketchException
 
hint(int) - Method in class processing.core.PApplet
( begin auto-generated from hint.xml ) Set various hints and hacks for the renderer.
hint(int) - Method in class processing.core.PGraphics
( begin auto-generated from hint.xml ) Set various hints and hacks for the renderer.
hint(int) - Method in class processing.core.PGraphicsJava2D
 
hint(int) - Method in class processing.opengl.PGraphics2D
 
hint(int) - Method in class processing.opengl.PGraphicsOpenGL
 
HINT_COUNT - Static variable in interface processing.core.PConstants
 
HKEY_CLASSES_ROOT - Static variable in interface processing.app.windows.WINREG
 
HKEY_CURRENT_USER - Static variable in interface processing.app.windows.WINREG
 
HKEY_LOCAL_MACHINE - Static variable in interface processing.app.windows.WINREG
 
HKEY_USERS - Static variable in interface processing.app.windows.WINREG
 
HOME - Static variable in class processing.app.syntax.InputHandler
 
hour() - Static method in class processing.core.PApplet
( begin auto-generated from hour.xml ) Processing communicates with the clock on your computer.
HSB - Static variable in interface processing.core.PConstants
 
HtmlSelection - Class in processing.app.syntax
 
HtmlSelection(String) - Constructor for class processing.app.syntax.HtmlSelection
 
hue(int) - Method in class processing.core.PApplet
( begin auto-generated from hue.xml ) Extracts the hue value from a color.
hue(int) - Method in class processing.core.PGraphics
( begin auto-generated from hue.xml ) 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

id - Variable in class processing.app.syntax.Token
The id of this token.
ID_COUNT - Static variable in class processing.app.syntax.Token
The total number of defined token ids.
IDENT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
IDENT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
IDENT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
identifier() - Method in class processing.mode.java.preproc.JavaRecognizer
 
identifier() - Method in class processing.mode.java.preproc.PdeRecognizer
 
identifierStar() - Method in class processing.mode.java.preproc.JavaRecognizer
 
identifierStar() - Method in class processing.mode.java.preproc.PdeRecognizer
 
identPrimary() - Method in class processing.mode.java.preproc.JavaRecognizer
Match a, a.b.c refs, a.b.c(...) refs, a.b.c[], a.b.c[].class, and a.b.c.class refs.
identPrimary() - Method in class processing.mode.java.preproc.PdeRecognizer
 
ignoreImport(String) - Method in class processing.mode.java.preproc.PdePreprocessor
Return true if this import should be removed from the code.
image(PImage, float, float) - Method in class processing.core.PApplet
( begin auto-generated from image.xml ) Displays images to the screen.
image(PImage, float, float, float, float) - Method in class processing.core.PApplet
 
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 - Static variable in interface processing.core.PConstants
texture coordinates based on image width/height
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.PGraphics
( begin auto-generated from image.xml ) Displays images to the screen.
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.PGraphics
Draw an image(), also specifying u/v coordinates.
imageMode(int) - Method in class processing.core.PApplet
( begin auto-generated from imageMode.xml ) Modifies the location from which images draw.
imageMode - Variable in class processing.core.PGraphics
The current image alignment (read-only)
imageMode(int) - Method in class processing.core.PGraphics
( begin auto-generated from imageMode.xml ) Modifies the location from which images draw.
imageMode - Variable in class processing.core.PStyle
 
IMPLEMENTS_CLAUSE - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
IMPLEMENTS_CLAUSE - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
IMPLEMENTS_CLAUSE - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
implementsClause() - Method in class processing.mode.java.preproc.JavaRecognizer
 
implementsClause() - Method in class processing.mode.java.preproc.PdeRecognizer
 
IMPORT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
IMPORT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
IMPORT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
IMPORT_REGEX - Static variable in class processing.mode.javascript.JavaScriptBuild
 
importDefinition() - Method in class processing.mode.java.preproc.JavaRecognizer
 
importDefinition() - Method in class processing.mode.java.preproc.PdeRecognizer
 
INC - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
INC - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
INC - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
inclusiveOrExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
inclusiveOrExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
index - Variable in class processing.core.PFont.Glyph
 
INDEX_OP - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
INDEX_OP - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
INDEX_OP - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
INFO_LOG_LENGTH - Static variable in class processing.opengl.PGL
 
init(Editor) - Method in class processing.app.contrib.ToolContribution
 
init() - Method in class processing.app.EditorToolbar
Load images and add toolbar buttons
init(Base) - Method in class processing.app.linux.Platform
 
init(Base) - Method in class processing.app.macosx.Platform
 
init(Base) - Method in class processing.app.Platform
 
init() - Static method in class processing.app.Preferences
 
init(JEditTextArea, TextAreaPainter.Highlight) - Method in interface processing.app.syntax.TextAreaPainter.Highlight
Called after the highlight painter has been added.
init(Editor) - Method in class processing.app.tools.Archiver
 
init(Editor) - Method in class processing.app.tools.ColorSelector
 
init(Editor) - Method in class processing.app.tools.CreateFont
 
init(Editor) - Method in class processing.app.tools.FixEncoding
 
init(Editor) - Method in class processing.app.tools.InstallCommander
 
init(Editor) - Method in class processing.app.tools.SerialFixer
 
init(Editor) - Method in interface processing.app.tools.Tool
 
init(Base) - Method in class processing.app.windows.Platform
 
init() - Method in class processing.core.PApplet
Applet initialization.
init(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 changes.
init() - Method in class processing.mode.android.AndroidToolbar
 
init() - Method in class processing.mode.java.JavaToolbar
 
init() - Method in class processing.mode.javascript.JavaScriptToolbar
 
init(int, int) - Method in class processing.opengl.Texture
Sets the size of the image and texture to width x height.
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(int, int, int, int, int, int, int, int, int) - Method in class processing.opengl.Texture
Initializes the texture using GL parameters
initCache(PImage) - Method in class processing.core.PGraphics
 
initCache(PImage) - Method in class processing.opengl.PGraphicsOpenGL
 
initialize(AST) - Method in class antlr.ExtendedCommonASTWithHiddenTokens
 
initializer() - Method in class processing.mode.java.preproc.JavaRecognizer
 
initializer() - Method in class processing.mode.java.preproc.PdeRecognizer
 
initLoader(String) - Method in class processing.app.contrib.InstalledContribution
 
initPlatform() - Static method in class processing.app.Base
 
initRequirements() - Static method in class processing.app.Base
 
initSketchSize(String) - Method in class processing.mode.android.AndroidPreprocessor
 
initSketchSize(String, boolean) - Method in class processing.mode.java.preproc.PdePreprocessor
 
InputHandler - Class in processing.app.syntax
An input handler converts the user's key strokes into concrete actions.
InputHandler() - Constructor for class processing.app.syntax.InputHandler
 
inputHandler - Variable in class processing.app.syntax.TextAreaDefaults
 
InputHandler.backspace - Class in processing.app.syntax
 
InputHandler.backspace() - Constructor for class processing.app.syntax.InputHandler.backspace
 
InputHandler.backspace_word - Class in processing.app.syntax
 
InputHandler.backspace_word() - Constructor for class processing.app.syntax.InputHandler.backspace_word
 
InputHandler.clipboard_copy - Class in processing.app.syntax
 
InputHandler.clipboard_copy() - Constructor for class processing.app.syntax.InputHandler.clipboard_copy
 
InputHandler.clipboard_cut - Class in processing.app.syntax
 
InputHandler.clipboard_cut() - Constructor for class processing.app.syntax.InputHandler.clipboard_cut
 
InputHandler.clipboard_paste - Class in processing.app.syntax
 
InputHandler.clipboard_paste() - Constructor for class processing.app.syntax.InputHandler.clipboard_paste
 
InputHandler.delete - Class in processing.app.syntax
 
InputHandler.delete() - Constructor for class processing.app.syntax.InputHandler.delete
 
InputHandler.delete_word - Class in processing.app.syntax
 
InputHandler.delete_word() - Constructor for class processing.app.syntax.InputHandler.delete_word
 
InputHandler.document_end - Class in processing.app.syntax
 
InputHandler.document_end(boolean) - Constructor for class processing.app.syntax.InputHandler.document_end
 
InputHandler.document_home - Class in processing.app.syntax
 
InputHandler.document_home(boolean) - Constructor for class processing.app.syntax.InputHandler.document_home
 
InputHandler.end - Class in processing.app.syntax
 
InputHandler.end(boolean) - Constructor for class processing.app.syntax.InputHandler.end
 
InputHandler.home - Class in processing.app.syntax
 
InputHandler.home(boolean) - Constructor for class processing.app.syntax.InputHandler.home
 
InputHandler.insert_break - Class in processing.app.syntax
 
InputHandler.insert_break() - Constructor for class processing.app.syntax.InputHandler.insert_break
 
InputHandler.insert_char - Class in processing.app.syntax
 
InputHandler.insert_char() - Constructor for class processing.app.syntax.InputHandler.insert_char
 
InputHandler.insert_tab - Class in processing.app.syntax
 
InputHandler.insert_tab() - Constructor for class processing.app.syntax.InputHandler.insert_tab
 
InputHandler.MacroRecorder - Interface in processing.app.syntax
Macro recorder.
InputHandler.next_char - Class in processing.app.syntax
 
InputHandler.next_char(boolean) - Constructor for class processing.app.syntax.InputHandler.next_char
 
InputHandler.next_line - Class in processing.app.syntax
 
InputHandler.next_line(boolean) - Constructor for class processing.app.syntax.InputHandler.next_line
 
InputHandler.next_page - Class in processing.app.syntax
 
InputHandler.next_page(boolean) - Constructor for class processing.app.syntax.InputHandler.next_page
 
InputHandler.next_word - Class in processing.app.syntax
 
InputHandler.next_word(boolean) - Constructor for class processing.app.syntax.InputHandler.next_word
 
InputHandler.NonRecordable - Interface in processing.app.syntax
If an action implements this interface, it should not be recorded by the macro recorder.
InputHandler.NonRepeatable - Interface in processing.app.syntax
If an action implements this interface, it should not be repeated.
InputHandler.overwrite - Class in processing.app.syntax
 
InputHandler.overwrite() - Constructor for class processing.app.syntax.InputHandler.overwrite
 
InputHandler.prev_char - Class in processing.app.syntax
 
InputHandler.prev_char(boolean) - Constructor for class processing.app.syntax.InputHandler.prev_char
 
InputHandler.prev_line - Class in processing.app.syntax
 
InputHandler.prev_line(boolean) - Constructor for class processing.app.syntax.InputHandler.prev_line
 
InputHandler.prev_page - Class in processing.app.syntax
 
InputHandler.prev_page(boolean) - Constructor for class processing.app.syntax.InputHandler.prev_page
 
InputHandler.prev_word - Class in processing.app.syntax
 
InputHandler.prev_word(boolean) - Constructor for class processing.app.syntax.InputHandler.prev_word
 
InputHandler.repeat - Class in processing.app.syntax
 
InputHandler.repeat() - Constructor for class processing.app.syntax.InputHandler.repeat
 
InputHandler.toggle_rect - Class in processing.app.syntax
 
InputHandler.toggle_rect() - Constructor for class processing.app.syntax.InputHandler.toggle_rect
 
InputHandler.Wrapper - Interface in processing.app.syntax
For use by EditAction.Wrapper only.
InputMethodSupport - Class in processing.app.syntax.im
Support in-line Japanese input for PDE.
InputMethodSupport(JEditTextArea) - Constructor for class processing.app.syntax.im.InputMethodSupport
 
inputMethodTextChanged(InputMethodEvent) - Method in class processing.app.syntax.im.InputMethodSupport
Handles events from InputMethod.
INSERT_BREAK - Static variable in class processing.app.syntax.InputHandler
 
INSERT_CHAR - Static variable in class processing.app.syntax.InputHandler
 
INSERT_TAB - Static variable in class processing.app.syntax.InputHandler
 
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.
insertFullWidthSpace() - Method in class processing.app.syntax.im.CompositionTextManager
Insert full width space
insertLines(int, int) - Method in class processing.app.syntax.TokenMarker
Informs the token marker that lines have been inserted into the document.
insertRow(int, String[]) - Method in class processing.data.Table
 
insertText(String) - Method in class processing.app.Editor
 
insertToolbarRecentMenu() - Method in class processing.app.Mode
 
insertUpdate(DocumentEvent) - Method in class processing.app.tools.ColorSelector
 
install(Editor, File, ContributionListing.AdvertisedContribution, boolean, ErrorWidget) - Static method in class processing.app.contrib.ContributionManager
 
INSTALL_FAILURE_TITLE - Static variable in class processing.app.contrib.ContributionListPanel
 
InstallCommander - Class in processing.app.tools
 
InstallCommander() - Constructor for class processing.app.tools.InstallCommander
 
installContribution(Editor, InstalledContribution, boolean, ErrorWidget) - Static method in class processing.app.contrib.ContributionManager
 
InstalledContribution - Class in processing.app.contrib
 
InstalledContribution(File) - Constructor for class processing.app.contrib.InstalledContribution
 
INSTANCE - Static variable in interface processing.app.Platform.CLibrary
 
INSTANCE - Static variable in interface processing.app.windows.Advapi32
 
INSTANCE - Static variable in interface processing.app.windows.Platform.Shell32
 
INSTANCE_INIT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
INSTANCE_INIT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
INSTANCE_INIT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
INTERFACE_DEF - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
INTERFACE_DEF - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
INTERFACE_DEF - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
interfaceBlock() - Method in class processing.mode.java.preproc.JavaRecognizer
 
interfaceBlock() - Method in class processing.mode.java.preproc.PdeRecognizer
 
interfaceDefinition(AST) - Method in class processing.mode.java.preproc.JavaRecognizer
 
interfaceDefinition(AST) - Method in class processing.mode.java.preproc.PdeRecognizer
 
interfaceExtends() - Method in class processing.mode.java.preproc.JavaRecognizer
 
interfaceExtends() - Method in class processing.mode.java.preproc.PdeRecognizer
 
interfaceField() - Method in class processing.mode.java.preproc.JavaRecognizer
 
interfaceField() - Method in class processing.mode.java.preproc.PdeRecognizer
 
INTERNAL_FIRST - Static variable in class processing.app.syntax.Token
The first id that can be used for internal state in a token marker.
INTERNAL_LAST - Static variable in class processing.app.syntax.Token
The last id that can be used for internal state in a token marker.
internalCloseRunner() - Method in class processing.app.Editor
Halt the current runner for whatever reason.
internalCloseRunner() - Method in class processing.mode.java.JavaEditor
 
internalCloseRunner() - Method in class processing.mode.javascript.JavaScriptEditor
Stop the runner, in our case this is the server, implements abstract Editor.internalCloseRunner(), called from Editor.prepareRun() Called when the window is going to be reused for another sketch.
INVALID - Static variable in class processing.app.syntax.Token
Invalid token id.
invalidate() - Method in class processing.app.syntax.Brackets
 
invalidateComposedTextLayout(int) - Method in class processing.app.syntax.im.CompositionTextPainter
Invalidate this TextLayout to set null.
invalidateLine(int) - Method in class processing.app.syntax.TextAreaPainter
Marks a line as needing a repaint.
invalidateLineRange(int, int) - Method in class processing.app.syntax.TextAreaPainter
Marks a range of lines as needing a repaint.
invalidateSelectedLines() - Method in class processing.app.syntax.TextAreaPainter
Repaints the lines containing the selection.
INVERT - Static variable in interface processing.core.PConstants
 
invert() - Method in interface processing.core.PMatrix
Invert this matrix.
invert() - Method in class processing.core.PMatrix2D
Invert this matrix.
invert() - Method in class processing.core.PMatrix3D
Invert this matrix.
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
 
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(boolean) - Method in class processing.core.PShape
 
is3D() - Method in class processing.opengl.PGraphics2D
 
is3D() - Method in class processing.opengl.PGraphics3D
 
isAltDown() - Method in class processing.event.Event
 
isAssertEnabled() - Method in class processing.mode.java.preproc.JavaLexer
Query the "assert" keyword state
isAssertEnabled() - Method in class processing.mode.java.preproc.PdeLexer
Query the "assert" keyword state
isBlockCaretEnabled() - Method in class processing.app.syntax.TextAreaPainter
Returns true if the caret should be drawn as a block, false otherwise.
isBold() - Method in class processing.app.syntax.SyntaxStyle
Returns true if boldface is enabled for this style.
isBracketHighlightEnabled() - Method in class processing.app.syntax.TextAreaPainter
Returns true if bracket highlighting is enabled, false otherwise.
isCanceled() - Method in interface processing.app.contrib.ProgressMonitor
 
isCaretBlinkEnabled() - Method in class processing.app.syntax.JEditTextArea
Returns true if the caret is blinking, false otherwise.
isCaretVisible() - Method in class processing.app.syntax.JEditTextArea
Returns true if the caret is visible, false otherwise.
isClosed() - Method in class processing.core.PShape
 
isControlDown() - Method in class processing.event.Event
 
isDataFlavorSupported(DataFlavor) - Method in class processing.app.syntax.HtmlSelection
 
isDefaultExtension(SketchCode) - Method in class processing.app.Mode
True if the specified code has the default file extension.
isDefaultExtension(String) - Method in class processing.app.Mode
True if the specified extension is the default file extension.
isDeletionFlagSet(Contribution) - Static method in class processing.app.contrib.ContributionManager
 
isDeletionFlagSet(File) - Static method in class processing.app.contrib.ContributionManager
 
isDone() - Method in class processing.opengl.LinePath.PathIterator
 
isDownloadingListing() - Method in class processing.app.contrib.ContributionListing
 
isEditable() - Method in class processing.app.syntax.JEditTextArea
Returns true if this text area is editable, false otherwise.
isEnumEnabled() - Method in class processing.mode.java.preproc.JavaLexer
Query the "enum" keyword state
isEnumEnabled() - Method in class processing.mode.java.preproc.PdeLexer
Query the "enum" keyword state
isError() - Method in interface processing.app.contrib.ProgressMonitor
 
isExtension(String) - Method in class processing.app.SketchCode
 
isFinished() - Method in interface processing.app.contrib.ProgressMonitor
Returns true if this task is complete
isGL() - Method in class processing.core.PApplet
Return true if this renderer does rendering through OpenGL.
isGL() - Method in class processing.core.PGraphics
Return true if this renderer does rendering through OpenGL.
isGL() - Method in class processing.opengl.PGraphicsOpenGL
 
isHalted() - Method in class processing.app.Editor
 
isHalted() - Method in interface processing.app.RunnerListener
 
isHalted() - Method in class processing.mode.java.Commander
 
isInstalled() - Method in interface processing.app.contrib.Contribution
 
isInstalled() - Method in class processing.app.contrib.InstalledContribution
 
isItalic() - Method in class processing.app.syntax.SyntaxStyle
Returns true if italics is enabled for this style.
isLineHighlightEnabled() - Method in class processing.app.syntax.TextAreaPainter
Returns true if line highlight is enabled, false otherwise.
isLinux() - Static method in class processing.app.Base
true if running on linux.
isMacOS() - Static method in class processing.app.Base
returns true if Processing is running on a Mac OS X machine.
isMetaDown() - Method in class processing.event.Event
 
isModified() - Method in class processing.app.Sketch
 
isModified() - Method in class processing.app.SketchCode
 
isModified() - Method in class processing.core.PImage
 
isModified() - Method in class processing.opengl.Texture
 
isNeeded() - Static method in class processing.app.tools.SerialFixer
 
isNextLineRequested() - Method in class processing.app.syntax.TokenMarker
Returns true if the next line should be repainted.
isOverwriteEnabled() - Method in class processing.app.syntax.JEditTextArea
Returns true if overwrite mode is enabled, false otherwise.
isPlain() - Method in class processing.app.syntax.SyntaxStyle
Returns true if no font styles are enabled.
isProperty(String) - Method in class processing.app.contrib.ContributionListing
 
isqrt(int) - Static method in class processing.opengl.LinePath
 
isReadOnly() - Method in class processing.app.Sketch
Returns true if this is a read-only sketch.
isRepeatEnabled() - Method in class processing.app.syntax.InputHandler
Returns if repeating is enabled.
isSanitaryName(String) - Static method in class processing.app.Sketch
Return true if the name is valid for a Processing sketch.
isSelectionActive() - Method in class processing.app.Editor
True if some text is currently selected.
isSelectionActive() - Method in class processing.app.syntax.JEditTextArea
 
isSelectionRectangular() - Method in class processing.app.syntax.JEditTextArea
Returns true if the selection is rectangular, false otherwise.
isShiftDown() - Method in class processing.event.Event
 
isStream() - Method in class processing.core.PFont
 
isUntitled() - Method in class processing.app.Sketch
 
isVisible() - Method in class processing.core.PShape
( begin auto-generated from PShape_isVisible.xml ) Returns a boolean value "true" if the image is set to be visible, "false" if not.
isWindows() - Static method in class processing.app.Base
returns true if running on windows.
iterator() - Method in class processing.app.exec.ProcessResult
 

J

japplemenubar - package japplemenubar
 
JAppleMenuBar - Class in japplemenubar
Starting point for the application.
JAppleMenuBar() - Constructor for class japplemenubar.JAppleMenuBar
 
JAVA2D - Static variable in interface processing.core.PConstants
 
JavaBuild - Class in processing.mode.java
 
JavaBuild(Sketch) - Constructor for class processing.mode.java.JavaBuild
 
JavaEditor - Class in processing.mode.java
 
JavaLexer - Class in processing.mode.java.preproc
 
JavaLexer(InputStream) - Constructor for class processing.mode.java.preproc.JavaLexer
 
JavaLexer(Reader) - Constructor for class processing.mode.java.preproc.JavaLexer
 
JavaLexer(InputBuffer) - Constructor for class processing.mode.java.preproc.JavaLexer
 
JavaLexer(LexerSharedInputState) - Constructor for class processing.mode.java.preproc.JavaLexer
 
JavaMode - Class in processing.mode.java
 
JavaMode(Base, File) - Constructor for class processing.mode.java.JavaMode
 
javaProgram() - Method in class processing.mode.java.preproc.PdeRecognizer
 
JavaRecognizer - Class in processing.mode.java.preproc
Java 1.5 Recognizer /** Java 1.5 Recognizer Run 'java Main [-showtree] directory-full-of-java-files' [The -showtree option pops up a Swing frame that shows the AST constructed from the parser.] Run 'java Main ' Contributing authors: John Mitchell johnm@non.net Terence Parr parrt@magelang.com John Lilley jlilley@empathy.com Scott Stanchfield thetick@magelang.com Markus Mohnen mohnen@informatik.rwth-aachen.de Peter Williams pete.williams@sun.com Allan Jacobs Allan.Jacobs@eng.sun.com Steve Messick messick@redhills.com John Pybus john@pybus.org Version 1.00 December 9, 1997 -- initial release Version 1.01 December 10, 1997 fixed bug in octal def (0..7 not 0..8) Version 1.10 August 1998 (parrt) added tree construction fixed definition of WS,comments for mac,pc,unix newlines added unary plus Version 1.11 (Nov 20, 1998) Added "shutup" option to turn off last ambig warning.
JavaRecognizer(TokenBuffer) - Constructor for class processing.mode.java.preproc.JavaRecognizer
 
JavaRecognizer(TokenStream) - Constructor for class processing.mode.java.preproc.JavaRecognizer
 
JavaRecognizer(ParserSharedInputState) - Constructor for class processing.mode.java.preproc.JavaRecognizer
 
JavaScriptBuild - Class in processing.mode.javascript
 
JavaScriptBuild(Sketch) - Constructor for class processing.mode.javascript.JavaScriptBuild
 
JavaScriptEditor - Class in processing.mode.javascript
 
JavaScriptMode - Class in processing.mode.javascript
JS Mode for Processing based on Processing.js.
JavaScriptMode(Base, File) - Constructor for class processing.mode.javascript.JavaScriptMode
Constructor
JavaScriptToolbar - Class in processing.mode.javascript
 
JavaScriptToolbar(Editor, Base) - Constructor for class processing.mode.javascript.JavaScriptToolbar
 
JavaTokenTypes - Interface in processing.mode.java.preproc
 
JavaToolbar - Class in processing.mode.java
 
JavaToolbar(Editor, Base) - Constructor for class processing.mode.java.JavaToolbar
 
javaVersion - Static variable in class processing.core.PApplet
Version of Java that's in use, whether 1.1 or 1.3 or whatever, stored as a float.
javaVersionName - Static variable in class processing.core.PApplet
Full name of the Java version (i.e.
JEditTextArea - Class in processing.app.syntax
The text area component from the JEdit Syntax (syntax.jedit.org) project.
JEditTextArea(TextAreaDefaults) - Constructor for class processing.app.syntax.JEditTextArea
Creates a new JEditTextArea with the specified settings.
join(String[], char) - Static method in class processing.core.PApplet
( begin auto-generated from join.xml ) 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
 

K

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
( begin auto-generated from key.xml ) The system variable key always contains the value of the most recent key on the keyboard that was used (either pressed or released).
KEY - Static variable in class processing.event.Event
 
KEY_CREATE_LINK - Static variable in interface processing.app.windows.WINNT
 
KEY_CREATE_SUB_KEY - Static variable in interface processing.app.windows.WINNT
 
KEY_ENUMERATE_SUB_KEYS - Static variable in interface processing.app.windows.WINNT
 
KEY_NOTIFY - Static variable in interface processing.app.windows.WINNT
 
KEY_QUERY_VALUE - Static variable in interface processing.app.windows.WINNT
 
KEY_READ - Static variable in interface processing.app.windows.WINNT
 
KEY_SET_VALUE - Static variable in interface processing.app.windows.WINNT
 
KEY_WRITE - Static variable in interface processing.app.windows.WINNT
 
keyCode - Variable in class processing.core.PApplet
( begin auto-generated from keyCode.xml ) 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
The last KeyEvent object passed into a mouse function.
KeyEvent - Class in processing.event
 
KeyEvent(Object, long, int, int, char, int) - Constructor for class processing.event.KeyEvent
 
keyPressed(KeyEvent) - Method in class processing.app.EditorToolbar
 
keyPressed(KeyEvent) - Method in class processing.app.syntax.DefaultInputHandler
Handle a key pressed event.
keyPressed() - Method in class processing.app.tools.ColorSelector.ColorRange
 
keyPressed() - Method in class processing.app.tools.ColorSelector.ColorSlider
 
keyPressed - Variable in class processing.core.PApplet
( begin auto-generated from keyPressed_var.xml ) The boolean system variable keyPressed is true if any key is pressed and false if no keys are pressed.
keyPressed(KeyEvent) - Method in class processing.core.PApplet
Overriding keyXxxxx(KeyEvent e) functions will cause the 'key', 'keyCode', and 'keyEvent' variables to no longer work; key events will no longer be queued until the end of draw(); and the keyPressed(), keyReleased() and keyTyped() methods will no longer be called.
keyPressed() - Method in class processing.core.PApplet
( begin auto-generated from keyPressed.xml ) The keyPressed() function is called once every time a key is pressed.
keyPressed(KeyEvent) - Method in class processing.mode.java.PdeKeyListener
Intercepts key pressed events for JEditTextArea.
keyReleased(KeyEvent) - Method in class processing.app.EditorToolbar
 
keyReleased(KeyEvent) - Method in class processing.core.PApplet
 
keyReleased() - Method in class processing.core.PApplet
( begin auto-generated from keyReleased.xml ) The keyReleased() function is called once every time a key is released.
Keys - Class in processing.mode.android
 
Keys(Editor) - Constructor for class processing.mode.android.Keys
 
keyTyped(KeyEvent) - Method in class processing.app.EditorToolbar
 
keyTyped(KeyEvent) - Method in class processing.app.syntax.DefaultInputHandler
Handle a key typed event.
keyTyped(KeyEvent) - Method in class processing.core.PApplet
 
keyTyped() - Method in class processing.core.PApplet
( begin auto-generated from keyTyped.xml ) 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.mode.java.PdeKeyListener
 
KEYWORD1 - Static variable in class processing.app.syntax.Token
Datatypes and keywords (void, int, boolean, etc.)
KEYWORD2 - Static variable in class processing.app.syntax.Token
Fields [variables within a class]
KEYWORD3 - Static variable in class processing.app.syntax.Token
Processing variables (width, height, focused, etc.)
KeywordMap - Class in processing.app.syntax
A KeywordMap is similar to a hashtable in that it maps keys to values.
KeywordMap(boolean) - Constructor for class processing.app.syntax.KeywordMap
Creates a new KeywordMap.

L

LABEL - Static variable in class processing.app.syntax.Token
Label token id.
LABELED_STAT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LABELED_STAT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LABELED_STAT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LAND - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LAND - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LAND - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LANDSCAPE - Static variable in interface processing.core.PConstants
Screen orientation constant for landscape (the hot dog way).
lastVisited() - Method in class processing.app.SketchCode
 
launch(String) - Static method in class processing.app.WebServer
 
launch(Future<Device>) - Method in class processing.mode.android.AndroidRunner
 
launch(boolean) - Method in class processing.mode.java.runner.Runner
 
LBRACK - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LBRACK - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LBRACK - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LCURLY - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LCURLY - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LCURLY - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LE - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LE - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LE - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LEFT - Static variable in interface processing.core.PConstants
 
LEFT_OF_SCROLLBAR - Static variable in class processing.app.syntax.JEditTextArea
Adding components with this name to the text area will place them left of the horizontal scroll bar.
leftExtent - Variable in class processing.core.PFont.Glyph
 
leftHandGutter - Static variable in class processing.app.syntax.JEditTextArea
The size of the offset between the leftmost padding and the code
length - Variable in class processing.app.syntax.Token
The length of this token.
LEQUAL - Static variable in class processing.opengl.PGL
 
lerp(float, float, float) - Static method in class processing.core.PApplet
( begin auto-generated from lerp.xml ) Calculates a number between two numbers at a specific increment.
lerp(PVector, float) - Method in class processing.core.PVector
( begin auto-generated from PVector_rotate.xml ) Linear interpolate the vector to another vector ( end auto-generated )
lerp(PVector, PVector, float) - Static method in class processing.core.PVector
Linear interpolate between two vectors (returns a new PVector object)
lerp(float, float, float, float) - Method in class processing.core.PVector
Linear interpolate the vector to x,y,z values
lerpColor(int, int, float) - Method in class processing.core.PApplet
( begin auto-generated from lerpColor.xml ) Calculates a color or colors between two color at a specific increment.
lerpColor(int, int, float, int) - Static method in class processing.core.PApplet
 
lerpColor(int, int, float) - Method in class processing.core.PGraphics
( begin auto-generated from lerpColor.xml ) Calculates a color or colors between two color at a specific increment.
lerpColor(int, int, float, int) - Static method in class processing.core.PGraphics
 
LESS - Static variable in class processing.opengl.PGL
 
Library - Class in processing.app
 
Library(File) - Constructor for class processing.app.Library
 
Library(File, String) - Constructor for class processing.app.Library
 
LibraryCompilation - Class in processing.app.contrib
 
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
( begin auto-generated from lightFalloff.xml ) Sets the falloff rates for point lights, spot lights, and ambient lights.
lightFalloff(float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from lightFalloff.xml ) Sets the falloff rates for point lights, spot lights, 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() - Method in class processing.core.PApplet
( begin auto-generated from lights.xml ) Sets the default ambient light, directional light, falloff, and specular values.
lights() - Method in class processing.core.PGraphics
( begin auto-generated from lights.xml ) Sets the default ambient light, directional light, falloff, and specular values.
lights() - Method in class processing.opengl.PGraphics2D
 
lights - Variable in class processing.opengl.PGraphicsOpenGL
 
lights() - Method in class processing.opengl.PGraphicsOpenGL
Sets up an ambient and directional light using OpenGL.
lightSpecular(float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from lightSpecular.xml ) Sets the specular color for lights.
lightSpecular(float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from lightSpecular.xml ) Sets the specular color for lights.
lightSpecular(float, float, float) - Method in class processing.opengl.PGraphics2D
 
lightSpecular - Variable in class processing.opengl.PGraphicsOpenGL
Specular colors for lights.
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
( begin auto-generated from PVector_limit.xml ) Limit the magnitude of this vector to the value used for the max parameter.
line(float, float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from line.xml ) Draws a line (a direct path between two points) to the screen.
line(float, float, float, float, float, float) - Method in class processing.core.PApplet
 
LINE - Static variable in interface processing.core.PConstants
 
line(float, float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from line.xml ) Draws a line (a direct path between two points) to the screen.
line(float, float, float, float, float, float) - Method in class processing.core.PGraphics
 
line(float, float, float, float) - Method in class processing.core.PGraphicsJava2D
 
line(float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
 
line(float, float, float, float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
 
LINE_LOOP - Static variable in interface processing.core.PConstants
 
LINE_SMOOTH - Static variable in class processing.opengl.PGL
 
LINE_STRIP - Static variable in interface processing.core.PConstants
 
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
 
lineHighlight - Variable in class processing.app.syntax.TextAreaDefaults
 
lineHighlightColor - Variable in class processing.app.syntax.TextAreaDefaults
 
lineJoin() - Method in class processing.opengl.LineStroker
 
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 of LinePath.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
 
LineProcessor - Interface in processing.app.exec
 
LINES - Static variable in interface processing.core.PConstants
 
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) - 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) - Method in class processing.opengl.LineStroker
 
lineToY(int) - Method in class processing.app.syntax.JEditTextArea
Converts a line index to a y co-ordinate.
link(String) - Method in class processing.core.PApplet
 
link(String, String) - Method in class processing.core.PApplet
Deprecated.
the 'target' parameter is no longer relevant with the removal of applets
LINK_STATUS - Static variable in class processing.opengl.PGL
 
linkAndCopyToken(CommonHiddenStreamToken, CommonHiddenStreamToken) - Method in class antlr.TokenStreamCopyingHiddenTokenFilter
 
linkProgram(int) - Method in class processing.opengl.PGL
 
LINUX - Static variable in interface processing.core.PConstants
 
list(ArrayList<Library>) - Static method in class processing.app.contrib.LibraryCompilation
 
list() - Static method in class processing.core.PFont
( begin auto-generated from PFont_list.xml ) Gets a list of the fonts installed on the system.
listAttributes() - Method in class processing.data.XML
Get a list of the names for all of the attributes for this node.
listChildren() - Method in class processing.data.XML
Put the names of all children into an array.
listFiles(File, boolean) - Static method in class processing.app.Base
Recursively creates a list of all files within the specified folder, and returns a list of their relative paths.
listFiles(File, boolean, String) - Static method in class processing.app.Base
 
listJarFiles(File) - Static method in class processing.app.Base
 
LITERAL1 - Static variable in class processing.app.syntax.Token
Strings in quotes
LITERAL2 - Static variable in class processing.app.syntax.Token
Constants (QUARTER_PI, CORNERS, etc.)
LITERAL_assert - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_assert - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_assert - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_boolean - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_boolean - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_boolean - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_break - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_break - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_break - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_byte - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_byte - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_byte - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_case - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_case - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_case - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_catch - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_catch - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_catch - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_char - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_char - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_char - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_class - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_class - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_class - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_color - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_color - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_continue - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_continue - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_continue - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_default - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_default - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_default - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_do - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_do - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_do - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_double - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_double - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_double - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_else - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_else - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_else - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_enum - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_enum - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_enum - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_extends - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_extends - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_extends - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_false - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_false - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_false - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_finally - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_finally - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_finally - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_float - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_float - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_float - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_for - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_for - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_for - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_if - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_if - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_if - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_implements - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_implements - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_implements - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_import - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_import - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_import - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_instanceof - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_instanceof - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_instanceof - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_int - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_int - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_int - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_interface - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_interface - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_interface - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_long - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_long - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_long - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_native - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_native - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_native - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_new - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_new - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_new - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_null - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_null - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_null - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_package - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_package - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_package - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_private - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_private - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_private - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_protected - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_protected - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_protected - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_public - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_public - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_public - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_return - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_return - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_return - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_short - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_short - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_short - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_static - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_static - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_static - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_super - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_super - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_super - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_switch - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_switch - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_switch - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_synchronized - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_synchronized - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_synchronized - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_this - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_this - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_this - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_threadsafe - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_threadsafe - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_threadsafe - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_throw - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_throw - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_throw - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_throws - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_throws - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_throws - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_transient - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_transient - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_transient - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_true - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_true - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_true - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_try - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_try - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_try - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_void - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_void - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_void - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_volatile - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_volatile - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_volatile - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LITERAL_while - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LITERAL_while - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LITERAL_while - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LNOT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LNOT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LNOT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
load(Base, File) - Static method in class processing.app.contrib.ModeContribution
 
load(Base, File, String) - Static method in class processing.app.contrib.ModeContribution
 
load(File) - Static method in class processing.app.contrib.ToolContribution
 
load(InputStream) - Static method in class processing.app.Preferences
 
load() - Method in class processing.app.Settings
 
load() - Method in class processing.app.SketchCode
Load this piece of code from a file.
loadAll(File) - Static method in class processing.app.contrib.ToolContribution
 
loadBytes(String) - Method in class processing.core.PApplet
( begin auto-generated from loadBytes.xml ) Reads the contents of a file or url and places it in a byte array.
loadBytes(InputStream) - Static method in class processing.core.PApplet
 
loadBytes(File) - Static method in class processing.core.PApplet
 
loadBytesRaw(File) - Static method in class processing.app.Base
Same as PApplet.loadBytes(), however never does gzip decoding.
loadFile(File) - Static method in class processing.app.Base
Grab the contents of a file as a string.
loadFont(String) - Method in class processing.core.PApplet
( begin auto-generated from loadFont.xml ) Loads a font into a variable of type PFont.
loadFonts() - Static method in class processing.core.PFont
 
loadImage(String) - Method in class processing.app.Mode
Get an image object from the theme folder.
loadImage(String) - Method in class processing.core.PApplet
( begin auto-generated from loadImage.xml ) Loads an image into a variable of type PImage.
loadImage(String, String) - Method in class processing.core.PApplet
 
loadImages() - Method in class processing.app.EditorToolbar
Only call this from paintComponent, or when the comp is displayable, otherwise createImage() might fail.
loadMissing(Base) - Static method in class processing.app.contrib.ModeContribution
 
loadPixels() - Method in class processing.core.PApplet
( begin auto-generated from loadPixels.xml ) Loads the pixel data for the display window into the pixels[] array.
loadPixels() - Method in class processing.core.PGraphicsJava2D
 
loadPixels() - Method in class processing.core.PImage
( begin auto-generated from PImage_loadPixels.xml ) Loads the pixel data for the image into its pixels[] array.
loadPixels() - Method in class processing.opengl.PGraphicsOpenGL
 
loadPixels(int[]) - Method in class processing.opengl.Texture
Copies the contents of the texture to the pixels array.
loadShader(String) - Method in class processing.core.PApplet
( begin auto-generated from loadShader.xml ) This is a new reference entry for Processing 2.0.
loadShader(String, String) - Method in class processing.core.PApplet
 
loadShader(String) - Method in class processing.core.PGraphics
( begin auto-generated from loadShader.xml ) This is a new reference entry for Processing 2.0.
loadShader(String, String) - Method in class processing.core.PGraphics
 
loadShader(String) - Method in class processing.opengl.PGraphicsOpenGL
 
loadShader(String, String) - Method in class processing.opengl.PGraphicsOpenGL
 
loadShape(String) - Method in class processing.core.PApplet
 
loadShape(String) - Method in class processing.core.PGraphics
 
loadShape(String) - Method in class processing.core.PGraphicsJava2D
 
loadShape(String) - Method in class processing.opengl.PGraphicsOpenGL
 
loadStrings(File) - Static method in class processing.core.PApplet
 
loadStrings(String) - Method in class processing.core.PApplet
( begin auto-generated from loadStrings.xml ) Reads the contents of a file or url and creates a String array of its individual lines.
loadStrings(InputStream) - Static method in class processing.core.PApplet
 
loadStrings(BufferedReader) - Static method in class processing.core.PApplet
 
loadTable(String) - Method in class processing.core.PApplet
 
loadTable(String, String) - Method in class processing.core.PApplet
 
loadTexture() - Method in class processing.opengl.PGraphicsOpenGL
 
loadXML(String) - Method in class processing.core.PApplet
 
locateSketchbookFolder() - Static method in class processing.app.Base
 
log(Object, String) - Static method in class processing.app.Base
 
log(String) - Static method in class processing.app.Base
 
log(String, Exception) - Static method in class processing.app.Base
 
log(float) - Static method in class processing.core.PApplet
( begin auto-generated from log.xml ) Calculates the natural logarithm (the base-e logarithm) of a number.
logicalAndExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
logicalAndExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
logicalOrExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
logicalOrExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
lookup(Segment, int, int, boolean) - Method in class processing.app.syntax.KeywordMap
Looks up a key.
LookupAccountName(String, String, byte[], IntByReference, char[], IntByReference, PointerByReference) - Method in interface processing.app.windows.Advapi32
 
LookupAccountSid(String, byte[], char[], IntByReference, char[], IntByReference, PointerByReference) - Method in interface processing.app.windows.Advapi32
 
lookupReference(String) - Method in class processing.app.Mode
Returns the HTML filename (including path prefix if necessary) for this keyword, or null if it doesn't exist.
loop() - Method in class processing.core.PApplet
( begin auto-generated from loop.xml ) Causes Processing to continuously execute the code within draw().
LOR - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LOR - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LOR - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
LPAREN - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LPAREN - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LPAREN - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
lpDescription - Variable in class processing.app.windows.Advapi32.SERVICE_DESCRIPTION
 
lpSecurityDescriptor - Variable in class processing.app.windows.WINBASE.SECURITY_ATTRIBUTES
 
lpServiceName - Variable in class processing.app.windows.Advapi32.SERVICE_TABLE_ENTRY
 
lpServiceProc - Variable in class processing.app.windows.Advapi32.SERVICE_TABLE_ENTRY
 
lsqrt(long) - Static method in class processing.opengl.LinePath
 
LT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
LT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
LT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 

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
 
MACOSX - Static variable in interface processing.core.PConstants
 
mag(float, float) - Static method in class processing.core.PApplet
 
mag(float, float, float) - Static method in class processing.core.PApplet
( begin auto-generated from mag.xml ) Calculates the magnitude (or length) of a vector.
mag() - Method in class processing.core.PVector
( begin auto-generated from PVector_mag.xml ) 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).) ( end auto-generated )
magSq() - Method in class processing.core.PVector
( begin auto-generated from PVector_mag.xml ) Calculates the squared magnitude of the vector and returns the result as a float (this is simply the equation (x*x + y*y + z*z).) Faster if the real length is not required in the case of comparing vectors, etc.
main(String[]) - Static method in class processing.app.Base
 
main(String[]) - Static method in class processing.app.windows.Registry
Testing.
main(String[]) - Static method in class processing.core.PApplet
main() method for running this class from the command line.
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 String array.
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.
main(String[]) - Static method in class processing.mode.java.Commander
 
makeEmptyNull() - Method in class processing.data.Table
Set all "" entries (zero length String objects) to null values.
makeNullEmpty() - Method in class processing.data.Table
Set all 'null' entries to "" (zero length String objects).
makeTempFolder() - Method in class processing.app.Sketch
Create a temporary folder that includes the sketch's name in its title.
MALFORMED_URL_MESSAGE - Static variable in class processing.app.contrib.ContributionListPanel
 
Manifest - Class in processing.mode.android
 
Manifest(Sketch) - Constructor for class processing.mode.android.Manifest
 
map(float, float, float, float, float) - Static method in class processing.core.PApplet
( begin auto-generated from map.xml ) Re-maps a number from one range to another.
mapBuffer(int, int) - Method in class processing.opengl.PGL
 
mapBufferRange(int, int, int, int) - Method in class processing.opengl.PGL
 
markTokens(Segment, int) - Method in class processing.app.syntax.TokenMarker
A wrapper for the lower-level markTokensImpl method that is called to split a line up into tokens.
markTokensImpl(byte, Segment, int) - Method in class processing.app.syntax.PdeKeywords
 
mask(PImage) - Method in class processing.core.PApplet
( begin auto-generated from PImage_mask.xml ) Masks part of an image from displaying by loading another image and using it as an alpha channel.
mask(int[]) - Method in class processing.core.PGraphicsJava2D
 
mask(PImage) - Method in class processing.core.PGraphicsJava2D
 
mask(int[]) - Method in class processing.core.PImage
Deprecated.
mask(PImage) - Method in class processing.core.PImage
( begin auto-generated from PImage_mask.xml ) 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
 
mASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mAT(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mAT(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
match(String, String) - Static method in class processing.core.PApplet
( begin auto-generated from match.xml ) The match() 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
( begin auto-generated from matchAll.xml ) 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.
matches(Contribution) - Method in interface processing.app.contrib.ContributionListing.Filter
 
matches(Contribution, String) - Method in class processing.app.contrib.ContributionListing
 
matchRow(String, int) - Method in class processing.data.Table
Return the row that contains the first String that matches.
matchRow(String, String) - Method in class processing.data.Table
Return the row that contains the first String that matches.
matchRows(String, int) - Method in class processing.data.Table
Return a list of rows that contain the String passed in.
matchRows(String, String) - Method in class processing.data.Table
Return a list of rows that match the regex passed in.
max(int, int) - Static method in class processing.core.PApplet
( begin auto-generated from max.xml ) Determines the largest value in a sequence of numbers.
max(float, float) - Static method in class processing.core.PApplet
 
max(int, int, int) - 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(float[]) - Static method in class processing.core.PApplet
 
MAX_BUFFER_CACHE_SIZE - Static variable in class processing.opengl.Texture
 
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_PATH - Static variable in interface processing.app.windows.Platform.Shell32
 
MAX_SAMPLES - 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
 
maxAnisoAmount - Static variable in class processing.opengl.PGraphicsOpenGL
 
maxLineWidth - Static variable in class processing.opengl.PGraphicsOpenGL
 
maxPointSize - Static variable in class processing.opengl.PGraphicsOpenGL
 
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
mBAND(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mBAND(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mBAND_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mBAND_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mBNOT(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mBNOT(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mBOR(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mBOR(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mBOR_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mBOR_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mBSR(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mBSR(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mBSR_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mBSR_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mBXOR(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mBXOR(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mBXOR_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mBXOR_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mCHAR_LITERAL(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mCHAR_LITERAL(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mCOLON(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mCOLON(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mCOMMA(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mCOMMA(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mDEC(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mDEC(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mDIV(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mDIV(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mDIV_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mDIV_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mEQUAL(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mEQUAL(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
message(String, boolean) - Method in class processing.app.EditorConsole
 
message(String) - Method in interface processing.mode.java.runner.MessageConsumer
 
message(String) - Method in class processing.mode.java.runner.Runner
 
MessageConsumer - Interface in processing.mode.java.runner
Interface for dealing with parser/compiler output.
MessageSiphon - Class in processing.mode.java.runner
Slurps up messages from compiler.
MessageSiphon(InputStream, MessageConsumer) - Constructor for class processing.mode.java.runner.MessageSiphon
 
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.
METHOD_CALL - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
METHOD_CALL - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
METHOD_CALL - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
METHOD_DEF - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
METHOD_DEF - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
METHOD_DEF - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
mGE(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mGE(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mGT(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mGT(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mIDENT(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mIDENT(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
millis() - Method in class processing.core.PApplet
( begin auto-generated from millis.xml ) Returns the number of milliseconds (thousandths of a second) since starting an applet.
min(int, int) - Static method in class processing.core.PApplet
Find the maximum value in an array.
min(float, float) - Static method in class processing.core.PApplet
 
min(int, int, int) - Static method in class processing.core.PApplet
 
min(float, float, float) - Static method in class processing.core.PApplet
( begin auto-generated from min.xml ) Determines the smallest value in a sequence of numbers.
min(int[]) - Static method in class processing.core.PApplet
 
min(float[]) - 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 class processing.core.PApplet
 
MIN_WINDOW_WIDTH - Static variable in class processing.core.PApplet
Minimum dimensions for the window holding an applet.
mINC(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mINC(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
MINUS - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
MINUS - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
MINUS - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
MINUS_ASSIGN - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
MINUS_ASSIGN - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
MINUS_ASSIGN - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
minute() - Static method in class processing.core.PApplet
( begin auto-generated from minute.xml ) Processing communicates with the clock on your computer.
mipmaps - Variable in class processing.opengl.Texture.Parameters
Use mipmaps or not.
missingGlyph - Variable in class processing.core.PShapeSVG.Font
 
MITER - Static variable in interface processing.core.PConstants
 
ML_COMMENT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
ML_COMMENT - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
ML_COMMENT - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
mLAND(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mLAND(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mLBRACK(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mLBRACK(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mLCURLY(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mLCURLY(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mLE(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mLE(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mLNOT(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mLNOT(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mLOR(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mLOR(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mLPAREN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mLPAREN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mLT(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mLT(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mMINUS(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mMINUS(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mMINUS_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mMINUS_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mML_COMMENT(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mML_COMMENT(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mMOD(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mMOD(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mMOD_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mMOD_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mNOT_EQUAL(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mNOT_EQUAL(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mNUM_INT(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mNUM_INT(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
MOD - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
MOD - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
MOD - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
MOD_ASSIGN - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
MOD_ASSIGN - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
MOD_ASSIGN - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
Mode - Class in processing.app
 
Mode(Base, File) - Constructor for class processing.app.Mode
 
ModeContribution - Class in processing.app.contrib
 
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 - Static variable in interface processing.core.PConstants
 
modelview - Variable in class processing.opengl.PGraphicsOpenGL
 
modelviewInv - Variable in class processing.opengl.PGraphicsOpenGL
 
modelX(float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from modelX.xml ) Returns the three-dimensional X, Y, Z position in model space.
modelX(float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from modelX.xml ) Returns the three-dimensional X, Y, Z position in model space.
modelX(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
 
modelY(float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from modelY.xml ) Returns the three-dimensional X, Y, Z position in model space.
modelY(float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from modelY.xml ) Returns the three-dimensional X, Y, Z position in model space.
modelY(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
 
modelZ(float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from modelZ.xml ) Returns the three-dimensional X, Y, Z position in model space.
modelZ(float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from modelZ.xml ) Returns the three-dimensional X, Y, Z position in model space.
modelZ(float, float, float) - Method in class processing.opengl.PGraphicsOpenGL
 
modifier() - Method in class processing.mode.java.preproc.JavaRecognizer
 
modifier() - Method in class processing.mode.java.preproc.PdeRecognizer
 
modifiers() - Method in class processing.mode.java.preproc.JavaRecognizer
 
MODIFIERS - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
MODIFIERS - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
modifiers() - Method in class processing.mode.java.preproc.PdeRecognizer
 
MODIFIERS - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
month() - Static method in class processing.core.PApplet
( begin auto-generated from month.xml ) Processing communicates with the clock on your computer.
MOUSE - Static variable in class processing.event.Event
 
mouseButton - Variable in class processing.core.PApplet
( begin auto-generated from mouseButton.xml ) Processing automatically tracks if the mouse button is pressed and which button is pressed.
mouseClicked(MouseEvent) - Method in class processing.app.EditorToolbar
 
mouseClicked(MouseEvent) - Method in class processing.core.PApplet
 
mouseClicked() - Method in class processing.core.PApplet
( begin auto-generated from mouseClicked.xml ) The mouseClicked() function is called once after a mouse button has been pressed and then released.
mouseDragged(MouseEvent) - Method in class processing.app.EditorToolbar
 
mouseDragged() - Method in class processing.app.tools.ColorSelector.ColorRange
 
mouseDragged() - Method in class processing.app.tools.ColorSelector.ColorSlider
 
mouseDragged(MouseEvent) - Method in class processing.core.PApplet
 
mouseDragged() - Method in class processing.core.PApplet
( begin auto-generated from mouseDragged.xml ) The mouseDragged() function is called once every time the mouse moves and a mouse button is pressed.
mouseEntered(MouseEvent) - Method in class processing.app.EditorToolbar
 
mouseEntered(MouseEvent) - Method in class processing.core.PApplet
 
mouseEntered() - Method in class processing.core.PApplet
 
mouseEvent - Variable in class processing.core.PApplet
 
MouseEvent - Class in processing.event
 
MouseEvent(Object, long, int, int, int, int, int, int) - Constructor for class processing.event.MouseEvent
 
mouseExited(MouseEvent) - Method in class processing.app.EditorToolbar
 
mouseExited(MouseEvent) - Method in class processing.core.PApplet
 
mouseExited() - Method in class processing.core.PApplet
 
mouseMoved(MouseEvent) - Method in class processing.app.EditorToolbar
 
mouseMoved(MouseEvent) - Method in class processing.core.PApplet
 
mouseMoved() - Method in class processing.core.PApplet
( begin auto-generated from mouseMoved.xml ) The mouseMoved() function is called every time the mouse moves and a mouse button is not pressed.
mousePressed(MouseEvent) - Method in class processing.app.EditorToolbar
 
mousePressed() - Method in class processing.app.tools.ColorSelector.ColorRange
 
mousePressed() - Method in class processing.app.tools.ColorSelector.ColorSlider
 
mousePressed - Variable in class processing.core.PApplet
( begin auto-generated from mousePressed_var.xml ) Variable storing if a mouse button is pressed.
mousePressed(MouseEvent) - Method in class processing.core.PApplet
If you override this or any function that takes a "MouseEvent e" without calling its super.mouseXxxx() then mouseX, mouseY, mousePressed, and mouseEvent will no longer be set.
mousePressed() - Method in class processing.core.PApplet
( begin auto-generated from mousePressed.xml ) The mousePressed() function is called once after every time a mouse button is pressed.
mouseReleased(MouseEvent) - Method in class processing.app.EditorToolbar
 
mouseReleased(MouseEvent) - Method in class processing.core.PApplet
 
mouseReleased() - Method in class processing.core.PApplet
( begin auto-generated from mouseReleased.xml ) The mouseReleased() function is called every time a mouse button is released.
mouseX - Variable in class processing.core.PApplet
( begin auto-generated from mouseX.xml ) The system variable mouseX always contains the current horizontal coordinate of the mouse.
mouseY - Variable in class processing.core.PApplet
( begin auto-generated from mouseY.xml ) 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) - 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) - Method in class processing.opengl.LineStroker
 
mPLUS(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mPLUS(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mPLUS_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mPLUS_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mQUESTION(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mQUESTION(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mRBRACK(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mRBRACK(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mRCURLY(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mRCURLY(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mRPAREN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mRPAREN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mSEMI(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mSEMI(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mSL(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mSL(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mSL_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mSL_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mSL_COMMENT(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mSL_COMMENT(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mSR(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mSR(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mSR_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mSR_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mSTAR(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mSTAR(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mSTAR_ASSIGN(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mSTAR_ASSIGN(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mSTRING_LITERAL(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mSTRING_LITERAL(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mult(PVector, PVector) - Method in interface processing.core.PMatrix
Multiply a PVector by this matrix.
mult(float[], float[]) - Method in interface processing.core.PMatrix
Multiply a multi-element vector against this matrix.
mult(PVector, PVector) - Method in class processing.core.PMatrix2D
Multiply the x and y coordinates of a PVector against this matrix.
mult(float[], float[]) - Method in class processing.core.PMatrix2D
Multiply a two element vector against this matrix.
mult(PVector, PVector) - Method in class processing.core.PMatrix3D
 
mult(float[], float[]) - Method in class processing.core.PMatrix3D
Multiply a three or four element vector against this matrix.
mult(float) - Method in class processing.core.PVector
( begin auto-generated from PVector_mult.xml ) Multiplies a vector by a scalar or multiplies one vector by another.
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) - Method in class processing.core.PVector
 
mult(PVector, PVector) - Static method in class processing.core.PVector
 
mult(PVector, PVector, PVector) - Static method in class processing.core.PVector
 
multiplicativeExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
 
multiplicativeExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
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
 
multW(float, float, float, float) - Method in class processing.core.PMatrix3D
 
multX(float, float) - Method in class processing.core.PMatrix2D
 
multX(float, float) - Method in class processing.core.PMatrix3D
 
multX(float, float, float) - Method in class processing.core.PMatrix3D
 
multX(float, float, float, float) - Method in class processing.core.PMatrix3D
 
multY(float, float) - Method in class processing.core.PMatrix2D
 
multY(float, float) - Method in class processing.core.PMatrix3D
 
multY(float, float, float) - Method in class processing.core.PMatrix3D
 
multY(float, float, float, float) - Method in class processing.core.PMatrix3D
 
multZ(float, float, float) - Method in class processing.core.PMatrix3D
 
multZ(float, float, float, float) - Method in class processing.core.PMatrix3D
 
mWEBCOLOR_LITERAL(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 
mWS(boolean) - Method in class processing.mode.java.preproc.JavaLexer
 
mWS(boolean) - Method in class processing.mode.java.preproc.PdeLexer
 

N

name - Variable in class processing.core.PShapeSVG.FontGlyph
 
namedGlyphs - Variable in class processing.core.PShapeSVG.Font
 
nameOf(AST) - Static method in class processing.mode.java.preproc.TokenUtil
 
NEAREST - Static variable in class processing.opengl.PGL
 
newArrayDeclarator() - Method in class processing.mode.java.preproc.JavaRecognizer
 
newArrayDeclarator() - Method in class processing.mode.java.preproc.PdeRecognizer
 
newExpression() - Method in class processing.mode.java.preproc.JavaRecognizer
object instantiation.
newExpression() - Method in class processing.mode.java.preproc.PdeRecognizer
 
newJCheckBoxMenuItem(String, int) - Static method in class processing.app.Toolkit
 
newJMenuItem(String, int) - Static method in class processing.app.Toolkit
A software engineer, somewhere, needs to have his abstraction taken away.
newJMenuItemAlt(String, int) - Static method in class processing.app.Toolkit
Same as newJMenuItem(), but adds the ALT (on Linux and Windows) or OPTION (on Mac OS X) key as a modifier.
newJMenuItemShift(String, int) - Static method in class processing.app.Toolkit
Like newJMenuItem() but adds shift as a modifier for the shortcut.
next - Variable in class processing.app.syntax.Token
The next token in the linked list.
next() - Method in class processing.opengl.LinePath.PathIterator
 
NEXT_CHAR - Static variable in class processing.app.syntax.InputHandler
 
NEXT_LINE - Static variable in class processing.app.syntax.InputHandler
 
NEXT_PAGE - Static variable in class processing.app.syntax.InputHandler
 
NEXT_WORD - Static variable in class processing.app.syntax.InputHandler
 
nextTabStop(float, int) - Method in class processing.app.syntax.TextAreaPainter
Implementation of TabExpander interface.
nextToken() - Method in class antlr.TokenStreamCopyingHiddenTokenFilter
Return the next monitored token.
nextToken() - Method in class processing.mode.java.preproc.JavaLexer
 
nextToken() - Method in class processing.mode.java.preproc.PdeLexer
 
nf(int[], int) - Static method in class processing.core.PApplet
 
nf(int, int) - Static method in class processing.core.PApplet
( begin auto-generated from nf.xml ) Utility function for formatting numbers into strings.
nf(float[], int, int) - Static method in class processing.core.PApplet
 
nf(float, int, int) - Static method in class processing.core.PApplet
 
nfc(int[]) - Static method in class processing.core.PApplet
( begin auto-generated from nfc.xml ) Utility function for formatting numbers into strings and placing appropriate commas to mark units of 1000.
nfc(int) - Static method in class processing.core.PApplet
nfc() or "number format with commas".
nfc(float[], int) - Static method in class processing.core.PApplet
 
nfc(float, int) - Static method in class processing.core.PApplet
 
nfp(int, int) - Static method in class processing.core.PApplet
( begin auto-generated from nfp.xml ) Utility function for formatting numbers into strings.
nfp(int[], int) - Static method in class processing.core.PApplet
 
nfp(float[], int, int) - Static method in class processing.core.PApplet
 
nfp(float, int, int) - Static method in class processing.core.PApplet
 
nfs(int, int) - Static method in class processing.core.PApplet
( begin auto-generated from nfs.xml ) Utility function for formatting numbers into strings.
nfs(int[], int) - Static method in class processing.core.PApplet
 
nfs(float[], int, int) - Static method in class processing.core.PApplet
 
nfs(float, int, int) - Static method in class processing.core.PApplet
 
nLength - Variable in class processing.app.windows.WINBASE.SECURITY_ATTRIBUTES
 
NO_ERROR - Static variable in interface processing.app.windows.WINERROR
 
noClip() - Method in class processing.core.PApplet
 
noClip() - Method in class processing.core.PGraphics
 
noClip() - Method in class processing.core.PGraphicsJava2D
 
noClip() - Method in class processing.opengl.PGraphicsOpenGL
 
noCursor() - Method in class processing.core.PApplet
( begin auto-generated from noCursor.xml ) Hides the cursor from view.
noFill() - Method in class processing.core.PApplet
( begin auto-generated from noFill.xml ) Disables filling geometry.
noFill() - Method in class processing.core.PGraphics
( begin auto-generated from noFill.xml ) Disables filling geometry.
noFill() - Method in class processing.core.PShape
 
noFill() - Method in class processing.opengl.PShapeOpenGL
 
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
( begin auto-generated from noise.xml ) Returns the Perlin noise value at specified coordinates.
noiseDetail(int) - Method in class processing.core.PApplet
( begin auto-generated from noiseDetail.xml ) 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
( begin auto-generated from noiseSeed.xml ) Sets the seed value for noise().
noLights() - Method in class processing.core.PApplet
( begin auto-generated from noLights.xml ) Disable all lighting.
noLights() - Method in class processing.core.PGraphics
( begin auto-generated from noLights.xml ) 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
( begin auto-generated from noLoop.xml ) Stops Processing from continuously executing the code within draw().
norm(float, float, float) - Static method in class processing.core.PApplet
( begin auto-generated from norm.xml ) Normalizes a number from another range into a value between 0 and 1.
normal(float, float, float) - Method in class processing.core.PApplet
( begin auto-generated from normal.xml ) Sets the current normal vector.
NORMAL - Static variable in interface processing.core.PConstants
texture coordinates in 0..1 range
normal(float, float, float) - Method in class processing.core.PGraphics
( begin auto-generated from normal.xml ) 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
 
normalize() - Method in class processing.core.PVector
( begin auto-generated from PVector_normalize.xml ) 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
( begin auto-generated from noSmooth.xml ) Draws all geometry with jagged (aliased) edges.
noSmooth() - Method in class processing.core.PGraphics
( begin auto-generated from noSmooth.xml ) Draws all geometry with jagged (aliased) edges.
noSmooth() - Method in class processing.core.PGraphicsJava2D
 
noSmooth() - Method in class processing.opengl.PGraphicsOpenGL
 
noStroke() - Method in class processing.core.PApplet
( begin auto-generated from noStroke.xml ) Disables drawing the stroke (outline).
noStroke() - Method in class processing.core.PGraphics
( begin auto-generated from noStroke.xml ) Disables drawing the stroke (outline).
noStroke() - Method in class processing.core.PShape
 
noStroke() - Method in class processing.opengl.PShapeOpenGL
 
NOT_EQUAL - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
NOT_EQUAL - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
NOT_EQUAL - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
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
 
noTexture() - Method in class processing.opengl.PShapeOpenGL
 
notice(String) - Method in class processing.app.EditorStatus
 
noTint() - Method in class processing.core.PApplet
( begin auto-generated from noTint.xml ) Removes the current fill value for displaying images and reverts to displaying images with their original hues.
noTint() - Method in class processing.core.PGraphics
( begin auto-generated from noTint.xml ) Removes the current fill value for displaying images and reverts to displaying images with their original hues.
noTint() - Method in class processing.core.PShape
 
noTint() - Method in class processing.opengl.PShapeOpenGL
 
npotTexSupported - Static variable in class processing.opengl.PGraphicsOpenGL
Extensions used by Processing
NULL - Static variable in class processing.app.syntax.Token
Normal text token id.
NULL_TREE_LOOKAHEAD - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
NUM_DOUBLE - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
NUM_DOUBLE - Static variable in interface processing.mode.java.preproc.PdePartialTokenTypes
 
NUM_DOUBLE - Static variable in interface processing.mode.java.preproc.PdeTokenTypes
 
NUM_FLOAT - Static variable in interface processing.mode.java.preproc.JavaTokenTypes
 
NUM_FLOAT - Static variable in interface processing.mode.java.preproc.