- calcFolderSize(File) - Static method in class Util
-
Calculate the size of the contents of a folder.
- calcSize(File) - Static method in class Util
-
Function to return the length of the file, or entire directory, including
the component files and sub-folders if passed.
- callDraw() - Method in class PSurfaceNone.AnimationThread
-
- camera() - Method in class 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 PApplet
-
- camera() - Method in class 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 PGraphics
-
- camera() - Method in class PGraphics2D
-
- camera(float, float, float, float, float, float, float, float, float) - Method in class PGraphics2D
-
- camera - Variable in class PGraphicsOpenGL
-
- camera() - Method in class PGraphicsOpenGL
-
Set camera to the default settings.
- camera(float, float, float, float, float, float, float, float, float) - Method in class PGraphicsOpenGL
-
More flexible method for dealing with camera().
- cameraAspect - Variable in class PGraphicsOpenGL
-
Aspect ratio of camera's view.
- cameraFar - Variable in class PGraphicsOpenGL
-
Distance of the near and far planes.
- cameraFOV - Variable in class PGraphicsOpenGL
-
Camera field of view.
- cameraInv - Variable in class PGraphicsOpenGL
-
- cameraNear - Variable in class PGraphicsOpenGL
-
Distance of the near and far planes.
- cameraX - Variable in class PGraphicsOpenGL
-
Default position of the camera.
- cameraY - Variable in class PGraphicsOpenGL
-
Default position of the camera.
- cameraZ - Variable in class PGraphicsOpenGL
-
Default position of the camera.
- cancel() - Method in class ContribProgressMonitor
-
- cancelLatestCommittedText(AttributedCharacterIterator.Attribute[]) - Method in class InputMethodSupport
-
- canEdit(File) - Method in class Mode
-
- canFindNext() - Method in class FindReplace
-
Returns true if find next/previous will work, for graying-
out of menu items.
- CAP_BUTT - Static variable in class LinePath
-
Ends unclosed subpaths and dash segments with no added decoration.
- CAP_ROUND - Static variable in class 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 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 TextAreaDefaults
-
- caretColor - Variable in class TextAreaDefaults
-
- caretPositionChanged(InputMethodEvent) - Method in class InputMethodSupport
-
- caretVisible - Variable in class TextAreaDefaults
-
- CATEGORY - Static variable in class Table
-
- CCW - Static variable in class PGL
-
- ceil(float) - Static method in class 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 PConstants
-
Draw from the center, using second pair of values as the diameter.
- ChangeDetector - Class in processing.app.ui
-
- ChangeDetector(Editor) - Constructor for class ChangeDetector
-
- changedUpdate(DocumentEvent) - Method in class ColorChooser.ColorListener
-
- changeMode(Mode) - Method in class Base
-
The call has already checked to make sure this sketch is not modified,
now change the mode.
- CHARSET - Static variable in class PFont
-
The default Processing character set.
- CHATTER - Static variable in interface PConstants
-
- checkColumnIndex(String) - Method in class Table
-
Same as getColumnIndex(), but creates the column if it doesn't exist.
- checkExtension(String) - Static method in class PApplet
-
Get the compression-free extension for this filename.
- checkFirstEditor(Editor) - Method in class Base
-
Tools require an 'Editor' object when they're instantiated, but the
activeEditor will be null when the first Editor that opens is creating
its Tools menu.
- checkFramebufferStatus(int) - Method in class PGL
-
- checkFramebufferStatus(int) - Method in class PJOGL
-
- checkImage() - Method in class PGraphicsJava2D
-
- checkModified() - Method in class Editor
-
Check if the sketch is modified and ask user to save changes.
- checkName(String) - Static method in class Sketch
-
Convert to sanitized name and alert the user
if changes were made.
- checkParen(char[], int, int) - Static method in class Editor
-
- CHORD - Static variable in interface PConstants
-
- circle(float, float, float) - Method in class PApplet
-
( begin auto-generated from circle.xml )
Draws a circle to the screen.
- circle(float, float, float) - Method in class PGraphics
-
( begin auto-generated from circle.xml )
Draws a circle to the screen.
- CLAMP - Static variable in interface PConstants
-
textures are clamped to their edges
- CLAMP_TO_EDGE - Static variable in class PGL
-
- cleanup() - Static method in class ThinkDifferent
-
- clear() - Method in class EditorConsole
-
- clear() - Method in class PApplet
-
- clear() - Method in class PGraphics
-
- clear() - Method in class DoubleDict
-
Remove all entries.
- clear() - Method in class DoubleList
-
Remove all entries from the list.
- clear() - Method in class FloatDict
-
Remove all entries.
- clear() - Method in class FloatList
-
Remove all entries from the list.
- clear() - Method in class IntDict
-
Remove all entries.
- clear() - Method in class IntList
-
Remove all entries from the list.
- clear() - Method in class LongDict
-
Remove all entries.
- clear() - Method in class LongList
-
Remove all entries from the list.
- clear() - Method in class StringDict
-
Remove all entries.
- clear() - Method in class StringList
-
Remove all entries from the list.
- clear() - Method in class FrameBuffer
-
- clear(int) - Method in class PGL
-
- clear(int) - Method in class PJOGL
-
- clearClassLoader(Base) - Method in class ModeContribution
-
Method to close the ClassLoader so that the archives are no longer "locked"
and a mode can be removed without restart.
- clearClassLoader() - Method in class ToolContribution
-
Method to close the ClassLoader so that the archives are no longer
"locked" and a tool can be removed without restart.
- clearColor(float, float, float, float) - Method in class PGL
-
- clearColor(float, float, float, float) - Method in class PJOGL
-
- clearDepth(float) - Method in class PGL
-
- clearDepth(float) - Method in class PJOGL
-
- clearGutterText(int) - Method in class PdeTextArea
-
Clear the gutter text of a specific line.
- clearGutterText() - Method in class PdeTextArea
-
Clear all gutter text.
- clearNotice(String) - Method in class Editor
-
- clearRows() - Method in class ErrorTable
-
- clearRows() - Method in class Table
-
- clearStencil(int) - Method in class PGL
-
- clearStencil(int) - Method in class PJOGL
-
- clearToolMenu() - Method in class Editor
-
Clears the Tool menu and runs the gc so that contributions can be updated
without classes still being in use.
- clearToolMenus() - Method in class Base
-
- CLICK - Static variable in class MouseEvent
-
- clientWaitSync(long, int, long) - Method in class PGL
-
- clientWaitSync(long, int, long) - Method in class PJOGL
-
- clip(float, float, float, float) - Method in class PApplet
-
( begin auto-generated from clip.xml )
Limits the rendering to the boundaries of a rectangle defined
by the parameters.
- clip(float, float, float, float) - Method in class PGraphics
-
( begin auto-generated from clip.xml )
Limits the rendering to the boundaries of a rectangle defined
by the parameters.
- CLIPBOARD_COPY - Static variable in class InputHandler
-
- clipboard_copy() - Constructor for class InputHandler.clipboard_copy
-
- CLIPBOARD_CUT - Static variable in class InputHandler
-
- clipboard_cut() - Constructor for class InputHandler.clipboard_cut
-
- CLIPBOARD_PASTE - Static variable in class InputHandler
-
- clipboard_paste() - Constructor for class InputHandler.clipboard_paste
-
- clone() - Method in class PImage
-
Duplicate an image, returns new PImage object.
- CLOSE - Static variable in interface PConstants
-
- close() - Method in class LineStroker
-
- closePath() - Method in class LinePath
-
Closes the current subpath by drawing a straight line back to the
coordinates of the last moveTo
.
- CODED - Static variable in interface PConstants
-
- codeFolderChanged() - Method in class Editor
-
- color(int) - Method in class PApplet
-
( begin auto-generated from color.xml )
Creates colors for storing in variables of the color datatype.
- color(float) - Method in class PApplet
-
- color(int, int) - Method in class PApplet
-
As of 0116 this also takes color(#FF8800, alpha)
- color(float, float) - Method in class PApplet
-
- color(int, int, int) - Method in class PApplet
-
- color(int, int, int, int) - Method in class PApplet
-
- color(float, float, float) - Method in class PApplet
-
- color(float, float, float, float) - Method in class PApplet
-
- color(int) - Method in class PGraphics
-
- color(float) - Method in class PGraphics
-
- color(int, int) - Method in class PGraphics
-
- color(int, float) - Method in class PGraphics
-
- color(float, float) - Method in class PGraphics
-
- color(int, int, int) - Method in class PGraphics
-
- color(float, float, float) - Method in class PGraphics
-
- color(int, int, int, int) - Method in class PGraphics
-
- color(float, float, float, float) - Method in class PGraphics
-
- color - Variable in class PShapeSVG.Gradient
-
- COLOR_ATTACHMENT0 - Static variable in class PGL
-
- COLOR_ATTACHMENT1 - Static variable in class PGL
-
- COLOR_ATTACHMENT2 - Static variable in class PGL
-
- COLOR_ATTACHMENT3 - Static variable in class PGL
-
- COLOR_BUFFER_BIT - Static variable in class PGL
-
- colorBuffer(boolean) - Method in class Texture
-
- colorBuffer() - Method in class Texture
-
- ColorChooser - Class in processing.app.ui
-
Generic color selector frame, pulled from the Tool object.
- ColorChooser(Frame, boolean, Color, String, ActionListener) - Constructor for class ColorChooser
-
- ColorChooser.ColorListener - Class in processing.app.ui
-
- ColorChooser.ColorRange - Class in processing.app.ui
-
- ColorChooser.ColorSlider - Class in processing.app.ui
-
- ColorListener() - Constructor for class ColorChooser.ColorListener
-
- colorMask(boolean, boolean, boolean, boolean) - Method in class PGL
-
- colorMask(boolean, boolean, boolean, boolean) - Method in class PJOGL
-
- colorMode(int) - Method in class PApplet
-
( begin auto-generated from colorMode.xml )
Changes the way Processing interprets color data.
- colorMode(int, float) - Method in class PApplet
-
- colorMode(int, float, float, float) - Method in class PApplet
-
- colorMode(int, float, float, float, float) - Method in class PApplet
-
- colorMode - Variable in class PGraphics
-
The current colorMode
- colorMode(int) - Method in class PGraphics
-
( begin auto-generated from colorMode.xml )
Changes the way Processing interprets color data.
- colorMode(int, float) - Method in class PGraphics
-
- colorMode(int, float, float, float) - Method in class PGraphics
-
- colorMode(int, float, float, float, float) - Method in class PGraphics
-
- colorMode - Variable in class PShape
-
The current colorMode
- colorMode(int) - Method in class PShape
-
Set the pivot point for all transformations.
- colorMode(int, float) - Method in class PShape
-
- colorMode(int, float, float, float) - Method in class PShape
-
- colorMode(int, float, float, float, float) - Method in class PShape
-
- colorMode - Variable in class PStyle
-
- colorModeA - Variable in class PGraphics
-
Max value for alpha set by colorMode
- colorModeA - Variable in class PShape
-
Max value for alpha set by colorMode
- colorModeA - Variable in class PStyle
-
- colorModeX - Variable in class PGraphics
-
Max value for red (or hue) set by colorMode
- colorModeX - Variable in class PShape
-
Max value for red (or hue) set by colorMode
- colorModeX - Variable in class PStyle
-
- colorModeY - Variable in class PGraphics
-
Max value for green (or saturation) set by colorMode
- colorModeY - Variable in class PShape
-
Max value for green (or saturation) set by colorMode
- colorModeY - Variable in class PStyle
-
- colorModeZ - Variable in class PGraphics
-
Max value for blue (or value) set by colorMode
- colorModeZ - Variable in class PShape
-
Max value for blue (or value) set by colorMode
- colorModeZ - Variable in class PStyle
-
- ColorRange() - Constructor for class ColorChooser.ColorRange
-
- ColorSelector - Class in processing.app.tools
-
Color selector tool for the Tools menu.
- ColorSelector() - Constructor for class ColorSelector
-
- ColorSlider() - Constructor for class ColorChooser.ColorSlider
-
- cols - Variable in class TextAreaDefaults
-
- COMMENT1 - Static variable in class Token
-
This can be used to mark a comment.
- COMMENT2 - Static variable in class Token
-
This can be used to mark a comment.
- COMPARATOR - Static variable in class ContributionListing
-
- compare(int, int) - Method in class Sort
-
- compareTo(ToolContribution) - Method in class ToolContribution
-
- COMPILE_STATUS - Static variable in class PGL
-
- compileShader(int) - Method in class PGL
-
- compileShader(int) - Method in class PJOGL
-
- COMPLAINT - Static variable in interface PConstants
-
- COMPOSING_UNDERBAR_HEIGHT - Static variable in class 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 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 CompositionTextPainter
-
Constructor for painter.
- COMPRESSED_TEXTURE_FORMATS - Static variable in class PGL
-
- compressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class PGL
-
- compressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in class PJOGL
-
- compressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class PGL
-
- compressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class PJOGL
-
- concat(boolean[], boolean[]) - Static method in class PApplet
-
( begin auto-generated from concat.xml )
Concatenates two arrays.
- concat(byte[], byte[]) - Static method in class PApplet
-
- concat(char[], char[]) - Static method in class PApplet
-
- concat(int[], int[]) - Static method in class PApplet
-
- concat(float[], float[]) - Static method in class PApplet
-
- concat(String[], String[]) - Static method in class PApplet
-
- concat(Object, Object) - Static method in class PApplet
-
- CONDITION_SATISFIED - Static variable in class PGL
-
- Console - Class in processing.app
-
Non-GUI handling of System.out and System.err redirection.
- Console() - Constructor for class Console
-
- CONSTANT_ALPHA - Static variable in class PGL
-
- CONSTANT_COLOR - Static variable in class PGL
-
- constrain(int, int, int) - Static method in class PApplet
-
- constrain(float, float, float) - Static method in class PApplet
-
( begin auto-generated from constrain.xml )
Constrains a value to not exceed a maximum and minimum value.
- contains(float, float) - Method in class PShape
-
Return true if this x, y coordinate is part of this shape.
- contains(float, float) - Method in class PShapeOpenGL
-
- containsNonASCII(String) - Static method in class Util
-
- contentsToClassPath(File) - Static method in class Util
-
Given a folder, return a list of absolute paths to all jar or zip files
inside that folder, separated by pathSeparatorChar.
- context - Variable in class PJOGL
-
The rendering context (holds rendering state info)
- CONTEXT_AWARE_HOME_END - Static variable in class 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 Mode
-
- ContribProgressMonitor - Class in processing.app.contrib
-
- ContribProgressMonitor() - Constructor for class ContribProgressMonitor
-
- Contribution - Class in processing.app.contrib
-
- Contribution() - Constructor for class Contribution
-
- Contribution.Filter - Interface in processing.app.contrib
-
- contributionAdded(Contribution) - Method in interface ContributionListing.ChangeListener
-
- contributionAdded(Contribution) - Method in class ListPanel
-
- contributionAdded(Contribution) - Method in class UpdateListPanel
-
- contributionChanged(Contribution, Contribution) - Method in interface ContributionListing.ChangeListener
-
- contributionChanged(Contribution, Contribution) - Method in class ListPanel
-
- contributionChanged(Contribution, Contribution) - Method in class UpdateListPanel
-
- ContributionListing - Class in processing.app.contrib
-
- ContributionListing.ChangeListener - Interface in processing.app.contrib
-
- ContributionManager - Class in processing.app.contrib
-
- ContributionManager() - Constructor for class ContributionManager
-
- contributionRemoved(Contribution) - Method in interface ContributionListing.ChangeListener
-
- contributionRemoved(Contribution) - Method in class ListPanel
-
- contributionRemoved(Contribution) - Method in class UpdateListPanel
-
- ContributionTab - Class in processing.app.contrib
-
- ContributionTab() - Constructor for class ContributionTab
-
- ContributionTab(ManagerFrame, ContributionType) - Constructor for class ContributionTab
-
- ContributionType - Enum in processing.app.contrib
-
- CONTROL - Static variable in interface PConstants
-
- copy() - Method in class DefaultInputHandler
-
Returns a copy of this input handler that shares the same
key bindings.
- copy() - Method in class InputHandler
-
Returns a copy of this input handler that shares the same
key bindings.
- copy() - Method in class JEditTextArea
-
Places the selected text into the clipboard.
- copy(int, int, int, int, int, int, int, int) - Method in class PGraphicsJava2D
-
- copy(PImage, int, int, int, int, int, int, int, int) - Method in class PGraphicsJava2D
-
- copy() - Method in class PApplet
-
- copy(int, int, int, int, int, int, int, int) - Method in class 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 PApplet
-
- copy() - Method in class PImage
-
- copy(int, int, int, int, int, int, int, int) - Method in class 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 PImage
-
- copy() - Method in class PVector
-
( begin auto-generated from PVector_copy.xml )
Gets a copy of the vector, returns a PVector object.
- copy() - Method in class DoubleDict
-
Returns a duplicate copy of this object.
- copy() - Method in class DoubleList
-
- copy() - Method in class FloatDict
-
Returns a duplicate copy of this object.
- copy() - Method in class FloatList
-
- copy() - Method in class IntDict
-
Returns a duplicate copy of this object.
- copy() - Method in class IntList
-
- copy() - Method in class LongDict
-
Returns a duplicate copy of this object.
- copy() - Method in class LongList
-
- copy() - Method in class StringDict
-
Returns a duplicate copy of this object.
- copy() - Method in class StringList
-
- copy() - Method in class Table
-
Make a copy of the current table
- copy(FrameBuffer, int) - Method in class FrameBuffer
-
- copy(int, int, int, int, int, int, int, int) - Method in class PGraphicsOpenGL
-
- copy(PImage, int, int, int, int, int, int, int, int) - Method in class PGraphicsOpenGL
-
- copyAsHTML() - Method in class JEditTextArea
-
Copy the current selection as HTML, formerly "Format for Discourse".
- copyBufferFromSource(Object, ByteBuffer, int, int) - Method in class Texture
-
- copyColor(FrameBuffer) - Method in class FrameBuffer
-
- copyDepth(FrameBuffer) - Method in class FrameBuffer
-
- copyDir(File, File) - Static method in class Util
-
Copy a folder from one place to another.
- copyDirNative(File, File) - Static method in class Util
-
- copyFile(File, File) - Static method in class Util
-
- copyGroup(PGraphicsOpenGL, PShape, PShape) - Static method in class PShapeOpenGL
-
- copyOf(float[], int) - Static method in class LinePath
-
- copyOf(byte[], int) - Static method in class LinePath
-
- copyOf(int[], int) - Static method in class LinePath
-
- copyStencil(FrameBuffer) - Method in class FrameBuffer
-
- copyTexImage2D(int, int, int, int, int, int, int, int) - Method in class PGL
-
- copyTexImage2D(int, int, int, int, int, int, int, int) - Method in class PJOGL
-
- copyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class PGL
-
- copyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class PJOGL
-
- copyTo(File) - Method in class SketchCode
-
- coreLibraries - Variable in class Mode
-
- CORNER - Static variable in interface PConstants
-
Draw mode convention to use (x, y) to (width, height)
- CORNERS - Static variable in interface PConstants
-
Draw mode convention to use (x1, y1) to (x2, y2) coordinates
- cos(float) - Static method in class PApplet
-
( begin auto-generated from cos.xml )
Calculates the cosine of an angle.
- count - Variable in class PShapeSVG.Gradient
-
- countLines(String) - Static method in class Util
-
Get the number of lines in a file by counting the number of newline
characters inside a String (and adding 1).
- countUpdates(Base) - Method in class ContributionListing
-
TODO This needs to be called when the listing loads, and also whenever
the contribs list has been updated (for whatever reason).
- createButtons() - Method in class EditorToolbar
-
- createEditor(Base, String, EditorState) - Method in class Mode
-
Create a new editor associated with this mode.
- CreateFont - Class in processing.app.tools
-
GUI tool for font creation heaven/hell.
- CreateFont() - Constructor for class CreateFont
-
- createFont(String, float) - Method in class PApplet
-
- createFont(String, float, boolean) - Method in class PApplet
-
- createFont(String, float, boolean, char[]) - Method in class 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.
- createFooter() - Method in class Editor
-
- createFormatter() - Method in class Editor
-
- createGraphics(int, int) - Method in class PApplet
-
- createGraphics(int, int, String) - Method in class 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 PApplet
-
Create an offscreen graphics surface for drawing, in this case
for a renderer that writes to a file (such as PDF or DXF).
- createHeader() - Method in class Editor
-
- createIconButton(String, String) - Static method in class Toolkit
-
Create a JButton with an icon, and set its disabled and pressed images
to be the same image, so that 2x versions of the icon work properly.
- createIconButton(String) - Static method in class Toolkit
-
Same as above, but with no text title (follows JButton constructor)
- createIconButton(String, Icon) - Static method in class Toolkit
-
- createImage(int, int, int) - Method in class PApplet
-
( begin auto-generated from createImage.xml )
Creates a new PImage (the datatype for storing images).
- createInput(String) - Method in class 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 PApplet
-
- createInputRaw(String) - Method in class PApplet
-
Call openStream() without automatic gzip decompression.
- createKey(WindowsRegistry.REGISTRY_ROOT_KEY, String, String) - Static method in class WindowsRegistry
-
Create a new key.
- createOutput(String) - Method in class 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 PApplet
-
- createPath(String) - Static method in class PApplet
-
Takes a path and creates any in-between folders if they don't
already exist.
- createPath(File) - Static method in class PApplet
-
- createProgram() - Method in class PGL
-
- createProgram() - Method in class PJOGL
-
- createReader(String) - Method in class 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 PApplet
-
- createReader(InputStream) - Static method in class PApplet
-
- createRoundRect(float, float, float, float, float, float, float, float) - Static method in class Toolkit
-
- createShader(int) - Method in class PGL
-
- createShader(int) - Method in class PJOGL
-
- createShape() - Method in class PApplet
-
- createShape(int) - Method in class PApplet
-
- createShape(int, float...) - Method in class PApplet
-
- createShape() - Method in class PGraphics
-
- createShape(int) - Method in class PGraphics
-
- createShape(int, float...) - Method in class PGraphics
-
- createShape(PGraphicsOpenGL, PShape) - Static method in class PShapeOpenGL
-
- createStateInstance() - Method in class TokenMarker
-
- createStrokedPath(LinePath, float, int, int) - Static method in class LinePath
-
- createStrokedPath(LinePath, float, int, int, float) - Static method in class LinePath
-
- createStrokedPath(LinePath, float, int, int, float, PMatrix2D) - Static method in class LinePath
-
Constructs a solid LinePath
with the specified attributes.
- createSurface() - Method in class PGraphicsJava2D
-
- createSurface() - Method in class PGraphics
-
- createSurface() - Method in class PGraphicsFX2D
-
- createSurface() - Method in class PGraphicsOpenGL
-
- createTempFolder() - Method in enum ContributionType
-
- createTempFolder(String, String, File) - Static method in class Util
-
Create a temporary folder by using the createTempFile() mechanism,
deleting the file it creates, and making a folder using the location
that was provided.
- createThread() - Method in class PSurfaceAWT
-
- createThread() - Method in class PSurfaceNone
-
- createToolbar() - Method in class Editor
-
- createWriter(String) - Method in class 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 PApplet
-
- createWriter(OutputStream) - Static method in class PApplet
-
- CROSS - Static variable in interface PConstants
-
- cross(PVector) - Method in class 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 PVector
-
- cross(PVector, PVector, PVector) - Static method in class PVector
-
- CTRL - Static variable in class Event
-
- CULL_FACE - Static variable in class PGL
-
- cullFace(int) - Method in class PGL
-
- cullFace(int) - Method in class PJOGL
-
- CURRENT_VERTEX_ATTRIB - Static variable in class PGL
-
- currentLightFalloffConstant - Variable in class PGraphicsOpenGL
-
Current light falloff
- currentLightFalloffLinear - Variable in class PGraphicsOpenGL
-
- currentLightFalloffQuadratic - Variable in class PGraphicsOpenGL
-
- currentLightSpecular - Variable in class PGraphicsOpenGL
-
Current specular color for lighting
- currentPG - Variable in class PGraphicsOpenGL
-
The renderer currently in use.
- currentSampling() - Method in class Texture
-
- currentSegment(float[]) - Method in class LinePath.PathIterator
-
- currentSegment(double[]) - Method in class LinePath.PathIterator
-
- cursor(int) - Method in class PApplet
-
Set the cursor type
- cursor(PImage) - Method in class PApplet
-
Replace the cursor with the specified PImage.
- cursor(PImage, int, int) - Method in class 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 PApplet
-
Show the cursor after noCursor() was called.
- CURSOR_LINE_ERROR - Static variable in class EditorStatus
-
- CURSOR_LINE_WARNING - Static variable in class EditorStatus
-
- curve(float, float, float, float, float, float, float, float) - Method in class 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 PApplet
-
- curve(float, float, float, float, float, float, float, float) - Method in class 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 PGraphics
-
- CURVE_VERTEX - Static variable in interface PConstants
-
- curveDetail(int) - Method in class PGraphicsJava2D
-
Ignored (not needed) in Java 2D.
- curveDetail(int) - Method in class PApplet
-
( begin auto-generated from curveDetail.xml )
Sets the resolution at which curves display.
- curveDetail - Variable in class PGraphics
-
- curveDetail(int) - Method in class PGraphics
-
( begin auto-generated from curveDetail.xml )
Sets the resolution at which curves display.
- curveDetail(int) - Method in class PShape
-
- curveDetail(int) - Method in class PGraphicsFX2D
-
Ignored (not needed) by this renderer.
- curveDetail(int) - Method in class PShapeOpenGL
-
- curvePoint(float, float, float, float, float) - Method in class 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 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 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 PGraphics
-
( begin auto-generated from curveTangent.xml )
Calculates the tangent of a point on a curve.
- curveTightness(float) - Method in class PApplet
-
( begin auto-generated from curveTightness.xml )
Modifies the quality of forms created with curve() and
curveVertex().
- curveTightness - Variable in class PGraphics
-
- curveTightness(float) - Method in class PGraphics
-
( begin auto-generated from curveTightness.xml )
Modifies the quality of forms created with curve() and
curveVertex().
- curveTightness(float) - Method in class PShape
-
- curveTightness(float) - Method in class PShapeOpenGL
-
- curveVertex(float, float, float) - Method in class PGraphicsJava2D
-
- curveVertex(float, float) - Method in class PApplet
-
( begin auto-generated from curveVertex.xml )
Specifies vertex coordinates for curves.
- curveVertex(float, float, float) - Method in class PApplet
-
- curveVertex(float, float) - Method in class PGraphics
-
( begin auto-generated from curveVertex.xml )
Specifies vertex coordinates for curves.
- curveVertex(float, float, float) - Method in class PGraphics
-
- curveVertex(float, float) - Method in class PShape
-
- curveVertex(float, float, float) - Method in class PShape
-
- curveVertex(float, float, float) - Method in class PGraphicsFX2D
-
- curveVertex(float, float, float) - Method in class PGraphics2D
-
- curveVertex(float, float) - Method in class PGraphicsOpenGL
-
- curveVertex(float, float, float) - Method in class PGraphicsOpenGL
-
- curveVertex(float, float) - Method in class PShapeOpenGL
-
- curveVertex(float, float, float) - Method in class PShapeOpenGL
-
- CUSTOM - Static variable in interface PConstants
-
- cut() - Method in class JEditTextArea
-
Deletes the selected text from the text area and places it
into the clipboard.
- CW - Static variable in class PGL
-
- cx - Variable in class PShapeSVG.RadialGradient
-
- cy - Variable in class PShapeSVG.RadialGradient
-
- g - Variable in class PApplet
-
The PGraphics renderer associated with this PApplet
- G - Static variable in class PGraphics
-
- g2 - Variable in class PGraphicsJava2D
-
- genBuffers(int, IntBuffer) - Method in class PGL
-
- genBuffers(int, IntBuffer) - Method in class PJOGL
-
- GENERATE_MIPMAP_HINT - Static variable in class PGL
-
- generateMipmap(int) - Method in class PGL
-
- generateMipmap(int) - Method in class PJOGL
-
- genFramebuffers(int, IntBuffer) - Method in class PGL
-
- genFramebuffers(int, IntBuffer) - Method in class PJOGL
-
- genRenderbuffers(int, IntBuffer) - Method in class PGL
-
- genRenderbuffers(int, IntBuffer) - Method in class PJOGL
-
- genTextures(int, IntBuffer) - Method in class PGL
-
- genTextures(int, IntBuffer) - Method in class PJOGL
-
- GEOMETRY - Static variable in class PShape
-
Collections of vertices created with beginShape().
- GEQUAL - Static variable in class PGL
-
- get(String) - Static method in class Preferences
-
- get(String) - Method in class Settings
-
- get(int, int) - Method in class PGraphicsJava2D
-
- get(int, int) - Method in class 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 PApplet
-
- get() - Method in class PApplet
-
Returns a copy of this PImage.
- get(int, int) - Method in class 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 PImage
-
- get() - Method in class PImage
-
Returns a copy of this PImage.
- get() - Method in interface PMatrix
-
Returns a copy of this PMatrix.
- get(float[]) - Method in interface PMatrix
-
Copies the matrix contents into a float array.
- get() - Method in class PMatrix2D
-
Returns a copy of this PMatrix.
- get(float[]) - Method in class PMatrix2D
-
Copies the matrix contents into a 6 entry float array.
- get() - Method in class PMatrix3D
-
Returns a copy of this PMatrix.
- get(float[]) - Method in class PMatrix3D
-
Copies the matrix contents into a 16 entry float array.
- get() - Method in class PVector
-
Deprecated.
- get(float[]) - Method in class PVector
-
- get(String) - Method in class DoubleDict
-
Return a value for the specified key.
- get(String, double) - Method in class DoubleDict
-
- get(int) - Method in class DoubleList
-
Get an entry at a particular index.
- get(String) - Method in class FloatDict
-
Return a value for the specified key.
- get(String, float) - Method in class FloatDict
-
- get(int) - Method in class FloatList
-
Get an entry at a particular index.
- get(String) - Method in class IntDict
-
Return a value for the specified key.
- get(String, int) - Method in class IntDict
-
- get(int) - Method in class IntList
-
Get an entry at a particular index.
- get(int) - Method in class JSONArray
-
Get the object value associated with an index.
- get(String) - Method in class JSONObject
-
Get the value object associated with a key.
- get(String) - Method in class LongDict
-
Return a value for the specified key.
- get(String, long) - Method in class LongDict
-
- get(int) - Method in class LongList
-
Get an entry at a particular index.
- get(String) - Method in class StringDict
-
Return a value for the specified key.
- get(String, String) - Method in class StringDict
-
- get(int) - Method in class StringList
-
Get an entry at a particular index.
- get(int, int) - Method in class PGraphicsFX2D
-
- get(int, int) - Method in class PGraphicsOpenGL
-
- get(int[]) - Method in class Texture
-
Copy texture to pixels.
- getAction(String) - Static method in class InputHandler
-
Returns a named text area action.
- getAction() - Method in class Event
-
- getActionName(ActionListener) - Static method in class InputHandler
-
Returns the name of the specified text area action.
- getActions() - Static method in class InputHandler
-
Returns an enumeration of all available actions.
- getActiveAttrib(int, int, IntBuffer, IntBuffer) - Method in class PGL
-
- getActiveAttrib(int, int, IntBuffer, IntBuffer) - Method in class PJOGL
-
- getActiveEditor() - Method in class Base
-
Returns the front most, active editor window.
- getActiveUniform(int, int, IntBuffer, IntBuffer) - Method in class PGL
-
- getActiveUniform(int, int, IntBuffer, IntBuffer) - Method in class PJOGL
-
- getAmbient(int) - Method in class PShape
-
- getAmbient(int) - Method in class PShapeOpenGL
-
- getAmount() - Method in class MouseEvent
-
Deprecated.
- getAndroidExports() - Method in class Library
-
- getAppletExports() - Method in class Library
-
Applet exports don't go by platform, since by their nature applets are
meant to be cross-platform.
- getApplicationExportList(int, String) - Method in class Library
-
Returns the necessary exports for the specified platform.
- getApplicationExports(int, String) - Method in class Library
-
- getAscent(Graphics) - Static method in class Toolkit
-
Synthesized replacement for FontMetrics.getAscent(), which is dreadfully
inaccurate and inconsistent across platforms.
- getAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class PGL
-
- getAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in class PJOGL
-
- getAttribLocation(int, String) - Method in class PGL
-
- getAttribLocation(int, String) - Method in class PJOGL
-
- getAttributeCount() - Method in class XML
-
Returns the number of attributes.
- getAuthorList() - Method in class Contribution
-
- getBase() - Method in class Editor
-
- getBenignVersion() - Method in class Contribution
-
- getBoolean(String) - Method in class Mode
-
- getBoolean(String) - Static method in class Preferences
-
- getBoolean(String) - Method in class Settings
-
- getBoolean(int) - Method in class JSONArray
-
Get the boolean value associated with an index.
- getBoolean(int, boolean) - Method in class JSONArray
-
Get the optional boolean value associated with an index.
- getBoolean(String) - Method in class JSONObject
-
Get the boolean value associated with a key.
- getBoolean(String, boolean) - Method in class JSONObject
-
Get an optional boolean associated with a key.
- getBooleanArray() - Method in class JSONArray
-
Get this entire array as a boolean array.
- getBooleanv(int, IntBuffer) - Method in class PGL
-
- getBooleanv(int, IntBuffer) - Method in class PJOGL
-
- getBracketLine() - Method in class JEditTextArea
-
Returns the line of the highlighted bracket (the bracket
matching the one before the caret)
- getBracketPosition() - Method in class JEditTextArea
-
Returns the position of the highlighted bracket (the bracket
matching the one before the caret)
- getBufferParameteriv(int, int, IntBuffer) - Method in class PGL
-
- getBufferParameteriv(int, int, IntBuffer) - Method in class PJOGL
-
- getBufferPixels(int[]) - Method in class Texture
-
- getButton() - Method in class MouseEvent
-
Which button was pressed, either LEFT, CENTER, or RIGHT.
- getButtonWidth() - Static method in class Toolkit
-
Standardized width for buttons.
- getCache(PImage) - Method in class PGraphics
-
Get cache storage data for the specified renderer.
- getCache(PImage) - Method in class PGraphicsOpenGL
-
- getCaps() - Method in class PJOGL
-
- getCaretLine() - Method in class JEditTextArea
-
Returns the caret line.
- getCaretOffset() - Method in class Editor
-
Get the position (character offset) of the caret.
- getCaretPosition() - Method in class JEditTextArea
-
Returns the caret position.
- getChild(int) - Method in class PShape
-
( begin auto-generated from PShape_getChild.xml )
Extracts a child shape from a parent shape.
- getChild(String) - Method in class PShape
-
- getChild(String) - Method in class PShapeSVG
-
Get a particular element based on its SVG ID.
- getChild(int) - Method in class XML
-
Quick accessor for an element at a particular index.
- getChild(String) - Method in class XML
-
Get a child by its name or path.
- getChildCount() - Method in class PShape
-
- getChildCount() - Method in class XML
-
Returns the number of children.
- getChildIndex(PShape) - Method in class PShape
-
Returns the index of child who.
- getChildren() - Method in class PShape
-
- getChildren() - Method in class XML
-
Returns an array containing all the child elements.
- getChildren(String) - Method in class XML
-
Get any children that match this name or path.
- getClassLoader() - Method in class Mode
-
- getClassPath() - Method in class Library
-
- getClickCount() - Method in class MouseEvent
-
Deprecated.
- getCmd() - Method in class ProcessResult
-
- getCode() - Method in class Sketch
-
- getCode(int) - Method in class Sketch
-
- getCodeColumn() - Method in exception SketchException
-
- getCodeCount() - Method in class Sketch
-
- getCodeFolder() - Method in class Sketch
-
Returns the location of the sketch's code folder.
- getCodeIndex(SketchCode) - Method in class Sketch
-
- getCodeIndex() - Method in exception SketchException
-
- getCodeLine() - Method in exception SketchException
-
- getColor(String) - Method in class Mode
-
- getColor(String) - Static method in class Preferences
-
- getColor(String) - Method in class Settings
-
- getColor() - Method in class SyntaxStyle
-
Returns the color specified in this style.
- getColor() - Method in class ColorChooser
-
- getColumnCount() - Method in class Table
-
- getColumnCount() - Method in interface TableRow
-
- getColumnIndex(String) - Method in class Table
-
- getColumnTitle(int) - Method in class Table
-
- getColumnTitle(int) - Method in interface TableRow
-
- getColumnTitles() - Method in class Table
-
- getColumnTitles() - Method in interface TableRow
-
- getColumnType(String) - Method in class Table
-
- getColumnType(int) - Method in class Table
-
Returns one of Table.STRING, Table.INT, etc...
- getColumnType(String) - Method in interface TableRow
-
- getColumnType(int) - Method in interface TableRow
-
- getColumnTypes() - Method in class Table
-
- getColumnTypes() - Method in interface TableRow
-
- getCommentPrefix() - Method in class Editor
-
- getCommittedText(int, int) - Method in class CompositionTextManager
-
- getCommittedText(int, int, AttributedCharacterIterator.Attribute[]) - Method in class InputMethodSupport
-
- getCommittedTextLength() - Method in class InputMethodSupport
-
- getComponent() - Method in class PSurfaceJOGL
-
- getCompositionTextpainter() - Method in class TextAreaPainter
-
Get CompositionTextPainter, creating one if it doesn't exist.
- getConsole() - Method in class Editor
-
- getContent() - Method in class XML
-
Return the #PCDATA content of the element.
- getContent(String) - Method in class XML
-
- getContentFile(String) - Method in class Mode
-
- getContentFile(String) - Static method in class Platform
-
Get reference to a file adjacent to the executable on Windows and Linux,
or inside Contents/Resources/Java on Mac OS X.
- getContentStream(String) - Method in class Mode
-
- getCoreLibrary() - Method in class Mode
-
- getCoreTools() - Method in class Base
-
- getCount() - Method in class MouseEvent
-
Number of clicks for mouse button events, or the number of steps (positive
or negative depending on direction) for a mouse wheel event.
- getCurrentCode() - Method in class Sketch
-
- getCurrentCodeIndex() - Method in class Sketch
-
- getCurrentLine() - Method in class TextAreaPainter
-
Accessor used by tools that want to hook in and grab the formatting.
- getCurrentLineIndex() - Method in class TextAreaPainter
-
Accessor used by tools that want to hook in and grab the formatting.
- getCurrentLineTokens() - Method in class TextAreaPainter
-
Accessor used by tools that want to hook in and grab the formatting.
- getDataFolder() - Method in class Sketch
-
Returns the location of the sketch's data folder.
- getDefault(String) - Static method in class Preferences
-
- getDefault(String) - Method in class Settings
-
- getDefaultDrawBuffer() - Method in class FrameBuffer
-
- getDefaultExtension() - Method in class Mode
-
Returns the default extension for this editor setup.
- getDefaultMode() - Method in class Base
-
- getDefaultReadBuffer() - Method in class FrameBuffer
-
- getDefaults() - Method in class JEditTextArea
-
- getDefaultSize() - Method in class PFont
-
Returns the size that will be used when textFont(font) is called.
- getDefaultSketchbookFolder() - Method in class DefaultPlatform
-
- getDefaultSketchbookFolder() - Static method in class Platform
-
- getDefaultSketchbookFolder() - Method in class LinuxPlatform
-
- getDefaultSketchbookFolder() - Method in class MacPlatform
-
- getDefaultSketchbookFolder() - Method in class WindowsPlatform
-
Get the Documents and Settings\name\My Documents\Processing folder.
- getDepth() - Method in class PShape
-
Get the depth of the shape area (not necessarily the shape boundary).
- getDepth() - Method in class PShapeOpenGL
-
- getDocument() - Method in class SketchCode
-
- getDocument() - Method in class JEditTextArea
-
Returns the document this text area is editing.
- getDocumentLength() - Method in class JEditTextArea
-
Returns the length of the document.
- getDocumentText() - Method in class SketchCode
-
- getDouble(int) - Method in class JSONArray
-
Get the double value associated with an index.
- getDouble(int, double) - Method in class JSONArray
-
Get the optional double value associated with an index.
- getDouble(String) - Method in class JSONObject
-
Get the double value associated with a key.
- getDouble(String, double) - Method in class JSONObject
-
Get an optional double associated with a key, or the
defaultValue if there is no such key or if its value is not a number.
- getDouble(int, int) - Method in class Table
-
- getDouble(int, String) - Method in class Table
-
- getDouble(int) - Method in interface TableRow
-
- getDouble(String) - Method in interface TableRow
-
- getDouble(String) - Method in class XML
-
- getDouble(String, double) - Method in class XML
-
Returns the value of an attribute.
- getDoubleArray() - Method in class JSONArray
-
Get this entire array as a double array.
- getDoubleColumn(String) - Method in class Table
-
- getDoubleColumn(int) - Method in class Table
-
- getDoubleContent() - Method in class XML
-
- getDoubleContent(double) - Method in class XML
-
- getDoubleRow(int) - Method in class Table
-
- getEditor() - Method in class PdeTextArea
-
- getEditor() - Method in class PdeTextAreaPainter
-
- getEditors() - Method in class Base
-
Get the list of currently active editor windows.
- getEditorState() - Method in class Editor
-
- getElectricScroll() - Method in class JEditTextArea
-
Returns the number of lines from the top and button of the
text area that are always visible.
- getEmissive(int) - Method in class PShape
-
- getEmissive(int) - Method in class PShapeOpenGL
-
- getenv(String) - Method in interface DefaultPlatform.CLibrary
-
- getenv(String) - Method in class DefaultPlatform
-
- getenv(String) - Static method in class Platform
-
- getenv(String) - Method in class WindowsPlatform
-
- getErr() - Method in class EditorConsole
-
- getError() - Method in class PGL
-
- getError() - Method in class PJOGL
-
- getErrorTable() - Method in class Editor
-
- getExampleCategoryFolders() - Method in class Mode
-
Override this to control the order of the first set of example folders
and how they appear in the examples window.
- getExampleContribs() - Method in class Base
-
- getExamplesFolder() - Method in class Library
-
- getExamplesFolder() - Method in class Mode
-
- getException() - Method in class ContribProgressMonitor
-
- getExtension() - Method in class SketchCode
-
- getExtension(String) - Static method in class PApplet
-
- getExtensions() - Method in class Mode
-
Returns a String[] array of proper extensions.
- getFamily() - Method in class PShape
-
The shape type, one of GROUP, PRIMITIVE, PATH, or GEOMETRY.
- getFile() - Method in class SketchCode
-
- getFileName(File) - Static method in class ContributionManager
-
Returns the name of a file without its path or extension.
- getFileName() - Method in class SketchCode
-
- getFill(int) - Method in class PShape
-
- getFill(int) - Method in class PShapeOpenGL
-
- getFirstLine() - Method in class JEditTextArea
-
Returns the line displayed at the text area's origin.
- getFlavor() - Method in class Event
-
- getFloat(int) - Method in class JSONArray
-
Get a value from an index as a float.
- getFloat(int, float) - Method in class JSONArray
-
- getFloat(String) - Method in class JSONObject
-
- getFloat(String, float) - Method in class JSONObject
-
- getFloat(int, int) - Method in class Table
-
Get a float value from the specified row and column.
- getFloat(int, String) - Method in class Table
-
- getFloat(int) - Method in interface TableRow
-
- getFloat(String) - Method in interface TableRow
-
- getFloat(String) - Method in class XML
-
Returns the value of an attribute, or zero if not present.
- getFloat(String, float) - Method in class XML
-
Returns the value of an attribute.
- getFloatArray() - Method in class JSONArray
-
Get this entire array as a float array.
- getFloatColumn(String) - Method in class Table
-
- getFloatColumn(int) - Method in class Table
-
- getFloatContent() - Method in class XML
-
- getFloatContent(float) - Method in class XML
-
- getFloatDict(String, String) - Method in class Table
-
- getFloatDict(int, int) - Method in class Table
-
- getFloatList(String) - Method in class Table
-
- getFloatList(int) - Method in class Table
-
- getFloatRow(int) - Method in class Table
-
- getFloatv(int, FloatBuffer) - Method in class PGL
-
- getFloatv(int, FloatBuffer) - Method in class PJOGL
-
- getFolder() - Method in class LocalContribution
-
- getFolder() - Method in class Mode
-
Get the folder where this mode is stored.
- getFolder() - Method in class Sketch
-
Returns the sketch folder.
- getFont(String) - Method in class Mode
-
- getFont(String) - Static method in class Preferences
-
- getFont(String) - Method in class Settings
-
- getFont() - Method in class PFont
-
Deprecated.
- getFontMetrics() - Method in class TextAreaPainter
-
Returns the font metrics used by this component.
- getFontMetrics(SyntaxStyle) - Method in class TextAreaPainter
-
- getFrame() - Method in class PSurfaceAWT.SmoothCanvas
-
- getFrameBuffer() - Method in class PGraphicsOpenGL
-
Not an approved function, test its use in libraries to grab the FB objects
for offscreen PGraphics.
- getFrameBuffer(boolean) - Method in class PGraphicsOpenGL
-
- getFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in class PGL
-
- getFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in class PJOGL
-
- getGL(GLAutoDrawable) - Method in class PJOGL
-
- getGlyph(char) - Method in class PFont
-
- getGlyph(int) - Method in class PFont
-
- getGlyphCount() - Method in class PFont
-
- getGraphics() - Method in class PApplet
-
- getGroup() - Method in class Library
-
- getGutterGradient() - Method in class PdeTextArea
-
- getGutterText(int) - Method in class PdeTextArea
-
Retrieve the gutter text of a specific line.
- getHeight() - Method in class PShape
-
Get the height of the drawing area (not necessarily the shape boundary).
- getHeight() - Method in class PShapeOpenGL
-
- getHexColor() - Method in class ColorChooser
-
- getHomeDir() - Method in class LinuxPlatform
-
- getHomeDir(String) - Static method in class LinuxPlatform
-
- getHorizontalOffset() - Method in class JEditTextArea
-
Returns the horizontal offset of drawn lines.
- getHorizontalScrollPosition() - Method in class JEditTextArea
-
Get current position of the horizontal scroll bar.
- getIconX(File, String) - Static method in class Toolkit
-
- getIconX(File, String, int) - Static method in class Toolkit
-
Get an icon of the format base-NN.png where NN is the size, but if it's
a hidpi display, get the NN*2 version automatically, sized at NN
- getId() - Method in class LocalContribution
-
- getIdentifier() - Method in class Mode
-
Get an identifier that can be used to resurrect this mode and connect it
to a sketch.
- getIgnorable() - Method in class Mode
-
Get array of file/directory names that needn't be copied during "Save As".
- getIgnoreCase() - Method in class KeywordMap
-
Returns true if the keyword map is set to be case insensitive,
false otherwise.
- getImage() - Method in class PGraphicsJava2D
-
Still need a means to get the java.awt.Image object, since getNative()
is going to return the Graphics2D
object.
- getImage() - Method in class PImage
-
Use the getNative() method instead, which allows library interfaces to be
written in a cross-platform fashion for desktop, Android, and others.
- getImportMenu() - Method in class Mode
-
- getImports() - Method in class LocalContribution
-
Returns the imports (package-names) for a library, as specified in its library.properties
(e.g., imports=libname.*,libname.support.*)
- getIndex(String) - Static method in class Platform
-
- getInputHandler() - Method in class JEditTextArea
-
Returns the input handler.
- getInputMethodRequests() - Method in class JEditTextArea
-
Inline Input Method Support for Japanese.
- getInsertPositionOffset() - Method in class CompositionTextManager
-
- getInsertPositionOffset() - Method in class InputMethodSupport
-
- getInstalledContribsInfo() - Method in class Base
-
- getInstance() - Static method in class ContributionListing
-
- getInt(int) - Method in class JSONArray
-
Get the int value associated with an index.
- getInt(int, int) - Method in class JSONArray
-
Get the optional int value associated with an index.
- getInt(String) - Method in class JSONObject
-
Gets the int value associated with a key
- getInt(String, int) - Method in class JSONObject
-
Get an optional int value associated with a key,
or the default if there is no such key or if the value is not a number.
- getInt(int, int) - Method in class Table
-
- getInt(int, String) - Method in class Table
-
- getInt(int) - Method in interface TableRow
-
- getInt(String) - Method in interface TableRow
-
- getInt(String) - Method in class XML
-
- getInt(String, int) - Method in class XML
-
Returns the value of an attribute.
- getIntArray() - Method in class JSONArray
-
Get this entire array as an int array.
- getIntColumn(String) - Method in class Table
-
- getIntColumn(int) - Method in class Table
-
- getIntContent() - Method in class XML
-
- getIntContent(int) - Method in class XML
-
- getIntDict(String, String) - Method in class Table
-
- getIntDict(int, int) - Method in class Table
-
- getInteger(String) - Method in class Mode
-
- getInteger(String) - Static method in class Preferences
-
- getInteger(String) - Method in class Settings
-
- getIntegerv(int, IntBuffer) - Method in class PGL
-
- getIntegerv(int, IntBuffer) - Method in class PJOGL
-
- getIntList(String) - Method in class Table
-
- getIntList(int) - Method in class Table
-
- getIntRow(int) - Method in class Table
-
- getIntValue(WindowsRegistry.REGISTRY_ROOT_KEY, String, String) - Static method in class WindowsRegistry
-
Read an int value.
- getIsInputProcess() - Method in class CompositionTextManager
-
Get this text manager is whether in input process or not.
- getJarPath() - Method in class Library
-
- getJavaHome() - Static method in class Platform
-
- getJavaPath() - Static method in class Platform
-
Get the path to the embedded Java executable.
- getJSONArray(int) - Method in class JSONArray
-
Get the JSONArray associated with an index.
- getJSONArray(int, JSONArray) - Method in class JSONArray
-
- getJSONArray(String) - Method in class JSONObject
-
Get the JSONArray value associated with a key.
- getJSONObject(int) - Method in class JSONArray
-
Get the JSONObject associated with an index.
- getJSONObject(int, JSONObject) - Method in class JSONArray
-
- getJSONObject(String) - Method in class JSONObject
-
Get the JSONObject value associated with a key.
- getKey() - Method in class KeyEvent
-
- getKeyCode() - Method in class KeyEvent
-
- getKeyStrokeExt(String) - Static method in class Toolkit
-
Return the correct KeyStroke per locale and platform.
- getKeywordFiles() - Method in class Mode
-
To add additional keywords, or to grab them from another mode, override
this function.
- getKind() - Method in class PShape
-
- getLanguage() - Static method in class Language
-
Get the current language.
- getLanguages() - Static method in class Language
-
Get all available languages
- getLastLine() - Method in class JEditTextArea
-
Convenience for checking what's on-screen.
- getLastModified() - Method in class SketchCode
-
Used to determine whether this file was modified externally
- getLastUpdated() - Method in class Contribution
-
- getLatestVersion() - Method in class LocalContribution
-
- getLibFile(String) - Static method in class Base
-
Return a File from inside the Processing 'lib' folder.
- getLibIcon(String) - Static method in class Toolkit
-
Get an ImageIcon from the Processing 'lib' folder.
- getLibIconX(String) - Static method in class Toolkit
-
Get an image icon with hi-dpi support.
- getLibIconX(String, int) - Static method in class Toolkit
-
- getLibImage(String) - Static method in class Toolkit
-
Return an Image object from inside the Processing 'lib' folder.
- getLibrariesByImportHeader() - Method in class ContributionListing
-
Used by JavaEditor to auto-import
- getLibrariesFolder() - Method in class Mode
-
- getLibrary(String) - Method in class Mode
-
- getLibraryPath() - Method in class Library
-
- getLibStream(String) - Static method in class Base
-
Return an InputStream for a file inside the Processing lib folder.
- getLineCount() - Method in class SketchCode
-
- getLineCount() - Method in class JEditTextArea
-
Returns the number of lines in the document.
- getLineCount() - Method in class TokenMarkerState
-
Returns the number of lines in this token marker.
- getLineCount() - Method in class Editor
-
Get the number of lines in the currently displayed buffer.
- getLineHeight() - Method in class TextAreaPainter
-
- getLineLength(int) - Method in class JEditTextArea
-
Returns the length of the specified line.
- getLineNumber() - Method in interface Problem
-
- getLineOfOffset(int) - Method in class JEditTextArea
-
Returns the line containing the specified offset.
- getLineSelectionStopOffset(int) - Method in class 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 JEditTextArea
-
- getLineStartOffset(int) - Method in class JEditTextArea
-
Returns the start offset of the specified line.
- getLineStartOffset(int) - Method in class Editor
-
Get character offset for the start of a given line of text.
- getLineStopNonWhiteSpaceOffset(int) - Method in class JEditTextArea
-
- getLineStopOffset(int) - Method in class JEditTextArea
-
Returns the end offset of the specified line.
- getLineStopOffset(int) - Method in class Editor
-
Get character offset for end of a given line of text.
- getLineText(int) - Method in class JEditTextArea
-
Returns the text on the specified line.
- getLineText(int, Segment) - Method in class JEditTextArea
-
Copies the text on the specified line into a segment.
- getLineText(int) - Method in class Editor
-
Get text for a specified line.
- getLocalName() - Method in class XML
-
Returns the name of the element (without namespace prefix).
- getLocationOffset(int, int) - Method in class InputMethodSupport
-
- getLong(int) - Method in class JSONArray
-
Get the long value associated with an index.
- getLong(int, long) - Method in class JSONArray
-
Get the optional long value associated with an index.
- getLong(String) - Method in class JSONObject
-
Get the long value associated with a key.
- getLong(String, long) - Method in class JSONObject
-
Get an optional long value associated with a key,
or the default if there is no such key or if the value is not a number.
- getLong(int, int) - Method in class Table
-
- getLong(int, String) - Method in class Table
-
- getLong(int) - Method in interface TableRow
-
- getLong(String) - Method in interface TableRow
-
- getLong(String, long) - Method in class XML
-
Returns the value of an attribute.
- getLongArray() - Method in class JSONArray
-
Get this entire array as a long array.
- getLongColumn(String) - Method in class Table
-
- getLongColumn(int) - Method in class Table
-
- getLongContent() - Method in class XML
-
- getLongContent(long) - Method in class XML
-
- getLongRow(int) - Method in class Table
-
- getMacroRecorder() - Method in class InputHandler
-
Returns the macro recorder.
- getMagicCaretPosition() - Method in class JEditTextArea
-
Returns the 'magic' caret position.
- getMainFile() - Method in class Sketch
-
Returns a File object for the main .pde file for this sketch.
- getMainFilePath() - Method in class Sketch
-
Returns path to the main .pde file for this sketch.
- getMainProgram() - Method in class Sketch
-
- getMarkLine() - Method in class JEditTextArea
-
Returns the mark line.
- getMarkPosition() - Method in class JEditTextArea
-
Returns the mark position.
- getMatrix() - Method in class PGraphicsJava2D
-
- getMatrix(PMatrix2D) - Method in class PGraphicsJava2D
-
- getMatrix(PMatrix3D) - Method in class PGraphicsJava2D
-
- getMatrix() - Method in class PApplet
-
- getMatrix(PMatrix2D) - Method in class PApplet
-
Copy the current transformation matrix into the specified target.
- getMatrix(PMatrix3D) - Method in class PApplet
-
Copy the current transformation matrix into the specified target.
- getMatrix() - Method in class PGraphics
-
- getMatrix(PMatrix2D) - Method in class PGraphics
-
Copy the current transformation matrix into the specified target.
- getMatrix(PMatrix3D) - Method in class PGraphics
-
Copy the current transformation matrix into the specified target.
- getMatrix() - Method in class PGraphicsFX2D
-
- getMatrix(PMatrix2D) - Method in class PGraphicsFX2D
-
- getMatrix(PMatrix3D) - Method in class PGraphicsFX2D
-
- getMatrix(PMatrix3D) - Method in class PGraphics2D
-
- getMatrix() - Method in class PGraphicsOpenGL
-
- getMatrix(PMatrix3D) - Method in class PGraphicsOpenGL
-
- getMaximumSize() - Method in class ColorChooser.ColorRange
-
- getMaximumSize() - Method in class ColorChooser.ColorSlider
-
- getMaximumSize() - Method in class EditorButton
-
- getMaximumSize() - Method in class EditorHeader
-
- getMaximumSize() - Method in class EditorStatus
-
- getMaximumSize() - Method in class EditorToolbar
-
- getMaximumSize() - Method in class PSurfaceAWT.SmoothCanvas
-
- getMaxRevision() - Method in class Contribution
-
- getMenu() - Static method in class Recent
-
- getMenuItemIndex(JMenu, JMenuItem) - Static method in class Toolkit
-
- getMenuTitle() - Method in class ToolContribution
-
- getMenuTitle() - Method in class Archiver
-
- getMenuTitle() - Method in class ColorSelector
-
- getMenuTitle() - Method in class CreateFont
-
- getMenuTitle() - Method in class InstallCommander
-
- getMenuTitle() - Method in interface Tool
-
- getMessage() - Method in interface Problem
-
- getMessage() - Method in exception SketchException
-
Override getMessage() in Throwable, so that I can set
the message text outside the constructor.
- getMillis() - Method in class Event
-
- getMinimumSize() - Method in class TextAreaPainter
-
- getMinimumSize() - Method in class ColorChooser.ColorRange
-
- getMinimumSize() - Method in class ColorChooser.ColorSlider
-
- getMinimumSize() - Method in class EditorButton
-
- getMinimumSize() - Method in class EditorHeader
-
- getMinimumSize() - Method in class EditorStatus
-
- getMinimumSize() - Method in class EditorToolbar
-
- getMinimumSize() - Method in class MarkerColumn
-
- getMinimumSize() - Method in class PSurfaceAWT.SmoothCanvas
-
- getMinRevision() - Method in class Contribution
-
- getMode() - Method in class ModeContribution
-
- getMode() - Method in class Sketch
-
- getMode() - Method in class Editor
-
- getModeContribs() - Method in class Base
-
- getModeList() - Method in class Base
-
- getModeList() - Method in class ExamplesContribution
-
- getModePopup() - Method in class Editor
-
- getModifiedX1() - Method in class PImage
-
- getModifiedX1() - Method in class Texture
-
- getModifiedX2() - Method in class PImage
-
- getModifiedX2() - Method in class Texture
-
- getModifiedY1() - Method in class PImage
-
- getModifiedY1() - Method in class Texture
-
- getModifiedY2() - Method in class PImage
-
- getModifiedY2() - Method in class Texture
-
- getModifiers() - Method in class Event
-
- getModuleExtension() - Method in class Mode
-
Returns the appropriate file extension to use for auxilliary source files in a sketch.
- getMonoFont(int, int) - Static method in class Toolkit
-
- getMonoFontFamilies() - Static method in class Toolkit
-
- getMonoFontName() - Static method in class Toolkit
-
- getName() - Method in class Contribution
-
- getName() - Static method in class Platform
-
- getName(int) - Static method in class Platform
-
Map a platform constant to its name.
- getName() - Method in class Sketch
-
Returns the name of this sketch.
- getName() - Method in class PFont
-
- getName() - Method in class PShape
-
- getName() - Method in class XML
-
Returns the full name (i.e.
- getNative() - Method in class PGraphicsJava2D
-
Returns the java.awt.Graphics2D object used by this renderer.
- getNative() - Method in class PSurfaceAWT
-
- getNative() - Method in class PFont
-
Return the native java.awt.Font associated with this PFont (if any).
- getNative() - Method in class PImage
-
Returns a native BufferedImage from this PImage.
- getNative() - Method in interface PSurface
-
Get the native window object associated with this drawing surface.
- getNative() - Method in class PSurfaceNone
-
- getNative() - Method in class Event
-
Get the platform-native event object.
- getNative() - Method in class PGraphicsFX2D
-
Returns the javafx.scene.canvas.GraphicsContext used by this renderer.
- getNative() - Method in class PSurfaceFX
-
- getNative() - Method in class PGL
-
- getNative() - Method in class PJOGL
-
- getNative() - Method in class PSurfaceJOGL
-
- getNativeArch() - Static method in class Platform
-
Return the value of the os.arch property
- getNativeBits() - Static method in class Platform
-
Return whether sketches will run as 32- or 64-bits based
on the JVM that's in use.
- getNativePath() - Method in class Library
-
- getNextMode() - Method in class Base
-
Used by ThinkDifferent so that it can have a Sketchbook menu.
- getNormal(int) - Method in class PShape
-
- getNormal(int, PVector) - Method in class PShape
-
- getNormal(int, PVector) - Method in class PShapeOpenGL
-
- getNormalX(int) - Method in class PShape
-
- getNormalX(int) - Method in class PShapeOpenGL
-
- getNormalY(int) - Method in class PShape
-
- getNormalY(int) - Method in class PShapeOpenGL
-
- getNormalZ(int) - Method in class PShape
-
- getNormalZ(int) - Method in class PShapeOpenGL
-
- getOldSketchbookPath() - Static method in class Preferences
-
- getOrder() - Method in class StringList
-
Create a dictionary associating each entry in this list to its index.
- getOrder(String) - Method in class Table
-
- getOrder(int) - Method in class Table
-
- getOut() - Method in class EditorConsole
-
- getPainter() - Method in class JEditTextArea
-
Returns the object responsible for painting this text area.
- getPanel() - Method in class ManagerTabs
-
- getParagraph() - Method in class Contribution
-
- getParam(int) - Method in class PShape
-
- getParameters() - Method in class Texture
-
- getParams() - Method in class PShape
-
- getParams(float[]) - Method in class PShape
-
- getParent() - Method in class PShape
-
- getParent() - Method in class XML
-
Returns the parent element.
- getPath() - Method in class Library
-
- getPath() - Method in class SketchReference
-
- getPathIterator() - Method in class 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.
- getPdeTextArea() - Method in class PdeTextAreaPainter
-
- getPdeTextArea() - Method in class Editor
-
- getPercent() - Method in class DoubleDict
-
Sum all of the values in this dictionary, then return a new FloatDict of
each key, divided by the total sum.
- getPercent() - Method in class DoubleList
-
Returns a normalized version of this array.
- getPercent() - Method in class FloatDict
-
Sum all of the values in this dictionary, then return a new FloatDict of
each key, divided by the total sum.
- getPercent() - Method in class FloatList
-
Returns a normalized version of this array.
- getPercent() - Method in class IntDict
-
Sum all of the values in this dictionary, then return a new FloatDict of
each key, divided by the total sum.
- getPercent() - Method in class IntList
-
Returns a normalized version of this array.
- getPercent() - Method in class LongDict
-
Sum all of the values in this dictionary, then return a new FloatDict of
each key, divided by the total sum.
- getPercent() - Method in class LongList
-
Returns a normalized version of this array.
- getPixelBuffer() - Method in class FrameBuffer
-
- getPixels(int[]) - Method in class FrameBuffer
-
- getPixelScale() - Method in class PSurfaceJOGL
-
- getPluralTitle() - Method in enum ContributionType
-
- getPostScriptName() - Method in class PFont
-
- getPreferencesPath() - Static method in class Preferences
-
- getPreferredScrollableViewportSize() - Method in class ListPanel
-
- getPreferredSize() - Method in class TextAreaPainter
-
- getPreferredSize() - Method in class ColorChooser.ColorRange
-
- getPreferredSize() - Method in class ColorChooser.ColorSlider
-
- getPreferredSize() - Method in class EditorButton
-
- getPreferredSize() - Method in class EditorHeader
-
- getPreferredSize() - Method in class EditorStatus
-
- getPreferredSize() - Method in class EditorToolbar
-
- getPreferredSize() - Method in class MarkerColumn
-
- getPreferredSize() - Method in class ZoomTreeCellRenderer
-
- getPreferredSize() - Method in class PSurfaceAWT.SmoothCanvas
-
- getPreprocOffset() - Method in class SketchCode
-
- getPrettyName() - Method in class SketchCode
-
- getPrettyVersion() - Method in class Contribution
-
- getProblems() - Method in class Editor
-
- getProgram() - Method in class SketchCode
-
get the current text for this tab
- getProgramInfoLog(int) - Method in class PGL
-
- getProgramInfoLog(int) - Method in class PJOGL
-
- getProgramiv(int, int, IntBuffer) - Method in class PGL
-
- getProgramiv(int, int, IntBuffer) - Method in class PJOGL
-
- getProgress() - Method in class ContribProgressMonitor
-
- getPrompt(String) - Static method in class Language
-
- getPropertiesName() - Method in enum ContributionType
-
Get the name of the properties file for this type of contribution.
- getRaw() - Method in class PGraphics
-
- getReferenceFolder() - Method in class Mode
-
- getReferenceIndexFile() - Method in class ToolContribution
-
Returns the object stored in the referenceFile field, which contains an
instance of the file object representing the index file of the reference
- getReferenceIndexFile() - Method in class Library
-
Returns the object stored in the referenceFile field, which contains an
instance of the file object representing the index file of the reference
- getRenderbufferParameteriv(int, int, IntBuffer) - Method in class PGL
-
- getRenderbufferParameteriv(int, int, IntBuffer) - Method in class PJOGL
-
- getRepeatCount() - Method in class InputHandler
-
Returns the number of times the next action will be repeated.
- getResult() - Method in class ProcessResult
-
- getRevision() - Static method in class Base
-
- getRightClickPopup() - Method in class JEditTextArea
-
Returns the right click popup menu.
- getRolloverText(InputEvent) - Method in class EditorButton
-
- getRow(int) - Method in class Table
-
- getRowCount() - Method in class ListPanel
-
- getRowCount() - Method in class Table
-
- getRowMap(String) - Method in class Table
-
- getRowMap(int) - Method in class Table
-
Return a mapping that connects the entry from a column back to the row
from which it came.
- getSansFont(int, int) - Static method in class Toolkit
-
- getSansFontName() - Static method in class Toolkit
-
- getSavedProgram() - Method in class SketchCode
-
get the last version saved of this tab
- getScreenSize() - Static method in class Toolkit
-
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class ListPanel
-
Amount to scroll to reveal a new page of items
- getScrollableTracksViewportHeight() - Method in class ListPanel
-
- getScrollableTracksViewportWidth() - Method in class ListPanel
-
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class ListPanel
-
Amount to scroll to reveal the rest of something we are on or a new item
- getScrollPosition() - Method in class SketchCode
-
- getScrollPosition() - Method in class JEditTextArea
-
- getScrollPosition() - Method in class Editor
-
- getScrollWidth() - Method in class PdeTextAreaPainter
-
- getScrollWidth() - Method in class TextAreaPainter
-
- getSelectedText(AttributedCharacterIterator.Attribute[]) - Method in class InputMethodSupport
-
- getSelectedText() - Method in class JEditTextArea
-
Returns the selected text, or null if no selection is active.
- getSelectedText() - Method in class Editor
-
- getSelectionStart() - Method in class SketchCode
-
- getSelectionStart() - Method in class JEditTextArea
-
Returns the selection start offset.
- getSelectionStart(int) - Method in class JEditTextArea
-
Returns the offset where the selection starts on the specified
line.
- getSelectionStart() - Method in class Editor
-
Get the beginning point of the current selection.
- getSelectionStartLine() - Method in class JEditTextArea
-
Returns the selection start line.
- getSelectionStop() - Method in class SketchCode
-
- getSelectionStop() - Method in class JEditTextArea
-
Returns the selection end offset.
- getSelectionStop(int) - Method in class JEditTextArea
-
Returns the offset where the selection ends on the specified
line.
- getSelectionStop() - Method in class Editor
-
Get the end point of the current selection.
- getSelectionStopLine() - Method in class JEditTextArea
-
Returns the selection end line.
- getSentence() - Method in class Contribution
-
- getSettingsFile(String) - Static method in class Base
-
Convenience method to get a File object for the specified filename inside
the settings folder.
- getSettingsFolder() - Static method in class Base
-
Get the directory that can store settings.
- getSettingsFolder() - Method in class DefaultPlatform
-
This function should throw an exception or return a value.
- getSettingsFolder() - Static method in class Platform
-
- getSettingsFolder() - Method in class LinuxPlatform
-
- getSettingsFolder() - Method in class MacPlatform
-
- getSettingsFolder() - Method in class WindowsPlatform
-
- getShaderInfoLog(int) - Method in class PGL
-
- getShaderInfoLog(int) - Method in class PJOGL
-
- getShaderiv(int, int, IntBuffer) - Method in class PGL
-
- getShaderiv(int, int, IntBuffer) - Method in class PJOGL
-
- getShaderPrecisionFormat(int, int, IntBuffer, IntBuffer) - Method in class PGL
-
- getShaderPrecisionFormat(int, int, IntBuffer, IntBuffer) - Method in class PJOGL
-
- getShaderSource(int) - Method in class PGL
-
- getShaderSource(int) - Method in class PJOGL
-
- getShape(char) - Method in class PFont
-
- getShape(char, float) - Method in class PFont
-
- getShininess(int) - Method in class PShape
-
- getShininess(int) - Method in class PShapeOpenGL
-
- getSize() - Method in class PFont
-
Return size of this font.
- getSketch() - Method in class Editor
-
Gets the current sketch object.
- getSketchbookExamplesFolder() - Static method in class Base
-
- getSketchbookFolder() - Static method in class Base
-
- getSketchbookFolder() - Method in enum ContributionType
-
- getSketchbookLibrariesFolder() - Static method in class Base
-
- getSketchbookModesFolder() - Static method in class Base
-
- getSketchbookPath() - Static method in class Preferences
-
- getSketchbookTemplatesFolder() - Static method in class Base
-
- getSketchbookToolsFolder() - Static method in class Base
-
- getSketchCodeFiles(List<String>, List<String>) - Method in class Sketch
-
- getSketchLocation() - Method in class Editor
-
Get the last location of the sketch's run window.
- getSpecular(int) - Method in class PShape
-
- getSpecular(int) - Method in class PShapeOpenGL
-
- getStartOffset() - Method in interface Problem
-
- getStatusMessage() - Method in class Editor
-
Returns the current notice message in the editor status bar.
- getStatusMode() - Method in class Editor
-
Returns the current notice message in the editor status bar.
- getStderr() - Method in class ProcessResult
-
- getStdout() - Method in class ProcessResult
-
- getStopOffset() - Method in interface Problem
-
- getString(String) - Method in class Mode
-
- getString(int) - Method in class JSONArray
-
Get the string associated with an index.
- getString(int, String) - Method in class JSONArray
-
Get the optional string associated with an index.
- getString(String) - Method in class JSONObject
-
Gets the String associated with a key
- getString(String, String) - Method in class JSONObject
-
Get an optional string associated with a key.
- getString(int, int) - Method in class Table
-
Get a String value from the table.
- getString(int, String) - Method in class Table
-
- getString(int) - Method in interface TableRow
-
- getString(String) - Method in interface TableRow
-
- getString(String) - Method in class XML
-
- getString(String, String) - Method in class XML
-
- getString(int) - Method in class PGL
-
- getString(int) - Method in class PJOGL
-
- getStringArray() - Method in class JSONArray
-
Get this entire array as a String array.
- getStringColumn(String) - Method in class Table
-
- getStringColumn(int) - Method in class Table
-
- getStringDict(String, String) - Method in class Table
-
- getStringDict(int, int) - Method in class Table
-
- getStringList(String) - Method in class Table
-
- getStringList(int) - Method in class Table
-
- getStringRow(int) - Method in class Table
-
- getStringValue(WindowsRegistry.REGISTRY_ROOT_KEY, String, String) - Static method in class WindowsRegistry
-
Read a String value.
- getStroke(int) - Method in class PShape
-
- getStroke(int) - Method in class PShapeOpenGL
-
- getStrokeWeight(int) - Method in class PShape
-
- getStrokeWeight(int) - Method in class PShapeOpenGL
-
- getStyle(String) - Method in class Mode
-
- getStyle() - Method in class PGraphics
-
- getStyle(PStyle) - Method in class PGraphics
-
- getStyles() - Method in class TextAreaPainter
-
Returns the syntax styles used to paint colorized text.
- getSubKeys(WindowsRegistry.REGISTRY_ROOT_KEY, String) - Static method in class WindowsRegistry
-
Get all sub keys of a key.
- getSubset(int) - Method in class DoubleList
-
- getSubset(int, int) - Method in class DoubleList
-
- getSubset(int) - Method in class FloatList
-
- getSubset(int, int) - Method in class FloatList
-
- getSubset(int) - Method in class IntList
-
- getSubset(int, int) - Method in class IntList
-
- getSubset(int) - Method in class LongList
-
- getSubset(int, int) - Method in class LongList
-
- getSubset(int) - Method in class StringList
-
- getSubset(int, int) - Method in class StringList
-
- getSurface() - Method in class PApplet
-
- getSystemClipboard() - Static method in class Toolkit
-
- getSystemDPI() - Method in class DefaultPlatform
-
- getSystemDPI() - Static method in class Platform
-
- getSystemDPI() - Method in class WindowsPlatform
-
- getTabIndex() - Method in interface Problem
-
- getTally() - Method in class StringList
-
Count the number of times each String entry is found in this list.
- getTally(String) - Method in class Table
-
- getTally(int) - Method in class Table
-
- getTemplateFolder() - Method in class Mode
-
- getTessellation() - Method in class PShape
-
- getTessellation() - Method in class PShapeOpenGL
-
- getTessellation(int, int) - Method in class PShapeOpenGL
-
- getTexParameterfv(int, int, FloatBuffer) - Method in class PGL
-
- getTexParameterfv(int, int, FloatBuffer) - Method in class PJOGL
-
- getTexParameteriv(int, int, IntBuffer) - Method in class PGL
-
- getTexParameteriv(int, int, IntBuffer) - Method in class PJOGL
-
- getText() - Method in class JEditTextArea
-
Returns the entire text of this text area.
- getText(int, int) - Method in class JEditTextArea
-
Returns the specified substring of the document.
- getText(int, int, Segment) - Method in class JEditTextArea
-
Copies the specified substring of the document into a segment.
- getText() - Method in class Editor
-
Get the contents of the current buffer.
- getText(int, int) - Method in class Editor
-
Get a range of text from the current buffer.
- getTextArea(EventObject) - Static method in class InputHandler
-
Returns the text area that fired the specified event.
- getTextArea() - Method in class Editor
-
Get the JEditTextArea object for use (not recommended).
- getTextAsHtml(SyntaxDocument) - Method in class JEditTextArea
-
Guts of copyAsHTML, minus the pre, body, and html blocks surrounding.
- getTextLocation() - Method in class CompositionTextManager
-
- getTextLocation(TextHitInfo) - Method in class InputMethodSupport
-
- getTexture() - Method in class PGraphicsOpenGL
-
Not an approved function, this will change or be removed in the future.
- getTexture(boolean) - Method in class PGraphicsOpenGL
-
Not an approved function either, don't use it.
- getTexture(PImage) - Method in class PGraphicsOpenGL
-
Not an approved function, this will change or be removed in the future.
- getTextureU(int) - Method in class PShape
-
- getTextureU(int) - Method in class PShapeOpenGL
-
- getTextureV(int) - Method in class PShape
-
- getTextureV(int) - Method in class PShapeOpenGL
-
- getTime() - Method in class ProcessResult
-
- getTint(int) - Method in class PShape
-
- getTint(int) - Method in class PShapeOpenGL
-
- getTitle() - Method in enum ContributionType
-
Get this type name as a purtied up, capitalized version.
- getTitle() - Method in class Mode
-
Return the pretty/printable/menu name for this mode.
- getTokenMarker(SketchCode) - Method in class Mode
-
Specialized version of getTokenMarker() that can be overridden to
provide different TokenMarker objects for different file types.
- getTokenMarker() - Method in class Mode
-
- getTokenMarker() - Method in class JEditTextArea
-
Returns the document's token marker.
- getTokenMarker() - Method in class SyntaxDocument
-
Returns the token marker that is to be used to split lines
of this document up into tokens.
- getToolbarMenu() - Method in class Mode
-
- getToolbarMenu() - Static method in class Recent
-
- getToolContribs() - Method in class Base
-
- getToolMenu() - Method in class Editor
-
- getToolsFolder() - Static method in class Base
-
- getToolTipText(MouseEvent) - Method in class PdeTextAreaPainter
-
- getToolTipText(MouseEvent) - Method in interface TextAreaPainter.Highlight
-
Returns the tool tip to display at the specified
location.
- getTransferData(DataFlavor) - Method in class HtmlSelection
-
- getTransferDataFlavors() - Method in class HtmlSelection
-
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class ZoomTreeCellRenderer
-
- getType() - Method in class AvailableContribution
-
- getType() - Method in class Contribution
-
- getType() - Method in class ExamplesContribution
-
- getType() - Method in class ModeContribution
-
- getType() - Method in class ToolContribution
-
- getType() - Method in class Library
-
- getTypeName() - Method in class Contribution
-
- getUndo() - Method in class SketchCode
-
- getUniformfv(int, int, FloatBuffer) - Method in class PGL
-
- getUniformfv(int, int, FloatBuffer) - Method in class PJOGL
-
- getUniformiv(int, int, IntBuffer) - Method in class PGL
-
- getUniformiv(int, int, IntBuffer) - Method in class PJOGL
-
- getUniformLocation(int, String) - Method in class PGL
-
- getUniformLocation(int, String) - Method in class PJOGL
-
- getUnique() - Method in class StringList
-
Get a list of all unique entries.
- getUnique(String) - Method in class Table
-
- getUnique(int) - Method in class Table
-
- getUniqueName(File, String) - Static method in class ContributionManager
-
Returns a file in the parent folder that does not exist yet.
- getUpdateID() - Static method in class UpdateCheck
-
Turned into a separate method so that anyone needed update.id will get
a legit answer.
- getUrl() - Method in class Contribution
-
- getValues(WindowsRegistry.REGISTRY_ROOT_KEY, String) - Static method in class WindowsRegistry
-
Get all values under a key.
- getVariant() - Static method in class Platform
-
- getVariant(int, String, int) - Static method in class Platform
-
- getVersion() - Method in class Contribution
-
- getVersionName() - Static method in class Base
-
- getVertex(int) - Method in class PShape
-
- getVertex(int, PVector) - Method in class PShape
-
- getVertex(int, PVector) - Method in class PShapeOpenGL
-
- getVertexAttribfv(int, int, FloatBuffer) - Method in class PGL
-
- getVertexAttribfv(int, int, FloatBuffer) - Method in class PJOGL
-
- getVertexAttribiv(int, int, IntBuffer) - Method in class PGL
-
- getVertexAttribiv(int, int, IntBuffer) - Method in class PJOGL
-
- getVertexAttribPointerv(int, int, ByteBuffer) - Method in class PGL
-
- getVertexAttribPointerv(int, int, ByteBuffer) - Method in class PJOGL
-
- getVertexCode(int) - Method in class PShape
-
One of VERTEX, BEZIER_VERTEX, CURVE_VERTEX, or BREAK.
- getVertexCode(int) - Method in class PShapeOpenGL
-
One of VERTEX, BEZIER_VERTEX, CURVE_VERTEX, or BREAK.
- getVertexCodeCount() - Method in class PShape
-
- getVertexCodeCount() - Method in class PShapeOpenGL
-
- getVertexCodes() - Method in class PShape
-
- getVertexCodes() - Method in class PShapeOpenGL
-
- getVertexCount() - Method in class PShape
-
- getVertexCount() - Method in class PShapeOpenGL
-
- getVertexX(int) - Method in class PShape
-
- getVertexX(int) - Method in class PShapeOpenGL
-
- getVertexY(int) - Method in class PShape
-
- getVertexY(int) - Method in class PShapeOpenGL
-
- getVertexZ(int) - Method in class PShape
-
- getVertexZ(int) - Method in class PShapeOpenGL
-
- getVerticalScrollPosition() - Method in class JEditTextArea
-
Get current position of the vertical scroll bar.
- getVisibleLines() - Method in class JEditTextArea
-
Returns the number of lines visible in this text area.
- getWidth() - Method in class PShape
-
Get the width of the drawing area (not necessarily the shape boundary).
- getWidth() - Method in class PShapeOpenGL
-
- getWindingRule() - Method in class LinePath
-
Returns the fill style winding rule.
- getWindingRule() - Method in class LinePath.PathIterator
-
- getX() - Method in class MouseEvent
-
- getY() - Method in class MouseEvent
-
- GIF - Static variable in interface PConstants
-
- gl - Variable in class PJOGL
-
Basic GL functionality, common to all profiles
- glDepth - Variable in class FrameBuffer
-
- glDepthStencil - Variable in class FrameBuffer
-
- glFbo - Variable in class FrameBuffer
-
- glFormat - Variable in class Texture
-
- glFragment - Variable in class PShader
-
- glHeight - Variable in class Texture
-
- glId - Variable in class VertexBuffer
-
- glMagFilter - Variable in class Texture
-
- glMinFilter - Variable in class Texture
-
- glMultisample - Variable in class FrameBuffer
-
- glName - Variable in class Texture
-
- glProgram - Variable in class PShader
-
- GLSL_VERSION - Static variable in class PGraphicsOpenGL
-
- glStencil - Variable in class FrameBuffer
-
- glTarget - Variable in class Texture
-
- glu - Variable in class PJOGL
-
GLU interface
- glUsage - Variable in class PShapeOpenGL
-
- glVertex - Variable in class PShader
-
- glWidth - Variable in class Texture
-
- glWrapS - Variable in class Texture
-
- glWrapT - Variable in class Texture
-
- Glyph() - Constructor for class PFont.Glyph
-
- Glyph(DataInputStream) - Constructor for class PFont.Glyph
-
- glyphCount - Variable in class PShapeSVG.Font
-
- glyphs - Variable in class PShapeSVG.Font
-
- grabNextKeyStroke(ActionListener) - Method in class InputHandler
-
Grabs the next key typed event and invokes the specified
action with the key as a the action command.
- Gradient(PShapeSVG, XML) - Constructor for class PShapeSVG.Gradient
-
- GRAY - Static variable in interface PConstants
-
- GREATER - Static variable in class PGL
-
- green(int) - Method in class PApplet
-
( begin auto-generated from green.xml )
Extracts the green value from a color, scaled to match current
colorMode().
- green(int) - Method in class 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 PImage
-
- GROUP - Static variable in interface PConstants
-
- GUTTER_MARGIN - Static variable in class Editor
-
- gzipEncode(byte[]) - Static method in class Util
-
- id - Variable in class Token
-
The id of this token.
- ID_COUNT - Static variable in class Token
-
The total number of defined token ids.
- IgnorableException - Exception in processing.app.contrib
-
- IgnorableException(String) - Constructor for exception IgnorableException
-
- image(PImage, float, float) - Method in class PApplet
-
( begin auto-generated from image.xml )
Displays images to the screen.
- image(PImage, float, float, float, float) - Method in class PApplet
-
- image(PImage, float, float, float, float, int, int, int, int) - Method in class PApplet
-
Draw an image(), also specifying u/v coordinates.
- IMAGE - Static variable in interface PConstants
-
texture coordinates based on image width/height
- image - Variable in class PFont.Glyph
-
- image - Variable in class PGraphics
-
Java AWT Image object associated with this renderer.
- image(PImage, float, float) - Method in class PGraphics
-
( begin auto-generated from image.xml )
Displays images to the screen.
- image(PImage, float, float, float, float) - Method in class PGraphics
-
- image(PImage, float, float, float, float, int, int, int, int) - Method in class PGraphics
-
Draw an image(), also specifying u/v coordinates.
- imageMode(int) - Method in class PApplet
-
( begin auto-generated from imageMode.xml )
Modifies the location from which images draw.
- imageMode - Variable in class PGraphics
-
The current image alignment (read-only)
- imageMode(int) - Method in class PGraphics
-
( begin auto-generated from imageMode.xml )
Modifies the location from which images draw.
- imageMode - Variable in class PStyle
-
- INCR - Static variable in class PGL
-
- INCR_WRAP - Static variable in class PGL
-
- increment(String) - Method in class IntDict
-
Increase the value associated with a specific key by 1.
- increment(IntDict) - Method in class IntDict
-
Merge another dictionary into this one.
- increment(int) - Method in class IntList
-
- increment(String) - Method in class LongDict
-
Increase the value associated with a specific key by 1.
- increment(LongDict) - Method in class LongDict
-
Merge another dictionary into this one.
- increment(int) - Method in class LongList
-
- index - Variable in class PFont.Glyph
-
- index(String) - Method in class DoubleDict
-
- index(double) - Method in class DoubleList
-
Return the first index of a particular value.
- index(String) - Method in class FloatDict
-
- index(float) - Method in class FloatList
-
Return the first index of a particular value.
- index(String) - Method in class IntDict
-
- index(int) - Method in class IntList
-
Return the first index of a particular value.
- index(String) - Method in class LongDict
-
- index(int) - Method in class LongList
-
Return the first index of a particular value.
- index(String) - Method in class StringDict
-
- index(String) - Method in class StringList
-
Return the first index of a particular value.
- INFO_LOG_LENGTH - Static variable in class PGL
-
- init(Base) - Static method in class ContributionManager
-
- init(Base) - Method in class ToolContribution
-
- init() - Static method in class Language
-
Singleton constructor
- init() - Static method in class Platform
-
- init() - Static method in class Preferences
-
- init(JEditTextArea, TextAreaPainter.Highlight) - Method in interface TextAreaPainter.Highlight
-
Called after the highlight painter has been added.
- init(Base) - Method in class Archiver
-
- init(Base) - Method in class ColorSelector
-
- init(Base) - Method in class CreateFont
-
- init(Base) - Method in class InstallCommander
-
- init(Base) - Method in interface Tool
-
- init(Base) - Static method in class Recent
-
- init(int, int, int) - Method in class PImage
-
Do not remove, see notes in the other variant.
- init(int, int, int, int) - Method in class PImage
-
Function to be used by subclasses of PImage to init later than
at the constructor, or re-init later when things changes.
- init(PApplet) - Static method in class ThinkDifferent
-
- init(GLAutoDrawable) - Method in class PJOGL
-
- init() - Method in class PShader
-
- init(int, int) - Method in class Texture
-
Sets the size of the image and texture to width x height.
- init(int, int, Texture.Parameters) - Method in class 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, int, int) - Method in class Texture
-
Initializes the texture using GL parameters
- initBase(Base) - Method in class DefaultPlatform
-
- initBase(Base) - Static method in class Platform
-
- initBase(Base) - Method in class LinuxPlatform
-
- initBase(Base) - Method in class MacPlatform
-
- initBase(Base) - Method in class WindowsPlatform
-
- initFrame(PApplet) - Method in class PSurfaceAWT
-
- initFrame(PApplet) - Method in interface PSurface
-
- initFrame(PApplet) - Method in class PSurfaceNone
-
- initFrame(PApplet) - Method in class PSurfaceFX
-
- initFrame(PApplet) - Method in class PSurfaceJOGL
-
- initialized - Variable in class PGraphicsOpenGL
-
Whether the PGraphics object is ready to render or not.
- initLoader(String) - Method in class LocalContribution
-
- initLoader(Base, String) - Method in class ModeContribution
-
- initOffscreen(PApplet) - Method in class PSurfaceAWT
-
- initOffscreen(PApplet) - Method in interface PSurface
-
- initOffscreen(PApplet) - Method in class PSurfaceNone
-
- initOffscreen(PApplet) - Method in class PSurfaceFX
-
- initOffscreen(PApplet) - Method in class PSurfaceJOGL
-
- initPresentMode(float, float, int) - Method in class PGL
-
- InputHandler - Class in processing.app.syntax
-
An input handler converts the user's key strokes into concrete actions.
- InputHandler() - Constructor for class InputHandler
-
- InputHandler.backspace - Class in processing.app.syntax
-
- InputHandler.backspace_word - Class in processing.app.syntax
-
- InputHandler.clipboard_copy - Class in processing.app.syntax
-
- InputHandler.clipboard_cut - Class in processing.app.syntax
-
- InputHandler.clipboard_paste - Class in processing.app.syntax
-
- InputHandler.delete - Class in processing.app.syntax
-
- InputHandler.delete_word - Class in processing.app.syntax
-
- InputHandler.document_end - Class in processing.app.syntax
-
- InputHandler.document_home - Class in processing.app.syntax
-
- InputHandler.end - Class in processing.app.syntax
-
- InputHandler.home - Class in processing.app.syntax
-
- InputHandler.insert_break - Class in processing.app.syntax
-
- InputHandler.insert_char - Class in processing.app.syntax
-
- InputHandler.insert_tab - Class in processing.app.syntax
-
- InputHandler.MacroRecorder - Interface in processing.app.syntax
-
- InputHandler.next_char - Class in processing.app.syntax
-
- InputHandler.next_line - Class in processing.app.syntax
-
- InputHandler.next_page - Class in processing.app.syntax
-
- InputHandler.next_word - Class in processing.app.syntax
-
- 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.prev_char - Class in processing.app.syntax
-
- InputHandler.prev_line - Class in processing.app.syntax
-
- InputHandler.prev_page - Class in processing.app.syntax
-
- InputHandler.prev_word - Class in processing.app.syntax
-
- InputHandler.repeat - Class in processing.app.syntax
-
- InputHandler.Wrapper - Interface in processing.app.syntax
-
For use by EditAction.Wrapper only.
- InputMethodSupport - Class in processing.app.syntax.im
-
On-the-spot style input support for CJK (Chinese, Japanese, Korean).
- InputMethodSupport(JEditTextArea) - Constructor for class InputMethodSupport
-
- inputMethodTextChanged(InputMethodEvent) - Method in class InputMethodSupport
-
Handles events from InputMethod.
- insert(int, double) - Method in class DoubleList
-
- insert(int, double[]) - Method in class DoubleList
-
- insert(int, DoubleList) - Method in class DoubleList
-
- insert(int, float) - Method in class FloatList
-
- insert(int, float[]) - Method in class FloatList
-
- insert(int, FloatList) - Method in class FloatList
-
- insert(int, int) - Method in class IntList
-
- insert(int, int[]) - Method in class IntList
-
- insert(int, IntList) - Method in class IntList
-
- insert(int, long) - Method in class LongList
-
- insert(int, long[]) - Method in class LongList
-
- insert(int, LongList) - Method in class LongList
-
- insert(int, String) - Method in class StringList
-
- insert(int, String[]) - Method in class StringList
-
- insert(int, StringList) - Method in class StringList
-
- INSERT_BREAK - Static variable in class InputHandler
-
- insert_break() - Constructor for class InputHandler.insert_break
-
- INSERT_CHAR - Static variable in class InputHandler
-
- insert_char() - Constructor for class InputHandler.insert_char
-
- INSERT_TAB - Static variable in class InputHandler
-
- insert_tab() - Constructor for class InputHandler.insert_tab
-
- insertColumn(int) - Method in class Table
-
- insertColumn(int, String) - Method in class Table
-
- insertColumn(int, String, int) - Method in class Table
-
- insertFrame(String) - Method in class PApplet
-
Check a string for #### signs to see if the frame number should be
inserted.
- insertFullWidthSpace() - Method in class CompositionTextManager
-
Insert full width space
- insertImportMenu(JMenu) - Method in class Mode
-
Re-insert the Import Library menu.
- insertLines(int, int) - Method in class TokenMarkerState
-
Informs the token marker that lines have been inserted into
the document.
- insertRow(int, Object[]) - Method in class Table
-
- insertText(String) - Method in class Editor
-
- insertToolbarRecentMenu() - Method in class Mode
-
- insertUpdate(DocumentEvent) - Method in class ColorChooser.ColorListener
-
- INSIDE_BEGIN_END_ERROR - Static variable in class PShape
-
- insideStopButton(float, float) - Method in class PGL
-
- install(Base, File, boolean, StatusPanel) - Method in class AvailableContribution
-
- InstallCommander - Class in processing.app.tools
-
- InstallCommander() - Constructor for class InstallCommander
-
- INSTANCE - Static variable in interface DefaultPlatform.CLibrary
-
- INT - Static variable in class Table
-
- INT - Static variable in class PGL
-
- INT_VEC2 - Static variable in class PGL
-
- INT_VEC3 - Static variable in class PGL
-
- INT_VEC4 - Static variable in class PGL
-
- IntDict - Class in processing.data
-
A simple class to use a String as a lookup for an int value.
- IntDict() - Constructor for class IntDict
-
- IntDict(int) - Constructor for class IntDict
-
Create a new lookup with a specific size.
- IntDict(BufferedReader) - Constructor for class IntDict
-
Read a set of entries from a Reader that has each key/value pair on
a single line, separated by a tab.
- IntDict(String[], int[]) - Constructor for class IntDict
-
- IntDict(Object[][]) - Constructor for class IntDict
-
Constructor to allow (more intuitive) inline initialization, e.g.:
- IntDict.Entry - Class in processing.data
-
- INTERNAL_FIRST - Static variable in class Token
-
The first id that can be used for internal state
in a token marker.
- INTERNAL_LAST - Static variable in class Token
-
The last id that can be used for internal state
in a token marker.
- internalCloseRunner() - Method in class Editor
-
Halt the current runner for whatever reason.
- interpolate(String, Object...) - Static method in class Language
-
- IntList - Class in processing.data
-
Helper class for a list of ints.
- IntList() - Constructor for class IntList
-
- IntList(int) - Constructor for class IntList
-
- IntList(int[]) - Constructor for class IntList
-
- IntList(Iterable<Object>) - Constructor for class IntList
-
Construct an IntList from an iterable pile of objects.
- IntList(Object...) - Constructor for class IntList
-
Construct an IntList from a random pile of objects.
- INVALID - Static variable in class Token
-
Invalid token id.
- invalidate() - Method in class Brackets
-
- invalidateComposedTextLayout(int) - Method in class CompositionTextPainter
-
Invalidate this TextLayout to set null.
- invalidateLine(int) - Method in class TextAreaPainter
-
Marks a line as needing a repaint.
- INVERT - Static variable in interface PConstants
-
- invert() - Method in interface PMatrix
-
Invert this matrix.
- invert() - Method in class PMatrix2D
-
- invert() - Method in class PMatrix3D
-
Invert this matrix.
- INVERT - Static variable in class PGL
-
- invertedX() - Method in class Texture
-
Returns true if the texture is inverted along the horizontal direction.
- invertedX(boolean) - Method in class Texture
-
Sets the texture as inverted or not along the horizontal direction.
- invertedY() - Method in class Texture
-
Returns true if the texture is inverted along the vertical direction.
- invertedY(boolean) - Method in class Texture
-
Sets the texture as inverted or not along the vertical direction.
- invokeMain(String, String[]) - Static method in class SplashWindow
-
Invokes the main method of the provided class name.
- is2D() - Method in class PGraphics
-
Return true if this renderer supports 2D drawing.
- is2D() - Method in class PShape
-
Return true if this shape is 2D.
- is2D() - Method in class PGraphics2D
-
- is2D() - Method in class PGraphics3D
-
- is2X() - Method in class PGraphics
-
- is3D() - Method in class PGraphics
-
Return true if this renderer supports 3D drawing.
- is3D() - Method in class PShape
-
Return true if this shape is 3D.
- is3D() - Method in class PGraphics2D
-
- is3D() - Method in class PGraphics3D
-
- isAllowed() - Static method in class UpdateCheck
-
- isAltDown() - Method in class Event
-
- isAutoRepeat() - Method in class KeyEvent
-
- isBlockCaretEnabled() - Method in class TextAreaPainter
-
Returns true if the caret should be drawn as a block, false otherwise.
- isBold() - Method in class SyntaxStyle
-
Returns true if boldface is enabled for this style.
- isBracketHighlightEnabled() - Method in class TextAreaPainter
-
Returns true if bracket highlighting is enabled, false otherwise.
- isBuffer(int) - Method in class PGL
-
- isBuffer(int) - Method in class PJOGL
-
- isCanceled() - Method in class ContribProgressMonitor
-
- isCaretBlinkEnabled() - Method in class JEditTextArea
-
Returns true if the caret is blinking, false otherwise.
- isCaretVisible() - Method in class JEditTextArea
-
Returns true if the caret is visible, false otherwise.
- isCellEditable(int, int) - Method in class ErrorTable
-
- isClosed() - Method in class PShape
-
- isCommandLine() - Static method in class Base
-
- isCompatible(int) - Method in class Contribution
-
- isCompatible(Base, StringDict) - Static method in class ExamplesContribution
-
- isCompatible(Mode, StringDict) - Static method in class ExamplesContribution
-
Function to determine whether or not the example present in the
exampleLocation directory is compatible with the current mode.
- isCompatible(Base, File) - Static method in class ExamplesContribution
-
- isControlDown() - Method in class Event
-
- isDataFlavorSupported(DataFlavor) - Method in class HtmlSelection
-
- isDebuggerEnabled() - Method in class Editor
-
- isDefaultExtension(SketchCode) - Method in class Mode
-
True if the specified code has the default file extension.
- isDefaultExtension(String) - Method in class Mode
-
True if the specified extension is the default file extension.
- isDone() - Method in class LinePath.PathIterator
-
- isEditable() - Method in class JEditTextArea
-
Returns true if this text area is editable, false otherwise.
- isEnabled(int) - Method in class PGL
-
- isEnabled(int) - Method in class PJOGL
-
- isError() - Method in class ContribProgressMonitor
-
- isError() - Method in interface Problem
-
- isExtension(String) - Method in class SketchCode
-
- isFinished() - Method in class ContribProgressMonitor
-
- isFoundation() - Method in class Contribution
-
- isFramebuffer(int) - Method in class PGL
-
- isFramebuffer(int) - Method in class PJOGL
-
- isGL() - Method in class PGraphics
-
Return true if this renderer does rendering through OpenGL.
- isGL() - Method in class PGraphicsOpenGL
-
- isHalted() - Method in interface RunnerListener
-
- isHalted() - Method in class RunnerListenerEdtAdapter
-
- isHalted() - Method in class Editor
-
- isInstalled() - Method in class AvailableContribution
-
- isInstalled() - Method in class Contribution
-
- isInstalled() - Method in class LocalContribution
-
- isLinux() - Static method in class Platform
-
true if running on linux.
- isLoaded() - Method in class PImage
-
- isLooping() - Method in class PApplet
-
- isMacOS() - Static method in class Platform
-
returns true if Processing is running on a Mac OS X machine.
- isMetaDown() - Method in class Event
-
- isModified() - Method in class Sketch
-
- isModified() - Method in class SketchCode
-
- isModified() - Method in class PImage
-
- isModified() - Method in class Texture
-
- isNextLineRequested() - Method in class TokenMarkerState
-
Returns true if the next line should be repainted.
- isNull(int) - Method in class JSONArray
-
Determine if the value is null.
- isNull(String) - Method in class JSONObject
-
Determine if the value associated with the key is null or if there is
no value.
- isOverwriteEnabled() - Method in class JEditTextArea
-
Returns true if overwrite mode is enabled, false otherwise.
- isProgram(int) - Method in class PGL
-
- isProgram(int) - Method in class PJOGL
-
- isqrt(int) - Static method in class LinePath
-
- isReadOnly() - Method in class Sketch
-
Returns true if this is a read-only sketch.
- isRenderbuffer(int) - Method in class PGL
-
- isRenderbuffer(int) - Method in class PJOGL
-
- isRepeatEnabled() - Method in class InputHandler
-
Returns if repeating is enabled.
- isRetina() - Static method in class Toolkit
-
- isSanitaryName(String) - Static method in class Sketch
-
Return true if the name is valid for a Processing sketch.
- isSaving() - Method in class Sketch
-
- isSelectionActive() - Method in class JEditTextArea
-
- isSelectionActive() - Method in class Editor
-
True if some text is currently selected.
- isShader(int) - Method in class PGL
-
- isShader(int) - Method in class PJOGL
-
- isShiftDown() - Method in class EditorButton
-
- isShiftDown() - Method in class Event
-
- isSmooth() - Method in class PFont
-
- isStackTraceEnabled() - Method in exception SketchException
-
- isStopped() - Method in interface PSurface
-
- isStopped() - Method in class PSurfaceNone
-
- isStopped() - Method in class PSurfaceFX
-
- isStopped() - Method in class PSurfaceJOGL
-
- isStream() - Method in class PFont
-
- isTempFolderName(String) - Method in enum ContributionType
-
- isTexture(int) - Method in class PGL
-
- isTexture(int) - Method in class PJOGL
-
- isUntitled() - Method in class Sketch
-
- isVisible() - Method in class PShape
-
( begin auto-generated from PShape_isVisible.xml )
Returns a boolean value "true" if the image is set to be visible,
"false" if not.
- isWarning() - Method in interface Problem
-
- isWindows() - Static method in class Platform
-
returns true if running on windows.
- iterator() - Method in class ProcessResult
-
- iterator() - Method in class DoubleList
-
Implemented this way so that we can use a FloatList in a for loop.
- iterator() - Method in class FloatList
-
Implemented this way so that we can use a FloatList in a for loop.
- iterator() - Method in class IntList
-
- iterator() - Method in class LongList
-
- iterator() - Method in class StringList
-
- LABEL - Static variable in class Token
-
Label token id.
- LANDSCAPE - Static variable in interface PConstants
-
Screen orientation constant for landscape (the hot dog way).
- Language - Class in processing.app
-
Internationalization (i18n)
- lastRowIndex() - Method in class Table
-
- lastVisited() - Method in class SketchCode
-
- launch(String) - Static method in class WebServer
-
- launch(String...) - Static method in class PApplet
-
( begin auto-generated from launch.xml )
Attempts to open an application or file using your platform's launcher.
- LEFT - Static variable in interface PConstants
-
- LEFT_GUTTER - Static variable in class Editor
-
- LEFT_OF_SCROLLBAR - Static variable in class JEditTextArea
-
Adding components with this name to the text area will place
them left of the horizontal scroll bar.
- leftExtent - Variable in class PFont.Glyph
-
- leftHandGutter - Static variable in class JEditTextArea
-
The size of the offset between the leftmost padding and the code
- length - Variable in class Token
-
The length of this token.
- LEQUAL - Static variable in class PGL
-
- lerp(float, float, float) - Static method in class PApplet
-
( begin auto-generated from lerp.xml )
Calculates a number between two numbers at a specific increment.
- lerp(PVector, float) - Method in class 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 PVector
-
Linear interpolate between two vectors (returns a new PVector object)
- lerp(float, float, float, float) - Method in class PVector
-
Linear interpolate the vector to x,y,z values
- lerpColor(int, int, float) - Method in class 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 PApplet
-
- lerpColor(int, int, float) - Method in class 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 PGraphics
-
- LESS - Static variable in class PGL
-
- librariesChanged() - Method in class Editor
-
- Library - Class in processing.app
-
- Library(File) - Constructor for class Library
-
- lightAmbient - Variable in class PGraphicsOpenGL
-
Ambient colors for lights.
- lightCount - Variable in class PGraphicsOpenGL
-
- lightDiffuse - Variable in class PGraphicsOpenGL
-
Diffuse colors for lights.
- LIGHTEST - Static variable in interface PConstants
-
- lightFalloff(float, float, float) - Method in class 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 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 PGraphics2D
-
- lightFalloff(float, float, float) - Method in class PGraphicsOpenGL
-
Set the light falloff rates for the last light that was created.
- lightFalloffCoefficients - Variable in class PGraphicsOpenGL
-
Light falloff
- lightNormal - Variable in class PGraphicsOpenGL
-
Light direction (normalized vector)
- lightPosition - Variable in class PGraphicsOpenGL
-
Light positions
- lights() - Method in class PApplet
-
( begin auto-generated from lights.xml )
Sets the default ambient light, directional light, falloff, and specular
values.
- lights() - Method in class PGraphics
-
( begin auto-generated from lights.xml )
Sets the default ambient light, directional light, falloff, and specular
values.
- lights() - Method in class PGraphics2D
-
- lights - Variable in class PGraphicsOpenGL
-
- lights() - Method in class PGraphicsOpenGL
-
Sets up an ambient and directional light using OpenGL.
- lightSpecular(float, float, float) - Method in class PApplet
-
( begin auto-generated from lightSpecular.xml )
Sets the specular color for lights.
- lightSpecular(float, float, float) - Method in class PGraphics
-
( begin auto-generated from lightSpecular.xml )
Sets the specular color for lights.
- lightSpecular(float, float, float) - Method in class PGraphics2D
-
- lightSpecular - Variable in class PGraphicsOpenGL
-
Specular colors for lights.
- lightSpecular(float, float, float) - Method in class PGraphicsOpenGL
-
Set the specular color of the last light created.
- lightSpotParameters - Variable in class PGraphicsOpenGL
-
Light spot parameters: Cosine of light spot angle
and concentration
- lightType - Variable in class PGraphicsOpenGL
-
Light types
- limit(float) - Method in class 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 PGraphicsJava2D
-
- line(float, float, float, float) - Method in class 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 PApplet
-
- LINE - Static variable in interface PConstants
-
- line(float, float, float, float) - Method in class 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 PGraphics
-
- line(float, float, float, float) - Method in class PGraphicsFX2D
-
- line(float, float, float, float) - Method in class PGraphicsOpenGL
-
- line(float, float, float, float, float, float) - Method in class PGraphicsOpenGL
-
- LINE_LOOP - Static variable in interface PConstants
-
- LINE_LOOP - Static variable in class PGL
-
- LINE_SMOOTH - Static variable in class PGL
-
- LINE_STRIP - Static variable in interface PConstants
-
- LINE_STRIP - Static variable in class PGL
-
- LINEAR - Static variable in class PGL
-
- LINEAR_MIPMAP_LINEAR - Static variable in class PGL
-
- LINEAR_MIPMAP_NEAREST - Static variable in class PGL
-
- LinearGradient(PShapeSVG, XML) - Constructor for class PShapeSVG.LinearGradient
-
- lineHighlight - Variable in class TextAreaDefaults
-
- lineHighlightColor - Variable in class TextAreaDefaults
-
- lineJoin() - Method in class LineStroker
-
- LineOfText(PShapeSVG, XML) - Constructor for class PShapeSVG.LineOfText
-
- LinePath - Class in processing.opengl
-
The LinePath
class allows to represent polygonal paths,
potentially composed by several disjoint polygonal segments.
- LinePath() - Constructor for class LinePath
-
Constructs a new empty single precision
LinePath
object with a
default winding rule of
LinePath.WIND_NON_ZERO
.
- LinePath(int) - Constructor for class 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 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 PConstants
-
- LINES - Static variable in class PGL
-
- LineStroker - Class in processing.opengl
-
- LineStroker() - Constructor for class LineStroker
-
Empty constructor.
- LineStroker(LineStroker, int, int, int, int, PMatrix2D) - Constructor for class LineStroker
-
Constructs a LineStroker
.
- lineTo(float, float, int) - Method in class LinePath
-
Adds a point to the path by drawing a straight line from the current
coordinates to the new specified coordinates specified in float precision.
- lineTo(int, int, int) - Method in class LineStroker
-
- lineToY(int) - Method in class JEditTextArea
-
Converts a line index to a y co-ordinate.
- lineWidth(float) - Method in class PGL
-
- lineWidth(float) - Method in class PJOGL
-
- link(String) - Method in class PApplet
-
Links to a webpage either in the same window or in a new window.
- LINK_STATUS - Static variable in class PGL
-
- linkProgram(int) - Method in class PGL
-
- linkProgram(int) - Method in class PJOGL
-
- LINUX - Static variable in interface PConstants
-
- LinuxPlatform - Class in processing.app.platform
-
- LinuxPlatform() - Constructor for class LinuxPlatform
-
- list(File) - Static method in class Library
-
- list() - Static method in class PFont
-
( begin auto-generated from PFont_list.xml )
Gets a list of the fonts installed on the system.
- listAttributes() - Method in class XML
-
Get a list of the names for all of the attributes for this node.
- listCandidates(File) - Method in enum ContributionType
-
Return a list of directories that have the necessary subfolder for this
contribution type.
- listChildren() - Method in class XML
-
Put the names of all children into an array.
- listFiles(File, boolean) - Static method in class Util
-
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 Util
-
- listFiles(String, String...) - Method in class PApplet
-
- listFiles(File, String...) - Static method in class PApplet
-
- listJarFiles(File) - Static method in class Util
-
- ListPanel - Class in processing.app.contrib
-
- ListPanel() - Constructor for class ListPanel
-
- ListPanel(ContributionTab, Contribution.Filter, boolean, ListPanel.ContributionColumn...) - Constructor for class ListPanel
-
- listPaths(String, String...) - Method in class PApplet
-
- listTempFolders() - Method in enum ContributionType
-
- LITERAL1 - Static variable in class Token
-
Strings in quotes
- LITERAL2 - Static variable in class Token
-
Constants (QUARTER_PI, CORNERS, etc.)
- load(File) - Static method in class ExamplesContribution
-
- load(Base, File) - Static method in class ModeContribution
-
- load(Base, File, String) - Static method in class ModeContribution
-
- load(File) - Static method in class ToolContribution
-
- load(File) - Static method in class Library
-
- load(InputStream) - Static method in class Preferences
-
Load a set of key/value pairs from a UTF-8 encoded file into 'table'.
- load() - Method in class Settings
-
- load(File) - Method in class Settings
-
- load() - Method in class SketchCode
-
Load this piece of code from a file.
- loadAll(File) - Static method in class ToolContribution
-
- loadBytes(String) - Method in class 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 PApplet
-
- loadBytes(File) - Static method in class PApplet
-
- loadBytesRaw(File) - Static method in class Util
-
Same as PApplet.loadBytes(), however never does gzip decoding.
- loaded - Variable in class PImage
-
Loaded pixels flag
- loadFile(File) - Static method in class Util
-
Grab the contents of a file as a string.
- loadFont(String) - Method in class PApplet
-
( begin auto-generated from loadFont.xml )
Loads a font into a variable of type PFont.
- loadFonts() - Static method in class PFont
-
Make an internal list of all installed fonts.
- loadIcon(String) - Method in class Mode
-
Get an ImageIcon object from the Mode folder.
- loadImage(String) - Method in class Mode
-
Get an image object from the mode folder.
- loadImage(String) - Method in class PApplet
-
( begin auto-generated from loadImage.xml )
Loads an image into a variable of type PImage.
- loadImage(String, String) - Method in class PApplet
-
- loadImageX(String) - Method in class Mode
-
- loadJSONArray(String) - Method in class PApplet
-
- loadJSONArray(File) - Static method in class PApplet
-
- loadJSONObject(String) - Method in class PApplet
-
- loadJSONObject(File) - Static method in class PApplet
-
- loadMissing(Base) - Static method in class ExamplesContribution
-
- loadNewTab(String, String, boolean) - Method in class Sketch
-
Load a tab that the user added to the sketch or modified with an external
editor.
- loadPixels() - Method in class PGraphicsJava2D
-
- loadPixels() - Method in class PApplet
-
( begin auto-generated from loadPixels.xml )
Loads the pixel data for the display window into the pixels[]
array.
- loadPixels() - Method in class PImage
-
( begin auto-generated from PImage_loadPixels.xml )
Loads the pixel data for the image into its pixels[] array.
- loadPixels() - Method in class PGraphicsFX2D
-
- loadPixels() - Method in class PGraphicsOpenGL
-
- loadProperties(File) - Method in class Contribution
-
- loadProperties(File, ContributionType) - Static method in class Contribution
-
- loadShader(String) - Method in class PApplet
-
( begin auto-generated from loadShader.xml )
This is a new reference entry for Processing 2.0.
- loadShader(String, String) - Method in class PApplet
-
- loadShader(String) - Method in class PGraphics
-
( begin auto-generated from loadShader.xml )
This is a new reference entry for Processing 2.0.
- loadShader(String, String) - Method in class PGraphics
-
- loadShader(String) - Method in class PGraphicsOpenGL
-
- loadShader(String, String) - Method in class PGraphicsOpenGL
-
- loadShape(String, String) - Method in class PGraphicsJava2D
-
- loadShape(String) - Method in class PApplet
-
- loadShape(String, String) - Method in class PApplet
-
- loadShape(String) - Method in class PGraphics
-
- loadShape(String, String) - Method in class PGraphics
-
- loadShape(String) - Method in class PGraphicsFX2D
-
- loadShape(String, String) - Method in class PGraphicsFX2D
-
- loadShape(String) - Method in class PGraphicsOpenGL
-
- loadStrings(File) - Static method in class PApplet
-
- loadStrings(String) - Method in class 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 PApplet
-
- loadStrings(BufferedReader) - Static method in class PApplet
-
- loadTable(String) - Method in class PApplet
-
- loadTable(String, String) - Method in class PApplet
-
Options may contain "header", "tsv", "csv", or "bin" separated by commas.
- loadTexture() - Method in class PGraphicsOpenGL
-
- loadXML(String) - Method in class PApplet
-
- loadXML(String, String) - Method in class PApplet
-
- LocalContribution - Class in processing.app.contrib
-
A contribution that has been downloaded to the disk, and may or may not
be installed.
- LocalContribution(File) - Constructor for class LocalContribution
-
- locateSketchbookFolder() - Static method in class Base
-
- log(Object, String) - Static method in class Messages
-
- log(String) - Static method in class Messages
-
- log(float) - Static method in class PApplet
-
( begin auto-generated from log.xml )
Calculates the natural logarithm (the base-e logarithm) of a
number.
- loge(String, Throwable) - Static method in class Messages
-
- loge(String) - Static method in class Messages
-
- logf(String, Object...) - Static method in class Messages
-
- LONG - Static variable in class Table
-
- LongDict - Class in processing.data
-
A simple class to use a String as a lookup for an int value.
- LongDict() - Constructor for class LongDict
-
- LongDict(int) - Constructor for class LongDict
-
Create a new lookup with a specific size.
- LongDict(BufferedReader) - Constructor for class LongDict
-
Read a set of entries from a Reader that has each key/value pair on
a single line, separated by a tab.
- LongDict(String[], long[]) - Constructor for class LongDict
-
- LongDict(Object[][]) - Constructor for class LongDict
-
Constructor to allow (more intuitive) inline initialization, e.g.:
- LongDict.Entry - Class in processing.data
-
- LongList - Class in processing.data
-
Helper class for a list of ints.
- LongList() - Constructor for class LongList
-
- LongList(int) - Constructor for class LongList
-
- LongList(int[]) - Constructor for class LongList
-
- LongList(Iterable<Object>) - Constructor for class LongList
-
Construct an IntList from an iterable pile of objects.
- LongList(Object...) - Constructor for class LongList
-
Construct an IntList from a random pile of objects.
- lookup(Segment, int, int, boolean) - Method in class KeywordMap
-
Looks up a key.
- lookupReference(String) - Method in class Mode
-
Returns the HTML filename (including path prefix if necessary)
for this keyword, or null if it doesn't exist.
- loop() - Method in class PApplet
-
( begin auto-generated from loop.xml )
Causes Processing to continuously execute the code within draw().
- LOW_FLOAT - Static variable in class PGL
-
- LOW_INT - Static variable in class PGL
-
- lower() - Method in class StringList
-
Make the entire list lower case.
- lsqrt(long) - Static method in class LinePath
-
- LUMINANCE - Static variable in class PGL
-
- LUMINANCE_ALPHA - Static variable in class PGL
-
- m00 - Variable in class PMatrix2D
-
- m00 - Variable in class PMatrix3D
-
- m01 - Variable in class PMatrix2D
-
- m01 - Variable in class PMatrix3D
-
- m02 - Variable in class PMatrix2D
-
- m02 - Variable in class PMatrix3D
-
- m03 - Variable in class PMatrix3D
-
- m10 - Variable in class PMatrix2D
-
- m10 - Variable in class PMatrix3D
-
- m11 - Variable in class PMatrix2D
-
- m11 - Variable in class PMatrix3D
-
- m12 - Variable in class PMatrix2D
-
- m12 - Variable in class PMatrix3D
-
- m13 - Variable in class PMatrix3D
-
- m20 - Variable in class PMatrix3D
-
- m21 - Variable in class PMatrix3D
-
- m22 - Variable in class PMatrix3D
-
- m23 - Variable in class PMatrix3D
-
- m30 - Variable in class PMatrix3D
-
- m31 - Variable in class PMatrix3D
-
- m32 - Variable in class PMatrix3D
-
- m33 - Variable in class PMatrix3D
-
- MACOSX - Static variable in interface PConstants
-
- MacPlatform - Class in processing.app.platform
-
Platform handler for Mac OS X.
- MacPlatform() - Constructor for class MacPlatform
-
- mag(float, float) - Static method in class PApplet
-
- mag(float, float, float) - Static method in class PApplet
-
( begin auto-generated from mag.xml )
Calculates the magnitude (or length) of a vector.
- mag() - Method in class 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 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 Base
-
- main(String[]) - Static method in class BaseSplash
-
- main(String[]) - Static method in class Welcome
-
- main(String[]) - Static method in class PApplet
-
main() method for running this class from the command line.
- main(Class<?>, String...) - Static method in class PApplet
-
Convenience method so that PApplet.main(YourSketch.class)
launches a sketch, rather than having to call getName() on it.
- main(String) - Static method in class PApplet
-
Convenience method so that PApplet.main("YourSketch") launches a sketch,
rather than having to wrap it into a single element String array.
- main(String, String[]) - Static method in class 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.
- makeGradient(String, int, int) - Method in class Mode
-
- makeTempFolder() - Method in class Sketch
-
Create a temporary folder that includes the sketch's name in its title.
- ManagerFrame - Class in processing.app.contrib
-
This class is the main Contribution Manager Dialog.
- ManagerFrame(Base) - Constructor for class ManagerFrame
-
- ManagerTabs - Class in processing.app.contrib
-
Console/error/whatever tabs at the bottom of the editor window.
- ManagerTabs(Base) - Constructor for class ManagerTabs
-
- map(float, float, float, float, float) - Static method in class PApplet
-
( begin auto-generated from map.xml )
Re-maps a number from one range to another.
- mapBuffer(int, int) - Method in class PGL
-
- mapBuffer(int, int) - Method in class PJOGL
-
- mapBufferRange(int, int, int, int) - Method in class PGL
-
- mapBufferRange(int, int, int, int) - Method in class PJOGL
-
- MarkerColumn - Class in processing.app.ui
-
Implements the column to the right of the editor window that displays ticks
for errors and warnings.
- MarkerColumn(Editor, int) - Constructor for class MarkerColumn
-
- markTokens(Segment, int) - Method in class TokenMarkerState
-
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 PdeTokenMarker
-
- mask(int[]) - Method in class PGraphicsJava2D
-
- mask(PImage) - Method in class PGraphicsJava2D
-
- mask(PImage) - Method in class 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 PImage
-
- mask(PImage) - Method in class 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 PGraphicsFX2D
-
- mask(PImage) - Method in class PGraphicsOpenGL
-
- match(String, String) - Static method in class 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 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 Contribution.Filter
-
- matches(Contribution, String) - Method in class ContributionListing
-
- matchRow(String, int) - Method in class Table
-
- matchRow(String, String) - Method in class Table
-
- matchRowIndex(String, int) - Method in class Table
-
Return the row that contains the first String that matches.
- matchRowIndex(String, String) - Method in class Table
-
Return the row that contains the first String that matches.
- matchRowIndices(String, int) - Method in class Table
-
Return a list of rows that contain the String passed in.
- matchRowIndices(String, String) - Method in class Table
-
Return a list of rows that match the regex passed in.
- matchRowIterator(String, int) - Method in class Table
-
- matchRowIterator(String, String) - Method in class Table
-
- matchRows(String, int) - Method in class Table
-
- matchRows(String, String) - Method in class Table
-
- max(int, int) - Static method in class PApplet
-
( begin auto-generated from max.xml )
Determines the largest value in a sequence of numbers.
- max(float, float) - Static method in class PApplet
-
- max(int, int, int) - Static method in class PApplet
-
- max(float, float, float) - Static method in class PApplet
-
- max(int[]) - Static method in class PApplet
-
- max(float[]) - Static method in class PApplet
-
- max() - Method in class DoubleList
-
- max() - Method in class FloatList
-
- max() - Method in class IntList
-
- max() - Method in class LongList
-
- MAX_BUFFER_CACHE_SIZE - Static variable in class Texture
-
- MAX_COMBINED_TEXTURE_IMAGE_UNITS - Static variable in class PGL
-
- MAX_FLOAT - Static variable in interface 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 PConstants
-
Largest possible (positive) integer value
- MAX_SAMPLES - Static variable in class PGL
-
- MAX_TEXTURE_IMAGE_UNITS - Static variable in class PGL
-
- MAX_TEXTURE_MAX_ANISOTROPY - Static variable in class PGL
-
- MAX_TEXTURE_SIZE - Static variable in class PGL
-
- MAX_VERTEX_ATTRIBS - Static variable in class PGL
-
- MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in class PGL
-
- maxAnisoAmount - Static variable in class PGraphicsOpenGL
-
- maxIndex() - Method in class DoubleDict
-
- maxIndex() - Method in class DoubleList
-
- maxIndex() - Method in class FloatDict
-
- maxIndex() - Method in class FloatList
-
- maxIndex() - Method in class IntDict
-
- maxIndex() - Method in class IntList
-
- maxIndex() - Method in class LongDict
-
- maxIndex() - Method in class LongList
-
- maxKey() - Method in class DoubleDict
-
The key for a max value; null if empty or everything is NaN (no max).
- maxKey() - Method in class FloatDict
-
The key for a max value; null if empty or everything is NaN (no max).
- maxKey() - Method in class IntDict
-
return the key corresponding to the maximum value or null if no entries
- maxKey() - Method in class LongDict
-
return the key corresponding to the maximum value or null if no entries
- maxSamples - Static variable in class PGraphicsOpenGL
-
- maxTexcoordU() - Method in class Texture
-
Returns the maximum possible value for the texture coordinate U
(horizontal).
- maxTexcoordV() - Method in class Texture
-
Returns the maximum possible value for the texture coordinate V (vertical).
- maxTextureSize - Static variable in class PGraphicsOpenGL
-
Some hardware limits
- maxValue() - Method in class DoubleDict
-
The max value.
- maxValue() - Method in class FloatDict
-
The max value.
- maxValue() - Method in class IntDict
-
- maxValue() - Method in class LongDict
-
- MEDIUM_FLOAT - Static variable in class PGL
-
- MEDIUM_INT - Static variable in class PGL
-
- message(String, boolean) - Method in class EditorConsole
-
- message(String, int) - Method in class EditorStatus
-
- Messages - Class in processing.app
-
- Messages() - Constructor for class Messages
-
- META - Static variable in class Event
-
- method(String) - Method in class PApplet
-
Call a method in the current class based on its name.
- millis() - Method in class 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 PApplet
-
- min(float, float) - Static method in class PApplet
-
- min(int, int, int) - Static method in class PApplet
-
- min(float, float, float) - Static method in class PApplet
-
( begin auto-generated from min.xml )
Determines the smallest value in a sequence of numbers.
- min(int[]) - Static method in class PApplet
-
- min(float[]) - Static method in class PApplet
-
- min() - Method in class DoubleList
-
- min() - Method in class FloatList
-
- min() - Method in class IntList
-
- min() - Method in class LongList
-
- MIN_FLOAT - Static variable in interface 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 PConstants
-
Smallest possible (negative) integer value
- MIN_WINDOW_HEIGHT - Static variable in interface PSurface
-
- MIN_WINDOW_WIDTH - Static variable in interface PSurface
-
Minimum dimensions for the window holding an applet.
- minIndex() - Method in class DoubleDict
-
- minIndex() - Method in class DoubleList
-
- minIndex() - Method in class FloatDict
-
- minIndex() - Method in class FloatList
-
- minIndex() - Method in class IntDict
-
- minIndex() - Method in class IntList
-
- minIndex() - Method in class LongDict
-
- minIndex() - Method in class LongList
-
- minKey() - Method in class DoubleDict
-
- minKey() - Method in class FloatDict
-
- minKey() - Method in class IntDict
-
- minKey() - Method in class LongDict
-
- minute() - Static method in class PApplet
-
( begin auto-generated from minute.xml )
Processing communicates with the clock on your computer.
- minValue() - Method in class DoubleDict
-
- minValue() - Method in class FloatDict
-
- minValue() - Method in class IntDict
-
- minValue() - Method in class LongDict
-
- mipmaps - Variable in class Texture.Parameters
-
Use mipmaps or not.
- MISSING_FBO_ERROR - Static variable in class PGL
-
- MISSING_GLFUNC_ERROR - Static variable in class PGL
-
- MISSING_GLSL_ERROR - Static variable in class PGL
-
- missingGlyph - Variable in class PShapeSVG.Font
-
- MITER - Static variable in interface PConstants
-
- Mode - Class in processing.app
-
- Mode(Base, File) - Constructor for class Mode
-
- ModeContribution - Class in processing.app.contrib
-
- ModeContribution(Base, File, String) - Constructor for class ModeContribution
-
- MODEL - Static variable in interface PConstants
-
textMode(MODEL) is the default, meaning that characters
will be affected by transformations like any other shapes.
- MODELVIEW - Static variable in interface PConstants
-
- modelview - Variable in class PGraphicsOpenGL
-
- modelviewInv - Variable in class PGraphicsOpenGL
-
- modelX(float, float, float) - Method in class 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 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 PGraphics2D
-
- modelX(float, float, float) - Method in class PGraphicsOpenGL
-
- modelY(float, float, float) - Method in class 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 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 PGraphics2D
-
- modelY(float, float, float) - Method in class PGraphicsOpenGL
-
- modelZ(float, float, float) - Method in class 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 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 PGraphics2D
-
- modelZ(float, float, float) - Method in class PGraphicsOpenGL
-
- month() - Static method in class PApplet
-
( begin auto-generated from month.xml )
Processing communicates with the clock on your computer.
- MOUSE - Static variable in class Event
-
- mouseButton - Variable in class 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 EditorButton
-
- mouseClicked() - Method in class PApplet
-
( begin auto-generated from mouseClicked.xml )
The mouseClicked() function is called once after a mouse button
has been pressed and then released.
- mouseClicked(MouseEvent) - Method in class PApplet
-
- mouseDragged(MouseEvent) - Method in class EditorButton
-
- mouseDragged() - Method in class PApplet
-
( begin auto-generated from mouseDragged.xml )
The mouseDragged() function is called once every time the mouse
moves and a mouse button is pressed.
- mouseDragged(MouseEvent) - Method in class PApplet
-
- mouseEntered(MouseEvent) - Method in class EditorButton
-
- mouseEntered() - Method in class PApplet
-
- mouseEntered(MouseEvent) - Method in class PApplet
-
- mouseEvent - Variable in class PApplet
-
- MouseEvent - Class in processing.event
-
- MouseEvent(Object, long, int, int, int, int, int, int) - Constructor for class MouseEvent
-
- mouseExited(MouseEvent) - Method in class EditorButton
-
- mouseExited() - Method in class PApplet
-
- mouseExited(MouseEvent) - Method in class PApplet
-
- mouseMoved(MouseEvent) - Method in class EditorButton
-
- mouseMoved() - Method in class PApplet
-
( begin auto-generated from mouseMoved.xml )
The mouseMoved() function is called every time the mouse moves
and a mouse button is not pressed.
- mouseMoved(MouseEvent) - Method in class PApplet
-
- mousePressed(MouseEvent) - Method in class EditorButton
-
- mousePressed - Variable in class PApplet
-
( begin auto-generated from mousePressed_var.xml )
Variable storing if a mouse button is pressed.
- mousePressed() - Method in class PApplet
-
( begin auto-generated from mousePressed.xml )
The mousePressed() function is called once after every time a
mouse button is pressed.
- mousePressed(MouseEvent) - Method in class PApplet
-
- mouseReleased(MouseEvent) - Method in class EditorButton
-
- mouseReleased() - Method in class PApplet
-
( begin auto-generated from mouseReleased.xml )
The mouseReleased() function is called every time a mouse button
is released.
- mouseReleased(MouseEvent) - Method in class PApplet
-
- mouseWheel() - Method in class PApplet
-
- mouseWheel(MouseEvent) - Method in class PApplet
-
The event.getAmount() method returns negative values if the mouse wheel
if rotated up or away from the user and positive in the other direction.
- mouseX - Variable in class PApplet
-
( begin auto-generated from mouseX.xml )
The system variable mouseX always contains the current horizontal
coordinate of the mouse.
- mouseY - Variable in class 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 PConstants
-
- MOVE - Static variable in class MouseEvent
-
- moveTo(float, float, int) - Method in class LinePath
-
Adds a point to the path by moving to the specified coordinates specified
in float precision.
- moveTo(int, int, int) - Method in class LineStroker
-
- mult(PVector, PVector) - Method in interface PMatrix
-
Multiply source by this matrix, and return the result.
- mult(float[], float[]) - Method in interface PMatrix
-
Multiply a multi-element vector against this matrix.
- mult(PVector, PVector) - Method in class PMatrix2D
-
Multiply source by this matrix, and return the result.
- mult(float[], float[]) - Method in class PMatrix2D
-
Multiply a two element vector against this matrix.
- mult(PVector, PVector) - Method in class PMatrix3D
-
Multiply source by this matrix, and return the result.
- mult(float[], float[]) - Method in class PMatrix3D
-
Multiply a three or four element vector against this matrix.
- mult(float) - Method in class 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 PVector
-
- mult(PVector, float, PVector) - Static method in class PVector
-
Multiply a vector by a scalar, and write the result into a target PVector.
- mult(String, double) - Method in class DoubleDict
-
- mult(int, double) - Method in class DoubleList
-
- mult(String, float) - Method in class FloatDict
-
- mult(int, float) - Method in class FloatList
-
- mult(String, int) - Method in class IntDict
-
- mult(int, int) - Method in class IntList
-
- mult(String, long) - Method in class LongDict
-
- mult(int, int) - Method in class LongList
-
- MULTIPLY - Static variable in interface PConstants
-
- MULTISAMPLE - Static variable in class PGL
-
- multW(float, float, float) - Method in class PMatrix3D
-
Returns the fourth element of the result of multiplying the vector
(x, y, z) by this matrix.
- multW(float, float, float, float) - Method in class PMatrix3D
-
Returns the w-coordinate of the result of multiplying the vector
(x, y, z, w) by this matrix.
- multX(float, float) - Method in class PMatrix2D
-
Returns the x-coordinate of the result of multiplying the point (x, y)
by this matrix.
- multX(float, float) - Method in class PMatrix3D
-
Returns the x-coordinate of the result of multiplying the point (x, y)
by this matrix.
- multX(float, float, float) - Method in class PMatrix3D
-
Returns the x-coordinate of the result of multiplying the point (x, y, z)
by this matrix.
- multX(float, float, float, float) - Method in class PMatrix3D
-
Returns the x-coordinate of the result of multiplying the vector
(x, y, z, w) by this matrix.
- multY(float, float) - Method in class PMatrix2D
-
Returns the y-coordinate of the result of multiplying the point (x, y)
by this matrix.
- multY(float, float) - Method in class PMatrix3D
-
Returns the y-coordinate of the result of multiplying the point (x, y)
by this matrix.
- multY(float, float, float) - Method in class PMatrix3D
-
Returns the y-coordinate of the result of multiplying the point (x, y, z)
by this matrix.
- multY(float, float, float, float) - Method in class PMatrix3D
-
Returns the y-coordinate of the result of multiplying the vector
(x, y, z, w) by this matrix.
- multZ(float, float, float) - Method in class PMatrix3D
-
Returns the z-coordinate of the result of multiplying the point (x, y, z)
by this matrix.
- multZ(float, float, float, float) - Method in class PMatrix3D
-
Returns the z-coordinate of the result of multiplying the vector
(x, y, z, w) by this matrix.
- P2D - Static variable in interface PConstants
-
- P3D - Static variable in interface PConstants
-
- PACK_ALIGNMENT - Static variable in class PGL
-
- packageListFromClassPath(String) - Static method in class Util
-
A classpath, separated by the path separator, will contain
a series of .jar/.zip files or directories containing .class
files, or containing subdirectories that have .class files.
- packedDepthStencilSupported - Static variable in class PGraphicsOpenGL
-
- paint(Graphics) - Method in class TextAreaPainter
-
Repaints the text.
- paint(Graphics) - Method in class About
-
- paint(Graphics) - Method in class EditorStatus
-
- paint(Graphics) - Method in class SplashWindow
-
Paints the image on the window.
- paint(Graphics) - Method in class PSurfaceAWT.SmoothCanvas
-
- paintComponent(Graphics) - Method in class ColorChooser.ColorRange
-
- paintComponent(Graphics) - Method in class ColorChooser.ColorSlider
-
- paintComponent(Graphics) - Method in class EditorButton
-
- paintComponent(Graphics) - Method in class EditorHeader
-
- paintComponent(Graphics) - Method in class EditorToolbar
-
- paintComponent(Graphics) - Method in class MarkerColumn
-
- paintHighlight(Graphics, int, int) - Method in interface TextAreaPainter.Highlight
-
This should paint the highlight and delgate to the
next highlight painter.
- paintInvalid - Variable in class TextAreaDefaults
-
- PApplet - Class in processing.core
-
Base class for all sketches that use processing.core.
- PApplet() - Constructor for class PApplet
-
- PApplicationFX() - Constructor for class PSurfaceFX.PApplicationFX
-
- Parameters() - Constructor for class Texture.Parameters
-
Sets all the parameters to default values.
- Parameters(int) - Constructor for class Texture.Parameters
-
- Parameters(int, int) - Constructor for class Texture.Parameters
-
- Parameters(int, int, boolean) - Constructor for class Texture.Parameters
-
- Parameters(int, int, boolean, int) - Constructor for class Texture.Parameters
-
- Parameters(Texture.Parameters) - Constructor for class Texture.Parameters
-
- parent - Variable in class PImage
-
Path to parent object that will be used with save().
- parse(String) - Static method in class JSONArray
-
Construct a JSONArray from a source JSON text.
- parse(String) - Static method in class JSONObject
-
Construct a JSONObject from a source JSON text string.
- parse(String) - Static method in class XML
-
- parse(String, String) - Static method in class XML
-
- parseBoolean(int) - Static method in class PApplet
-
Convert an integer to a boolean.
- parseBoolean(String) - Static method in class PApplet
-
Convert the string "true" or "false" to a boolean.
- parseBoolean(int[]) - Static method in class PApplet
-
Convert an int array to a boolean array.
- parseBoolean(String[]) - Static method in class PApplet
-
- parseByte(boolean) - Static method in class PApplet
-
- parseByte(char) - Static method in class PApplet
-
- parseByte(int) - Static method in class PApplet
-
- parseByte(float) - Static method in class PApplet
-
- parseByte(boolean[]) - Static method in class PApplet
-
- parseByte(char[]) - Static method in class PApplet
-
- parseByte(int[]) - Static method in class PApplet
-
- parseByte(float[]) - Static method in class PApplet
-
- parseChar(byte) - Static method in class PApplet
-
- parseChar(int) - Static method in class PApplet
-
- parseChar(byte[]) - Static method in class PApplet
-
- parseChar(int[]) - Static method in class PApplet
-
- parseFloat(int) - Static method in class PApplet
-
Convert an int to a float value.
- parseFloat(String) - Static method in class PApplet
-
- parseFloat(String, float) - Static method in class PApplet
-
- parseFloat(byte[]) - Static method in class PApplet
-
- parseFloat(int[]) - Static method in class PApplet
-
- parseFloat(String[]) - Static method in class PApplet
-
- parseFloat(String[], float) - Static method in class PApplet
-
- parseInt(boolean) - Static method in class PApplet
-
- parseInt(byte) - Static method in class PApplet
-
Note that parseInt() will un-sign a signed byte value.
- parseInt(char) - Static method in class PApplet
-
Note that parseInt('5') is unlike String in the sense that it
won't return 5, but the ascii value.
- parseInt(float) - Static method in class PApplet
-
Same as floor(), or an (int) cast.
- parseInt(String) - Static method in class PApplet
-
Parse a String into an int value.
- parseInt(String, int) - Static method in class PApplet
-
Parse a String to an int, and provide an alternate value that
should be used when the number is invalid.
- parseInt(boolean[]) - Static method in class PApplet
-
- parseInt(byte[]) - Static method in class PApplet
-
- parseInt(char[]) - Static method in class PApplet
-
- parseInt(float[]) - Static method in class PApplet
-
- parseInt(String[]) - Static method in class PApplet
-
Make an array of int elements from an array of String objects.
- parseInt(String[], int) - Static method in class PApplet
-
Make an array of int elements from an array of String objects.
- parseInto(Object, String) - Method in class Table
-
incomplete, do not use
- parseJSONArray(String) - Method in class PApplet
-
- parseJSONObject(String) - Method in class PApplet
-
- parseKeyStroke(String) - Static method in class DefaultInputHandler
-
Converts a string to a keystroke.
- parseXML(String) - Method in class PApplet
-
- parseXML(String, String) - Method in class PApplet
-
- paste() - Method in class JEditTextArea
-
Inserts the clipboard contents into the text.
- PATH - Static variable in interface PConstants
-
- PATH - Static variable in class PShape
-
A series of vertex, curveVertex, and bezierVertex calls.
- pause() - Method in class PApplet
-
Sketch has been paused.
- pauseThread() - Method in interface PSurface
-
On the next trip through the animation thread, things should go sleepy-bye.
- pauseThread() - Method in class PSurfaceNone
-
- pauseThread() - Method in class PSurfaceFX
-
- pauseThread() - Method in class PSurfaceJOGL
-
- PConstants - Interface in processing.core
-
Numbers shared throughout processing.core.
- PdeInputHandler - Class in processing.app.syntax
-
Sets key bindings used by the PDE, except for those that are Mode-specific.
- PdeInputHandler(Editor) - Constructor for class PdeInputHandler
-
Recommended constructor.
- PdeInputHandler() - Constructor for class PdeInputHandler
-
Not recommended, but included for API compatibility.
- PdeTextArea - Class in processing.app.syntax
-
Extensions to JEditTextArea to for the PDE.
- PdeTextArea(TextAreaDefaults, InputHandler, Editor) - Constructor for class PdeTextArea
-
- PdeTextAreaDefaults - Class in processing.app.syntax
-
Defaults that are PDE (but not Mode) specific.
- PdeTextAreaDefaults(Mode) - Constructor for class PdeTextAreaDefaults
-
- PdeTextAreaPainter - Class in processing.app.syntax
-
Adds support to TextAreaPainter for background colors,
and the left hand gutter area with background color and text.
- PdeTextAreaPainter(JEditTextArea, TextAreaDefaults) - Constructor for class PdeTextAreaPainter
-
- PdeTokenMarker - Class in processing.app.syntax
-
- PdeTokenMarker() - Constructor for class PdeTokenMarker
-
- PDF - Static variable in interface PConstants
-
- PER_VERTEX_UNSUPPORTED - Static variable in class PShape
-
- perspective() - Method in class PApplet
-
( begin auto-generated from perspective.xml )
Sets a perspective projection applying foreshortening, making distant
objects appear smaller than closer ones.
- perspective(float, float, float, float) - Method in class PApplet
-
- PERSPECTIVE - Static variable in interface PConstants
-
- perspective() - Method in class PGraphics
-
( begin auto-generated from perspective.xml )
Sets a perspective projection applying foreshortening, making distant
objects appear smaller than closer ones.
- perspective(float, float, float, float) - Method in class PGraphics
-
- perspective() - Method in class PGraphics2D
-
- perspective(float, float, float, float) - Method in class PGraphics2D
-
- perspective() - Method in class PGraphicsOpenGL
-
Calls perspective() with Processing's standard coordinate projection.
- perspective(float, float, float, float) - Method in class PGraphicsOpenGL
-
Similar to gluPerspective().
- PFont - Class in processing.core
-
Grayscale bitmap font class used by Processing.
- PFont() - Constructor for class PFont
-
- PFont(Font, boolean) - Constructor for class PFont
-
( begin auto-generated from PFont.xml )
PFont is the font class for Processing.
- PFont(Font, boolean, char[]) - Constructor for class PFont
-
Create a new image-based font on the fly.
- PFont(Font, boolean, char[], boolean, int) - Constructor for class PFont
-
Adds an additional parameter that indicates the font came from a file,
not a built-in OS font.
- PFont(InputStream) - Constructor for class PFont
-
- PFont.Glyph - Class in processing.core
-
A single character, and its visage.
- PGL - Class in processing.opengl
-
Processing-OpenGL abstraction layer.
- PGL() - Constructor for class PGL
-
- PGL(PGraphicsOpenGL) - Constructor for class PGL
-
- pgl - Variable in class PGraphicsOpenGL
-
Interface between Processing and OpenGL
- pgl - Variable in class PSurfaceJOGL
-
- PGraphics - Class in processing.core
-
( begin auto-generated from PGraphics.xml )
Main graphics and rendering context, as well as the base API
implementation for processing "core".
- PGraphics() - Constructor for class PGraphics
-
- PGraphics2D - Class in processing.opengl
-
- PGraphics2D() - Constructor for class PGraphics2D
-
- PGraphics3D - Class in processing.opengl
-
- PGraphics3D() - Constructor for class PGraphics3D
-
- PGraphicsFX2D - Class in processing.javafx
-
- PGraphicsFX2D() - Constructor for class PGraphicsFX2D
-
- PGraphicsJava2D - Class in processing.awt
-
Subclass for PGraphics that implements the graphics API using Java2D.
- PGraphicsJava2D() - Constructor for class PGraphicsJava2D
-
- PGraphicsOpenGL - Class in processing.opengl
-
OpenGL renderer.
- PGraphicsOpenGL() - Constructor for class PGraphicsOpenGL
-
- PI - Static variable in interface PConstants
-
( begin auto-generated from PI.xml )
PI is a mathematical constant with the value 3.14159265358979323846.
- PIE - Static variable in interface PConstants
-
- PImage - Class in processing.core
-
( begin auto-generated from PImage.xml )
Datatype for storing images.
- PImage() - Constructor for class PImage
-
( begin auto-generated from PImage.xml )
Datatype for storing images.
- PImage(int, int) - Constructor for class PImage
-
- PImage(int, int, int) - Constructor for class PImage
-
- PImage(int, int, int, int) - Constructor for class PImage
-
- PImage(Image) - Constructor for class PImage
-
Construct a new PImage from a java.awt.Image.
- PIXEL_PACK_BUFFER - Static variable in class PGL
-
- pixelCount - Variable in class PGraphics
-
- pixelDensity - Variable in class PApplet
-
- pixelDensity(int) - Method in class PApplet
-
- pixelDensity - Variable in class PImage
-
1 for most images, 2 for hi-dpi/retina
- pixelHeight - Variable in class PApplet
-
( begin auto-generated from pixelHeight.xml )
When pixelDensity(2) is used to make use of a high resolution
display (called a Retina display on OS X or high-dpi on Windows and
Linux), the width and height of the sketch do not change, but the
number of pixels is doubled.
- pixelHeight - Variable in class PImage
-
- pixels - Variable in class PApplet
-
( begin auto-generated from pixels.xml )
Array containing the values for all the pixels in the display window.
- pixels - Variable in class PImage
-
( begin auto-generated from pixels.xml )
Array containing the values for all the pixels in the display window.
- pixelStorei(int, int) - Method in class PGL
-
- pixelStorei(int, int) - Method in class PJOGL
-
- pixelWidth - Variable in class PApplet
-
( begin auto-generated from pixelWidth.xml )
When pixelDensity(2) is used to make use of a high resolution
display (called a Retina display on OS X or high-dpi on Windows and
Linux), the width and height of the sketch do not change, but the
number of pixels is doubled.
- pixelWidth - Variable in class PImage
-
Actual dimensions of pixels array, taking into account the 2x setting.
- PJOGL - Class in processing.opengl
-
- PJOGL(PGraphicsOpenGL) - Constructor for class PJOGL
-
- placePresent(int) - Method in class PSurfaceAWT
-
- placePresent(int) - Method in interface PSurface
-
- placePresent(int) - Method in class PSurfaceNone
-
- placePresent(int) - Method in class PSurfaceFX
-
- placePresent(int) - Method in class PSurfaceJOGL
-
- placeWindow(int[], int[]) - Method in class PSurfaceAWT
-
- placeWindow(int[], int[]) - Method in interface PSurface
-
- placeWindow(int[], int[]) - Method in class PSurfaceNone
-
- placeWindow(int[], int[]) - Method in class PSurfaceFX
-
- placeWindow(int[], int[]) - Method in class PSurfaceJOGL
-
- Platform - Class in processing.app
-
- Platform() - Constructor for class Platform
-
- platform - Static variable in class PApplet
-
Current platform in use, one of the
PConstants WINDOWS, MACOSX, MACOS9, LINUX or OTHER.
- platformNames - Static variable in interface PConstants
-
- pluralize(String, int) - Static method in class Language
-
- PMatrix - Interface in processing.core
-
A matrix is used to define graphical transformations.
- PMatrix2D - Class in processing.core
-
3x2 affine matrix implementation.
- PMatrix2D() - Constructor for class PMatrix2D
-
Create a new matrix, set to the identity matrix.
- PMatrix2D(float, float, float, float, float, float) - Constructor for class PMatrix2D
-
- PMatrix2D(PMatrix) - Constructor for class PMatrix2D
-
- PMatrix3D - Class in processing.core
-
4x4 matrix implementation.
- PMatrix3D() - Constructor for class PMatrix3D
-
- PMatrix3D(float, float, float, float, float, float) - Constructor for class PMatrix3D
-
- PMatrix3D(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Constructor for class PMatrix3D
-
- PMatrix3D(PMatrix) - Constructor for class PMatrix3D
-
- pmouseX - Variable in class PApplet
-
( begin auto-generated from pmouseX.xml )
The system variable pmouseX always contains the horizontal
position of the mouse in the frame previous to the current frame.
You may find that pmouseX and pmouseY have different
values inside draw() and inside events like mousePressed()
and mouseMoved().
- pmouseY - Variable in class PApplet
-
( begin auto-generated from pmouseY.xml )
The system variable pmouseY always contains the vertical position
of the mouse in the frame previous to the current frame.
- point(float, float) - Method in class PGraphicsJava2D
-
- point(float, float) - Method in class PApplet
-
( begin auto-generated from point.xml )
Draws a point, a coordinate in space at the dimension of one pixel.
- point(float, float, float) - Method in class PApplet
-
- POINT - Static variable in interface PConstants
-
- point(float, float) - Method in class PGraphics
-
( begin auto-generated from point.xml )
Draws a point, a coordinate in space at the dimension of one pixel.
- point(float, float, float) - Method in class PGraphics
-
- point(float, float) - Method in class PGraphicsFX2D
-
- point(float, float) - Method in class PGraphicsOpenGL
-
- point(float, float, float) - Method in class PGraphicsOpenGL
-
- pointLight(float, float, float, float, float, float) - Method in class PApplet
-
( begin auto-generated from pointLight.xml )
Adds a point light.
- pointLight(float, float, float, float, float, float) - Method in class PGraphics
-
( begin auto-generated from pointLight.xml )
Adds a point light.
- pointLight(float, float, float, float, float, float) - Method in class PGraphics2D
-
- pointLight(float, float, float, float, float, float) - Method in class PGraphicsOpenGL
-
- POINTS - Static variable in interface PConstants
-
- POINTS - Static variable in class PGL
-
- POLYGON - Static variable in interface PConstants
-
- POLYGON_OFFSET_FILL - Static variable in class PGL
-
- POLYGON_SMOOTH - Static variable in class PGL
-
- polygonOffset(float, float) - Method in class PGL
-
- polygonOffset(float, float) - Method in class PJOGL
-
- pop() - Method in class PApplet
-
( begin auto-generated from pop.xml )
The pop() function restores the previous drawing style
settings and transformations after push() has changed them.
- pop() - Method in class PGraphics
-
( begin auto-generated from pop.xml )
The pop() function restores the previous drawing style
settings and transformations after push() has changed them.
- pop() - Method in class DoubleList
-
- pop() - Method in class FloatList
-
- pop() - Method in class IntList
-
- pop() - Method in class LongList
-
- pop() - Method in class StringList
-
- popMatrix() - Method in class PGraphicsJava2D
-
- popMatrix() - Method in class PApplet
-
( begin auto-generated from popMatrix.xml )
Pops the current transformation matrix off the matrix stack.
- popMatrix() - Method in class PGraphics
-
( begin auto-generated from popMatrix.xml )
Pops the current transformation matrix off the matrix stack.
- popMatrix() - Method in class PGraphicsFX2D
-
- popMatrix() - Method in class PGraphicsOpenGL
-
- popProjection() - Method in class PGraphicsOpenGL
-
- popStyle() - Method in class PApplet
-
( begin auto-generated from popStyle.xml )
The pushStyle() function saves the current style settings and
popStyle() restores the prior settings; these functions are
always used together.
- popStyle() - Method in class PGraphics
-
( begin auto-generated from popStyle.xml )
The pushStyle() function saves the current style settings and
popStyle() restores the prior settings; these functions are
always used together.
- popStyle() - Method in class PGraphicsOpenGL
-
- populateSketchbookMenu(JMenu) - Method in class Base
-
- populateToolsMenu(JMenu) - Method in class Base
-
- PORTRAIT - Static variable in interface PConstants
-
Screen orientation constant for portrait (the hamburger way).
- POSITION - Static variable in class PShapeOpenGL
-
- POSTERIZE - Static variable in interface PConstants
-
- postEvent(Event) - Method in class PApplet
-
Add an event to the internal event queue, or process it immediately if
the sketch is not currently looping.
- pow(float, float) - Static method in class PApplet
-
( begin auto-generated from pow.xml )
Facilitates exponential expressions.
- preApply(PMatrix) - Method in interface PMatrix
-
Apply another matrix to the left of this one.
- preApply(PMatrix2D) - Method in interface PMatrix
-
Apply another matrix to the left of this one.
- preApply(PMatrix3D) - Method in interface PMatrix
-
Apply another matrix to the left of this one.
- preApply(float, float, float, float, float, float) - Method in interface PMatrix
-
Apply another matrix to the left of this one.
- preApply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface PMatrix
-
Apply another matrix to the left of this one.
- preApply(PMatrix) - Method in class PMatrix2D
-
Apply another matrix to the left of this one.
- preApply(PMatrix2D) - Method in class PMatrix2D
-
- preApply(PMatrix3D) - Method in class PMatrix2D
-
Unavailable in 2D.
- preApply(float, float, float, float, float, float) - Method in class PMatrix2D
-
- preApply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class PMatrix2D
-
Unavailable in 2D.
- preApply(PMatrix2D) - Method in class PMatrix3D
-
Apply the 3D equivalent of the 2D matrix supplied to the left of this one.
- preApply(PMatrix) - Method in class PMatrix3D
-
Apply another matrix to the left of this one.
- preApply(PMatrix3D) - Method in class PMatrix3D
-
Apply another matrix to the left of this one.
- preApply(float, float, float, float, float, float) - Method in class PMatrix3D
-
Apply the 3D equivalent of the 2D matrix supplied to the left of this one.
- preApply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class PMatrix3D
-
Apply another matrix to the left of this one.
- Preferences - Class in processing.app
-
Storage class for user preferences and environment settings.
- Preferences() - Constructor for class Preferences
-
- PreferencesFrame - Class in processing.app.ui
-
Creates the window for modifying preferences.
- PreferencesFrame(Base) - Constructor for class PreferencesFrame
-
- prepareCodeFolder() - Method in class Sketch
-
Create the code folder if it does not exist already.
- prepareDataFolder() - Method in class Sketch
-
Create the data folder if it does not exist already.
- prepareExportFolder(File) - Method in class Mode
-
Create a fresh applet/application folder if the 'delete target folder'
pref has been set in the preferences.
- prepareGraphics(Graphics) - Static method in class Toolkit
-
Handles scaling for high-res displays, also sets text anti-aliasing
options to be far less ugly than the defaults.
- prepareRun() - Method in class Editor
-
Grab current contents of the sketch window, advance the console,
stop any other running sketches...
- presentMode() - Method in class PGL
-
- presentX - Variable in class PGL
-
- presentX() - Method in class PGL
-
- presentY - Variable in class PGL
-
- presentY() - Method in class PGL
-
- PRESS - Static variable in class KeyEvent
-
- PRESS - Static variable in class MouseEvent
-
- PREV_CHAR - Static variable in class InputHandler
-
- prev_char(boolean) - Constructor for class InputHandler.prev_char
-
- PREV_LINE - Static variable in class InputHandler
-
- prev_line(boolean) - Constructor for class InputHandler.prev_line
-
- PREV_PAGE - Static variable in class InputHandler
-
- prev_page(boolean) - Constructor for class InputHandler.prev_page
-
- PREV_WORD - Static variable in class InputHandler
-
- prev_word(boolean) - Constructor for class InputHandler.prev_word
-
- primaryPGL - Variable in class PGL
-
true if this is the GL interface for a primary surface PGraphics
- PRIMITIVE - Static variable in class PShape
-
A line, ellipse, arc, image, etc.
- print(byte) - Static method in class PApplet
-
( begin auto-generated from print.xml )
Writes to the console area of the Processing environment.
- print(boolean) - Static method in class PApplet
-
- print(char) - Static method in class PApplet
-
- print(int) - Static method in class PApplet
-
- print(long) - Static method in class PApplet
-
- print(float) - Static method in class PApplet
-
- print(double) - Static method in class PApplet
-
- print(String) - Static method in class PApplet
-
- print(Object...) - Static method in class PApplet
-
- print() - Method in class PMatrix2D
-
- print() - Method in class PMatrix3D
-
- print() - Method in class PShapeSVG
-
Prints out the SVG document.
- print() - Method in class DoubleDict
-
- print() - Method in class DoubleList
-
- print() - Method in class FloatDict
-
- print() - Method in class FloatList
-
- print() - Method in class IntDict
-
- print() - Method in class IntList
-
- print() - Method in class LongDict
-
- print() - Method in class LongList
-
- print() - Method in class StringDict
-
- print() - Method in class StringList
-
- print() - Method in class Table
-
- print() - Method in interface TableRow
-
- print() - Method in class XML
-
- printArray(Object) - Static method in class PApplet
-
( begin auto-generated from printArray.xml )
To come...
- printCamera() - Method in class PApplet
-
( begin auto-generated from printCamera.xml )
Prints the current camera matrix to the Console (the text window at the
bottom of Processing).
- printCamera() - Method in class PGraphics
-
( begin auto-generated from printCamera.xml )
Prints the current camera matrix to the Console (the text window at the
bottom of Processing).
- printCamera() - Method in class PGraphicsOpenGL
-
Print the current camera matrix.
- println() - Static method in class PApplet
-
( begin auto-generated from println.xml )
Writes to the text area of the Processing environment's console.
- println(byte) - Static method in class PApplet
-
- println(boolean) - Static method in class PApplet
-
- println(char) - Static method in class PApplet
-
- println(int) - Static method in class PApplet
-
- println(long) - Static method in class PApplet
-
- println(float) - Static method in class PApplet
-
- println(double) - Static method in class PApplet
-
- println(String) - Static method in class PApplet
-
- println(Object...) - Static method in class PApplet
-
- println(Object) - Static method in class PApplet
-
For arrays, use printArray() instead.
- printMatrix() - Method in class PGraphicsJava2D
-
- printMatrix() - Method in class PApplet
-
( begin auto-generated from printMatrix.xml )
Prints the current matrix to the Console (the text window at the bottom
of Processing).
- printMatrix() - Method in class PGraphics
-
( begin auto-generated from printMatrix.xml )
Prints the current matrix to the Console (the text window at the bottom
of Processing).
- printMatrix() - Method in class PGraphicsFX2D
-
- printMatrix() - Method in class PGraphicsOpenGL
-
Print the current model (or "transformation") matrix.
- printProjection() - Method in class PApplet
-
( begin auto-generated from printProjection.xml )
Prints the current projection matrix to the Console (the text window at
the bottom of Processing).
- printProjection() - Method in class PGraphics
-
( begin auto-generated from printProjection.xml )
Prints the current projection matrix to the Console (the text window at
the bottom of Processing).
- printProjection() - Method in class PGraphicsOpenGL
-
Print the current projection matrix.
- printStackTrace() - Method in exception SketchException
-
Nix the java.lang crap out of an exception message
because it scares the children.
- Problem - Interface in processing.app
-
- PROBLEM - Static variable in interface PConstants
-
- processCompositionText(AttributedCharacterIterator, int) - Method in class CompositionTextManager
-
Called when a user processing input characters and
select candidates from input method.
- ProcessHelper - Class in processing.app.exec
-
Class to handle calling Runtime.exec() and stuffing output and error streams
into Strings that can be dealt with more easily.
- ProcessHelper(String...) - Constructor for class ProcessHelper
-
- ProcessHelper(File, String...) - Constructor for class ProcessHelper
-
- processing.app - package processing.app
-
- processing.app.contrib - package processing.app.contrib
-
- processing.app.exec - package processing.app.exec
-
- processing.app.platform - package processing.app.platform
-
- processing.app.syntax - package processing.app.syntax
-
- processing.app.syntax.im - package processing.app.syntax.im
-
- processing.app.tools - package processing.app.tools
-
- processing.app.ui - package processing.app.ui
-
- processing.awt - package processing.awt
-
- processing.core - package processing.core
-
- processing.data - package processing.data
-
- processing.event - package processing.event
-
- processing.javafx - package processing.javafx
-
- processing.opengl - package processing.opengl
-
- processKeyEvent(KeyEvent) - Method in class JEditTextArea
-
- processLine(String) - Method in interface LineProcessor
-
- ProcessRegistry - Class in processing.app.exec
-
- ProcessRegistry() - Constructor for class ProcessRegistry
-
- ProcessResult - Class in processing.app.exec
-
- ProcessResult(String, int, String, String, long) - Constructor for class ProcessResult
-
- profile - Static variable in class PJOGL
-
- profile - Static variable in class PSurfaceJOGL
-
Selected GL profile
- PROJECT - Static variable in interface PConstants
-
- PROJECTION - Static variable in interface PConstants
-
- projection - Variable in class PGraphicsOpenGL
-
- projmodelview - Variable in class PGraphicsOpenGL
-
- propertiesFileName - Static variable in class Library
-
- PShader - Class in processing.opengl
-
This class encapsulates a GLSL shader program, including a vertex
and a fragment shader.
- PShader() - Constructor for class PShader
-
- PShader(PApplet) - Constructor for class PShader
-
- PShader(PApplet, String, String) - Constructor for class PShader
-
Creates a shader program using the specified vertex and fragment
shaders.
- PShader(PApplet, URL, URL) - Constructor for class PShader
-
- PShader(PApplet, String[], String[]) - Constructor for class PShader
-
- PShape - Class in processing.core
-
( begin auto-generated from PShape.xml )
Datatype for storing shapes.
- PShape() - Constructor for class PShape
-
- PShape(int) - Constructor for class PShape
-
- PShape(PGraphics, int) - Constructor for class PShape
-
- PShape(PGraphics, int, float...) - Constructor for class PShape
-
- PShapeJava2D - Class in processing.awt
-
Implements features for PShape that are specific to AWT and Java2D.
- PShapeJava2D(XML) - Constructor for class PShapeJava2D
-
- PShapeJava2D(PShapeSVG, XML, boolean) - Constructor for class PShapeJava2D
-
- PShapeOBJ - Class in processing.core
-
This class is not part of the Processing API and should not be used
directly.
- PShapeOBJ(PApplet, String) - Constructor for class PShapeOBJ
-
Initializes a new OBJ Object with the given filename.
- PShapeOBJ(PApplet, BufferedReader) - Constructor for class PShapeOBJ
-
- PShapeOBJ(PApplet, BufferedReader, String) - Constructor for class PShapeOBJ
-
- PShapeOpenGL - Class in processing.opengl
-
This class holds a 3D model composed of vertices, normals, colors
(per vertex) and texture coordinates (also per vertex).
- PShapeOpenGL(PGraphicsOpenGL, int) - Constructor for class PShapeOpenGL
-
- PShapeOpenGL(PGraphicsOpenGL, int, float...) - Constructor for class PShapeOpenGL
-
Create a shape from the PRIMITIVE family, using this kind and these params
- PShapeSVG - Class in processing.core
-
This class is not part of the Processing API and should not be used
directly.
- PShapeSVG(XML) - Constructor for class PShapeSVG
-
Initializes a new SVG object from the given XML object.
- PShapeSVG.Font - Class in processing.core
-
- PShapeSVG.FontGlyph - Class in processing.core
-
- PShapeSVG.Gradient - Class in processing.core
-
- PShapeSVG.LinearGradient - Class in processing.core
-
- PShapeSVG.LineOfText - Class in processing.core
-
- PShapeSVG.RadialGradient - Class in processing.core
-
- PShapeSVG.Text - Class in processing.core
-
- PStyle - Class in processing.core
-
- PStyle() - Constructor for class PStyle
-
- PSurface - Interface in processing.core
-
- PSurfaceAWT - Class in processing.awt
-
- PSurfaceAWT(PGraphics) - Constructor for class PSurfaceAWT
-
- PSurfaceAWT.SmoothCanvas - Class in processing.awt
-
- PSurfaceFX - Class in processing.javafx
-
- PSurfaceFX(PGraphicsFX2D) - Constructor for class PSurfaceFX
-
- PSurfaceFX.PApplicationFX - Class in processing.javafx
-
- PSurfaceJOGL - Class in processing.opengl
-
- PSurfaceJOGL(PGraphics) - Constructor for class PSurfaceJOGL
-
- PSurfaceNone - Class in processing.core
-
Surface that's not really visible.
- PSurfaceNone(PGraphics) - Constructor for class PSurfaceNone
-
- PSurfaceNone.AnimationThread - Class in processing.core
-
- push() - Method in class PApplet
-
( begin auto-generated from push.xml )
The push() function saves the current drawing style
settings and transformations, while pop() restores these
settings.
- push() - Method in class PGraphics
-
( begin auto-generated from push.xml )
The push() function saves the current drawing style
settings and transformations, while pop() restores these
settings.
- push(double) - Method in class DoubleList
-
Just an alias for append(), but matches pop()
- push(float) - Method in class FloatList
-
Just an alias for append(), but matches pop()
- push(int) - Method in class IntList
-
Just an alias for append(), but matches pop()
- push(int) - Method in class LongList
-
Just an alias for append(), but matches pop()
- push(String) - Method in class StringList
-
Just an alias for append(), but matches pop()
- pushMatrix() - Method in class PGraphicsJava2D
-
- pushMatrix() - Method in class PApplet
-
( begin auto-generated from pushMatrix.xml )
Pushes the current transformation matrix onto the matrix stack.
- pushMatrix() - Method in class PGraphics
-
( begin auto-generated from pushMatrix.xml )
Pushes the current transformation matrix onto the matrix stack.
- pushMatrix() - Method in class PGraphicsFX2D
-
- pushMatrix() - Method in class PGraphicsOpenGL
-
- pushProjection() - Method in class PGraphicsOpenGL
-
- pushStyle() - Method in class PApplet
-
( begin auto-generated from pushStyle.xml )
The pushStyle() function saves the current style settings and
popStyle() restores the prior settings.
- pushStyle() - Method in class PGraphics
-
( begin auto-generated from pushStyle.xml )
The pushStyle() function saves the current style settings and
popStyle() restores the prior settings.
- put(String, Object) - Method in class JSONObject
-
Put a key/value pair in the JSONObject.
- put(Texture) - Method in class Texture
-
- put(Texture, int, int, int, int) - Method in class Texture
-
- put(int, int, int, int, int, int) - Method in class Texture
-
- put(int, int, int, int, int, int, int, int, int, int) - Method in class Texture
-
- putenv(String) - Method in interface DefaultPlatform.CLibrary
-
- PVector - Class in processing.core
-
( begin auto-generated from PVector.xml )
A class to describe a two or three dimensional vector.
- PVector() - Constructor for class PVector
-
Constructor for an empty vector: x, y, and z are set to 0.
- PVector(float, float, float) - Constructor for class PVector
-
Constructor for a 3D vector.
- PVector(float, float) - Constructor for class PVector
-
Constructor for a 2D vector: z coordinate is set to 0.
- R - Static variable in class PGraphics
-
- r - Variable in class PShapeSVG.RadialGradient
-
- RAD_TO_DEG - Static variable in interface PConstants
-
- RadialGradient(PShapeSVG, XML) - Constructor for class PShapeSVG.RadialGradient
-
- radians(float) - Static method in class PApplet
-
( begin auto-generated from radians.xml )
Converts a degree measurement to its corresponding value in radians.
- RADIUS - Static variable in interface PConstants
-
Draw mode from the center, and using the radius
- random(float) - Method in class PApplet
-
- random(float, float) - Method in class PApplet
-
( begin auto-generated from random.xml )
Generates random numbers.
- random2D() - Static method in class PVector
-
( begin auto-generated from PVector_random2D.xml )
Make a new 2D unit vector with a random direction.
- random2D(PApplet) - Static method in class PVector
-
Make a new 2D unit vector with a random direction
using Processing's current random number generator
- random2D(PVector) - Static method in class PVector
-
Set a 2D vector to a random unit vector with a random direction
- random2D(PVector, PApplet) - Static method in class PVector
-
Make a new 2D unit vector with a random direction.
- random3D() - Static method in class PVector
-
( begin auto-generated from PVector_random3D.xml )
Make a new 3D unit vector with a random direction.
- random3D(PApplet) - Static method in class PVector
-
Make a new 3D unit vector with a random direction
using Processing's current random number generator
- random3D(PVector) - Static method in class PVector
-
Set a 3D vector to a random unit vector with a random direction
- random3D(PVector, PApplet) - Static method in class PVector
-
Make a new 3D unit vector with a random direction
- randomGaussian() - Method in class PApplet
-
( begin auto-generated from randomGaussian.xml )
Returns a float from a random series of numbers having a mean of 0
and standard deviation of 1.
- randomSeed(long) - Method in class PApplet
-
( begin auto-generated from randomSeed.xml )
Sets the seed value for random().
- READ_FRAMEBUFFER - Static variable in class PGL
-
- READ_ONLY - Static variable in class PGL
-
- READ_WRITE - Static variable in class PGL
-
- readBuffer(int) - Method in class PGL
-
- readBuffer(int) - Method in class PJOGL
-
- readBufferSupported - Static variable in class PGraphicsOpenGL
-
- readPixels() - Method in class FrameBuffer
-
- readPixels(int, int, int, int, int, int, Buffer) - Method in class PGL
-
- readPixels(int, int, int, int, int, int, long) - Method in class PGL
-
- readSettings(File) - Static method in class Util
-
Read from a file with a bunch of attribute/value pairs
that are separated by = and ignore comments with #.
- readSettings(String, String[]) - Static method in class Util
-
Parse a String array that contains attribute/value pairs separated
by = (the equals sign).
- rebuild() - Method in class EditorHeader
-
Called when a new sketch is opened.
- rebuild() - Method in class EditorToolbar
-
- rebuildExamplesFrame() - Method in class Mode
-
- rebuildHeader() - Method in class Editor
-
- rebuildImportMenu() - Method in class Mode
-
- rebuildLibraryList() - Method in class Mode
-
- rebuildMenu() - Method in class EditorHeader
-
- rebuildModePopup() - Method in class Editor
-
- rebuildSketchbookFrame() - Method in class Mode
-
Sketchbook has changed, update it on next viewing.
- rebuildToolbar() - Method in class Editor
-
- rebuildToolList() - Method in class Base
-
- recalculateVisibleLines() - Method in class JEditTextArea
-
Recalculates the number of visible lines.
- Recent - Class in processing.app.ui
-
- Recent() - Constructor for class Recent
-
- recorder - Variable in class PApplet
-
A leech graphics object that is echoing all events.
- rect(float, float, float, float) - Method in class PApplet
-
( begin auto-generated from rect.xml )
Draws a rectangle to the screen.
- rect(float, float, float, float, float) - Method in class PApplet
-
- rect(float, float, float, float, float, float, float, float) - Method in class PApplet
-
- RECT - Static variable in interface PConstants
-
- rect(float, float, float, float) - Method in class PGraphics
-
( begin auto-generated from rect.xml )
Draws a rectangle to the screen.
- rect(float, float, float, float, float) - Method in class PGraphics
-
- rect(float, float, float, float, float, float, float, float) - Method in class PGraphics
-
- rectMode(int) - Method in class PApplet
-
( begin auto-generated from rectMode.xml )
Modifies the location from which rectangles draw.
- rectMode - Variable in class PGraphics
-
The current rect mode (read-only)
- rectMode(int) - Method in class PGraphics
-
( begin auto-generated from rectMode.xml )
Modifies the location from which rectangles draw.
- rectMode - Variable in class PStyle
-
- red(int) - Method in class PApplet
-
( begin auto-generated from red.xml )
Extracts the red value from a color, scaled to match current
colorMode().
- red(int) - Method in class PGraphics
-
( begin auto-generated from red.xml )
Extracts the red value from a color, scaled to match current
colorMode().
- RED_MASK - Static variable in class PImage
-
- redraw() - Method in class PApplet
-
( begin auto-generated from redraw.xml )
Executes the code within draw() one time.
- refreshContribs(ContributionType) - Method in class Base
-
- regionMatches(boolean, Segment, int, char[]) - Static method in class KeywordMap
-
Checks if a subregion of a Segment
is equal to a
character array.
- registerMethod(String, Object) - Method in class PApplet
-
Register a built-in event so that it can be fired for libraries, etc.
- registerWindowCloseKeys(JRootPane, ActionListener) - Static method in class Toolkit
-
Registers key events for a Ctrl-W and ESC with an ActionListener
that will take care of disposing the window.
- RELEASE - Static variable in class KeyEvent
-
- RELEASE - Static variable in class MouseEvent
-
- releaseShaderCompiler() - Method in class PGL
-
- releaseShaderCompiler() - Method in class PJOGL
-
- reload() - Method in class Sketch
-
Reload the current sketch.
- remove(Editor) - Static method in class Recent
-
- remove(String) - Method in class DoubleDict
-
- remove(int) - Method in class DoubleList
-
Remove an element from the specified index.
- remove(String) - Method in class FloatDict
-
- remove(int) - Method in class FloatList
-
Remove an element from the specified index.
- remove(String) - Method in class IntDict
-
- remove(int) - Method in class IntList
-
Remove an element from the specified index
- remove(int) - Method in class JSONArray
-
Remove an index and close the hole.
- remove(String) - Method in class JSONObject
-
Remove a name and its value, if present.
- remove(String) - Method in class LongDict
-
- remove(int) - Method in class LongList
-
Remove an element from the specified index
- remove(String) - Method in class StringDict
-
- remove(int) - Method in class StringList
-
Remove an element from the specified index.
- removeAllKeyBindings() - Method in class DefaultInputHandler
-
Removes all key bindings from this input handler.
- removeAllKeyBindings() - Method in class InputHandler
-
Removes all key bindings from this input handler.
- removeCache(PImage) - Method in class PGraphics
-
Remove information associated with this renderer from the cache, if any.
- removeCache(PImage) - Method in class PGraphicsOpenGL
-
- removeCaretListener(CaretListener) - Method in class JEditTextArea
-
Removes a caret change listener from this text area.
- removeChild(int) - Method in class PShape
-
Remove the child shape with index idx.
- removeChild(XML) - Method in class XML
-
- removeChild(int) - Method in class PShapeOpenGL
-
- removeCode(SketchCode) - Method in class Sketch
-
Remove a SketchCode from the list of files without deleting its file.
- removeColumn(String) - Method in class Table
-
- removeColumn(int) - Method in class Table
-
- removeDir(File) - Static method in class Util
-
Remove all files in a directory and the directory itself.
- removeDir(File, boolean) - Static method in class Util
-
Remove all files in a directory and the directory itself.
- removeImportMenu(JMenu) - Method in class Mode
-
Rather than re-building the library menu for every open sketch (very slow
and prone to bugs when updating libs, particularly with the contribs mgr),
share a single instance across all windows.
- removeIndex(int) - Method in class DoubleDict
-
- removeIndex(int) - Method in class FloatDict
-
- removeIndex(int) - Method in class IntDict
-
- removeIndex(int) - Method in class LongDict
-
- removeIndex(int) - Method in class StringDict
-
- removeKeyBinding(String) - Method in class DefaultInputHandler
-
Removes a key binding from this input handler.
- removeKeyBinding(String) - Method in class InputHandler
-
Removes a key binding from this input handler.
- removeNotify() - Method in class JEditTextArea
-
Called by the AWT when this component is removed from it's parent.
- removeNotify() - Method in class Editor
-
- removeRow(int) - Method in class Table
-
- removeTitleRow() - Method in class Table
-
Deprecated.
- removeTokens(String) - Method in class Table
-
Remove any of the specified characters from the entire table.
- removeTokens(String, int) - Method in class Table
-
Removed any of the specified characters from a column.
- removeTokens(String, String) - Method in class Table
-
- removeToolbarRecentMenu() - Method in class Mode
-
- removeToolContrib(ToolContribution) - Method in class Base
-
- removeUpdate(DocumentEvent) - Method in class ColorChooser.ColorListener
-
- removeValue(int) - Method in class DoubleList
-
- removeValue(int) - Method in class FloatList
-
- removeValue(int) - Method in class IntList
-
- removeValue(int) - Method in class LongList
-
- removeValue(String) - Method in class StringList
-
- removeValues(int) - Method in class DoubleList
-
- removeValues(int) - Method in class FloatList
-
- removeValues(int) - Method in class IntList
-
- removeValues(int) - Method in class LongList
-
- removeValues(String) - Method in class StringList
-
- rename(Editor, String) - Static method in class Recent
-
- RENDERBUFFER - Static variable in class PGL
-
- RENDERBUFFER_ALPHA_SIZE - Static variable in class PGL
-
- RENDERBUFFER_BLUE_SIZE - Static variable in class PGL
-
- RENDERBUFFER_DEPTH_SIZE - Static variable in class PGL
-
- RENDERBUFFER_GREEN_SIZE - Static variable in class PGL
-
- RENDERBUFFER_HEIGHT - Static variable in class PGL
-
- RENDERBUFFER_INTERNAL_FORMAT - Static variable in class PGL
-
- RENDERBUFFER_RED_SIZE - Static variable in class PGL
-
- RENDERBUFFER_STENCIL_SIZE - Static variable in class PGL
-
- RENDERBUFFER_WIDTH - Static variable in class PGL
-
- renderbufferStorage(int, int, int, int) - Method in class PGL
-
- renderbufferStorage(int, int, int, int) - Method in class PJOGL
-
- renderbufferStorageMultisample(int, int, int, int, int) - Method in class PGL
-
- renderbufferStorageMultisample(int, int, int, int, int) - Method in class PJOGL
-
- RENDERER - Static variable in class PGL
-
- repaint() - Method in class MarkerColumn
-
- repaintErrorBar() - Method in class Editor
-
- repaintHeader() - Method in class Editor
-
- REPEAT - Static variable in class InputHandler
-
- repeat() - Constructor for class InputHandler.repeat
-
- REPEAT - Static variable in interface PConstants
-
textures wrap around when uv values go outside 0..1 range
- REPEAT - Static variable in class PGL
-
- replace(boolean) - Method in class FindReplace
-
Replace the current selection with whatever's in the
replacement text field.
- replace() - Method in class FindReplace
-
Replace the current selection with whatever's in the
replacement text field, marking the action as a compound edit.
- REPLACE - Static variable in interface PConstants
-
- replace(String, String) - Method in class Table
-
Replace a String with another.
- replace(String, String, int) - Method in class Table
-
- replace(String, String, String) - Method in class Table
-
- REPLACE - Static variable in class PGL
-
- replaceAll() - Method in class FindReplace
-
Replace everything that matches by doing find and replace
alternately until nothing more found.
- replaceAll(String, String) - Method in class Table
-
- replaceAll(String, String, int) - Method in class Table
-
- replaceAll(String, String, String) - Method in class Table
-
Run String.replaceAll() on all entries in a column.
- replaceAndFindNext() - Method in class FindReplace
-
Replace the current selection with whatever's in the
replacement text field, and then find the next match
- replaceValue(double, double) - Method in class DoubleList
-
Replace the first instance of a particular value
- replaceValue(float, float) - Method in class FloatList
-
Replace the first instance of a particular value
- replaceValue(String, String) - Method in class StringList
-
- replaceValues(double, double) - Method in class DoubleList
-
Replace all instances of a particular value
- replaceValues(float, float) - Method in class FloatList
-
Replace all instances of a particular value
- replaceValues(String, String) - Method in class StringList
-
- reqNumSamples - Variable in class PGL
-
- REQUESTED_ALPHA_BITS - Static variable in class PGL
-
- REQUESTED_DEPTH_BITS - Static variable in class PGL
-
- REQUESTED_STENCIL_BITS - Static variable in class PGL
-
- requestFBOLayer() - Method in class PGL
-
Deprecated.
- requestFocus() - Method in class PSurfaceJOGL
-
- requestImage(String) - Method in class PApplet
-
- requestImage(String, String) - Method in class PApplet
-
( begin auto-generated from requestImage.xml )
This function load images on a separate thread so that your sketch does
not freeze while images load during setup().
- requireExampleCompatibility() - Method in class Mode
-
Require examples to explicitly state that they're compatible with this
Mode before they're included.
- reset() - Method in interface PMatrix
-
Make this an identity matrix.
- reset() - Method in class PMatrix2D
-
- reset() - Method in class PMatrix3D
-
- reset() - Method in class LinePath
-
Resets the path to empty.
- resetFBOLayer() - Method in class PGL
-
- resetMatrix() - Method in class PGraphicsJava2D
-
- resetMatrix() - Method in class PApplet
-
( begin auto-generated from resetMatrix.xml )
Replaces the current matrix with the identity matrix.
- resetMatrix() - Method in class PGraphics
-
( begin auto-generated from resetMatrix.xml )
Replaces the current matrix with the identity matrix.
- resetMatrix() - Method in class PShape
-
( begin auto-generated from PShape_resetMatrix.xml )
Replaces the current matrix of a shape with the identity matrix.
- resetMatrix() - Method in class PGraphicsFX2D
-
- resetMatrix() - Method in class PGraphicsOpenGL
-
- resetMatrix() - Method in class PShapeOpenGL
-
- resetProjection() - Method in class PGraphicsOpenGL
-
- resetShader() - Method in class PApplet
-
( begin auto-generated from resetShader.xml )
This is a new reference entry for Processing 2.0.
- resetShader(int) - Method in class PApplet
-
- resetShader() - Method in class PGraphics
-
( begin auto-generated from resetShader.xml )
This is a new reference entry for Processing 2.0.
- resetShader(int) - Method in class PGraphics
-
- resetShader() - Method in class PGraphicsOpenGL
-
- resetShader(int) - Method in class PGraphicsOpenGL
-
- resize(int, int) - Method in class PImage
-
( begin auto-generated from PImage_resize.xml )
Resize the image to a new width and height.
- resize(int) - Method in class DoubleDict
-
Resize the internal data, this can only be used to shrink the list.
- resize(int) - Method in class DoubleList
-
- resize(int) - Method in class FloatDict
-
Resize the internal data, this can only be used to shrink the list.
- resize(int) - Method in class FloatList
-
- resize(int) - Method in class IntDict
-
Resize the internal data, this can only be used to shrink the list.
- resize(int) - Method in class IntList
-
- resize(int) - Method in class LongDict
-
Resize the internal data, this can only be used to shrink the list.
- resize(int) - Method in class LongList
-
- resize(int) - Method in class StringDict
-
Resize the internal data, this can only be used to shrink the list.
- resize(int) - Method in class StringList
-
- resize(int, int) - Method in class PGraphicsOpenGL
-
- resize(int, int) - Method in class Texture
-
- RESTART_FLAG - Static variable in class LocalContribution
-
- resume() - Method in class PApplet
-
Sketch has resumed.
- resumeThread() - Method in interface PSurface
-
- resumeThread() - Method in class PSurfaceNone
-
- resumeThread() - Method in class PSurfaceFX
-
- resumeThread() - Method in class PSurfaceJOGL
-
- RETURN - Static variable in interface PConstants
-
- reverse(boolean[]) - Static method in class PApplet
-
( begin auto-generated from reverse.xml )
Reverses the order of an array.
- reverse(byte[]) - Static method in class PApplet
-
- reverse(char[]) - Static method in class PApplet
-
- reverse(int[]) - Static method in class PApplet
-
- reverse(float[]) - Static method in class PApplet
-
- reverse(String[]) - Static method in class PApplet
-
- reverse(Object) - Static method in class PApplet
-
- reverse() - Method in class DoubleList
-
- reverse() - Method in class FloatList
-
- reverse() - Method in class IntList
-
- reverse() - Method in class LongList
-
- reverse() - Method in class StringList
-
- RGB - Static variable in interface PConstants
-
- RGB - Static variable in class PGL
-
- RGB565 - Static variable in class PGL
-
- RGB5_A1 - Static variable in class PGL
-
- RGB8 - Static variable in class PGL
-
- RGBA - Static variable in class PGL
-
- RGBA4 - Static variable in class PGL
-
- RGBA8 - Static variable in class PGL
-
- RIGHT - Static variable in interface PConstants
-
- RIGHT_GUTTER - Static variable in class Editor
-
- rotate(float) - Method in class PGraphicsJava2D
-
- rotate(float, float, float, float) - Method in class PGraphicsJava2D
-
- rotate(float) - Method in class PApplet
-
( begin auto-generated from rotate.xml )
Rotates a shape the amount specified by the angle parameter.
- rotate(float, float, float, float) - Method in class PApplet
-
Advanced
- rotate(float) - Method in class PGraphics
-
( begin auto-generated from rotate.xml )
Rotates a shape the amount specified by the angle parameter.
- rotate(float, float, float, float) - Method in class PGraphics
-
Advanced
- rotate(float) - Method in interface PMatrix
-
- rotate(float, float, float, float) - Method in interface PMatrix
-
- rotate(float) - Method in class PMatrix2D
-
- rotate(float, float, float, float) - Method in class PMatrix2D
-
Unavailable in 2D.
- rotate(float) - Method in class PMatrix3D
-
- rotate(float, float, float, float) - Method in class PMatrix3D
-
- rotate(float) - Method in class PShape
-
( begin auto-generated from PShape_rotate.xml )
Rotates a shape the amount specified by the angle parameter.
- rotate(float, float, float, float) - Method in class PShape
-
- rotate(float) - Method in class PVector
-
( begin auto-generated from PVector_rotate.xml )
Rotate the vector by an angle (only 2D vectors), magnitude remains the same
( end auto-generated )
- rotate(float) - Method in class PGraphicsFX2D
-
- rotate(float, float, float, float) - Method in class PGraphicsFX2D
-
- rotate(float, float, float, float) - Method in class PGraphics2D
-
- rotate(float) - Method in class PGraphicsOpenGL
-
Two dimensional rotation.
- rotate(float, float, float, float) - Method in class PGraphicsOpenGL
-
Rotate around an arbitrary vector, similar to glRotate(), except that it
takes radians (instead of degrees).
- rotate(float) - Method in class PShapeOpenGL
-
- rotate(float, float, float, float) - Method in class PShapeOpenGL
-
- rotateX(float) - Method in class PGraphicsJava2D
-
- rotateX(float) - Method in class PApplet
-
( begin auto-generated from rotateX.xml )
Rotates a shape around the x-axis the amount specified by the
angle parameter.
- rotateX(float) - Method in class PGraphics
-
( begin auto-generated from rotateX.xml )
Rotates a shape around the x-axis the amount specified by the
angle parameter.
- rotateX(float) - Method in interface PMatrix
-
- rotateX(float) - Method in class PMatrix2D
-
Unavailable in 2D.
- rotateX(float) - Method in class PMatrix3D
-
- rotateX(float) - Method in class PShape
-
( begin auto-generated from PShape_rotateX.xml )
Rotates a shape around the x-axis the amount specified by the
angle parameter.
- rotateX(float) - Method in class PGraphicsFX2D
-
- rotateX(float) - Method in class PGraphics2D
-
- rotateX(float) - Method in class PGraphicsOpenGL
-
- rotateX(float) - Method in class PShapeOpenGL
-
- rotateY(float) - Method in class PGraphicsJava2D
-
- rotateY(float) - Method in class PApplet
-
( begin auto-generated from rotateY.xml )
Rotates a shape around the y-axis the amount specified by the
angle parameter.
- rotateY(float) - Method in class PGraphics
-
( begin auto-generated from rotateY.xml )
Rotates a shape around the y-axis the amount specified by the
angle parameter.
- rotateY(float) - Method in interface PMatrix
-
- rotateY(float) - Method in class PMatrix2D
-
Unavailable in 2D.
- rotateY(float) - Method in class PMatrix3D
-
- rotateY(float) - Method in class PShape
-
( begin auto-generated from PShape_rotateY.xml )
Rotates a shape around the y-axis the amount specified by the
angle parameter.
- rotateY(float) - Method in class PGraphicsFX2D
-
- rotateY(float) - Method in class PGraphics2D
-
- rotateY(float) - Method in class PGraphicsOpenGL
-
- rotateY(float) - Method in class PShapeOpenGL
-
- rotateZ(float) - Method in class PGraphicsJava2D
-
- rotateZ(float) - Method in class PApplet
-
( begin auto-generated from rotateZ.xml )
Rotates a shape around the z-axis the amount specified by the
angle parameter.
- rotateZ(float) - Method in class PGraphics
-
( begin auto-generated from rotateZ.xml )
Rotates a shape around the z-axis the amount specified by the
angle parameter.
- rotateZ(float) - Method in interface PMatrix
-
- rotateZ(float) - Method in class PMatrix2D
-
- rotateZ(float) - Method in class PMatrix3D
-
- rotateZ(float) - Method in class PShape
-
( begin auto-generated from PShape_rotateZ.xml )
Rotates a shape around the z-axis the amount specified by the
angle parameter.
- rotateZ(float) - Method in class PGraphicsFX2D
-
- rotateZ(float) - Method in class PGraphics2D
-
- rotateZ(float) - Method in class PGraphicsOpenGL
-
- rotateZ(float) - Method in class PShapeOpenGL
-
- round(float) - Static method in class PApplet
-
( begin auto-generated from round.xml )
Calculates the integer closest to the value parameter.
- ROUND - Static variable in interface PConstants
-
- rows - Variable in class TextAreaDefaults
-
- rows() - Method in class Table
-
Note that this one iterator instance is shared by any calls to iterate
the rows of this table.
- rows(int[]) - Method in class Table
-
- run() - Method in class ToolContribution
-
- run() - Method in class StreamPump
-
- run() - Method in class StreamRedirectThread
-
Copy.
- run() - Method in class SystemOutSiphon
-
- run() - Method in class Archiver
-
- run() - Method in class ColorSelector
-
- run() - Method in class CreateFont
-
- run() - Method in class InstallCommander
-
- run() - Method in interface Tool
-
- run() - Method in class PSurfaceNone.AnimationThread
-
Main method for the primary animation thread.
- run() - Method in class Sort
-
- RunnerListener - Interface in processing.app
-
- RunnerListenerEdtAdapter - Class in processing.app
-
- RunnerListenerEdtAdapter(RunnerListener) - Constructor for class RunnerListenerEdtAdapter
-
- runSketch(String[], PApplet) - Static method in class PApplet
-
- SA - Static variable in class PGraphics
-
- SAMPLE_ALPHA_TO_COVERAGE - Static variable in class PGL
-
- SAMPLE_COVERAGE - Static variable in class PGL
-
- sampleCoverage(float, boolean) - Method in class PGL
-
- sampleCoverage(float, boolean) - Method in class PJOGL
-
- SAMPLER_2D - Static variable in class PGL
-
- SAMPLER_CUBE - Static variable in class PGL
-
- SAMPLES - Static variable in class PGL
-
- sampling - Variable in class Texture.Parameters
-
Texture filtering (POINT, LINEAR, BILINEAR or TRILINEAR).
- sanitizeName(String) - Static method in class Sketch
-
Produce a sanitized name that fits our standards for likely to work.
- saturation(int) - Method in class PApplet
-
( begin auto-generated from saturation.xml )
Extracts the saturation value from a color.
- saturation(int) - Method in class PGraphics
-
( begin auto-generated from saturation.xml )
Extracts the saturation value from a color.
- save() - Static method in class Preferences
-
- save() - Method in class Settings
-
- save() - Method in class Sketch
-
Save all code in the current sketch.
- save() - Method in class SketchCode
-
Save this piece of code, regardless of whether the modified
flag is set or not.
- save(String) - Method in class PApplet
-
( begin auto-generated from save.xml )
Saves an image from the display window.
- save(OutputStream) - Method in class PFont
-
Write this PFont to an OutputStream.
- save(String) - Method in class PGraphics
-
- save(String) - Method in class PImage
-
( begin auto-generated from PImage_save.xml )
Saves the image into a file.
- save(File) - Method in class DoubleDict
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class DoubleList
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class FloatDict
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class FloatList
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class IntDict
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class IntList
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File, String) - Method in class JSONArray
-
- save(File, String) - Method in class JSONObject
-
- save(File) - Method in class LongDict
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class LongList
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class StringDict
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File) - Method in class StringList
-
Save tab-delimited entries to a file (TSV format, UTF-8 encoding)
- save(File, String) - Method in class Table
-
- save(OutputStream, String) - Method in class Table
-
- save(File) - Method in class XML
-
- save(File, String) - Method in class XML
-
- save(String) - Method in class PGraphicsOpenGL
-
- saveAs() - Method in class Sketch
-
Handles 'Save As' for a sketch.
- saveAs(File) - Method in class SketchCode
-
Save this file to another location, used by Sketch.saveAs()
- saveBytes(String, byte[]) - Method in class PApplet
-
( begin auto-generated from saveBytes.xml )
Opposite of loadBytes(), will write an entire array of bytes to a
file.
- saveBytes(File, byte[]) - Static method in class PApplet
-
- saveBytes(OutputStream, byte[]) - Static method in class PApplet
-
- saveFile(String, File) - Static method in class Util
-
Spew the contents of a String object out to a file.
- saveFile(String) - Method in class PApplet
-
Identical to savePath(), but returns a File object.
- saveFrame() - Method in class PApplet
-
- saveFrame(String) - Method in class PApplet
-
( begin auto-generated from saveFrame.xml )
Saves a numbered sequence of images, one image each time the function is
run.
- saveImpl(String) - Method in class PGraphicsOpenGL
-
- saveJSONArray(JSONArray, String) - Method in class PApplet
-
- saveJSONArray(JSONArray, String, String) - Method in class PApplet
-
- saveJSONObject(JSONObject, String) - Method in class PApplet
-
- saveJSONObject(JSONObject, String, String) - Method in class PApplet
-
- saveLanguage(String) - Static method in class Language
-
Save the language directly to a settings file.
- saveLanguage(String) - Method in class DefaultPlatform
-
Handle any platform-specific languages saving.
- saveLanguage(String) - Method in class MacPlatform
-
- saveLanguage(String) - Static method in class Platform
-
- savePath(String) - Method in class PApplet
-
Returns a path inside the applet folder to save to.
- saveStream(String, String) - Method in class PApplet
-
( begin auto-generated from saveStream.xml )
Save the contents of a stream to a file in the sketch folder.
- saveStream(File, String) - Method in class PApplet
-
Identical to the other saveStream(), but writes to a File
object, for greater control over the file location.
- saveStream(String, InputStream) - Method in class PApplet
-
- saveStream(File, InputStream) - Static method in class PApplet
-
- saveStream(OutputStream, InputStream) - Static method in class PApplet
-
- saveStrings(String, String[]) - Method in class PApplet
-
( begin auto-generated from saveStrings.xml )
Writes an array of strings to a file, one line per string.
- saveStrings(File, String[]) - Static method in class PApplet
-
- saveStrings(OutputStream, String[]) - Static method in class PApplet
-
- saveTable(Table, String) - Method in class PApplet
-
- saveTable(Table, String, String) - Method in class PApplet
-
- saveXML(XML, String) - Method in class PApplet
-
- saveXML(XML, String, String) - Method in class PApplet
-
- SB - Static variable in class PGraphics
-
- scale(float) - Method in class PGraphicsJava2D
-
- scale(float, float) - Method in class PGraphicsJava2D
-
- scale(float, float, float) - Method in class PGraphicsJava2D
-
- scale(float) - Method in class PApplet
-
( begin auto-generated from scale.xml )
Increases or decreases the size of a shape by expanding and contracting
vertices.
- scale(float, float) - Method in class PApplet
-
Advanced
- scale(float, float, float) - Method in class PApplet
-
- scale(float) - Method in class PGraphics
-
( begin auto-generated from scale.xml )
Increases or decreases the size of a shape by expanding and contracting
vertices.
- scale(float, float) - Method in class PGraphics
-
Advanced
- scale(float, float, float) - Method in class PGraphics
-
- scale(float) - Method in interface PMatrix
-
- scale(float, float) - Method in interface PMatrix
-
- scale(float, float, float) - Method in interface PMatrix
-
- scale(float) - Method in class PMatrix2D
-
- scale(float, float) - Method in class PMatrix2D
-
- scale(float, float, float) - Method in class PMatrix2D
-
Unavailable in 2D.
- scale(float) - Method in class PMatrix3D
-
- scale(float, float) - Method in class PMatrix3D
-
- scale(float, float, float) - Method in class PMatrix3D
-
- scale(float) - Method in class PShape
-
( begin auto-generated from PShape_scale.xml )
Increases or decreases the size of a shape by expanding and contracting
vertices.
- scale(float, float) - Method in class PShape
-
- scale(float, float, float) - Method in class PShape
-
- scale(float) - Method in class PGraphicsFX2D
-
- scale(float, float) - Method in class PGraphicsFX2D
-
- scale(float, float, float) - Method in class PGraphicsFX2D
-
- scale(float, float, float) - Method in class PGraphics2D
-
- scale(float) - Method in class PGraphicsOpenGL
-
Same as scale(s, s, s).
- scale(float, float) - Method in class PGraphicsOpenGL
-
Same as scale(sx, sy, 1).
- scale(float, float, float) - Method in class PGraphicsOpenGL
-
Scale in three dimensions.
- scale(float) - Method in class PShapeOpenGL
-
- scale(float, float) - Method in class PShapeOpenGL
-
- scale(float, float, float) - Method in class PShapeOpenGL
-
- scissor(int, int, int, int) - Method in class PGL
-
- scissor(int, int, int, int) - Method in class PJOGL
-
- SCISSOR_TEST - Static variable in class PGL
-
- SCREEN - Static variable in interface PConstants
-
- screenX(float, float) - Method in class PGraphicsJava2D
-
- screenX(float, float, float) - Method in class PGraphicsJava2D
-
- screenX(float, float) - Method in class PApplet
-
( begin auto-generated from screenX.xml )
Takes a three-dimensional X, Y, Z position and returns the X value for
where it will appear on a (two-dimensional) screen.
- screenX(float, float, float) - Method in class PApplet
-
- screenX(float, float) - Method in class PGraphics
-
( begin auto-generated from screenX.xml )
Takes a three-dimensional X, Y, Z position and returns the X value for
where it will appear on a (two-dimensional) screen.
- screenX(float, float, float) - Method in class PGraphics
-
- screenX(float, float) - Method in class PGraphicsFX2D
-
- screenX(float, float, float) - Method in class PGraphicsFX2D
-
- screenX(float, float, float) - Method in class PGraphics2D
-
- screenX(float, float) - Method in class PGraphicsOpenGL
-
- screenX(float, float, float) - Method in class PGraphicsOpenGL
-
- screenY(float, float) - Method in class PGraphicsJava2D
-
- screenY(float, float, float) - Method in class PGraphicsJava2D
-
- screenY(float, float) - Method in class PApplet
-
( begin auto-generated from screenY.xml )
Takes a three-dimensional X, Y, Z position and returns the Y value for
where it will appear on a (two-dimensional) screen.
- screenY(float, float, float) - Method in class PApplet
-
- screenY(float, float) - Method in class PGraphics
-
( begin auto-generated from screenY.xml )
Takes a three-dimensional X, Y, Z position and returns the Y value for
where it will appear on a (two-dimensional) screen.
- screenY(float, float, float) - Method in class PGraphics
-
- screenY(float, float) - Method in class PGraphicsFX2D
-
- screenY(float, float, float) - Method in class PGraphicsFX2D
-
- screenY(float, float, float) - Method in class PGraphics2D
-
- screenY(float, float) - Method in class PGraphicsOpenGL
-
- screenY(float, float, float) - Method in class PGraphicsOpenGL
-
- screenZ(float, float, float) - Method in class PGraphicsJava2D
-
- screenZ(float, float, float) - Method in class PApplet
-
( begin auto-generated from screenZ.xml )
Takes a three-dimensional X, Y, Z position and returns the Z value for
where it will appear on a (two-dimensional) screen.
- screenZ(float, float, float) - Method in class PGraphics
-
( begin auto-generated from screenZ.xml )
Takes a three-dimensional X, Y, Z position and returns the Z value for
where it will appear on a (two-dimensional) screen.
- screenZ(float, float, float) - Method in class PGraphicsFX2D
-
- screenZ(float, float, float) - Method in class PGraphics2D
-
- screenZ(float, float, float) - Method in class PGraphicsOpenGL
-
- scrollTo(int, int) - Method in class JEditTextArea
-
Ensures that the specified line and offset is visible by scrolling
the text area if necessary.
- scrollToCaret() - Method in class JEditTextArea
-
Ensures that the caret is visible by scrolling the text area if
necessary.
- second() - Static method in class PApplet
-
( begin auto-generated from second.xml )
Processing communicates with the clock on your computer.
- SEG_CLOSE - Static variable in class LinePath
-
Closes segment at current position.
- SEG_LINETO - Static variable in class LinePath
-
Extends segment by adding a line to a given position.
- SEG_MOVETO - Static variable in class LinePath
-
Starts segment at a given position.
- select(int, int) - Method in class JEditTextArea
-
Selects from the start offset to the end offset.
- SELECT_DOC_END - Static variable in class InputHandler
-
- SELECT_DOC_HOME - Static variable in class InputHandler
-
- SELECT_END - Static variable in class InputHandler
-
- SELECT_HOME - Static variable in class InputHandler
-
- SELECT_NEXT_CHAR - Static variable in class InputHandler
-
- SELECT_NEXT_LINE - Static variable in class InputHandler
-
- SELECT_NEXT_PAGE - Static variable in class InputHandler
-
- SELECT_NEXT_WORD - Static variable in class InputHandler
-
- SELECT_PREV_CHAR - Static variable in class InputHandler
-
- SELECT_PREV_LINE - Static variable in class InputHandler
-
- SELECT_PREV_PAGE - Static variable in class InputHandler
-
- SELECT_PREV_WORD - Static variable in class InputHandler
-
- selectAll() - Method in class JEditTextArea
-
Selects all text in the document.
- selectFolder(String, String) - Method in class PApplet
-
See selectInput() for details.
- selectFolder(String, String, File) - Method in class PApplet
-
- selectFolder(String, String, File, Object) - Method in class PApplet
-
- selectFolder(String, String, File, Object, Frame) - Static method in class PApplet
-
- selectFolder(String, String, File, Object, Frame, PApplet) - Static method in class PApplet
-
- selectInput(String, String) - Method in class PApplet
-
Open a platform-specific file chooser dialog to select a file for input.
- selectInput(String, String, File) - Method in class PApplet
-
- selectInput(String, String, File, Object) - Method in class PApplet
-
- selectInput(String, String, File, Object, Frame, PApplet) - Static method in class PApplet
-
- selectInput(String, String, File, Object, Frame) - Static method in class PApplet
-
- selectionColor - Variable in class TextAreaDefaults
-
- selectNone() - Method in class JEditTextArea
-
Moves the mark to the caret position.
- selectOutput(String, String) - Method in class PApplet
-
See selectInput() for details.
- selectOutput(String, String, File) - Method in class PApplet
-
- selectOutput(String, String, File, Object) - Method in class PApplet
-
- selectOutput(String, String, File, Object, Frame) - Static method in class PApplet
-
- selectOutput(String, String, File, Object, Frame, PApplet) - Static method in class PApplet
-
- set(String, String) - Static method in class Preferences
-
- set(String, String) - Method in class Settings
-
- set(int, int, int) - Method in class PGraphicsJava2D
-
- set(int, int, int) - Method in class PApplet
-
( begin auto-generated from PImage_set.xml )
Changes the color of any pixel or writes an image directly into the
display window.
The x and y parameters specify the pixel to change and the
color parameter specifies the color value.
- set(int, int, PImage) - Method in class PApplet
-
Advanced
- set(int, int, int) - Method in class PImage
-
( begin auto-generated from PImage_set.xml )
Changes the color of any pixel or writes an image directly into the
display window.
The x and y parameters specify the pixel to change and the
color parameter specifies the color value.
- set(int, int, PImage) - Method in class PImage
-
Advanced
- set(PMatrix) - Method in interface PMatrix
-
Make this matrix become a copy of src.
- set(float[]) - Method in interface PMatrix
-
Set the contents of this matrix to the contents of source.
- set(float, float, float, float, float, float) - Method in interface PMatrix
-
Set the matrix content to this 2D matrix or its 3D equivalent.
- set(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface PMatrix
-
Set the matrix content to the 3D matrix supplied, if this matrix is 3D.
- set(PMatrix) - Method in class PMatrix2D
-
If matrix is a PMatrix2D, sets this matrix to be a copy of it.
- set(PMatrix3D) - Method in class PMatrix2D
-
Unavailable in 2D.
- set(float[]) - Method in class PMatrix2D
-
- set(float, float, float, float, float, float) - Method in class PMatrix2D
-
Sets the matrix content.
- set(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class PMatrix2D
-
Unavailable in 2D.
- set(PMatrix) - Method in class PMatrix3D
-
- set(float[]) - Method in class PMatrix3D
-
- set(float, float, float, float, float, float) - Method in class PMatrix3D
-
- set(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class PMatrix3D
-
- set(float, float, float) - Method in class PVector
-
( begin auto-generated from PVector_set.xml )
Sets the x, y, and z component of the vector using two or three separate
variables, the data from a PVector, or the values from a float array.
- set(float, float) - Method in class PVector
-
- set(PVector) - Method in class PVector
-
- set(float[]) - Method in class PVector
-
Set the x, y (and maybe z) coordinates using a float[] array as the source.
- set(String, double) - Method in class DoubleDict
-
- set(int, double) - Method in class DoubleList
-
Set the entry at a particular index.
- set(String, float) - Method in class FloatDict
-
- set(int, float) - Method in class FloatList
-
Set the entry at a particular index.
- set(String, int) - Method in class IntDict
-
Create a new key/value pair or change the value of one.
- set(int, int) - Method in class IntList
-
Set the entry at a particular index.
- set(String, long) - Method in class LongDict
-
Create a new key/value pair or change the value of one.
- set(int, int) - Method in class LongList
-
Set the entry at a particular index.
- set(String, String) - Method in class StringDict
-
- set(int, String) - Method in class StringList
-
Set the entry at a particular index.
- set(int, int, int) - Method in class PGraphicsFX2D
-
- set(int, int, int) - Method in class PGraphicsOpenGL
-
- set(String, int) - Method in class PShader
-
- set(String, int, int) - Method in class PShader
-
- set(String, int, int, int) - Method in class PShader
-
- set(String, int, int, int, int) - Method in class PShader
-
- set(String, float) - Method in class PShader
-
- set(String, float, float) - Method in class PShader
-
- set(String, float, float, float) - Method in class PShader
-
- set(String, float, float, float, float) - Method in class PShader
-
- set(String, PVector) - Method in class PShader
-
- set(String, boolean) - Method in class PShader
-
- set(String, boolean, boolean) - Method in class PShader
-
- set(String, boolean, boolean, boolean) - Method in class PShader
-
- set(String, boolean, boolean, boolean, boolean) - Method in class PShader
-
- set(String, int[]) - Method in class PShader
-
- set(String, int[], int) - Method in class PShader
-
- set(String, float[]) - Method in class PShader
-
- set(String, float[], int) - Method in class PShader
-
- set(String, boolean[]) - Method in class PShader
-
- set(String, boolean[], int) - Method in class PShader
-
- set(String, PMatrix2D) - Method in class PShader
-
- set(String, PMatrix3D) - Method in class PShader
-
- set(String, PMatrix3D, boolean) - Method in class PShader
-
- set(String, PImage) - Method in class PShader
-
- set(int) - Method in class Texture.Parameters
-
- set(int, int) - Method in class Texture.Parameters
-
- set(int, int, boolean) - Method in class Texture.Parameters
-
- set(Texture.Parameters) - Method in class Texture.Parameters
-
- set(Texture) - Method in class Texture
-
- set(Texture, int, int, int, int) - Method in class Texture
-
- set(int, int, int, int, int, int) - Method in class Texture
-
- set(int, int, int, int, int, int, int, int, int, int) - Method in class Texture
-
- set(int[]) - Method in class Texture
-
- set(int[], int) - Method in class Texture
-
- set(int[], int, int, int, int) - Method in class Texture
-
- set(int[], int, int, int, int, int) - Method in class Texture
-
- set3D(boolean) - Method in class PShape
-
- setAlwaysOnTop(boolean) - Method in class PSurfaceAWT
-
- setAlwaysOnTop(boolean) - Method in interface PSurface
-
Dumb name, but inherited from Frame and no better ideas.
- setAlwaysOnTop(boolean) - Method in class PSurfaceNone
-
- setAlwaysOnTop(boolean) - Method in class PSurfaceFX
-
- setAlwaysOnTop(boolean) - Method in class PSurfaceJOGL
-
- setAmbient - Variable in class PGraphics
-
- setAmbient(int) - Method in class PShape
-
- setAmbient(int, int) - Method in class PShape
-
- setAmbient(int) - Method in class PShapeOpenGL
-
- setAmbient(int, int) - Method in class PShapeOpenGL
-
- setAttrib(String, int, float...) - Method in class PShape
-
- setAttrib(String, int, int...) - Method in class PShape
-
- setAttrib(String, int, boolean...) - Method in class PShape
-
- setAttrib(String, int, float...) - Method in class PShapeOpenGL
-
- setAttrib(String, int, int...) - Method in class PShapeOpenGL
-
- setAttrib(String, int, boolean...) - Method in class PShapeOpenGL
-
- setBoolean(String, boolean) - Static method in class Preferences
-
- setBoolean(String, boolean) - Method in class Settings
-
- setBoolean(int, boolean) - Method in class JSONArray
-
Put or replace a boolean value in the JSONArray.
- setBoolean(String, boolean) - Method in class JSONObject
-
Put a key/boolean pair in the JSONObject.
- setBorder(JComponent) - Static method in class Toolkit
-
- setBorder(JComponent, int, int, int, int) - Static method in class Toolkit
-
- setBufferSource(Object) - Method in class Texture
-
- setCache(PImage, Object) - Method in class PGraphics
-
Store data of some kind for the renderer that requires extra metadata of
some kind.
- setCache(PImage, Object) - Method in class PGraphicsOpenGL
-
- setCaps(GLCapabilities) - Method in class PJOGL
-
- setCaret(TextHitInfo) - Method in class CompositionTextPainter
-
- setCaretBlinkEnabled(boolean) - Method in class JEditTextArea
-
Toggles caret blinking.
- setCaretPosition(int) - Method in class JEditTextArea
-
Sets the caret position.
- setCaretVisible(boolean) - Method in class JEditTextArea
-
Sets if the caret should be visible.
- setClassLoader(ClassLoader) - Method in class Mode
-
- setCode(SketchCode) - Method in class Editor
-
Switch between tabs, this swaps out the Document object
that's currently being manipulated.
- setCodeColumn(int) - Method in exception SketchException
-
- setCodeIndex(int) - Method in exception SketchException
-
- setCodeLine(int) - Method in exception SketchException
-
- setColor(String, Color) - Static method in class Preferences
-
- setColor(String, Color) - Method in class Settings
-
- setColor(Color) - Method in class ColorChooser
-
- setColorBuffer(Texture) - Method in class FrameBuffer
-
- setColorBuffers(Texture[]) - Method in class FrameBuffer
-
- setColorBuffers(Texture[], int) - Method in class FrameBuffer
-
- setColumnCount(int) - Method in class Table
-
Change the number of columns in this table.
- setColumnTitle(int, String) - Method in class Table
-
- setColumnTitles(String[]) - Method in class Table
-
- setColumnType(String, String) - Method in class Table
-
- setColumnType(int, String) - Method in class Table
-
Set the data type for a column so that using it is more efficient.
- setColumnType(String, int) - Method in class Table
-
- setColumnType(int, int) - Method in class Table
-
Sets the column type.
- setColumnTypes(int[]) - Method in class Table
-
- setColumnTypes(Table) - Method in class Table
-
Set the titles (and if a second column is present) the data types for
this table based on a file loaded separately.
- setCommandLine() - Static method in class Base
-
- setComposedTextLayout(TextLayout, int) - Method in class CompositionTextPainter
-
Set TextLayout to the painter.
- setContent(String) - Method in class XML
-
- setCurrentCode(int) - Method in class Sketch
-
Change what file is currently being edited.
- setCurrentCode(String) - Method in class Sketch
-
Internal helper function to set the current tab based on a name.
- setCurrentLineIndex(int) - Method in class TextAreaPainter
-
Accessor used by tools that want to hook in and grab the formatting.
- setCurrentLineTokens(Token) - Method in class TextAreaPainter
-
Accessor used by tools that want to hook in and grab the formatting.
- setCursor(int) - Method in class PSurfaceAWT
-
- setCursor(PImage, int, int) - Method in class PSurfaceAWT
-
- setCursor(int) - Method in interface PSurface
-
- setCursor(PImage, int, int) - Method in interface PSurface
-
- setCursor(int) - Method in class PSurfaceNone
-
- setCursor(PImage, int, int) - Method in class PSurfaceNone
-
- setCursor(int) - Method in class PSurfaceFX
-
- setCursor(PImage, int, int) - Method in class PSurfaceFX
-
- setCursor(int) - Method in class PSurfaceJOGL
-
- setCursor(PImage, int, int) - Method in class PSurfaceJOGL
-
- setDocument(Document) - Method in class SketchCode
-
- setDocument(SyntaxDocument) - Method in class JEditTextArea
-
Sets the document this text area is editing.
- setDocument(SyntaxDocument, int, int, int) - Method in class JEditTextArea
-
Set document with a twist, includes the old caret
and scroll positions, added for p5.
- setDouble(int, double) - Method in class JSONArray
-
Put or replace a double value.
- setDouble(String, double) - Method in class JSONObject
-
Put a key/double pair in the JSONObject.
- setDouble(int, int, double) - Method in class Table
-
- setDouble(int, String, double) - Method in class Table
-
- setDouble(int, double) - Method in interface TableRow
-
- setDouble(String, double) - Method in interface TableRow
-
- setDouble(String, double) - Method in class XML
-
- setDoubleContent(double) - Method in class XML
-
- setEditable(boolean) - Method in class JEditTextArea
-
Sets if this component is editable.
- setEditor(OutputStream, OutputStream) - Static method in class Console
-
- setEditor(Editor) - Static method in class EditorConsole
-
- setElectricScroll(int) - Method in class JEditTextArea
-
Sets the number of lines from the top and bottom of the text
area that are always visible
- setEmissive(int) - Method in class PShape
-
- setEmissive(int, int) - Method in class PShape
-
- setEmissive(int) - Method in class PShapeOpenGL
-
- setEmissive(int, int) - Method in class PShapeOpenGL
-
- setenv(String, String, int) - Method in interface DefaultPlatform.CLibrary
-
- setenv(String, String) - Method in class DefaultPlatform
-
- setenv(String, String) - Static method in class Platform
-
- setenv(String, String) - Method in class WindowsPlatform
-
- setFamily(int) - Method in class PShape
-
- setFBO(int) - Method in class FrameBuffer
-
- setFill(boolean) - Method in class PShape
-
- setFill(int) - Method in class PShape
-
( begin auto-generated from PShape_setFill.xml )
The setFill() method defines the fill color of a PShape.
- setFill(int, int) - Method in class PShape
-
- setFill(boolean) - Method in class PShapeOpenGL
-
- setFill(int) - Method in class PShapeOpenGL
-
- setFill(int, int) - Method in class PShapeOpenGL
-
- setFindText(String) - Method in class FindReplace
-
- setFirstLine(int) - Method in class JEditTextArea
-
Sets the line displayed at the text area's origin without
updating the scroll bars.
- setFloat(int, float) - Method in class JSONArray
-
Put or replace a float value.
- setFloat(String, float) - Method in class JSONObject
-
- setFloat(int, int, float) - Method in class Table
-
- setFloat(int, String, float) - Method in class Table
-
- setFloat(int, float) - Method in interface TableRow
-
- setFloat(String, float) - Method in interface TableRow
-
- setFloat(String, float) - Method in class XML
-
- setFloatContent(float) - Method in class XML
-
- setFolder(File) - Method in class SketchCode
-
Called when the sketch folder name/location has changed.
- setFps(float) - Method in class PJOGL
-
- setFragmentShader(String) - Method in class PShader
-
- setFragmentShader(URL) - Method in class PShader
-
- setFragmentShader(String[]) - Method in class PShader
-
- setFrameRate(float) - Method in interface PSurface
-
- setFrameRate(float) - Method in class PSurfaceNone
-
- setFrameRate(float) - Method in class PSurfaceFX
-
- setFrameRate(float) - Method in class PSurfaceJOGL
-
- setGutterText(int, String) - Method in class PdeTextArea
-
Set the gutter text of a specific line.
- setHorizontalOffset(int) - Method in class JEditTextArea
-
Sets the horizontal offset of drawn lines.
- setHorizontalScrollPosition(int) - Method in class JEditTextArea
-
Set position of the horizontal scroll bar.
- setIcon(Frame) - Static method in class Toolkit
-
- setIcon(Window) - Static method in class Toolkit
-
Give this Frame the Processing icon set.
- setIcon(PImage) - Method in class PSurfaceAWT
-
- setIcon(PImage) - Method in interface PSurface
-
- setIcon(PImage) - Method in class PSurfaceNone
-
- setIcon(PImage) - Method in class PSurfaceFX
-
- setIcon(String...) - Static method in class PJOGL
-
- setIcon(PImage) - Method in class PSurfaceJOGL
-
- setIconImage(Image) - Static method in class ThinkDifferent
-
- setIgnoreCase(boolean) - Method in class KeywordMap
-
Sets if the keyword map should be case insensitive.
- setIndex(int, String, double) - Method in class DoubleDict
-
- setIndex(int, String, float) - Method in class FloatDict
-
- setIndex(int, String, int) - Method in class IntDict
-
- setIndex(int, String, long) - Method in class LongDict
-
- setIndex(int, String, String) - Method in class StringDict
-
- setInputHandler(InputHandler) - Method in class JEditTextArea
-
Sets the input handler.
- setInt(int, int) - Method in class JSONArray
-
Put or replace an int value.
- setInt(String, int) - Method in class JSONObject
-
Put a key/int pair in the JSONObject.
- setInt(int, int, int) - Method in class Table
-
- setInt(int, String, int) - Method in class Table
-
- setInt(int, int) - Method in interface TableRow
-
- setInt(String, int) - Method in interface TableRow
-
- setInt(String, int) - Method in class XML
-
- setIntContent(int) - Method in class XML
-
- setInteger(String, int) - Static method in class Preferences
-
- setInteger(String, int) - Method in class Settings
-
- setIntValue(WindowsRegistry.REGISTRY_ROOT_KEY, String, String, int) - Static method in class WindowsRegistry
-
Writes an int value.
- setJSONArray(int, JSONArray) - Method in class JSONArray
-
- setJSONArray(String, JSONArray) - Method in class JSONObject
-
- setJSONObject(int, JSONObject) - Method in class JSONArray
-
- setJSONObject(String, JSONObject) - Method in class JSONObject
-
- setKind(int) - Method in class PShape
-
- setLastModified() - Method in class SketchCode
-
Set the last known modification time, so that we're not re-firing
"hey, this is modified!" events incessantly.
- setLineHighlightEnabled(boolean) - Method in class TextAreaPainter
-
Enables or disables current line highlighting.
- setLineText(int, String) - Method in class Editor
-
Replace the text on a specified line.
- setLoaded() - Method in class PImage
-
- setLoaded(boolean) - Method in class PImage
-
- setLocation(int, int) - Method in class PSurfaceAWT
-
- setLocation(int, int) - Method in interface PSurface
-
- setLocation(int, int) - Method in class PSurfaceNone
-
- setLocation(int, int) - Method in class PSurfaceFX
-
- setLocation(int, int) - Method in class PSurfaceJOGL
-
- setLong(int, long) - Method in class JSONArray
-
Put or replace a long value.
- setLong(String, long) - Method in class JSONObject
-
Put a key/long pair in the JSONObject.
- setLong(int, int, long) - Method in class Table
-
- setLong(int, String, long) - Method in class Table
-
- setLong(int, long) - Method in interface TableRow
-
- setLong(String, long) - Method in interface TableRow
-
- setLong(String, long) - Method in class XML
-
- setLongContent(long) - Method in class XML
-
- setLookAndFeel() - Method in class DefaultPlatform
-
Set the default L & F.
- setLookAndFeel() - Static method in class Platform
-
- setMacroRecorder(InputHandler.MacroRecorder) - Method in class InputHandler
-
Sets the macro recorder.
- setMag(float) - Method in class PVector
-
( begin auto-generated from PVector_setMag.xml )
Set the magnitude of this vector to the value used for the len parameter.
- setMag(PVector, float) - Method in class PVector
-
Sets the magnitude of this vector, storing the result in another vector.
- setMagicCaretPosition(int) - Method in class JEditTextArea
-
Sets the 'magic' caret position.
- setMatrix(PMatrix2D) - Method in class PGraphicsJava2D
-
- setMatrix(PMatrix3D) - Method in class PGraphicsJava2D
-
- setMatrix(PMatrix) - Method in class PApplet
-
Set the current transformation matrix to the contents of another.
- setMatrix(PMatrix2D) - Method in class PApplet
-
Set the current transformation to the contents of the specified source.
- setMatrix(PMatrix3D) - Method in class PApplet
-
Set the current transformation to the contents of the specified source.
- setMatrix(PMatrix) - Method in class PGraphics
-
Set the current transformation matrix to the contents of another.
- setMatrix(PMatrix2D) - Method in class PGraphics
-
Set the current transformation to the contents of the specified source.
- setMatrix(PMatrix3D) - Method in class PGraphics
-
Set the current transformation to the contents of the specified source.
- setMatrix(PMatrix2D) - Method in class PGraphicsFX2D
-
- setMatrix(PMatrix3D) - Method in class PGraphicsFX2D
-
- setMatrix(PMatrix3D) - Method in class PGraphics2D
-
- setMatrix(PMatrix2D) - Method in class PGraphicsOpenGL
-
- setMatrix(PMatrix3D) - Method in class PGraphicsOpenGL
-
Set the current transformation to the contents of the specified source.
- setMenuMnemonics(JMenuItem...) - Static method in class Toolkit
-
Removes all mnemonics, then sets a mnemonic for each menu and menu item
recursively by these rules:
It tries to assign one of
KDE's defaults.
Failing that, it loops through the first letter of each word, where a word
is a block of Unicode "alphabetical" chars, looking for an upper-case ASCII mnemonic
that is not taken.
- setMenuMnemonics(JMenuBar) - Static method in class Toolkit
-
As setMenuMnemonics(JMenuItem...).
- setMenuMnemonics(JPopupMenu) - Static method in class Toolkit
-
As setMenuMnemonics(JMenuItem...).
- setMenuMnemsInside(JMenu) - Static method in class Toolkit
-
Calls setMenuMnemonics(JMenuItem...) on the sub-elements only.
- setMessage(String) - Method in exception SketchException
-
- setMissingDouble(double) - Method in class Table
-
- setMissingFloat(float) - Method in class Table
-
- setMissingInt(int) - Method in class Table
-
- setMissingLong(long) - Method in class Table
-
- setMissingString(String) - Method in class Table
-
Treat entries with this string as "missing".
- setMode(Mode) - Method in class PdeTextArea
-
- setMode(Mode) - Method in class PdeTextAreaPainter
-
Loads theme for TextAreaPainter.
- setModified(boolean) - Method in class Sketch
-
Sets the modified value for the code in the frontmost tab.
- setModified(boolean) - Method in class SketchCode
-
- setModified() - Method in class PImage
-
- setModified(boolean) - Method in class PImage
-
- setModified() - Method in class Texture
-
- setModified(boolean) - Method in class Texture
-
- setName(String) - Method in class PShape
-
- setName(String) - Method in class XML
-
- setNative(Object) - Method in class PFont
-
Set the native complement of this font.
- setNative(int[]) - Method in class Texture
-
- setNative(int[], int, int, int, int) - Method in class Texture
-
- setNative(IntBuffer, int, int, int, int) - Method in class Texture
-
- setNormal(int, float, float, float) - Method in class PShape
-
- setNormal(int, float, float, float) - Method in class PShapeOpenGL
-
- setNotification(Component, boolean) - Method in class ManagerTabs
-
- setNotification(Component, boolean) - Method in class EditorFooter
-
- setOrigin(int, int) - Method in class JEditTextArea
-
A fast way of changing both the first line and horizontal
offset.
- setOutput(LineStroker) - Method in class LineStroker
-
Sets the output LineStroker
of this LineStroker
.
- setOverwriteEnabled(boolean) - Method in class JEditTextArea
-
Sets if overwrite mode should be enabled.
- setPanel(Component) - Method in class ManagerTabs
-
- setPanel(Component) - Method in class EditorFooter
-
- setParameters(int, int, int, int, PMatrix2D) - Method in class LineStroker
-
Sets the parameters of this LineStroker
.
- setParams(float[]) - Method in class PShapeOpenGL
-
- setParent(PApplet) - Method in class PGraphics
-
- setParent(PApplet) - Method in class PGraphicsOpenGL
-
- setPath(String) - Method in class PGraphics
-
- setPath(int, float[][]) - Method in class PShape
-
- setPath(int, float[][], int, int[]) - Method in class PShapeOpenGL
-
- setPreprocOffset(int) - Method in class SketchCode
-
- setPressed(boolean) - Method in class EditorButton
-
- setPrettyVersion(String) - Method in class Contribution
-
- setPrimary(boolean) - Method in class PGraphics
-
Set (or unset) this as the main drawing surface.
- setPrimary(boolean) - Method in class PGL
-
- setPrimary(boolean) - Method in class PGraphicsOpenGL
-
- setProblemList(List<Problem>) - Method in class Editor
-
- setProgram(String) - Method in class SketchCode
-
set the current text for this tab
- setProgress(int) - Method in class ContribProgressMonitor
-
- setProjection(PMatrix3D) - Method in class PGraphicsOpenGL
-
- setRepeatCount(int) - Method in class InputHandler
-
Sets the number of times the next action will be repeated.
- setRepeatEnabled(boolean) - Method in class InputHandler
-
Enables repeating.
- setResizable(boolean) - Method in class PSurfaceAWT
-
Set true if we want to resize things (default is not resizable)
- setResizable(boolean) - Method in interface PSurface
-
Set true if we want to resize things (default is not resizable)
- setResizable(boolean) - Method in class PSurfaceNone
-
Set true if we want to resize things (default is not resizable)
- setResizable(boolean) - Method in class PSurfaceFX
-
Set true if we want to resize things (default is not resizable)
- setResizable(boolean) - Method in class PSurfaceJOGL
-
- setRightClickPopup(JPopupMenu) - Method in class JEditTextArea
-
Sets the right click popup menu.
- setRow(int, TableRow) - Method in class Table
-
- setRow(int, Object[]) - Method in class Table
-
- setRowCount(int) - Method in class Table
-
- setScrollPosition(int) - Method in class JEditTextArea
-
- setSelected(boolean) - Method in class EditorButton
-
- setSelectedText(String) - Method in class JEditTextArea
-
Replaces the selection with the specified text.
- setSelectedText(String, boolean) - Method in class JEditTextArea
-
Replaces the selection with the specified text.
- setSelectedText(String) - Method in class Editor
-
- setSelectedText(String, boolean) - Method in class Editor
-
- setSelection(int, int) - Method in class Editor
-
- setSelectionEnd(int) - Method in class JEditTextArea
-
Sets the selection end.
- setSelectionStart(int) - Method in class JEditTextArea
-
Sets the selection start.
- setShininess(float) - Method in class PShape
-
- setShininess(int, float) - Method in class PShape
-
- setShininess(float) - Method in class PShapeOpenGL
-
- setShininess(int, float) - Method in class PShapeOpenGL
-
- setSize(int, int) - Method in class PSurfaceAWT
-
- setSize(int, int) - Method in class PApplet
-
Called by PSurface objects to set the width and height variables,
and update the pixelWidth and pixelHeight variables.
- setSize(int, int) - Method in class PGraphics
-
The final step in setting up a renderer, set its size of this renderer.
- setSize(int, int) - Method in interface PSurface
-
- setSize(int, int) - Method in class PSurfaceNone
-
- setSize(int, int) - Method in class PSurfaceFX
-
- setSize(int, int) - Method in class PGraphicsOpenGL
-
- setSize(int, int) - Method in class PSurfaceJOGL
-
- setSketchbookFolder(File) - Method in class Base
-
- setSketchLocation(Point) - Method in class Editor
-
Set the location of the sketch run window.
- setSmooth(int) - Method in class PSurfaceFX
-
- setSmooth(int) - Method in class PSurfaceJOGL
-
- setSpecular(int) - Method in class PShape
-
- setSpecular(int, int) - Method in class PShape
-
- setSpecular(int) - Method in class PShapeOpenGL
-
- setSpecular(int, int) - Method in class PShapeOpenGL
-
- setString(int, String) - Method in class JSONArray
-
Put or replace a String value.
- setString(String, String) - Method in class JSONObject
-
- setString(int, int, String) - Method in class Table
-
- setString(int, String, String) - Method in class Table
-
- setString(int, String) - Method in interface TableRow
-
- setString(String, String) - Method in interface TableRow
-
- setString(String, String) - Method in class XML
-
- setStringValue(WindowsRegistry.REGISTRY_ROOT_KEY, String, String, String) - Static method in class WindowsRegistry
-
Writes a String value.
- setStroke(boolean) - Method in class PShape
-
- setStroke(int) - Method in class PShape
-
( begin auto-generated from PShape_setStroke.xml )
The setStroke() method defines the outline color of a PShape.
- setStroke(int, int) - Method in class PShape
-
- setStroke(boolean) - Method in class PShapeOpenGL
-
- setStroke(int) - Method in class PShapeOpenGL
-
- setStroke(int, int) - Method in class PShapeOpenGL
-
- setStrokeCap(int) - Method in class PShape
-
- setStrokeCap(int) - Method in class PShapeOpenGL
-
- setStrokeJoin(int) - Method in class PShape
-
- setStrokeJoin(int) - Method in class PShapeOpenGL
-
- setStrokeWeight(float) - Method in class PShape
-
- setStrokeWeight(int, float) - Method in class PShape
-
- setStrokeWeight(float) - Method in class PShapeOpenGL
-
- setStrokeWeight(int, float) - Method in class PShapeOpenGL
-
- setSubsetting() - Method in class PFont
-
- setTableType(String) - Method in class Table
-
Set the entire table to a specific data type.
- setText(String) - Method in class JEditTextArea
-
Sets the entire text of this text area.
- setText(String) - Method in class Editor
-
Replace the entire contents of the front-most tab.
- setTexture(PImage) - Method in class PShape
-
- setTexture(PImage) - Method in class PShapeOpenGL
-
- setTextureMode(int) - Method in class PShape
-
- setTextureMode(int) - Method in class PShapeOpenGL
-
- setTextureUV(int, float, float) - Method in class PShape
-
- setTextureUV(int, float, float) - Method in class PShapeOpenGL
-
- setThread(Thread) - Method in class PGL
-
- Settings - Class in processing.app
-
Storage class for theme settings.
- Settings(File) - Constructor for class Settings
-
- settings() - Method in class PApplet
-
( begin auto-generated from settings.xml )
Description to come...
- setTint(boolean) - Method in class PShape
-
- setTint(int) - Method in class PShape
-
- setTint(int, int) - Method in class PShape
-
- setTint(boolean) - Method in class PShapeOpenGL
-
- setTint(int) - Method in class PShapeOpenGL
-
- setTint(int, int) - Method in class PShapeOpenGL
-
- setTitle(String) - Method in class PSurfaceAWT
-
Set the window (and dock, or whatever necessary) title.
- setTitle(String) - Method in interface PSurface
-
Set the window (and dock, or whatever necessary) title.
- setTitle(String) - Method in class PSurfaceNone
-
Set the window (and dock, or whatever necessary) title.
- setTitle(String) - Method in class PSurfaceFX
-
Set the window (and dock, or whatever necessary) title.
- setTitle(String) - Method in class PSurfaceJOGL
-
- setTokenListener(TokenMarker.TokenListener) - Method in class TokenMarker
-
- setTokenMarker(TokenMarker) - Method in class JEditTextArea
-
Sets the document's token marker.
- setTokenMarker(TokenMarker) - Method in class SyntaxDocument
-
Sets the token marker that is to be used to split lines of
this document up into tokens.
- setUntitled(boolean) - Method in class Sketch
-
- setup() - Method in class PApplet
-
( begin auto-generated from setup.xml )
The setup() function is called once when the program starts.
- setUpdateCount(int) - Method in class EditorFooter
-
- setUpdatesAvailable(int) - Method in class Base
-
- setUpdatesAvailable(int) - Method in class Editor
-
Updates update count in the UI.
- setupExternalMessages() - Method in class PSurfaceAWT
-
Set this sketch to communicate its state back to the PDE.
- setupExternalMessages() - Method in interface PSurface
-
- setupExternalMessages() - Method in class PSurfaceNone
-
- setupExternalMessages() - Method in class PSurfaceFX
-
- setupExternalMessages() - Method in class PSurfaceJOGL
-
- setupGUI() - Method in class Mode
-
Setup additional elements that are only required when running with a GUI,
rather than from the command-line.
- setVertex(int, float, float) - Method in class PShape
-
- setVertex(int, float, float, float) - Method in class PShape
-
- setVertex(int, PVector) - Method in class PShape
-
- setVertex(int, float, float) - Method in class PShapeOpenGL
-
- setVertex(int, float, float, float) - Method in class PShapeOpenGL
-
- setVertex(int, PVector) - Method in class PShapeOpenGL
-
- setVertexShader(String) - Method in class PShader
-
- setVertexShader(URL) - Method in class PShader
-
- setVertexShader(String[]) - Method in class PShader
-
- setVerticalScrollPosition(int) - Method in class JEditTextArea
-
Set position of the vertical scroll bar.
- setVisible() - Method in class ExamplesFrame
-
- setVisible() - Method in class SketchbookFrame
-
- setVisible(boolean) - Method in class WebFrame
-
- setVisible(boolean) - Method in class PSurfaceAWT
-
- setVisible(boolean) - Method in class PShape
-
( begin auto-generated from PShape_setVisible.xml )
Sets the shape to be visible or invisible.
- setVisible(boolean) - Method in interface PSurface
-
Show or hide the window.
- setVisible(boolean) - Method in class PSurfaceNone
-
Show or hide the window.
- setVisible(boolean) - Method in class PSurfaceFX
-
Show or hide the window.
- setVisible(boolean) - Method in class PSurfaceJOGL
-
- setWidth - Variable in class PFont.Glyph
-
- setWindingRule(int) - Method in class LinePath
-
Sets the winding rule for this path to the specified value.
- SG - Static variable in class PGraphics
-
- shader(PShader) - Method in class PApplet
-
( begin auto-generated from shader.xml )
This is a new reference entry for Processing 2.0.
- shader(PShader, int) - Method in class PApplet
-
- shader(PShader) - Method in class PGraphics
-
( begin auto-generated from shader.xml )
This is a new reference entry for Processing 2.0.
- shader(PShader, int) - Method in class PGraphics
-
- shader(PShader) - Method in class PGraphicsOpenGL
-
- shader(PShader, int) - Method in class PGraphicsOpenGL
-
- SHADER_SOURCE_LENGTH - Static variable in class PGL
-
- SHADER_TYPE - Static variable in class PGL
-
- shaderBinary(int, IntBuffer, int, Buffer, int) - Method in class PGL
-
- shaderBinary(int, IntBuffer, int, Buffer, int) - Method in class PJOGL
-
- shaderSource(int, String) - Method in class PGL
-
- shaderSource(int, String) - Method in class PJOGL
-
- SHADING_LANGUAGE_VERSION - Static variable in class PGL
-
- shape(PShape) - Method in class PApplet
-
- shape(PShape, float, float) - Method in class PApplet
-
( begin auto-generated from shape.xml )
Displays shapes to the screen.
- shape(PShape, float, float, float, float) - Method in class PApplet
-
- SHAPE - Static variable in interface PConstants
-
textMode(SHAPE) draws text using the the glyph outlines of
individual characters rather than as textures.
- shape(PShape) - Method in class PGraphics
-
- shape(PShape, float, float) - Method in class PGraphics
-
( begin auto-generated from shape.xml )
Displays shapes to the screen.
- shape(PShape, float, float, float, float) - Method in class PGraphics
-
- shape(PShape) - Method in class PGraphics2D
-
- shape(PShape, float, float) - Method in class PGraphics2D
-
- shape(PShape, float, float, float, float) - Method in class PGraphics2D
-
- shape(PShape, float, float, float) - Method in class PGraphics2D
-
- shape(PShape, float, float, float, float, float, float) - Method in class PGraphics2D
-
- shapeMode(int) - Method in class PApplet
-
( begin auto-generated from shapeMode.xml )
Modifies the location from which shapes draw.
- shapeMode - Variable in class PGraphics
-
The current shape alignment mode (read-only)
- shapeMode(int) - Method in class PGraphics
-
( begin auto-generated from shapeMode.xml )
Modifies the location from which shapes draw.
- shapeMode - Variable in class PStyle
-
- shearX(float) - Method in class PGraphicsJava2D
-
- shearX(float) - Method in class PApplet
-
( begin auto-generated from shearX.xml )
Shears a shape around the x-axis the amount specified by the
angle parameter.
- shearX(float) - Method in class PGraphics
-
( begin auto-generated from shearX.xml )
Shears a shape around the x-axis the amount specified by the
angle parameter.
- shearX(float) - Method in interface PMatrix
-
- shearX(float) - Method in class PMatrix2D
-
- shearX(float) - Method in class PMatrix3D
-
- shearX(float) - Method in class PGraphicsFX2D
-
- shearX(float) - Method in class PGraphicsOpenGL
-
- shearY(float) - Method in class PGraphicsJava2D
-
- shearY(float) - Method in class PApplet
-
( begin auto-generated from shearY.xml )
Shears a shape around the y-axis the amount specified by the
angle parameter.
- shearY(float) - Method in class PGraphics
-
( begin auto-generated from shearY.xml )
Shears a shape around the y-axis the amount specified by the
angle parameter.
- shearY(float) - Method in interface PMatrix
-
- shearY(float) - Method in class PMatrix2D
-
- shearY(float) - Method in class PMatrix3D
-
- shearY(float) - Method in class PGraphicsFX2D
-
- shearY(float) - Method in class PGraphicsOpenGL
-
- shell(StringList, StringList, String...) - Static method in class PApplet
-
Same as exec() above, but prefixes the call with a shell.
- SHIFT - Static variable in interface PConstants
-
- SHIFT - Static variable in class Event
-
- SHINE - Static variable in class PGraphics
-
- shininess(float) - Method in class PApplet
-
( begin auto-generated from shininess.xml )
Sets the amount of gloss in the surface of shapes.
- shininess - Variable in class PGraphics
-
- shininess(float) - Method in class PGraphics
-
( begin auto-generated from shininess.xml )
Sets the amount of gloss in the surface of shapes.
- shininess(float) - Method in class PShape
-
- shininess - Variable in class PStyle
-
- SHORT - Static variable in class PGL
-
- shorten(boolean[]) - Static method in class PApplet
-
( begin auto-generated from shorten.xml )
Decreases an array by one element and returns the shortened array.
- shorten(byte[]) - Static method in class PApplet
-
- shorten(char[]) - Static method in class PApplet
-
- shorten(int[]) - Static method in class PApplet
-
- shorten(float[]) - Static method in class PApplet
-
- shorten(String[]) - Static method in class PApplet
-
- shorten(Object) - Static method in class PApplet
-
- show() - Method in class ColorChooser
-
- showChanges() - Static method in class Editor
-
- showConsole() - Method in class Editor
-
- showCursor() - Method in class PSurfaceAWT
-
- showCursor() - Method in interface PSurface
-
- showCursor() - Method in class PSurfaceNone
-
- showCursor() - Method in class PSurfaceFX
-
- showCursor() - Method in class PSurfaceJOGL
-
- showCustomQuestion(Frame, String, String, String, int, String...) - Static method in class Messages
-
- showDepthWarning(String) - Static method in class PApplet
-
Display a warning that the specified method is only available with 3D.
- showDepthWarning(String) - Static method in class PGraphics
-
Display a warning that the specified method is only available with 3D.
- showDepthWarningXYZ(String) - Static method in class PApplet
-
Display a warning that the specified method that takes x, y, z parameters
can only be used with x and y parameters in this renderer.
- showDepthWarningXYZ(String) - Static method in class PGraphics
-
Display a warning that the specified method that takes x, y, z parameters
can only be used with x and y parameters in this renderer.
- showError(String, String, Throwable) - Static method in class Messages
-
Show an error message that's actually fatal to the program.
- showExamplesFrame() - Method in class Mode
-
- showException(String) - Static method in class PGraphics
-
Show an renderer-related exception that halts the program.
- showFrame(Editor, boolean, boolean) - Method in class ContributionTab
-
- showFrame(ContributionType) - Method in class ManagerFrame
-
- showFrame() - Method in class PreferencesFrame
-
- showMessage(String, String) - Static method in class Messages
-
"No cookie for you" type messages.
- showMethodWarning(String) - Static method in class PApplet
-
Display a warning that the specified method is simply unavailable.
- showMethodWarning(String) - Static method in class PGraphics
-
Display a warning that the specified method is simply unavailable.
- showMissingWarning(String) - Static method in class PApplet
-
Display a warning that the specified method is not implemented, meaning
that it could be either a completely missing function, although other
variations of it may still work properly.
- showMissingWarning(String) - Static method in class PGraphics
-
Display a warning that the specified method is not implemented, meaning
that it could be either a completely missing function, although other
variations of it may still work properly.
- showReference(String) - Method in class Editor
-
- showReferenceFile(File) - Method in class Editor
-
Given the .html file, displays it in the default browser.
- showSketchbookFrame() - Method in class Mode
-
- showStackTrace() - Method in exception SketchException
-
- showTodoWarning(String, int) - Static method in class PGraphicsFX2D
-
Display a warning that the specified method is simply unavailable.
- showTrace(String, String, Throwable, boolean) - Static method in class Messages
-
Testing a new warning window that includes the stack trace.
- showVariationWarning(String) - Static method in class PApplet
-
Error that a particular variation of a method is unavailable (even though
other variations are).
- showVariationWarning(String) - Static method in class PGraphics
-
Error that a particular variation of a method is unavailable (even though
other variations are).
- showWarning(String, String) - Static method in class Messages
-
Non-fatal error message.
- showWarning(String, String, Throwable) - Static method in class Messages
-
Non-fatal error message with optional stack trace side dish.
- showWarning(String) - Static method in class PGraphics
-
Show a renderer error, and keep track of it so that it's only shown once.
- showWarning(String, Object...) - Static method in class PGraphics
-
Version of showWarning() that takes a parsed String.
- showWarningTiered(String, String, String, Throwable) - Static method in class Messages
-
Non-fatal error message with optional stack trace side dish.
- showYesNoCancelQuestion(Editor, String, String, String) - Static method in class Messages
-
- showYesNoQuestion(Frame, String, String, String) - Static method in class Messages
-
- shuffle() - Method in class DoubleList
-
Randomize the order of the list elements.
- shuffle(PApplet) - Method in class DoubleList
-
Randomize the list order using the random() function from the specified
sketch, allowing shuffle() to use its current randomSeed() setting.
- shuffle() - Method in class FloatList
-
Randomize the order of the list elements.
- shuffle(PApplet) - Method in class FloatList
-
Randomize the list order using the random() function from the specified
sketch, allowing shuffle() to use its current randomSeed() setting.
- shuffle() - Method in class IntList
-
Randomize the order of the list elements.
- shuffle(PApplet) - Method in class IntList
-
Randomize the list order using the random() function from the specified
sketch, allowing shuffle() to use its current randomSeed() setting.
- shuffle() - Method in class LongList
-
Randomize the order of the list elements.
- shuffle(PApplet) - Method in class LongList
-
Randomize the list order using the random() function from the specified
sketch, allowing shuffle() to use its current randomSeed() setting.
- shuffle() - Method in class StringList
-
Randomize the order of the list elements.
- shuffle(PApplet) - Method in class StringList
-
Randomize the list order using the random() function from the specified
sketch, allowing shuffle() to use its current randomSeed() setting.
- shutdown() - Static method in class Console
-
Close the streams so that the temporary files can be deleted.
- sin(float) - Static method in class PApplet
-
( begin auto-generated from sin.xml )
Calculates the sine of an angle.
- SingleInstance - Class in processing.app
-
Class that handles a small server that prevents multiple instances of
Processing from running simultaneously.
- SingleInstance() - Constructor for class SingleInstance
-
- size(int, int) - Method in class PApplet
-
( begin auto-generated from size.xml )
Defines the dimension of the display window in units of pixels.
- size(int, int, String) - Method in class PApplet
-
- size(int, int, String, String) - Method in class PApplet
-
- size() - Method in class DoubleDict
-
- size() - Method in class DoubleList
-
Get the length of the list.
- size() - Method in class FloatDict
-
- size() - Method in class FloatList
-
Get the length of the list.
- size() - Method in class IntDict
-
Returns the number of key/value pairs
- size() - Method in class IntList
-
Get the length of the list.
- size() - Method in class JSONArray
-
Get the number of elements in the JSONArray, included nulls.
- size() - Method in class JSONObject
-
Get the number of keys stored in the JSONObject.
- size() - Method in class LongDict
-
Returns the number of key/value pairs
- size() - Method in class LongList
-
Get the length of the list.
- size() - Method in class Sort
-
- size() - Method in class StringDict
-
- size() - Method in class StringList
-
Get the length of the list.
- Sketch - Class in processing.app
-
Stores information about files in the current sketch.
- Sketch(String, Mode) - Constructor for class Sketch
-
Used by the command-line version to create a sketch object.
- Sketch(String, Editor) - Constructor for class Sketch
-
path is location of the main .pde file, because this is also
simplest to use when opening the file from the finder/explorer.
- sketchbookCallback(File) - Method in class PreferencesFrame
-
Callback for the folder selector.
- sketchbookCallback(File) - Method in class Welcome
-
Callback for the folder selector.
- sketchbookCallback(File) - Method in class Welcome2
-
Callback for the folder selector, used when user chooses
a new sketchbook for Processing 3
- SketchbookFrame - Class in processing.app.ui
-
- SketchbookFrame(Base, Mode) - Constructor for class SketchbookFrame
-
- sketchChanged() - Method in class Editor
-
- SketchCode - Class in processing.app
-
Represents a single tab of a sketch.
- SketchCode(File, String) - Constructor for class SketchCode
-
- sketchDisplay() - Method in class PApplet
-
- SketchException - Exception in processing.app
-
An exception with a line number attached that occurs
during either pre-processing, compile, or run time.
- SketchException(String) - Constructor for exception SketchException
-
- SketchException(String, boolean) - Constructor for exception SketchException
-
- SketchException(String, int, int) - Constructor for exception SketchException
-
- SketchException(String, int, int, int) - Constructor for exception SketchException
-
- SketchException(String, int, int, int, boolean) - Constructor for exception SketchException
-
- sketchFile(String) - Method in class PApplet
-
- sketchFullScreen() - Method in class PApplet
-
- sketchHeight() - Method in class PApplet
-
- sketchOutputPath() - Method in class PApplet
-
- sketchOutputStream() - Method in class PApplet
-
- sketchPath() - Method in class PApplet
-
- sketchPath(String) - Method in class PApplet
-
Prepend the sketch folder path to the filename (or path) that is
passed in.
- sketchPixelDensity() - Method in class PApplet
-
- SketchReference - Class in processing.app
-
- SketchReference(String, File) - Constructor for class SketchReference
-
- sketchRenderer() - Method in class PApplet
-
- sketchSmooth() - Method in class PApplet
-
- sketchWidth() - Method in class PApplet
-
- sketchWindowColor() - Method in class PApplet
-
- SMART_HOME_END_PROPERTY - Static variable in class InputHandler
-
If this client property is set to Boolean.TRUE on the text area,
the home/end keys will support 'smart' BRIEF-like behaviour
(one press = start/end of line, two presses = start/end of
viewscreen, three presses = start/end of document).
- smooth() - Method in class PApplet
-
- smooth(int) - Method in class PApplet
-
- smooth - Variable in class PGraphics
-
- smooth() - Method in class PGraphics
-
- smooth(int) - Method in class PGraphics
-
- SmoothCanvas() - Constructor for class PSurfaceAWT.SmoothCanvas
-
- smoothToSamples(int) - Static method in class PGL
-
- SOFT_LIGHT - Static variable in interface PConstants
-
- solid(boolean) - Method in class PShapeOpenGL
-
- sort(byte[]) - Static method in class PApplet
-
( begin auto-generated from sort.xml )
Sorts an array of numbers from smallest to largest and puts an array of
words in alphabetical order.
- sort(byte[], int) - Static method in class PApplet
-
- sort(char[]) - Static method in class PApplet
-
- sort(char[], int) - Static method in class PApplet
-
- sort(int[]) - Static method in class PApplet
-
- sort(int[], int) - Static method in class PApplet
-
- sort(float[]) - Static method in class PApplet
-
- sort(float[], int) - Static method in class PApplet
-
- sort(String[]) - Static method in class PApplet
-
- sort(String[], int) - Static method in class PApplet
-
- sort() - Method in class DoubleList
-
Sorts the array in place.
- sort() - Method in class FloatList
-
Sorts the array in place.
- sort() - Method in class IntList
-
Sorts the array in place.
- sort() - Method in class LongList
-
Sorts the array in place.
- Sort - Class in processing.data
-
Internal sorter used by several data classes.
- Sort() - Constructor for class Sort
-
- sort() - Method in class StringList
-
Sorts the array in place.
- sort(String) - Method in class Table
-
Sorts (orders) a table based on the values in a column.
- sort(int) - Method in class Table
-
- sortKeys() - Method in class DoubleDict
-
Sort the keys alphabetically (ignoring case).
- sortKeys() - Method in class FloatDict
-
Sort the keys alphabetically (ignoring case).
- sortKeys() - Method in class IntDict
-
Sort the keys alphabetically (ignoring case).
- sortKeys() - Method in class LongDict
-
Sort the keys alphabetically (ignoring case).
- sortKeys() - Method in class StringDict
-
Sort the keys alphabetically (ignoring case).
- sortKeysReverse() - Method in class DoubleDict
-
- sortKeysReverse() - Method in class FloatDict
-
- sortKeysReverse() - Method in class IntDict
-
Sort the keys alphabetically in reverse (ignoring case).
- sortKeysReverse() - Method in class LongDict
-
Sort the keys alphabetically in reverse (ignoring case).
- sortKeysReverse() - Method in class StringDict
-
- sortReverse() - Method in class DoubleList
-
Reverse sort, orders values from highest to lowest
- sortReverse() - Method in class FloatList
-
Reverse sort, orders values from highest to lowest
- sortReverse() - Method in class IntList
-
Reverse sort, orders values from highest to lowest.
- sortReverse() - Method in class LongList
-
Reverse sort, orders values from highest to lowest.
- sortReverse() - Method in class StringList
-
Reverse sort, orders values from highest to lowest.
- sortReverse(String) - Method in class Table
-
- sortReverse(int) - Method in class Table
-
- sortValues() - Method in class DoubleDict
-
Sort by values in descending order (largest value will be at [0]).
- sortValues(boolean) - Method in class DoubleDict
-
Set true to ensure that the order returned is identical.
- sortValues() - Method in class FloatDict
-
Sort by values in descending order (largest value will be at [0]).
- sortValues(boolean) - Method in class FloatDict
-
Set true to ensure that the order returned is identical.
- sortValues() - Method in class IntDict
-
Sort by values in ascending order.
- sortValues(boolean) - Method in class IntDict
-
Set true to ensure that the order returned is identical.
- sortValues() - Method in class LongDict
-
Sort by values in ascending order.
- sortValues(boolean) - Method in class LongDict
-
Set true to ensure that the order returned is identical.
- sortValues() - Method in class StringDict
-
Sort by values in descending order (largest value will be at [0]).
- sortValuesReverse() - Method in class DoubleDict
-
- sortValuesReverse(boolean) - Method in class DoubleDict
-
- sortValuesReverse() - Method in class FloatDict
-
- sortValuesReverse(boolean) - Method in class FloatDict
-
- sortValuesReverse() - Method in class IntDict
-
Sort by values in descending order.
- sortValuesReverse(boolean) - Method in class IntDict
-
- sortValuesReverse() - Method in class LongDict
-
Sort by values in descending order.
- sortValuesReverse(boolean) - Method in class LongDict
-
- sortValuesReverse() - Method in class StringDict
-
- SPAN - Static variable in interface PConstants
-
Use with fullScreen() to indicate all available displays.
- SPB - Static variable in class PGraphics
-
- specular(int) - Method in class PApplet
-
( begin auto-generated from specular.xml )
Sets the specular color of the materials used for shapes drawn to the
screen, which sets the color of hightlights.
- specular(float) - Method in class PApplet
-
gray number specifying value between white and black
- specular(float, float, float) - Method in class PApplet
-
- specular(int) - Method in class PGraphics
-
( begin auto-generated from specular.xml )
Sets the specular color of the materials used for shapes drawn to the
screen, which sets the color of hightlights.
- specular(float) - Method in class PGraphics
-
gray number specifying value between white and black
- specular(float, float, float) - Method in class PGraphics
-
- specular(int) - Method in class PShape
-
- specular(float) - Method in class PShape
-
- specular(float, float, float) - Method in class PShape
-
- specularB - Variable in class PGraphics
-
- specularB - Variable in class PStyle
-
- specularColor - Variable in class PGraphics
-
- specularG - Variable in class PGraphics
-
- specularG - Variable in class PStyle
-
- specularR - Variable in class PGraphics
-
- specularR - Variable in class PStyle
-
- SPG - Static variable in class PGraphics
-
- sphere(float) - Method in class PGraphicsJava2D
-
- sphere(float) - Method in class PApplet
-
( begin auto-generated from sphere.xml )
A sphere is a hollow ball made from tessellated triangles.
- SPHERE - Static variable in interface PConstants
-
- sphere(float) - Method in class PGraphics
-
( begin auto-generated from sphere.xml )
A sphere is a hollow ball made from tessellated triangles.
- sphere(float) - Method in class PGraphicsFX2D
-
- sphere(float) - Method in class PGraphics2D
-
- sphere(float) - Method in class PGraphicsOpenGL
-
- sphereDetail(int) - Method in class PApplet
-
( begin auto-generated from sphereDetail.xml )
Controls the detail used to render a sphere by adjusting the number of
vertices of the sphere mesh.
- sphereDetail(int, int) - Method in class PApplet
-
- sphereDetail(int) - Method in class PGraphics
-
( begin auto-generated from sphereDetail.xml )
Controls the detail used to render a sphere by adjusting the number of
vertices of the sphere mesh.
- sphereDetail(int, int) - Method in class PGraphics
-
- sphereDetailU - Variable in class PGraphics
-
- sphereDetailV - Variable in class PGraphics
-
- splash(Image, boolean) - Static method in class SplashWindow
-
Open's a splash window using the specified image.
- splash(URL, boolean) - Static method in class SplashWindow
-
Open's a splash window using the specified image.
- SplashWindow - Class in processing.app.ui
-
A Splash window.
- splice(boolean[], boolean, int) - Static method in class PApplet
-
( begin auto-generated from splice.xml )
Inserts a value or array of values into an existing array.
- splice(boolean[], boolean[], int) - Static method in class PApplet
-
- splice(byte[], byte, int) - Static method in class PApplet
-
- splice(byte[], byte[], int) - Static method in class PApplet
-
- splice(char[], char, int) - Static method in class PApplet
-
- splice(char[], char[], int) - Static method in class PApplet
-
- splice(int[], int, int) - Static method in class PApplet
-
- splice(int[], int[], int) - Static method in class PApplet
-
- splice(float[], float, int) - Static method in class PApplet
-
- splice(float[], float[], int) - Static method in class PApplet
-
- splice(String[], String, int) - Static method in class PApplet
-
- splice(String[], String[], int) - Static method in class PApplet
-
- splice(Object, Object, int) - Static method in class PApplet
-
- split(String, char) - Static method in class PApplet
-
( begin auto-generated from split.xml )
The split() function breaks a string into pieces using a character or
string as the divider.
- split(String, String) - Static method in class PApplet
-
- splitTokens(String) - Static method in class PApplet
-
- splitTokens(String, String) - Static method in class PApplet
-
( begin auto-generated from splitTokens.xml )
The splitTokens() function splits a String at one or many character
"tokens." The tokens parameter specifies the character or
characters to be used as a boundary.
- SPOT - Static variable in interface PConstants
-
- spotLight(float, float, float, float, float, float, float, float, float, float, float) - Method in class PApplet
-
( begin auto-generated from spotLight.xml )
Adds a spot light.
- spotLight(float, float, float, float, float, float, float, float, float, float, float) - Method in class PGraphics
-
( begin auto-generated from spotLight.xml )
Adds a spot light.
- spotLight(float, float, float, float, float, float, float, float, float, float, float) - Method in class PGraphics2D
-
- spotLight(float, float, float, float, float, float, float, float, float, float, float) - Method in class PGraphicsOpenGL
-
- SPR - Static variable in class PGraphics
-
- sq(float) - Static method in class PApplet
-
( begin auto-generated from sq.xml )
Squares a number (multiplies a number by itself).
- sqrt(float) - Static method in class PApplet
-
( begin auto-generated from sqrt.xml )
Calculates the square root of a number.
- square(float, float, float) - Method in class PApplet
-
( begin auto-generated from square.xml )
Draws a square to the screen.
- SQUARE - Static variable in interface PConstants
-
- square(float, float, float) - Method in class PGraphics
-
( begin auto-generated from square.xml )
Draws a square to the screen.
- SR - Static variable in class PGraphics
-
stroke argb values
- SRC_ALPHA - Static variable in class PGL
-
- SRC_ALPHA_SATURATE - Static variable in class PGL
-
- SRC_COLOR - Static variable in class PGL
-
- start() - Method in class StreamPump
-
- start() - Method in class PApplet
-
Called by the browser or applet viewer to inform this applet that it
should start its execution.
- start(Stage) - Method in class PSurfaceFX.PApplicationFX
-
- startCompoundEdit() - Method in class Editor
-
Use before a manipulating text to group editing operations together
as a single undo.
- startIndeterminate() - Method in interface RunnerListener
-
- startIndeterminate() - Method in class RunnerListenerEdtAdapter
-
- startIndeterminate() - Method in class Editor
-
- startIndeterminate() - Method in class EditorStatus
-
- startTask(String, int) - Method in class ContribProgressMonitor
-
- startThread() - Method in interface PSurface
-
Start the animation thread
- startThread() - Method in class PSurfaceNone
-
- startThread() - Method in class PSurfaceFX
-
- startThread() - Method in class PSurfaceJOGL
-
- startup() - Static method in class Console
-
- STATIC_DRAW - Static variable in class PGL
-
- statusEmpty() - Method in class Editor
-
Clear the status area.
- statusError(String) - Method in interface RunnerListener
-
- statusError(Exception) - Method in interface RunnerListener
-
- statusError(String) - Method in class RunnerListenerEdtAdapter
-
- statusError(Exception) - Method in class RunnerListenerEdtAdapter
-
- statusError(String) - Method in class Editor
-
Show an error in the status bar.
- statusError(Exception) - Method in class Editor
-
Show an exception in the editor status bar.
- statusHalt() - Method in interface RunnerListener
-
- statusHalt() - Method in class RunnerListenerEdtAdapter
-
- statusHalt() - Method in class Editor
-
- statusMessage(String, int) - Method in class Editor
-
- statusNotice(String) - Method in interface RunnerListener
-
- statusNotice(String) - Method in class RunnerListenerEdtAdapter
-
- statusNotice(String) - Method in class Editor
-
Show a notice message in the editor status bar.
- statusToolTip(JComponent, String, boolean) - Method in class Editor
-
- STENCIL_ATTACHMENT - Static variable in class PGL
-
- STENCIL_BITS - Static variable in class PGL
-
- STENCIL_BUFFER_BIT - Static variable in class PGL
-
- STENCIL_INDEX - Static variable in class PGL
-
- STENCIL_INDEX1 - Static variable in class PGL
-
- STENCIL_INDEX4 - Static variable in class PGL
-
- STENCIL_INDEX8 - Static variable in class PGL
-
- STENCIL_TEST - Static variable in class PGL
-
- stencilBits - Static variable in class PGraphicsOpenGL
-
- stencilFunc(int, int, int) - Method in class PGL
-
- stencilFunc(int, int, int) - Method in class PJOGL
-
- stencilFuncSeparate(int, int, int, int) - Method in class PGL
-
- stencilFuncSeparate(int, int, int, int) - Method in class PJOGL
-
- stencilMask(int) - Method in class PGL
-
- stencilMask(int) - Method in class PJOGL
-
- stencilMaskSeparate(int, int) - Method in class PGL
-
- stencilMaskSeparate(int, int) - Method in class PJOGL
-
- stencilOp(int, int, int) - Method in class PGL
-
- stencilOp(int, int, int) - Method in class PJOGL
-
- stencilOpSeparate(int, int, int, int) - Method in class PGL
-
- stencilOpSeparate(int, int, int, int) - Method in class PJOGL
-
- STEP_MARKER - Static variable in class PdeTextArea
-
- stop() - Method in class PApplet
-
Called by the browser or applet viewer to inform
this applet that it should stop its execution.
- stop() - Method in class PSurfaceFX.PApplicationFX
-
- stopCompoundEdit() - Method in class Editor
-
Use with startCompoundEdit() to group edit operations in a single undo.
- stopIndeterminate() - Method in interface RunnerListener
-
- stopIndeterminate() - Method in class RunnerListenerEdtAdapter
-
- stopIndeterminate() - Method in class Editor
-
- stopIndeterminate() - Method in class EditorStatus
-
- stopThread() - Method in interface PSurface
-
Stop the animation thread (set it null)
- stopThread() - Method in class PSurfaceNone
-
- stopThread() - Method in class PSurfaceFX
-
- stopThread() - Method in class PSurfaceJOGL
-
- str(boolean) - Static method in class PApplet
-
- str(byte) - Static method in class PApplet
-
- str(char) - Static method in class PApplet
-
- str(int) - Static method in class PApplet
-
- str(float) - Static method in class PApplet
-
- str(boolean[]) - Static method in class PApplet
-
- str(byte[]) - Static method in class PApplet
-
- str(char[]) - Static method in class PApplet
-
- str(int[]) - Static method in class PApplet
-
- str(float[]) - Static method in class PApplet
-
- STREAM_DRAW - Static variable in class PGL
-
- STREAM_READ - Static variable in class PGL
-
- StreamPump - Class in processing.app.exec
-
A StreamPump reads lines of text from its given InputStream
and informs its LineProcessors until the InputStream is exhausted.
- StreamPump(InputStream, String) - Constructor for class StreamPump
-
- StreamRedirectThread - Class in processing.app.exec
-
StreamRedirectThread is a thread which copies it's input to
it's output and terminates when it completes.
- StreamRedirectThread(String, InputStream, OutputStream) - Constructor for class StreamRedirectThread
-
Set up for copy.
- StreamRedirectThread(String, Reader, Writer) - Constructor for class StreamRedirectThread
-
- STRING - Static variable in class Table
-
- StringDict - Class in processing.data
-
A simple table class to use a String as a lookup for another String value.
- StringDict() - Constructor for class StringDict
-
- StringDict(int) - Constructor for class StringDict
-
Create a new lookup pre-allocated to a specific length.
- StringDict(BufferedReader) - Constructor for class StringDict
-
Read a set of entries from a Reader that has each key/value pair on
a single line, separated by a tab.
- StringDict(String[], String[]) - Constructor for class StringDict
-
- StringDict(String[][]) - Constructor for class StringDict
-
Constructor to allow (more intuitive) inline initialization, e.g.:
- StringDict(TableRow) - Constructor for class StringDict
-
Create a dictionary that maps between column titles and cell entries
in a TableRow.
- StringDict.Entry - Class in processing.data
-
- StringList - Class in processing.data
-
Helper class for a list of Strings.
- StringList() - Constructor for class StringList
-
- StringList(int) - Constructor for class StringList
-
- StringList(String[]) - Constructor for class StringList
-
- StringList(Object...) - Constructor for class StringList
-
Construct a StringList from a random pile of objects.
- StringList(Iterable<String>) - Constructor for class StringList
-
Create from something iterable, for instance:
StringList list = new StringList(hashMap.keySet());
- stroke(int) - Method in class PApplet
-
( begin auto-generated from stroke.xml )
Sets the color used to draw lines and borders around shapes.
- stroke(int, float) - Method in class PApplet
-
- stroke(float) - Method in class PApplet
-
- stroke(float, float) - Method in class PApplet
-
- stroke(float, float, float) - Method in class PApplet
-
- stroke(float, float, float, float) - Method in class PApplet
-
- stroke - Variable in class PGraphics
-
true if stroke() is enabled, (read-only)
- stroke(int) - Method in class PGraphics
-
( begin auto-generated from stroke.xml )
Sets the color used to draw lines and borders around shapes.
- stroke(int, float) - Method in class PGraphics
-
- stroke(float) - Method in class PGraphics
-
- stroke(float, float) - Method in class PGraphics
-
- stroke(float, float, float) - Method in class PGraphics
-
- stroke(float, float, float, float) - Method in class PGraphics
-
- stroke(int) - Method in class PShape
-
- stroke(int, float) - Method in class PShape
-
- stroke(float) - Method in class PShape
-
- stroke(float, float) - Method in class PShape
-
- stroke(float, float, float) - Method in class PShape
-
- stroke(float, float, float, float) - Method in class PShape
-
- stroke - Variable in class PStyle
-
- strokeCap(int) - Method in class PGraphicsJava2D
-
- strokeCap(int) - Method in class PApplet
-
( begin auto-generated from strokeCap.xml )
Sets the style for rendering line endings.
- strokeCap - Variable in class PGraphics
-
Set by strokeCap() (read-only).
- strokeCap(int) - Method in class PGraphics
-
( begin auto-generated from strokeCap.xml )
Sets the style for rendering line endings.
- strokeCap(int) - Method in class PShape
-
- strokeCap - Variable in class PStyle
-
- strokeCap(int) - Method in class PGraphicsFX2D
-
- strokeCap(int) - Method in class PGraphicsOpenGL
-
- strokeColor - Variable in class PGraphics
-
stroke that was last set (read-only)
- strokeColor - Variable in class PStyle
-
- strokeGradient - Variable in class PGraphicsJava2D
-
- strokeGradientObject - Variable in class PGraphicsJava2D
-
- strokeJoin(int) - Method in class PGraphicsJava2D
-
- strokeJoin(int) - Method in class PApplet
-
( begin auto-generated from strokeJoin.xml )
Sets the style of the joints which connect line segments.
- strokeJoin - Variable in class PGraphics
-
Set by strokeJoin() (read-only).
- strokeJoin(int) - Method in class PGraphics
-
( begin auto-generated from strokeJoin.xml )
Sets the style of the joints which connect line segments.
- strokeJoin(int) - Method in class PShape
-
- strokeJoin - Variable in class PStyle
-
- strokeJoin(int) - Method in class PGraphicsFX2D
-
- strokeJoin(int) - Method in class PGraphicsOpenGL
-
- strokeWeight(float) - Method in class PGraphicsJava2D
-
- strokeWeight(float) - Method in class PApplet
-
( begin auto-generated from strokeWeight.xml )
Sets the width of the stroke used for lines, points, and the border
around shapes.
- strokeWeight - Variable in class PGraphics
-
Last value set by strokeWeight() (read-only).
- strokeWeight(float) - Method in class PGraphics
-
( begin auto-generated from strokeWeight.xml )
Sets the width of the stroke used for lines, points, and the border
around shapes.
- strokeWeight(float) - Method in class PShape
-
- strokeWeight - Variable in class PStyle
-
- strokeWeight(float) - Method in class PGraphicsFX2D
-
- strokeWeight(float) - Method in class PGraphicsOpenGL
-
- style(PStyle) - Method in class PApplet
-
- style(PStyle) - Method in class PGraphics
-
- styles - Variable in class TextAreaDefaults
-
- sub(PVector) - Method in class PVector
-
( begin auto-generated from PVector_sub.xml )
Subtracts x, y, and z components from a vector, subtracts one vector
from another, or subtracts two independent vectors.
- sub(float, float) - Method in class PVector
-
- sub(float, float, float) - Method in class PVector
-
- sub(PVector, PVector) - Static method in class PVector
-
Subtract one vector from another
- sub(PVector, PVector, PVector) - Static method in class PVector
-
Subtract one vector from another and store in another vector
- sub(String, double) - Method in class DoubleDict
-
- sub(int, double) - Method in class DoubleList
-
- sub(String, float) - Method in class FloatDict
-
- sub(int, float) - Method in class FloatList
-
- sub(String, int) - Method in class IntDict
-
- sub(int, int) - Method in class IntList
-
- sub(String, long) - Method in class LongDict
-
- sub(int, int) - Method in class LongList
-
- subset(boolean[], int) - Static method in class PApplet
-
- subset(boolean[], int, int) - Static method in class PApplet
-
( begin auto-generated from subset.xml )
Extracts an array of elements from an existing array.
- subset(byte[], int) - Static method in class PApplet
-
- subset(byte[], int, int) - Static method in class PApplet
-
- subset(char[], int) - Static method in class PApplet
-
- subset(char[], int, int) - Static method in class PApplet
-
- subset(int[], int) - Static method in class PApplet
-
- subset(int[], int, int) - Static method in class PApplet
-
- subset(long[], int) - Static method in class PApplet
-
- subset(long[], int, int) - Static method in class PApplet
-
- subset(float[], int) - Static method in class PApplet
-
- subset(float[], int, int) - Static method in class PApplet
-
- subset(double[], int) - Static method in class PApplet
-
- subset(double[], int, int) - Static method in class PApplet
-
- subset(String[], int) - Static method in class PApplet
-
- subset(String[], int, int) - Static method in class PApplet
-
- subset(Object, int) - Static method in class PApplet
-
- subset(Object, int, int) - Static method in class PApplet
-
- SUBTRACT - Static variable in interface PConstants
-
- succeeded() - Method in class ProcessResult
-
- sum() - Method in class DoubleDict
-
- sum() - Method in class DoubleList
-
- sum() - Method in class FloatDict
-
- sum() - Method in class FloatList
-
- sum() - Method in class IntDict
-
- sum() - Method in class IntList
-
- sum() - Method in class LongDict
-
- sum() - Method in class LongList
-
- sumDouble() - Method in class FloatDict
-
- sumDouble() - Method in class FloatList
-
- sumLong() - Method in class IntDict
-
- sumLong() - Method in class IntList
-
- sumLong() - Method in class LongList
-
- supportsArch(int, String) - Method in class Library
-
- supportsMultilineTokens() - Method in class TokenMarker
-
Returns if the token marker supports tokens that span multiple
lines.
- surface - Static variable in class PSurfaceFX.PApplicationFX
-
- SVG - Static variable in interface PConstants
-
- SW - Static variable in class PGraphics
-
stroke weight
- swap(int, int) - Method in class DoubleDict
-
- swap(int, int) - Method in class FloatDict
-
- swap(int, int) - Method in class IntDict
-
- swap(int, int) - Method in class LongDict
-
- swap(int, int) - Method in class Sort
-
- swap(int, int) - Method in class StringDict
-
- swapColorBuffers() - Method in class FrameBuffer
-
- SYNC_GPU_COMMANDS_COMPLETE - Static variable in class PGL
-
- SyntaxDocument - Class in processing.app.syntax
-
A document implementation that can be tokenized by the syntax highlighting
system.
- SyntaxDocument() - Constructor for class SyntaxDocument
-
- SyntaxStyle - Class in processing.app.syntax
-
A simple text style class.
- SyntaxStyle(Color, boolean) - Constructor for class SyntaxStyle
-
Creates a new SyntaxStyle.
- systemErr(String) - Static method in class Console
-
- systemOut(String) - Static method in class Console
-
- SystemOutSiphon - Class in processing.app.exec
-
Siphons from an InputStream of System.out (from a Process)
and sends it to the real System.out.
- SystemOutSiphon(InputStream) - Constructor for class SystemOutSiphon
-
- TAB - Static variable in interface PConstants
-
- Table - Class in processing.data
-
Generic class for handling tabular data, typically from a CSV, TSV, or
other sort of spreadsheet file.
- Table() - Constructor for class Table
-
Creates a new, empty table.
- Table(File) - Constructor for class Table
-
- Table(File, String) - Constructor for class Table
-
version that uses a File object; future releases (or data types)
may include additional optimizations here
- Table(InputStream) - Constructor for class Table
-
- Table(InputStream, String) - Constructor for class Table
-
Read the table from a stream.
- Table(Iterable<TableRow>) - Constructor for class Table
-
- Table(ResultSet) - Constructor for class Table
-
- TableRow - Interface in processing.data
-
- tan(float) - Static method in class PApplet
-
( begin auto-generated from tan.xml )
Calculates the ratio of the sine and cosine of an angle.
- TARGA - Static variable in interface PConstants
-
- target - Variable in class Texture.Parameters
-
Texture target.
- TAU - Static variable in interface PConstants
-
( begin auto-generated from TAU.xml )
TAU is an alias for TWO_PI, a mathematical constant with the value
6.28318530717958647693.
- TESS_EDGE_FLAG - Static variable in class PGL
-
- TESS_WINDING_NONZERO - Static variable in class PGL
-
- TESS_WINDING_ODD - Static variable in class PGL
-
- TEXCOORD - Static variable in class PShapeOpenGL
-
- texImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class PGL
-
- texImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class PJOGL
-
- texParameterf(int, int, float) - Method in class PGL
-
- texParameterf(int, int, float) - Method in class PJOGL
-
- texParameterfv(int, int, FloatBuffer) - Method in class PGL
-
- texParameterfv(int, int, FloatBuffer) - Method in class PJOGL
-
- texParameteri(int, int, int) - Method in class PGL
-
- texParameteri(int, int, int) - Method in class PJOGL
-
- texParameteriv(int, int, IntBuffer) - Method in class PGL
-
- texParameteriv(int, int, IntBuffer) - Method in class PJOGL
-
- texSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class PGL
-
- texSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in class PJOGL
-
- text(String) - Static method in class Language
-
Get translation from bundles.
- text(char, float, float) - Method in class PApplet
-
( begin auto-generated from text.xml )
Draws text to the screen.
- text(char, float, float, float) - Method in class PApplet
-
- text(String, float, float) - Method in class PApplet
-
Advanced
- text(char[], int, int, float, float) - Method in class PApplet
-
Advanced
- text(String, float, float, float) - Method in class PApplet
-
Same as above but with a z coordinate.
- text(char[], int, int, float, float, float) - Method in class PApplet
-
- text(String, float, float, float, float) - Method in class PApplet
-
Advanced
- text(int, float, float) - Method in class PApplet
-
- text(int, float, float, float) - Method in class PApplet
-
- text(float, float, float) - Method in class PApplet
-
This does a basic number formatting, to avoid the
generally ugly appearance of printing floats.
- text(float, float, float, float) - Method in class PApplet
-
- TEXT - Static variable in interface PConstants
-
- text(char, float, float) - Method in class PGraphics
-
( begin auto-generated from text.xml )
Draws text to the screen.
- text(char, float, float, float) - Method in class PGraphics
-
- text(String, float, float) - Method in class PGraphics
-
Advanced
- text(char[], int, int, float, float) - Method in class PGraphics
-
Advanced
- text(String, float, float, float) - Method in class PGraphics
-
Same as above but with a z coordinate.
- text(char[], int, int, float, float, float) - Method in class PGraphics
-
- text(String, float, float, float, float) - Method in class PGraphics
-
Advanced
- text(int, float, float) - Method in class PGraphics
-
- text(int, float, float, float) - Method in class PGraphics
-
- text(float, float, float) - Method in class PGraphics
-
This does a basic number formatting, to avoid the
generally ugly appearance of printing floats.
- text(float, float, float, float) - Method in class PGraphics
-
- Text(PShapeSVG, XML) - Constructor for class PShapeSVG.Text
-
- textAlign(int) - Method in class PApplet
-
- textAlign(int, int) - Method in class PApplet
-
( begin auto-generated from textAlign.xml )
Sets the current alignment for drawing text.
- textAlign - Variable in class PGraphics
-
The current text align (read-only)
- textAlign(int) - Method in class PGraphics
-
- textAlign(int, int) - Method in class PGraphics
-
( begin auto-generated from textAlign.xml )
Sets the current alignment for drawing text.
- textAlign - Variable in class PStyle
-
- textAlignY - Variable in class PGraphics
-
The current vertical text alignment (read-only)
- textAlignY - Variable in class PStyle
-
- TextAreaDefaults - Class in processing.app.syntax
-
Encapsulates default settings for a text area.
- TextAreaDefaults() - Constructor for class TextAreaDefaults
-
- TextAreaPainter - Class in processing.app.syntax
-
The text area repaint manager.
- TextAreaPainter(JEditTextArea, TextAreaDefaults) - Constructor for class TextAreaPainter
-
Creates a new repaint manager.
- TextAreaPainter.Highlight - Interface in processing.app.syntax
-
Highlight interface.
- textAscent() - Method in class PGraphicsJava2D
-
- textAscent() - Method in class PApplet
-
( begin auto-generated from textAscent.xml )
Returns ascent of the current font at its current size.
- textAscent() - Method in class PGraphics
-
( begin auto-generated from textAscent.xml )
Returns ascent of the current font at its current size.
- textAscent() - Method in class PGraphicsFX2D
-
- textAscent() - Method in class PGraphicsOpenGL
-
- textDescent() - Method in class PGraphicsJava2D
-
- textDescent() - Method in class PApplet
-
( begin auto-generated from textDescent.xml )
Returns descent of the current font at its current size.
- textDescent() - Method in class PGraphics
-
( begin auto-generated from textDescent.xml )
Returns descent of the current font at its current size.
- textDescent() - Method in class PGraphicsFX2D
-
- textDescent() - Method in class PGraphicsOpenGL
-
- textFont(PFont) - Method in class PApplet
-
( begin auto-generated from textFont.xml )
Sets the current font that will be drawn with the text()
function.
- textFont(PFont, float) - Method in class PApplet
-
- textFont - Variable in class PGraphics
-
The current text font (read-only)
- textFont(PFont) - Method in class PGraphics
-
( begin auto-generated from textFont.xml )
Sets the current font that will be drawn with the text()
function.
- textFont(PFont, float) - Method in class PGraphics
-
- textFont - Variable in class PStyle
-
- textLeading(float) - Method in class PApplet
-
( begin auto-generated from textLeading.xml )
Sets the spacing between lines of text in units of pixels.
- textLeading - Variable in class PGraphics
-
The current text leading (read-only)
- textLeading(float) - Method in class PGraphics
-
( begin auto-generated from textLeading.xml )
Sets the spacing between lines of text in units of pixels.
- textLeading - Variable in class PStyle
-
- textMode(int) - Method in class PApplet
-
( begin auto-generated from textMode.xml )
Sets the way text draws to the screen.
- textMode - Variable in class PGraphics
-
The current text mode (read-only)
- textMode(int) - Method in class PGraphics
-
( begin auto-generated from textMode.xml )
Sets the way text draws to the screen.
- textMode - Variable in class PStyle
-
- textSize(float) - Method in class PApplet
-
( begin auto-generated from textSize.xml )
Sets the current font size.
- textSize - Variable in class PGraphics
-
The current text size (read-only)
- textSize(float) - Method in class PGraphics
-
( begin auto-generated from textSize.xml )
Sets the current font size.
- textSize - Variable in class PStyle
-
- texture(PImage) - Method in class PGraphicsJava2D
-
- texture(PImage) - Method in class PApplet
-
( begin auto-generated from texture.xml )
Sets a texture to be applied to vertex points.
- texture(PImage) - Method in class PGraphics
-
( begin auto-generated from texture.xml )
Sets a texture to be applied to vertex points.
- texture(PImage) - Method in class PShape
-
- texture(PImage) - Method in class PGraphicsFX2D
-
- Texture - Class in processing.opengl
-
This class wraps an OpenGL texture.
- Texture(PGraphicsOpenGL) - Constructor for class Texture
-
- Texture(PGraphicsOpenGL, int, int) - Constructor for class Texture
-
Creates an instance of PTexture with size width x height.
- Texture(PGraphicsOpenGL, int, int, Object) - Constructor for class Texture
-
Creates an instance of PTexture with size width x height and with the
specified parameters.
- Texture.Parameters - Class in processing.opengl
-
This class stores the parameters for a texture: target, internal format,
minimization filter and magnification filter.
- TEXTURE0 - Static variable in class PGL
-
- TEXTURE1 - Static variable in class PGL
-
- TEXTURE2 - Static variable in class PGL
-
- TEXTURE3 - Static variable in class PGL
-
- TEXTURE_2D - Static variable in class PGL
-
- TEXTURE_BINDING_2D - Static variable in class PGL
-
- TEXTURE_BINDING_RECTANGLE - Static variable in class PGL
-
- TEXTURE_CUBE_MAP - Static variable in class PGL
-
- TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in class PGL
-
- TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in class PGL
-
- TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in class PGL
-
- TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in class PGL
-
- TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in class PGL
-
- TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in class PGL
-
- TEXTURE_MAG_FILTER - Static variable in class PGL
-
- TEXTURE_MAX_ANISOTROPY - Static variable in class PGL
-
- TEXTURE_MIN_FILTER - Static variable in class PGL
-
- TEXTURE_RECTANGLE - Static variable in class PGL
-
- TEXTURE_WRAP_R - Static variable in class PGL
-
- TEXTURE_WRAP_S - Static variable in class PGL
-
- TEXTURE_WRAP_T - Static variable in class PGL
-
- textureImage - Variable in class PGraphics
-
Current image being used as a texture
- textureMode(int) - Method in class PApplet
-
( begin auto-generated from textureMode.xml )
Sets the coordinate space for texture mapping.
- textureMode - Variable in class PGraphics
-
Sets whether texture coordinates passed to
vertex() calls will be based on coordinates that are
based on the IMAGE or NORMALIZED.
- textureMode(int) - Method in class PGraphics
-
( begin auto-generated from textureMode.xml )
Sets the coordinate space for texture mapping.
- textureMode(int) - Method in class PShape
-
- textureSampling(int) - Method in class PGraphicsOpenGL
-
- textureU - Variable in class PGraphics
-
Current horizontal coordinate for texture, will always
be between 0 and 1, even if using textureMode(IMAGE).
- textureV - Variable in class PGraphics
-
Current vertical coordinate for texture, see above.
- textureWrap(int) - Method in class PApplet
-
( begin auto-generated from textureWrap.xml )
Description to come...
- textureWrap(int) - Method in class PGraphics
-
( begin auto-generated from textureWrap.xml )
Description to come...
- textureWrap(int) - Method in class PGraphicsOpenGL
-
- textWidth(char) - Method in class PApplet
-
- textWidth(String) - Method in class PApplet
-
( begin auto-generated from textWidth.xml )
Calculates and returns the width of any character or text string.
- textWidth(char[], int, int) - Method in class PApplet
-
- textWidth(char) - Method in class PGraphics
-
- textWidth(String) - Method in class PGraphics
-
( begin auto-generated from textWidth.xml )
Calculates and returns the width of any character or text string.
- textWidth(char[], int, int) - Method in class PGraphics
-
- textWidth(String, float) - Method in class PShapeSVG.Font
-
- TEXUNIT_ERROR - Static variable in class PGL
-
- ThinkDifferent - Class in processing.app.platform
-
Deal with issues related to thinking differently.
- ThinkDifferent() - Constructor for class ThinkDifferent
-
- ThinkDifferent - Class in processing.core
-
Deal with issues related to thinking differently.
- ThinkDifferent() - Constructor for class ThinkDifferent
-
- thinkDifferentExamples() - Method in class Base
-
- THIRD_PI - Static variable in interface PConstants
-
- thread(String) - Method in class PApplet
-
Launch a new thread and call the specified function from that new thread.
- threadIsCurrent() - Method in class PGL
-
- THRESHOLD - Static variable in interface PConstants
-
- TIFF - Static variable in interface PConstants
-
- tint(int) - Method in class PApplet
-
( begin auto-generated from tint.xml )
Sets the fill value for displaying images.
- tint(int, float) - Method in class PApplet
-
- tint(float) - Method in class PApplet
-
- tint(float, float) - Method in class PApplet
-
- tint(float, float, float) - Method in class PApplet
-
- tint(float, float, float, float) - Method in class PApplet
-
- tint - Variable in class PGraphics
-
True if tint() is enabled (read-only).
- tint(int) - Method in class PGraphics
-
( begin auto-generated from tint.xml )
Sets the fill value for displaying images.
- tint(int, float) - Method in class PGraphics
-
- tint(float) - Method in class PGraphics
-
- tint(float, float) - Method in class PGraphics
-
- tint(float, float, float) - Method in class PGraphics
-
- tint(float, float, float, float) - Method in class PGraphics
-
- tint(int) - Method in class PShape
-
- tint(int, float) - Method in class PShape
-
- tint(float) - Method in class PShape
-
- tint(float, float) - Method in class PShape
-
- tint(float, float, float) - Method in class PShape
-
- tint(float, float, float, float) - Method in class PShape
-
- tint - Variable in class PStyle
-
- tintColor - Variable in class PGraphics
-
tint that was last set (read-only)
- tintColor - Variable in class PStyle
-
- toggleBreakpoint(int) - Method in class Editor
-
- toJSON() - Method in class DoubleDict
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class DoubleList
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class FloatDict
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class FloatList
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class IntDict
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class IntList
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class LongDict
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class LongList
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class StringDict
-
Return this dictionary as a String in JSON format.
- toJSON() - Method in class StringList
-
Return this dictionary as a String in JSON format.
- Token - Class in processing.app.syntax
-
A linked list of tokens.
- Token(int, byte) - Constructor for class Token
-
Creates a new token.
- tokenizeLines() - Method in class SyntaxDocument
-
Reparses the document, by passing all lines to the token
marker.
- tokenizeLines(int, int) - Method in class SyntaxDocument
-
Reparses the document, by passing the specified lines to the
token marker.
- TokenMarker - Class in processing.app.syntax
-
A token marker that splits lines of text into tokens.
- TokenMarker.TokenListener - Interface in processing.app.syntax
-
- TokenMarkerState - Class in processing.app.syntax
-
This class serves only as a workaround to preserve API and should be removed
in the next major version.
- Tool - Interface in processing.app.tools
-
Interface for items to be shown in the Tools menu.
- ToolContribution - Class in processing.app.contrib
-
- Toolkit - Class in processing.app.ui
-
Utility functions for base that require a java.awt.Toolkit object.
- Toolkit() - Constructor for class Toolkit
-
- TOP - Static variable in interface PConstants
-
Align text to the top
- topExtent - Variable in class PFont.Glyph
-
- toString() - Method in enum ContributionType
-
- toString() - Method in class ProcessHelper
-
- toString() - Method in class ProcessResult
-
- toString() - Method in class Mode
-
- toString() - Method in class SketchReference
-
- toString() - Method in class SyntaxStyle
-
Returns a string representation of this object.
- toString() - Method in class Token
-
Returns a string representation of this token.
- toString() - Method in class EditorState
-
- toString() - Method in class PVector
-
- toString() - Method in class DoubleDict
-
- toString() - Method in class DoubleList
-
- toString() - Method in class FloatDict
-
- toString() - Method in class FloatList
-
- toString() - Method in class IntDict
-
- toString() - Method in class IntList
-
- toString() - Method in class JSONArray
-
Return the JSON data formatted with two spaces for indents.
- toString() - Method in class JSONObject
-
Return the JSON data formatted with two spaces for indents.
- toString() - Method in class LongDict
-
- toString() - Method in class LongList
-
- toString() - Method in class StringDict
-
- toString() - Method in class StringList
-
- toString() - Method in class XML
-
Return the XML document formatted with two spaces for indents.
- toString() - Method in class MouseEvent
-
- TOUCH - Static variable in class Event
-
- TouchEvent - Class in processing.event
-
- TouchEvent(Object, long, int, int) - Constructor for class TouchEvent
-
- translate(float, float) - Method in class PGraphicsJava2D
-
- translate(float, float) - Method in class PApplet
-
( begin auto-generated from translate.xml )
Specifies an amount to displace objects within the display window.
- translate(float, float, float) - Method in class PApplet
-
- translate(float, float) - Method in class PGraphics
-
( begin auto-generated from translate.xml )
Specifies an amount to displace objects within the display window.
- translate(float, float, float) - Method in class PGraphics
-
- translate(float, float) - Method in interface PMatrix
-
- translate(float, float, float) - Method in interface PMatrix
-
- translate(float, float) - Method in class PMatrix2D
-
- translate(float, float, float) - Method in class PMatrix2D
-
Unavailable in 2D.
- translate(float, float) - Method in class PMatrix3D
-
- translate(float, float, float) - Method in class PMatrix3D
-
- translate(float, float) - Method in class PShape
-
( begin auto-generated from PShape_translate.xml )
Specifies an amount to displace the shape.
- translate(float, float, float) - Method in class PShape
-
- translate(float, float) - Method in class PGraphicsFX2D
-
- translate(float, float, float) - Method in class PGraphics2D
-
- translate(float, float) - Method in class PGraphicsOpenGL
-
- translate(float, float, float) - Method in class PGraphicsOpenGL
-
- translate(float, float) - Method in class PShapeOpenGL
-
- translate(float, float, float) - Method in class PShapeOpenGL
-
- transpose() - Method in interface PMatrix
-
Transpose this matrix; rows become columns and columns rows.
- transpose() - Method in class PMatrix2D
-
Unavailable in 2D.
- transpose() - Method in class PMatrix3D
-
Transpose this matrix; rows become columns and columns rows.
- triangle(float, float, float, float, float, float) - Method in class PGraphicsJava2D
-
- triangle(float, float, float, float, float, float) - Method in class PApplet
-
( begin auto-generated from triangle.xml )
A triangle is a plane created by connecting three points.
- TRIANGLE - Static variable in interface PConstants
-
- triangle(float, float, float, float, float, float) - Method in class PGraphics
-
( begin auto-generated from triangle.xml )
A triangle is a plane created by connecting three points.
- triangle(float, float, float, float, float, float) - Method in class PGraphicsFX2D
-
- triangle(float, float, float, float, float, float) - Method in class PGraphicsOpenGL
-
- TRIANGLE_FAN - Static variable in interface PConstants
-
- TRIANGLE_FAN - Static variable in class PGL
-
- TRIANGLE_STRIP - Static variable in interface PConstants
-
- TRIANGLE_STRIP - Static variable in class PGL
-
- TRIANGLES - Static variable in interface PConstants
-
- TRIANGLES - Static variable in class PGL
-
- trim(String) - Static method in class PApplet
-
( begin auto-generated from trim.xml )
Removes whitespace characters from the beginning and end of a String.
- trim(String[]) - Static method in class PApplet
-
- trim() - Method in class Table
-
- trim(int) - Method in class Table
-
- trim(String) - Method in class Table
-
- trim() - Method in class XML
-
Removes whitespace nodes.
- TRUE - Static variable in class PGL
-
- TWO_PI - Static variable in interface PConstants
-
( begin auto-generated from TWO_PI.xml )
TWO_PI is a mathematical constant with the value 6.28318530717958647693.
- TX - Static variable in class PGraphics
-
- TY - Static variable in class PGraphics
-
- TYPE - Static variable in class KeyEvent
-
- typedParse(InputStream, String) - Method in class Table
-
- TZ - Static variable in class PGraphics
-