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

A

abs(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the absolute value of the given value.
accumulate(List<Data.Packet<T>>) - Method in interface org.praxislive.code.userapi.Data.Packet
 
acos(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Returns the arc cosine of a value.
add() - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
add(Pipe...) - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
Add - Class in org.praxislive.audio.code.userapi
 
Add() - Constructor for class org.praxislive.audio.code.userapi.Add
 
add(PVector) - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_add.xml ) Adds x, y, and z components to a vector, adds one vector to another, or adds two independent vectors together.
add(double, double) - Method in class org.praxislive.code.userapi.PVector
 
add(double, double, double) - Method in class org.praxislive.code.userapi.PVector
 
add(PVector, PVector) - Static method in class org.praxislive.code.userapi.PVector
Add two vectors
add(PVector, PVector, PVector) - Static method in class org.praxislive.code.userapi.PVector
Add two vectors into a target vector
ADD - Static variable in class org.praxislive.video.code.userapi.VideoConstants
 
ADD - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
addChild(PShape) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
addChild(PShape, int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
addSource(Data.Pipe<T>) - Method in class org.praxislive.code.userapi.Data.Pipe
 
ambient(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
ambient(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
ambient(double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
ambient(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
ambient(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
ambient(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
ambientLight(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
ambientLight(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
ambientLight(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
ambientLight(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
angleBetween(PVector, PVector) - Static method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_angleBetween.xml ) Calculates and returns the angle (in radians) between two vectors.
animator() - Method in class org.praxislive.code.userapi.Property
Return the Animator for the Property, creating it if necessary.
append(byte[], byte) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
append(char[], char) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
append(int[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
append(float[], float) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
append(double[], double) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
append(String[], String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
append(PArray, Value) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
append(PArray, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
append(PArray, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
append(Object, Object) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
apply(Function<? super T, ? extends T>) - Static method in class org.praxislive.code.userapi.Data
Create a pipe that applies the function to every type T passing through.
apply(Function<? super T, ? extends T>) - Method in interface org.praxislive.code.userapi.Data.Packet
 
apply(Consumer<? super T>) - Method in class org.praxislive.code.userapi.Ref
Pass the value to the provided Consumer function.
applyMatrix(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
applyMatrix(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
applyMatrix(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
applyMatrix(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
arc(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
arc(double, double, double, double, double, double, int) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
arc(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
arc(double, double, double, double, double, double, int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
array(Property) - Method in class org.praxislive.code.DefaultCodeDelegate
Attempt to extract a PArray from the given Property.
array(Value) - Method in class org.praxislive.code.DefaultCodeDelegate
Convert the given Value into a PArray.
array(String) - Method in class org.praxislive.code.DefaultCodeDelegate
Parse the given String into a PArray.
array() - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_array.xml ) Return a representation of this vector as a double array.
arrayCopy(Object, int, Object, int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
arrayCopy(Object, Object, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
arrayCopy(Object, Object) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
asin(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Returns the arc sine of a value.
asyncCompute(K, Function<K, ? extends T>) - Method in class org.praxislive.code.userapi.Ref
Run an intensive or time consuming function as a background task to update the value.
atan(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Returns the arc tangent of a value.
atan2(double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta).
attachAlphaQuery(String, UnaryOperator<Boolean>) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
attachRenderQuery(UnaryOperator<Boolean>) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
attachRenderQuery(String, UnaryOperator<Boolean>) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
attrib(String, double...) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
attrib(String, int...) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
attrib(String, boolean...) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
attribNormal(String, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
attribPosition(String, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
AudioCodeDelegate - Class in org.praxislive.audio.code
 
AudioCodeDelegate() - Constructor for class org.praxislive.audio.code.AudioCodeDelegate
 
AudioConstants - Class in org.praxislive.audio.code.userapi
 
AudioIn - Class in org.praxislive.audio.code.userapi
 
AudioIn() - Constructor for class org.praxislive.audio.code.userapi.AudioIn
 
AudioOut - Class in org.praxislive.audio.code.userapi
 
AudioOut() - Constructor for class org.praxislive.audio.code.userapi.AudioOut
 
AudioTable - Class in org.praxislive.audio.code.userapi
 
AuxIn - Annotation Type in org.praxislive.code.userapi
Annotate a field or method representing an auxiliary input, such as an Input or a method with single parameter.
AuxOut - Annotation Type in org.praxislive.code.userapi
Annotate a field representing an auxiliary output, such as Output.

B

b(Property) - Method in class org.praxislive.code.DefaultCodeDelegate
Extract the Property's current value as a boolean.
b(Value) - Method in class org.praxislive.code.DefaultCodeDelegate
Convert the provided Value into a boolean according to the parsing rules of PBoolean.
b(String) - Method in class org.praxislive.code.DefaultCodeDelegate
Parse the given String into a boolean according to the parsing rules of PBoolean.
background(double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
background(double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
background(double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
background(double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
background(double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
background(double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
background(double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
background(double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
background(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
background(double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
background(double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
background(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
background(PImage) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
background(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
background(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
background(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
background(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
background(PImage) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
beginCamera() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
beginCamera() - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
beginContour() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
beginDraw() - Method in class org.praxislive.video.code.userapi.PGraphics
 
beginShape() - Method in class org.praxislive.video.code.userapi.PGraphics
 
beginShape() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
beginShape() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
beginShape(Constants.ShapeMode) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
beginShape() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
beginShape(Constants.ShapeMode) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
beginShape() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
beginShape(Constants.ShapeMode) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
bezier(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
bezier(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
bezier(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
bezier(double, double, double, double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
bezier(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
bezier(double, double, double, double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
bezierPoint(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
bezierPoint(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
bezierTangent(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
bezierTangent(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
bezierVertex(double, double, double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
bezierVertex(double, double, double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
bezierVertex(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
bezierVertex(double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
bezierVertex(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
bezierVertex(double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
bezierVertex(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
bezierVertex(double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
binary(byte) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
binary(char) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
binary(int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
binary(int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
bind(BiConsumer<? super T, V>, BiConsumer<? super T, V>, V) - Method in class org.praxislive.code.userapi.Ref
Bind something (usually a callback / listener) to the reference, providing for automatic removal on reset or disposal.
bipolar(boolean) - Method in class org.praxislive.audio.code.userapi.LFO
 
bipolar() - Method in class org.praxislive.audio.code.userapi.LFO
 
BITXOR - Static variable in class org.praxislive.video.code.userapi.VideoConstants
 
BLEND - Static variable in class org.praxislive.video.code.userapi.VideoConstants
 
BLEND - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
blendMode(VideoConstants.BlendMode) - Method in class org.praxislive.video.code.userapi.PGraphics
 
blendMode(VideoConstants.BlendMode, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
blendMode(VideoConstants.BlendMode) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
blendMode(VideoConstants.BlendMode, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
blendMode(Constants.BlendMode) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
blendMode(Constants.BlendMode) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
blockSize - Variable in class org.praxislive.audio.code.AudioCodeDelegate
 
box(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
box(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
box(double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
box(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
BP12 - Static variable in class org.praxislive.audio.code.userapi.IIRFilter
 
breakShape() - Method in class org.praxislive.video.code.userapi.PGraphics
 
breakShape() - Method in class org.praxislive.video.code.VideoCodeDelegate
 

C

calculate(double) - Method in interface org.praxislive.code.userapi.Easing
 
calculate(double) - Method in class org.praxislive.code.userapi.Easing.LinearEasing
 
CALLBACK_PERIOD - Static variable in class org.praxislive.tinkerforge.userapi.Constants
 
camera() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
camera(double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
camera() - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
camera(double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
CENTER - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
channels() - Method in class org.praxislive.audio.code.userapi.AudioTable
 
Chorus - Class in org.praxislive.audio.code.userapi
 
Chorus() - Constructor for class org.praxislive.audio.code.userapi.Chorus
 
circIn - Static variable in interface org.praxislive.code.userapi.Easing
 
circInOut - Static variable in interface org.praxislive.code.userapi.Easing
 
circle(double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
circle(double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
circle(double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
circle(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
circOut - Static variable in interface org.praxislive.code.userapi.Easing
 
CLAMP - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
clear() - Method in interface org.praxislive.code.userapi.Data.Packet
 
clear() - Method in class org.praxislive.code.userapi.Ref
Disposes the value and clears initialization.
clear() - Method in class org.praxislive.video.code.userapi.PGraphics
 
clear() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
clear() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
clear() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
clearLinks() - Method in class org.praxislive.code.userapi.Input
Clear all Linkables from this Input.
clearLinks() - Method in class org.praxislive.code.userapi.Property
Clear all Linkables from the Property.
clearLinks() - Method in class org.praxislive.code.userapi.Trigger
Clear all Linkables from this Trigger.
clip(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
clip(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
CLOSE - Static variable in class org.praxislive.video.code.userapi.VideoConstants
 
CLOSE - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
colorMode(Constants.ColorMode) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
colorMode(Constants.ColorMode, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
colorMode(Constants.ColorMode) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
colorMode(Constants.ColorMode, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
CombFilter - Class in org.praxislive.audio.code.userapi
 
CombFilter() - Constructor for class org.praxislive.audio.code.userapi.CombFilter
 
compute(Function<? super T, ? extends T>) - Method in class org.praxislive.code.userapi.Ref
Transform the value using the supplied function.
concat(boolean[], boolean[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
concat(byte[], byte[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
concat(char[], char[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
concat(int[], int[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
concat(float[], float[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
concat(double[], double[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
concat(String[], String[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
concat(PArray, PArray) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
concat(Object, Object) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
Config - Class in org.praxislive.code.userapi
 
Config() - Constructor for class org.praxislive.code.userapi.Config
 
Config.Port - Annotation Type in org.praxislive.code.userapi
Control automatic port creation for properties, triggers, etc.
Config.Preferred - Annotation Type in org.praxislive.code.userapi
Mark a feature as "preferred" - particularly important for presenting to humans.
Constants - Class in org.praxislive.code.userapi
 
Constants - Class in org.praxislive.tinkerforge.userapi
 
Constants - Class in org.praxislive.video.pgl.code.userapi
 
Constants.BlendMode - Enum in org.praxislive.video.pgl.code.userapi
 
Constants.ColorMode - Enum in org.praxislive.video.pgl.code.userapi
 
Constants.DrawingMode - Enum in org.praxislive.video.pgl.code.userapi
 
Constants.Hint - Enum in org.praxislive.video.pgl.code.userapi
 
Constants.ShapeEndMode - Enum in org.praxislive.video.pgl.code.userapi
 
Constants.ShapeMode - Enum in org.praxislive.video.pgl.code.userapi
 
Constants.ShapeType - Enum in org.praxislive.video.pgl.code.userapi
 
Constants.TextureMode - Enum in org.praxislive.video.pgl.code.userapi
 
Constants.TextureWrap - Enum in org.praxislive.video.pgl.code.userapi
 
constrain(int, int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Constrain a value between the range of the given low and high values.
constrain(double, double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Constrain a value between the range of the given low and high values.
contains(double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
copy() - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_copy.xml ) Gets a copy of the vector, returns a PVector object.
copy(PImage) - Method in class org.praxislive.video.code.userapi.PGraphics
 
copy(PImage) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
CoreCodeDelegate - Class in org.praxislive.core.code
 
CoreCodeDelegate() - Constructor for class org.praxislive.core.code.CoreCodeDelegate
 
CORNER - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
CORNERS - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
cos(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Returns the trigonometric cosine of an angle.
createPacket() - Method in interface org.praxislive.code.userapi.Data.Packet
 
createShader(String, String) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
createShader(String, String) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
createShape() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
createShape(Constants.ShapeType) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
createShape(PShape) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
createShape() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
createShape(Constants.ShapeType) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
createShape(PShape) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
cross(PVector) - Method in class org.praxislive.code.userapi.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 org.praxislive.code.userapi.PVector
 
cross(PVector, PVector, PVector) - Static method in class org.praxislive.code.userapi.PVector
 
cubicIn - Static variable in interface org.praxislive.code.userapi.Easing
 
cubicInOut - Static variable in interface org.praxislive.code.userapi.Easing
 
cubicOut - Static variable in interface org.praxislive.code.userapi.Easing
 
curve(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
curve(double, double, double, double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
curve(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
curve(double, double, double, double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
curveDetail(int) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
curveDetail(int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
curveDetail(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
curvePoint(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
curvePoint(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
curveTangent(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
curveTangent(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
curveTightness(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
curveTightness(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
curveTightness(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
curveVertex(double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
curveVertex(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
curveVertex(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
curveVertex(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
curveVertex(double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
curveVertex(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 

D

d(Property) - Method in class org.praxislive.code.DefaultCodeDelegate
Extract a double from the Property's current Value, or zero if the value cannot be coerced.
d(Value) - Method in class org.praxislive.code.DefaultCodeDelegate
Convert the provided Value into a double, or zero if the Value cannot be coerced.
d(String) - Method in class org.praxislive.code.DefaultCodeDelegate
Parse the provided String into a double, or zero if invalid.
damp(double) - Method in class org.praxislive.audio.code.userapi.Freeverb
 
damp() - Method in class org.praxislive.audio.code.userapi.Freeverb
 
data() - Method in class org.praxislive.audio.code.userapi.AudioTable
 
Data - Class in org.praxislive.code.userapi
Support for creating data pipes to work with data of any type.
data() - Method in interface org.praxislive.code.userapi.Data.Packet
 
Data.In<T> - Class in org.praxislive.code.userapi
Input port pipe.
Data.Out<T> - Class in org.praxislive.code.userapi
Input port pipe.
Data.Packet<T> - Interface in org.praxislive.code.userapi
A data holder used to wrap data of type T to be passed around a Pipe graph.
Data.Pipe<T> - Class in org.praxislive.code.userapi
The base type of pipes that can be connected to form processing graphs.
Data.Sink<T> - Class in org.praxislive.code.userapi
Data sink to drive pipe graph.
day() - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
DEBUG - Static variable in class org.praxislive.code.userapi.Constants
 
DEFAULT_FRAGMENT_SHADER - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DEFAULT_VERTEX_SHADER - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DefaultCodeDelegate - Class in org.praxislive.code
Default base for code delegates providing a variety of functions, many derived from the Processing API.
DefaultCodeDelegate() - Constructor for class org.praxislive.code.DefaultCodeDelegate
 
DEG_TO_RAD - Static variable in class org.praxislive.code.userapi.Constants
 
degrees(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Converts an angle in radians to an angle in degrees.
Delay - Class in org.praxislive.audio.code.userapi
 
Delay() - Constructor for class org.praxislive.audio.code.userapi.Delay
 
depth(double) - Method in class org.praxislive.audio.code.userapi.Chorus
 
depth() - Method in class org.praxislive.audio.code.userapi.Chorus
 
DIFFERENCE - Static variable in class org.praxislive.video.code.userapi.VideoConstants
 
directionalLight(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
directionalLight(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
DISABLE_ASYNC_SAVEFRAME - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DISABLE_BUFFER_READING - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DISABLE_DEPTH_MASK - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DISABLE_DEPTH_SORT - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DISABLE_DEPTH_TEST - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DISABLE_KEY_REPEAT - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DISABLE_OPENGL_ERRORS - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DISABLE_OPTIMIZED_STROKE - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DISABLE_STROKE_PERSPECTIVE - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DISABLE_STROKE_PURE - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
DISABLE_TEXTURE_MIPMAPS - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
disableStyle() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
dispose() - Method in interface org.praxislive.code.userapi.Data.Packet
 
dispose() - Method in class org.praxislive.tinkerforge.TFCodeDelegate
 
dist(double, double, double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculates the distance between two points.
dist(double, double, double, double, double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculates the distance between two points.
dist(PVector) - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_dist.xml ) Calculates the Euclidean distance between two points (considering a point as a vector object).
dist(PVector, PVector) - Static method in class org.praxislive.code.userapi.PVector
 
div(double) - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_div.xml ) Divides a vector by a scalar or divides one vector by another.
div(PVector, double) - Static method in class org.praxislive.code.userapi.PVector
Divide a vector by a scalar and return the result in a new vector.
div(PVector, double, PVector) - Static method in class org.praxislive.code.userapi.PVector
Divide a vector by a scalar and store the result in another vector.
dot(PVector) - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_dot.xml ) Calculates the dot product of two vectors.
dot(double, double, double) - Method in class org.praxislive.code.userapi.PVector
 
dot(PVector, PVector) - Static method in class org.praxislive.code.userapi.PVector
 
draw() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
draw() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
draw() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
drive(double) - Method in class org.praxislive.audio.code.userapi.Overdrive
 
drive() - Method in class org.praxislive.audio.code.userapi.Overdrive
 
dry(double) - Method in class org.praxislive.audio.code.userapi.Freeverb
 
dry() - Method in class org.praxislive.audio.code.userapi.Freeverb
 

E

ease - Static variable in interface org.praxislive.code.userapi.Easing
 
ease() - Method in class org.praxislive.code.userapi.Property.Animator
Convenience method to use Easing.ease easing for all keyframes.
easeIn - Static variable in interface org.praxislive.code.userapi.Easing
 
easeIn() - Method in class org.praxislive.code.userapi.Property.Animator
Convenience method to use Easing.easeIn easing for all keyframes.
easeInOut - Static variable in interface org.praxislive.code.userapi.Easing
 
easeInOut() - Method in class org.praxislive.code.userapi.Property.Animator
Convenience method to use Easing.easeInOut easing for all keyframes.
easeOut - Static variable in interface org.praxislive.code.userapi.Easing
 
easeOut() - Method in class org.praxislive.code.userapi.Property.Animator
Convenience method to use Easing.easeOut easing for all keyframes.
Easing - Interface in org.praxislive.code.userapi
 
easing(Easing...) - Method in class org.praxislive.code.userapi.Property.Animator
Set the easing mode for each keyframe.
Easing.LinearEasing - Class in org.praxislive.code.userapi
 
edge(boolean) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
edge(boolean) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
ellipse(double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
ellipse(double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
ellipse(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
ellipse(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
ellipseMode(Constants.DrawingMode) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
ellipseMode(Constants.DrawingMode) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
emissive(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
emissive(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
emissive(double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
emissive(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
emissive(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
emissive(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
ENABLE_ASYNC_SAVEFRAME - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
ENABLE_BUFFER_READING - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
ENABLE_DEPTH_MASK - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
ENABLE_DEPTH_SORT - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
ENABLE_DEPTH_TEST - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
ENABLE_KEY_REPEAT - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
ENABLE_OPENGL_ERRORS - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
ENABLE_OPTIMIZED_STROKE - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
ENABLE_STROKE_PERSPECTIVE - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
ENABLE_STROKE_PURE - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
ENABLE_TEXTURE_MIPMAPS - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
enableStyle() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
endCamera() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
endCamera() - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
endContour() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
endDraw() - Method in class org.praxislive.video.code.userapi.PGraphics
 
endShape() - Method in class org.praxislive.video.code.userapi.PGraphics
 
endShape(boolean) - Method in class org.praxislive.video.code.userapi.PGraphics
 
endShape() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
endShape(boolean) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
endShape() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
endShape(Constants.ShapeEndMode) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
endShape() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
endShape(Constants.ShapeEndMode) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
endShape() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
endShape(Constants.ShapeEndMode) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
equals(Object) - Method in class org.praxislive.code.userapi.PVector
 
ERROR - Static variable in class org.praxislive.code.userapi.Constants
 
exp(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate Euler's number raised to the power of the given value.
expand(boolean[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(boolean[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(byte[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(byte[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(char[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(char[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(int[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(int[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(long[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(long[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(float[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(float[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(double[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(double[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(String[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(String[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(Object) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expand(Object, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
expoIn - Static variable in interface org.praxislive.code.userapi.Easing
 
expoInOut - Static variable in interface org.praxislive.code.userapi.Easing
 
expoOut - Static variable in interface org.praxislive.code.userapi.Easing
 

F

f(Property) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated. 
feedback(double) - Method in class org.praxislive.audio.code.userapi.Chorus
 
feedback() - Method in class org.praxislive.audio.code.userapi.Chorus
 
feedback(double) - Method in class org.praxislive.audio.code.userapi.CombFilter
 
feedback() - Method in class org.praxislive.audio.code.userapi.CombFilter
 
feedback(double) - Method in class org.praxislive.audio.code.userapi.Delay
 
feedback() - Method in class org.praxislive.audio.code.userapi.Delay
 
feedback(double) - Method in class org.praxislive.audio.code.userapi.LFODelay
 
feedback() - Method in class org.praxislive.audio.code.userapi.LFODelay
 
fill(double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
fill(double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
fill(double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
fill(double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
fill(double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
fill(double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
fill(double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
fill(double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
fill(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
fill(double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
fill(double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
fill(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
fill(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
fill(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
fill(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
fill(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
fill(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
fill(double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
fill(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
fill(double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
filter(DoublePredicate) - Method in interface org.praxislive.code.userapi.Linkable.Double
Returns a Linkable.Double that wraps this Linkable.Double and filters values using the provided predicate function.
filter(Predicate<? super T>) - Method in interface org.praxislive.code.userapi.Linkable
Returns a Linkable that wraps this Linkable and filters values using the provided predicate function.
filter(IntPredicate) - Method in interface org.praxislive.code.userapi.Linkable.Int
Returns a Linkable.Int that wraps this Linkable.Int and filters values using the provided predicate function.
filter(PShader) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
filter(PShader) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
find(Class<T>) - Method in class org.praxislive.code.DefaultCodeDelegate
Search for an instance of the given type.
find(Class<T>) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
find(Class<T>) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
find(Class<T>) - Method in class org.praxislive.video.pgl.code.userapi.PImage
Search for an instance of the given type.
find(Class<T>) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
find(Class<T>) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
fn(DoubleUnaryOperator) - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
Freeverb - Class in org.praxislive.audio.code.userapi
 
Freeverb() - Constructor for class org.praxislive.audio.code.userapi.Freeverb
 
frequency(double) - Method in class org.praxislive.audio.code.userapi.CombFilter
 
frequency() - Method in class org.praxislive.audio.code.userapi.CombFilter
 
frequency(double) - Method in class org.praxislive.audio.code.userapi.IIRFilter
 
frequency() - Method in class org.praxislive.audio.code.userapi.IIRFilter
 
frequency(double) - Method in class org.praxislive.audio.code.userapi.LFO
 
frequency() - Method in class org.praxislive.audio.code.userapi.LFO
 
frequency(double) - Method in class org.praxislive.audio.code.userapi.Osc
 
frequency() - Method in class org.praxislive.audio.code.userapi.Osc
 
frequency(double) - Method in class org.praxislive.audio.code.userapi.Phasor
 
frequency() - Method in class org.praxislive.audio.code.userapi.Phasor
 
fromAngle(double) - Static method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_sub.xml ) Make a new 2D unit vector from an angle.
fromAngle(double, PVector) - Static method in class org.praxislive.code.userapi.PVector
Make a new 2D unit vector from an angle
frustum(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
frustum(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
function(DoubleBinaryOperator) - Method in class org.praxislive.audio.code.userapi.Mod
 
function(DoubleUnaryOperator) - Method in class org.praxislive.audio.code.userapi.OpGen
 

G

Gain - Class in org.praxislive.audio.code.userapi
 
Gain() - Constructor for class org.praxislive.audio.code.userapi.Gain
 
gain(double) - Method in class org.praxislive.audio.code.userapi.LFO
 
gain() - Method in class org.praxislive.audio.code.userapi.LFO
 
gain(double) - Method in class org.praxislive.audio.code.userapi.Osc
 
gain() - Method in class org.praxislive.audio.code.userapi.Osc
 
generate(int, int) - Static method in class org.praxislive.audio.code.userapi.AudioTable
 
GEOMETRY - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
get(int, int) - Method in class org.praxislive.audio.code.userapi.AudioTable
 
get(int, double) - Method in class org.praxislive.audio.code.userapi.AudioTable
 
get() - Method in class org.praxislive.code.userapi.Property
Return the current value.
get() - Method in class org.praxislive.code.userapi.PVector
Deprecated.
get(double[]) - Method in class org.praxislive.code.userapi.PVector
 
get() - Method in class org.praxislive.code.userapi.Ref
Return the value.
getBoolean() - Method in class org.praxislive.code.userapi.Property
Return the current value as a boolean, or false if the value isn't a valid boolean.
getBoolean(boolean) - Method in class org.praxislive.code.userapi.Property
Return the current value as a boolean, or the provided default if the value isn't a valid boolean.
getChild(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getChild(String) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getChildCount() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getDepth() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getDouble() - Method in class org.praxislive.code.userapi.Property
Return the current value as a double, or zero if the value isn't numeric.
getDouble(double) - Method in class org.praxislive.code.userapi.Property
Return the current value as a double, or the provided default if the value isn't numeric.
getHeight() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getInt() - Method in class org.praxislive.code.userapi.Property
Return the current value as an int, or zero if the value isn't numeric.
getInt(int) - Method in class org.praxislive.code.userapi.Property
Return the current value as an int, or the provided default if the value isn't numeric.
getLookup() - Method in class org.praxislive.code.DefaultCodeDelegate
Return a Lookup for finding instances of features.
getNormal(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getNormal(int, PVector) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getNormalX(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getNormalY(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getNormalZ(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getStrokeWeight(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getTessellation() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getTextureU(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getTextureV(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getVertex(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getVertex(int, PVector) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getVertexCount() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getVertexX(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getVertexY(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getVertexZ(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
getWidth() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
GLSL_FRAGMENT_MIME - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
GLSL_VERTEX_MIME - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
GROUP - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 

H

HALF_PI - Static variable in class org.praxislive.code.userapi.Constants
 
hashCode() - Method in class org.praxislive.code.userapi.PVector
 
hasSampleRate() - Method in class org.praxislive.audio.code.userapi.AudioTable
 
heading() - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_setMag.xml ) Calculate the angle of rotation for this vector (only 2D vectors) ( end auto-generated )
heading2D() - Method in class org.praxislive.code.userapi.PVector
Deprecated.
height - Variable in class org.praxislive.video.code.userapi.PImage
 
height - Variable in class org.praxislive.video.code.VideoCodeDelegate
 
height - Variable in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
height - Variable in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
height - Variable in class org.praxislive.video.pgl.code.userapi.PImage
 
hex(byte) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
hex(char) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
hex(int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
hex(int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
hint(Constants.Hint) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
hint(Constants.Hint) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
hour() - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
HP12 - Static variable in class org.praxislive.audio.code.userapi.IIRFilter
 
HP24 - Static variable in class org.praxislive.audio.code.userapi.IIRFilter
 
HSB - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 

I

i(Property) - Method in class org.praxislive.code.DefaultCodeDelegate
Extract an int from the Property's current Value, or zero if the value cannot be coerced.
i(Value) - Method in class org.praxislive.code.DefaultCodeDelegate
Convert the provided Value into an int, or zero if the Value cannot be coerced.
i(String) - Method in class org.praxislive.code.DefaultCodeDelegate
Parse the provided String into an int, or zero if invalid.
ID - Annotation Type in org.praxislive.code.userapi
Override the default ID for ports or controls.
ifPresent(Consumer<? super T>) - Method in class org.praxislive.code.userapi.Ref
Pass the value to the provided Consumer function if one exists. Unlike apply this may be safely called prior to initialization.
IIRFilter - Class in org.praxislive.audio.code.userapi
 
IIRFilter() - Constructor for class org.praxislive.audio.code.userapi.IIRFilter
 
IIRFilter.Type - Enum in org.praxislive.audio.code.userapi
 
image(PImage, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
image(PImage, double, double, double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
image(PImage, double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
image(PImage, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
image(PImage, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
image(PImage, double, double, double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
image(PImage, double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
image(PImage, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
image(PImage, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
image(PImage, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
image(PImage, double, double, double, double, int, int, int, int) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
image(PImage, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
image(PImage, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
image(PImage, double, double, double, double, int, int, int, int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
IMAGE - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
imageMode(int) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
imageMode(int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
in(double) - Method in class org.praxislive.audio.code.userapi.Looper
 
in() - Method in class org.praxislive.audio.code.userapi.Looper
 
in(double) - Method in class org.praxislive.audio.code.userapi.Player
 
in() - Method in class org.praxislive.audio.code.userapi.Player
 
In() - Constructor for class org.praxislive.code.userapi.Data.In
 
In - Annotation Type in org.praxislive.code.userapi
Annotate a field or method representing an input, such as an Input or a method with single parameter.
in(double...) - Method in class org.praxislive.code.userapi.Property.Animator
Set the time in seconds for each keyframe.
index(int) - Method in class org.praxislive.code.userapi.Trigger
Set the current index.
index() - Method in class org.praxislive.code.userapi.Trigger
Get the current index.
INFO - Static variable in class org.praxislive.code.userapi.Constants
 
init() - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
init(Supplier<? extends T>) - Method in class org.praxislive.code.userapi.Ref
Initialize the reference, calling the supplier function if a value is needed.
init() - Method in class org.praxislive.core.code.CoreCodeDelegate
 
init() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
init() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
init() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
Inject - Annotation Type in org.praxislive.code.userapi
Annotate a field to be injected - an injected field will be automatically created and persisted between code changes.
input() - Method in class org.praxislive.code.userapi.Data.Sink
Get the input pipe for this sink.
Input - Class in org.praxislive.code.userapi
A field type providing a control input port.
is2D() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
is3D() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
isAnimating() - Method in class org.praxislive.code.userapi.Property.Animator
Whether an animation is currently active.
isAnimating() - Method in class org.praxislive.code.userapi.Property
Return whether the property is currently animating.
isClosed() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
isCompatible(Data.Packet<T>) - Method in interface org.praxislive.code.userapi.Data.Packet
 
isLoggable(LogLevel) - Method in class org.praxislive.code.DefaultCodeDelegate
Check whether the messages at the given log level are being sent.

J

join(String[], char) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
join(String[], String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.

K

key - Variable in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
key - Variable in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
keyCode - Variable in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
keyCode - Variable in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
keyPressed - Variable in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
keyPressed - Variable in class org.praxislive.video.pgl.code.P3DCodeDelegate
 

L

lcdString(String, int) - Method in class org.praxislive.tinkerforge.TFCodeDelegate
 
lerp(double, double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculates a number between two numbers at a specific increment.
lerp(PVector, double) - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_rotate.xml ) Linear interpolate the vector to another vector ( end auto-generated )
lerp(PVector, PVector, double) - Static method in class org.praxislive.code.userapi.PVector
Linear interpolate between two vectors (returns a new PVector object)
lerp(double, double, double, double) - Method in class org.praxislive.code.userapi.PVector
Linear interpolate the vector to x,y,z values
level(double) - Method in class org.praxislive.audio.code.userapi.Delay
 
level() - Method in class org.praxislive.audio.code.userapi.Delay
 
level(double) - Method in class org.praxislive.audio.code.userapi.Gain
 
level() - Method in class org.praxislive.audio.code.userapi.Gain
 
LFO - Class in org.praxislive.audio.code.userapi
 
LFO() - Constructor for class org.praxislive.audio.code.userapi.LFO
 
LFODelay - Class in org.praxislive.audio.code.userapi
 
LFODelay() - Constructor for class org.praxislive.audio.code.userapi.LFODelay
 
lightFalloff(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
lightFalloff(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
lights() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
lights() - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
lightSpecular(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
lightSpecular(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
limit(double) - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_limit.xml ) Limit the magnitude of this vector to the value used for the max parameter.
line(double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
line(double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
line(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
line(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
linear - Static variable in interface org.praxislive.code.userapi.Easing
 
linear() - Method in class org.praxislive.code.userapi.Property.Animator
Convenience method to use Easing.linear easing for all keyframes.
LinearEasing() - Constructor for class org.praxislive.code.userapi.Easing.LinearEasing
 
LINES - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
link(Pipe...) - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
link(Data.Pipe<T>...) - Static method in class org.praxislive.code.userapi.Data
Link provided Data.Pipes together.
link(DoubleConsumer) - Method in interface org.praxislive.code.userapi.Linkable.Double
Link to a Consumer to process values.
link(IntConsumer) - Method in interface org.praxislive.code.userapi.Linkable.Int
Link to a Consumer to process values.
link(Consumer<T>) - Method in interface org.praxislive.code.userapi.Linkable
Link to a Consumer to process values.
link(DoubleConsumer) - Method in class org.praxislive.code.userapi.Property
Call the provided consumer with the double value whenever the value changes.
link(DoubleConsumer...) - Method in class org.praxislive.code.userapi.Property
 
link(Runnable) - Method in class org.praxislive.code.userapi.Trigger
Run the provided Runnable each time this Trigger is triggered.
Linkable<T> - Interface in org.praxislive.code.userapi
Linkable is a lightweight form of reactive stream for listening to changing values from inputs, properties, animation, etc.
Linkable.Double - Interface in org.praxislive.code.userapi
A double primitive specialisation of Linkable.
Linkable.Int - Interface in org.praxislive.code.userapi
An int primitive specialisation of Linkable.
linkAs(Function<Value, T>, Consumer<T>) - Method in class org.praxislive.code.userapi.Property
Call the provided consumer when the value changes, transformed using the converter into the required type T.
linkAs(Function<Value, T>, Consumer<T>...) - Method in class org.praxislive.code.userapi.Property
 
log(LogLevel, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a log message.
log(LogLevel, Exception) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a log message with associated Exception type.
log(LogLevel, Exception, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a log message with associated Exception.
log(LogLevel, Class<? extends Exception>, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a log message with associated Exception type.
log(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the natural logarithm if the given value.
Looper - Class in org.praxislive.audio.code.userapi
 
Looper() - Constructor for class org.praxislive.audio.code.userapi.Looper
 
looping(boolean) - Method in class org.praxislive.audio.code.userapi.Looper
 
looping() - Method in class org.praxislive.audio.code.userapi.Looper
 
looping(boolean) - Method in class org.praxislive.audio.code.userapi.Player
 
looping() - Method in class org.praxislive.audio.code.userapi.Player
 
LP12 - Static variable in class org.praxislive.audio.code.userapi.IIRFilter
 
LP24 - Static variable in class org.praxislive.audio.code.userapi.IIRFilter
 
LP6 - Static variable in class org.praxislive.audio.code.userapi.IIRFilter
 

M

mag() - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_mag.xml ) Calculates the magnitude (length) of the vector and returns the result as a double (this is simply the equation sqrt(x*x + y*y + z*z).) ( end auto-generated )
magSq() - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_mag.xml ) Calculates the squared magnitude of the vector and returns the result as a double (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.
map(double, double, double, double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Re-map (scale) an input value from one range to another.
map(DoubleUnaryOperator) - Method in interface org.praxislive.code.userapi.Linkable.Double
Returns a Linkable.Double that wraps this Linkable.Double and transforms values using the provided mapping function.
map(IntUnaryOperator) - Method in interface org.praxislive.code.userapi.Linkable.Int
Returns a Linkable.Int that wraps this Linkable.Int and transforms values using the provided mapping function.
map(Function<? super T, ? extends R>) - Method in interface org.praxislive.code.userapi.Linkable
Returns a Linkable that wraps this Linkable and transforms values using the provided mapping function.
mapTo(DoubleFunction<? extends R>) - Method in interface org.praxislive.code.userapi.Linkable.Double
Returns a Linkable that wraps this Linkable.Double and transforms values using the provided mapping function.
mapTo(IntFunction<? extends R>) - Method in interface org.praxislive.code.userapi.Linkable.Int
Returns a Linkable that wraps this Linkable.Int and transforms values using the provided mapping function.
MASK - Static variable in class org.praxislive.video.code.userapi.VideoConstants
 
match(String, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
matchAll(String, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
max(int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the maximum of two values.
max(int, int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the maximum of three values.
max(int...) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the maximum value in the provided array.
max(double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the maximum of two values.
max(double, double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the maximum of three values.
max(double...) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the maximum value in the provided array.
maxDelay() - Method in class org.praxislive.audio.code.userapi.Delay
 
maximum(double) - Method in class org.praxislive.audio.code.userapi.Phasor
 
maximum() - Method in class org.praxislive.audio.code.userapi.Phasor
 
maxIndex(int) - Method in class org.praxislive.code.userapi.Trigger
Set the maximum index, at which the index will wrap back to zero.
maxIndex() - Method in class org.praxislive.code.userapi.Trigger
Get the current maximum index.
midiToFrequency(int) - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
millis() - Method in class org.praxislive.code.DefaultCodeDelegate
The current time in milliseconds since the root was started.
min(int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the minimum of two values.
min(int, int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the minimum of three values.
min(int...) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the minimum value in the provided array.
min(double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the minimum of two values.
min(double, double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the minimum of three values.
min(double...) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the minimum value in the provided array.
minimum(double) - Method in class org.praxislive.audio.code.userapi.Phasor
 
minimum() - Method in class org.praxislive.audio.code.userapi.Phasor
 
minute() - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
mod() - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
mod(Pipe...) - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
Mod - Class in org.praxislive.audio.code.userapi
 
Mod() - Constructor for class org.praxislive.audio.code.userapi.Mod
 
modelX(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
modelX(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
modelY(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
modelY(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
modelZ(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
modelZ(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
modFn(DoubleBinaryOperator) - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
modFn(Pipe, DoubleBinaryOperator) - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
month() - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
mousePressed - Variable in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
mousePressed - Variable in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
mouseX - Variable in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
mouseX - Variable in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
mouseY - Variable in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
mouseY - Variable in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
mult(double) - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_mult.xml ) Multiplies a vector by a scalar or multiplies one vector by another.
mult(PVector, double) - Static method in class org.praxislive.code.userapi.PVector
 
mult(PVector, double, PVector) - Static method in class org.praxislive.code.userapi.PVector
Multiply a vector by a scalar, and write the result into a target PVector.
MULTIPLY - Static variable in class org.praxislive.video.code.userapi.VideoConstants
 
MULTIPLY - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 

N

noClip() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
noClip() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
noFill() - Method in class org.praxislive.video.code.userapi.PGraphics
 
noFill() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
noFill() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
noFill() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
noFill() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
noise(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Computes the Perlin noise function value at point x.
noise(double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Computes the Perlin noise function value at the point x, y.
noise(double, double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Computes the Perlin noise function value at x, y, z.
noiseDetail(int) - Method in class org.praxislive.code.DefaultCodeDelegate
 
noiseDetail(int, double) - Method in class org.praxislive.code.DefaultCodeDelegate
 
noiseSeed(long) - Method in class org.praxislive.code.DefaultCodeDelegate
 
noLights() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
noLights() - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
norm(double, double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Normalizes a number from another range into a value between 0 and 1.
normal(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
NORMAL - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
normal(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
normal(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
normalize() - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_normalize.xml ) Normalize the vector to length 1 (make it a unit vector).
normalize(PVector) - Method in class org.praxislive.code.userapi.PVector
 
noSmooth() - Method in class org.praxislive.video.code.userapi.PGraphics
 
noSmooth() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
noSmooth() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
noSmooth() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
noStroke() - Method in class org.praxislive.video.code.userapi.PGraphics
 
noStroke() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
noStroke() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
noStroke() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
noStroke() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
noteToFrequency(String) - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
noteToMidi(String) - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
noTexture() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
noTexture() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
noTexture() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
noTint() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
noTint() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
noTint() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
NP12 - Static variable in class org.praxislive.audio.code.userapi.IIRFilter
 

O

OffScreen - Annotation Type in org.praxislive.video.code.userapi
Annotate a PGraphics field as an additional offscreen buffer.
OffScreen - Annotation Type in org.praxislive.video.pgl.code.userapi
Annotate a PGraphics field as an additional offscreen buffer.
OffScreen.Format - Enum in org.praxislive.video.code.userapi
Pixel format of the buffer.
on() - Method in class org.praxislive.code.userapi.Trigger
Returns a new Linkable.Int for listening to each trigger.
onAccumulate(BinaryOperator<T>) - Method in class org.praxislive.code.userapi.Data.Sink
 
OnChange - Annotation Type in org.praxislive.code.userapi
Name a method to call when a property field (see @P) changes in response to an external port or control call.
onClear(UnaryOperator<T>) - Method in class org.praxislive.code.userapi.Data.Sink
Function to clear an instance of T when required, at the head of a pipe chain, prior to accumulation, etc.
onCreate(UnaryOperator<T>) - Method in class org.praxislive.code.userapi.Data.Sink
Function to get an instance of T when a new data packet is being created.
onDispose(Consumer<? super T>) - Method in class org.praxislive.code.userapi.Ref
Provide a function to run on the value whenever the value is being disposed of, either because the Ref has been removed from the code, the root is being stopped, or clear has been explicitly called.
OnError - Annotation Type in org.praxislive.code.userapi
Name a method to call when a property field (see @P) has an error in response to an external port or control call.
onReset(Consumer<? super T>) - Method in class org.praxislive.code.userapi.Ref
Provide a function to run on the value whenever the Ref is reset - eg.
onValidate(BiPredicate<T, T>) - Method in class org.praxislive.code.userapi.Data.Sink
Function to validate a source Data.Packet value against a destination Data.Packet value.
op(SurfaceOp) - Method in class org.praxislive.video.code.userapi.PGraphics
 
op(SurfaceOp, PImage) - Method in class org.praxislive.video.code.userapi.PGraphics
 
op(SurfaceOp) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
op(SurfaceOp, PImage) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
OPEN - Static variable in class org.praxislive.video.code.userapi.VideoConstants
 
OPEN - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
OpGen - Class in org.praxislive.audio.code.userapi
 
OpGen() - Constructor for class org.praxislive.audio.code.userapi.OpGen
 
org.praxislive.audio.code - package org.praxislive.audio.code
 
org.praxislive.audio.code.userapi - package org.praxislive.audio.code.userapi
 
org.praxislive.code - package org.praxislive.code
 
org.praxislive.code.userapi - package org.praxislive.code.userapi
 
org.praxislive.core.code - package org.praxislive.core.code
 
org.praxislive.tinkerforge - package org.praxislive.tinkerforge
 
org.praxislive.tinkerforge.userapi - package org.praxislive.tinkerforge.userapi
 
org.praxislive.video.code - package org.praxislive.video.code
 
org.praxislive.video.code.userapi - package org.praxislive.video.code.userapi
 
org.praxislive.video.pgl.code - package org.praxislive.video.pgl.code
 
org.praxislive.video.pgl.code.userapi - package org.praxislive.video.pgl.code.userapi
 
ortho() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
ortho(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
ortho(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
ortho() - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
ortho(double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
ortho(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
Osc - Class in org.praxislive.audio.code.userapi
 
Osc() - Constructor for class org.praxislive.audio.code.userapi.Osc
 
out(double) - Method in class org.praxislive.audio.code.userapi.Looper
 
out() - Method in class org.praxislive.audio.code.userapi.Looper
 
out(double) - Method in class org.praxislive.audio.code.userapi.Player
 
out() - Method in class org.praxislive.audio.code.userapi.Player
 
Out() - Constructor for class org.praxislive.code.userapi.Data.Out
 
Out - Annotation Type in org.praxislive.code.userapi
Annotate a field representing an output, such as Output.
Output - Class in org.praxislive.code.userapi
A field type providing a control output port.
Output() - Constructor for class org.praxislive.code.userapi.Output
 
Overdrive - Class in org.praxislive.audio.code.userapi
 
Overdrive() - Constructor for class org.praxislive.audio.code.userapi.Overdrive
 

P

p(String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
P - Annotation Type in org.praxislive.code.userapi
Annotate a field as a property.
P2DCodeDelegate - Class in org.praxislive.video.pgl.code
 
P2DCodeDelegate() - Constructor for class org.praxislive.video.pgl.code.P2DCodeDelegate
 
P3DCodeDelegate - Class in org.praxislive.video.pgl.code
 
P3DCodeDelegate() - Constructor for class org.praxislive.video.pgl.code.P3DCodeDelegate
 
passthrough(boolean) - Method in class org.praxislive.audio.code.userapi.Delay
 
passthrough() - Method in class org.praxislive.audio.code.userapi.Delay
 
PATH - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
perspective() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
perspective(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
perspective() - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
perspective(double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
PFont - Class in org.praxislive.video.code.userapi
 
PFont() - Constructor for class org.praxislive.video.code.userapi.PFont
 
PFont - Class in org.praxislive.video.pgl.code.userapi
 
PFont() - Constructor for class org.praxislive.video.pgl.code.userapi.PFont
 
PGraphics - Class in org.praxislive.video.code.userapi
 
PGraphics2D - Class in org.praxislive.video.pgl.code.userapi
 
PGraphics3D - Class in org.praxislive.video.pgl.code.userapi
 
phase(double) - Method in class org.praxislive.audio.code.userapi.Phasor
 
phase() - Method in class org.praxislive.audio.code.userapi.Phasor
 
Phasor - Class in org.praxislive.audio.code.userapi
 
Phasor() - Constructor for class org.praxislive.audio.code.userapi.Phasor
 
PI - Static variable in class org.praxislive.code.userapi.Constants
 
PImage - Class in org.praxislive.video.code.userapi
 
PImage(int, int) - Constructor for class org.praxislive.video.code.userapi.PImage
 
PImage - Class in org.praxislive.video.pgl.code.userapi
 
PImage(int, int) - Constructor for class org.praxislive.video.pgl.code.userapi.PImage
 
Pipe() - Constructor for class org.praxislive.code.userapi.Data.Pipe
 
play() - Method in class org.praxislive.audio.code.userapi.Looper
 
play() - Method in class org.praxislive.audio.code.userapi.Player
 
Player - Class in org.praxislive.audio.code.userapi
 
Player() - Constructor for class org.praxislive.audio.code.userapi.Player
 
playing(boolean) - Method in class org.praxislive.audio.code.userapi.Looper
 
playing() - Method in class org.praxislive.audio.code.userapi.Looper
 
playing(boolean) - Method in class org.praxislive.audio.code.userapi.Player
 
playing() - Method in class org.praxislive.audio.code.userapi.Player
 
pmouseX - Variable in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
pmouseX - Variable in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
pmouseY - Variable in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
pmouseY - Variable in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
point(double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
point(double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
point(double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
point(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
point(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
point(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
pointLight(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
pointLight(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
POINTS - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
poll() - Method in class org.praxislive.code.userapi.Trigger
Deprecated.
popMatrix() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
popMatrix() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
position(double) - Method in class org.praxislive.audio.code.userapi.Looper
 
position() - Method in class org.praxislive.audio.code.userapi.Looper
 
position(double) - Method in class org.praxislive.audio.code.userapi.Player
 
position() - Method in class org.praxislive.audio.code.userapi.Player
 
pow(double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the value of the first argument raised to the power of the second argument.
process(T) - Method in class org.praxislive.code.userapi.Data.Sink
Process an instance of type T through the data graph.
Property - Class in org.praxislive.code.userapi
A field type for properties (see @P).
Property.Animator - Class in org.praxislive.code.userapi
Provides keyframe animation support for Property.
PShader - Class in org.praxislive.video.pgl.code.userapi
 
PShape - Class in org.praxislive.video.pgl.code.userapi
 
pushMatrix() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
pushMatrix() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
PVector - Class in org.praxislive.code.userapi
( begin auto-generated from PVector.xml ) A class to describe a two or three dimensional vector.
PVector() - Constructor for class org.praxislive.code.userapi.PVector
Constructor for an empty vector: x, y, and z are set to 0.
PVector(double, double, double) - Constructor for class org.praxislive.code.userapi.PVector
Constructor for a 3D vector.
PVector(double, double) - Constructor for class org.praxislive.code.userapi.PVector
Constructor for a 2D vector: z coordinate is set to 0.

Q

quad(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
quad(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
quad(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
quad(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
QUAD_STRIP - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
quadIn - Static variable in interface org.praxislive.code.userapi.Easing
 
quadInOut - Static variable in interface org.praxislive.code.userapi.Easing
 
quadOut - Static variable in interface org.praxislive.code.userapi.Easing
 
quadraticVertex(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
quadraticVertex(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
quadraticVertex(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
quadraticVertex(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
quadraticVertex(double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
quadraticVertex(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
QUADS - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
QUARTER_PI - Static variable in class org.praxislive.code.userapi.Constants
 
quartIn - Static variable in interface org.praxislive.code.userapi.Easing
 
quartInOut - Static variable in interface org.praxislive.code.userapi.Easing
 
quartOut - Static variable in interface org.praxislive.code.userapi.Easing
 
quintIn - Static variable in interface org.praxislive.code.userapi.Easing
 
quintInOut - Static variable in interface org.praxislive.code.userapi.Easing
 
quintOut - Static variable in interface org.praxislive.code.userapi.Easing
 

R

RAD_TO_DEG - Static variable in class org.praxislive.code.userapi.Constants
 
radians(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Converts an angle in degrees to an angle in radians.
RADIUS - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
random(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Return a random number between zero and max (exclusive)
random(double, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Return a random number between min (inclusive) and max (exclusive)
random2D() - Static method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_random2D.xml ) Make a new 2D unit vector with a random direction.
random2D(PVector) - Static method in class org.praxislive.code.userapi.PVector
Set a 2D vector to a random unit vector with a random direction
random3D() - Static method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_random3D.xml ) Make a new 3D unit vector with a random direction.
random3D(PVector) - Static method in class org.praxislive.code.userapi.PVector
Set a 3D vector to a random unit vector with a random direction
randomOf(double...) - Method in class org.praxislive.code.DefaultCodeDelegate
Return a random element from an array of values.
randomOf(int...) - Method in class org.praxislive.code.DefaultCodeDelegate
Return a random element from an array of values.
randomOf(String...) - Method in class org.praxislive.code.DefaultCodeDelegate
Return a random element from an array of values.
range(double) - Method in class org.praxislive.audio.code.userapi.LFODelay
 
range() - Method in class org.praxislive.audio.code.userapi.LFODelay
 
rate(double) - Method in class org.praxislive.audio.code.userapi.Chorus
 
rate() - Method in class org.praxislive.audio.code.userapi.Chorus
 
rate(double) - Method in class org.praxislive.audio.code.userapi.LFODelay
 
rate() - Method in class org.praxislive.audio.code.userapi.LFODelay
 
readFrom(DataInput) - Method in class org.praxislive.code.userapi.PVector
 
readFrom(DataInput) - Method in class org.praxislive.code.userapi.Struct
 
ReadOnly - Annotation Type in org.praxislive.code.userapi
Mark a property field as read-only.
recording(boolean) - Method in class org.praxislive.audio.code.userapi.Looper
 
recording() - Method in class org.praxislive.audio.code.userapi.Looper
 
rect(double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
rect(double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
rect(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
rect(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
rect(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
rect(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
rect(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
rect(double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
rectMode(Constants.DrawingMode) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
rectMode(Constants.DrawingMode) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
Ref<T> - Class in org.praxislive.code.userapi
A generic object holder for safely passing references between different iterations of code.
Ref() - Constructor for class org.praxislive.code.userapi.Ref
 
release(PImage) - Method in class org.praxislive.video.code.userapi.PGraphics
 
release(PImage) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
removeChild(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
removeSource(Data.Pipe<T>) - Method in class org.praxislive.code.userapi.Data.Pipe
 
REPEAT - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
REPLACE - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
reset() - Method in class org.praxislive.audio.code.userapi.Chorus
 
reset() - Method in class org.praxislive.audio.code.userapi.CombFilter
 
reset() - Method in class org.praxislive.audio.code.userapi.Delay
 
reset() - Method in class org.praxislive.audio.code.userapi.Freeverb
 
reset() - Method in class org.praxislive.audio.code.userapi.Gain
 
reset() - Method in class org.praxislive.audio.code.userapi.IIRFilter
 
reset() - Method in class org.praxislive.audio.code.userapi.LFO
 
reset() - Method in class org.praxislive.audio.code.userapi.LFODelay
 
reset() - Method in class org.praxislive.audio.code.userapi.Looper
 
reset() - Method in class org.praxislive.audio.code.userapi.Mod
 
reset() - Method in class org.praxislive.audio.code.userapi.OpGen
 
reset() - Method in class org.praxislive.audio.code.userapi.Osc
 
reset() - Method in class org.praxislive.audio.code.userapi.Overdrive
 
reset() - Method in class org.praxislive.audio.code.userapi.Phasor
 
reset() - Method in class org.praxislive.audio.code.userapi.Player
 
reset() - Method in class org.praxislive.code.userapi.Data.Sink
Reset all functions and disconnect all sources.
resetMatrix() - Method in class org.praxislive.video.code.userapi.PGraphics
 
resetMatrix() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
resetMatrix() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
resetMatrix() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
resetMatrix() - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
resetShader() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
resetShader() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
resonance(double) - Method in class org.praxislive.audio.code.userapi.IIRFilter
 
resonance() - Method in class org.praxislive.audio.code.userapi.IIRFilter
 
reverse(boolean[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
reverse(byte[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
reverse(char[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
reverse(int[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
reverse(float[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
reverse(double[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
reverse(String[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
reverse(Object) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
RGB - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
roomSize(double) - Method in class org.praxislive.audio.code.userapi.Freeverb
 
roomSize() - Method in class org.praxislive.audio.code.userapi.Freeverb
 
rotate(double) - Method in class org.praxislive.code.userapi.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(double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
rotate(double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
rotate(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
rotate(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
rotate(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
rotate(double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
rotate(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
rotate(double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
rotateX(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
rotateX(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
rotateX(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
rotateY(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
rotateY(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
rotateY(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
rotateZ(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
rotateZ(double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
rotateZ(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
round(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Round a value to the nearest integer.

S

s(Property) - Method in class org.praxislive.code.DefaultCodeDelegate
Extract the Property's current value into a String representation.
s(Value) - Method in class org.praxislive.code.DefaultCodeDelegate
Convert the provided Value into a String representation.
sampleRate - Variable in class org.praxislive.audio.code.AudioCodeDelegate
 
sampleRate() - Method in class org.praxislive.audio.code.userapi.AudioTable
 
SAW - Static variable in class org.praxislive.audio.code.userapi.AudioConstants
 
scale(double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
scale(double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
scale(double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
scale(double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
scale(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
scale(double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
scale(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
scale(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
scale(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
scale(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
scale(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
scale(double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
scale(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
SCREEN - Static variable in class org.praxislive.video.code.userapi.VideoConstants
 
screenX(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
screenX(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
screenX(double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
screenX(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
screenY(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
screenY(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
screenY(double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
screenY(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
screenZ(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
screenZ(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
self() - Method in class org.praxislive.code.DefaultCodeDelegate
Get this component's address.
self(String) - Method in class org.praxislive.code.DefaultCodeDelegate
Get the address of a control on this component.
send() - Method in class org.praxislive.code.userapi.Output
Send a signal (empty String).
send(double) - Method in class org.praxislive.code.userapi.Output
Send a double value.
send(Value) - Method in class org.praxislive.code.userapi.Output
Send a Value.
send(float) - Method in class org.praxislive.code.userapi.Output
Send a float.
send(String) - Method in class org.praxislive.code.userapi.Output
Send a String value.
send(boolean) - Method in class org.praxislive.code.userapi.Output
Send a boolean value.
send(int) - Method in class org.praxislive.code.userapi.Output
Send an int value.
set(int, int, double) - Method in class org.praxislive.audio.code.userapi.AudioTable
 
set(Value) - Method in class org.praxislive.code.userapi.Property
Set the current value.
set(double) - Method in class org.praxislive.code.userapi.Property
Set the current value.
set(double, double, double) - Method in class org.praxislive.code.userapi.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 double array.
set(double, double) - Method in class org.praxislive.code.userapi.PVector
 
set(PVector) - Method in class org.praxislive.code.userapi.PVector
 
set(double[]) - Method in class org.praxislive.code.userapi.PVector
Set the x, y (and maybe z) coordinates using a double[] array as the source.
set(String, int) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, int, int) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, int, int, int) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, int, int, int, int) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, double) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, boolean) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, boolean, boolean) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, boolean, boolean, boolean) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, boolean, boolean, boolean, boolean) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set(String, PImage) - Method in class org.praxislive.video.pgl.code.userapi.PShader
 
set3D(boolean) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setAttrib(String, int, double...) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setAttrib(String, int, int...) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setAttrib(String, int, boolean...) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setMag(double) - Method in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_setMag.xml ) Set the magnitude of this vector to the value used for the len parameter.
setMag(PVector, double) - Method in class org.praxislive.code.userapi.PVector
Sets the magnitude of this vector, storing the result in another vector.
setNormal(int, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setStrokeWeight(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setStrokeWeight(int, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setTexture(PImage) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setTextureMode(int) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setTextureUV(int, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setup() - Method in class org.praxislive.audio.code.AudioCodeDelegate
Deprecated.
setup() - Method in class org.praxislive.core.code.CoreCodeDelegate
Deprecated.
setup() - Method in class org.praxislive.tinkerforge.TFCodeDelegate
 
setup() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
setup() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
setup() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
setVertex(int, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setVertex(int, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
setVertex(int, PVector) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
shader(PShader) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
shader(PShader) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
shape(PShape) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
shape(PShape, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
shape(PShape, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
shape(PShape) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
shape(PShape, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
shape(PShape, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
shearX(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
shearX(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
shearY(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
shearY(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
shininess(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
shininess(double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
shininess(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
shorten(boolean[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
shorten(byte[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
shorten(char[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
shorten(int[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
shorten(float[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
shorten(double[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
shorten(String[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
shorten(Object) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sin(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Returns the trigonometric sine of an angle
SINE - Static variable in class org.praxislive.audio.code.userapi.AudioConstants
 
sineIn - Static variable in interface org.praxislive.code.userapi.Easing
 
sineInOut - Static variable in interface org.praxislive.code.userapi.Easing
 
sineOut - Static variable in interface org.praxislive.code.userapi.Easing
 
Sink() - Constructor for class org.praxislive.code.userapi.Data.Sink
 
size() - Method in class org.praxislive.audio.code.userapi.AudioTable
 
size() - Method in class org.praxislive.code.userapi.PVector
 
size() - Method in class org.praxislive.code.userapi.Struct
 
smooth() - Method in class org.praxislive.video.code.userapi.PGraphics
 
smooth() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
smooth() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
smooth(int) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
smooth() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
smooth(int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
sort(byte[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(byte[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(char[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(char[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(int[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(int[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(float[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(float[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(double[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(double[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(String[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
sort(String[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
specular(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
specular(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
specular(double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
specular(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
specular(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
specular(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
speed(double) - Method in class org.praxislive.audio.code.userapi.Looper
 
speed() - Method in class org.praxislive.audio.code.userapi.Looper
 
speed(double) - Method in class org.praxislive.audio.code.userapi.Player
 
speed() - Method in class org.praxislive.audio.code.userapi.Player
 
sphere(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
sphere(double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
sphereDetail(int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
sphereDetail(int, int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
sphereDetail(int) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
sphereDetail(int, int) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
splice(boolean[], boolean, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(boolean[], boolean[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(byte[], byte, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(byte[], byte[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(char[], char, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(char[], char[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(int[], int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(int[], int[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(float[], float, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(float[], float[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(double[], double, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(double[], double[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(String[], String, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(String[], String[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(PArray, Value, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(PArray, String, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(PArray, double, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splice(Object, Object, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
split(String, char) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
split(String, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splitTokens(String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
splitTokens(String, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
spotLight(double, double, double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
spotLight(double, double, double, double, double, double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
sq(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the square of the given value.
sqrt(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Calculate the square root of the given value.
SQUARE - Static variable in class org.praxislive.audio.code.userapi.AudioConstants
 
square(double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
square(double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
square(double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
square(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
starting() - Method in class org.praxislive.core.code.CoreCodeDelegate
 
stop() - Method in class org.praxislive.audio.code.userapi.Looper
 
stop() - Method in class org.praxislive.audio.code.userapi.Player
 
stop() - Method in class org.praxislive.code.userapi.Property.Animator
Stop animating.
stopping() - Method in class org.praxislive.core.code.CoreCodeDelegate
 
stroke(double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
stroke(double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
stroke(double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
stroke(double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
stroke(double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
stroke(double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
stroke(double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
stroke(double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
stroke(int) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
stroke(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
stroke(double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
stroke(double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
stroke(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
stroke(int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
stroke(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
stroke(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
stroke(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
stroke(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
stroke(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
stroke(double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
stroke(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
stroke(double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
strokeCap(int) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
strokeCap(int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
strokeJoin(int) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
strokeJoin(int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
strokeWeight(double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
strokeWeight(double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
strokeWeight(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
strokeWeight(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
strokeWeight(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
Struct - Class in org.praxislive.code.userapi
A basic Struct-like DataObject for grouping other DataObjects or primitive arrays.
Struct() - Constructor for class org.praxislive.code.userapi.Struct
 
sub(PVector) - Method in class org.praxislive.code.userapi.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(double, double) - Method in class org.praxislive.code.userapi.PVector
 
sub(double, double, double) - Method in class org.praxislive.code.userapi.PVector
 
sub(PVector, PVector) - Static method in class org.praxislive.code.userapi.PVector
Subtract one vector from another
sub(PVector, PVector, PVector) - Static method in class org.praxislive.code.userapi.PVector
Subtract one vector from another and store in another vector
subset(boolean[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(boolean[], int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(byte[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(byte[], int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(char[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(char[], int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(int[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(int[], int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(float[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(float[], int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(double[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(double[], int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(String[], int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(String[], int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(PArray, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(PArray, int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(Object, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
subset(Object, int, int) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
SUBTRACT - Static variable in class org.praxislive.video.code.userapi.VideoConstants
 
SUBTRACT - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
supply(Supplier<? extends T>) - Static method in class org.praxislive.code.userapi.Data
Create a pipe that supplies new instances of type T.

T

T - Annotation Type in org.praxislive.code.userapi
Mark a field or method as a trigger (action).
table(AudioTable) - Method in class org.praxislive.audio.code.userapi.Looper
 
table() - Method in class org.praxislive.audio.code.userapi.Looper
 
table(AudioTable) - Method in class org.praxislive.audio.code.userapi.Player
 
table() - Method in class org.praxislive.audio.code.userapi.Player
 
tabread(AudioTable, double) - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
tan(double) - Method in class org.praxislive.code.DefaultCodeDelegate
Returns the trigonometric tangent of an angle.
tee() - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
Tee - Class in org.praxislive.audio.code.userapi
 
Tee() - Constructor for class org.praxislive.audio.code.userapi.Tee
 
tell(ControlAddress, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a message to a Control.
tell(ControlAddress, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a message to a Control.
tell(ControlAddress, Value) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a message to a Control.
tellIn(double, ControlAddress, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a message to a Control in the given number of seconds or fractions of second from now.
tellIn(double, ControlAddress, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a message to a Control in the given number of seconds or fractions of second from now.
tellIn(double, ControlAddress, Value) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a message to a Control in the given number of seconds or fractions of second from now.
text(String, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
text(String, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
text(char, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(char, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(String, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(char[], int, int, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(String, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(char[], int, int, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(String, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(int, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(int, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
text(char, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
text(char, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
text(String, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
text(char[], int, int, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
text(String, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
text(char[], int, int, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
text(String, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
text(int, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
text(int, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
text(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
text(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
textAscent() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textAscent() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
textDescent() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textDescent() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
textFont(PFont) - Method in class org.praxislive.video.code.userapi.PGraphics
 
textFont(PFont, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
textFont(PFont) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
textFont(PFont, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
textFont(PFont) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textFont(PFont, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textFont(PFont) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
textFont(PFont, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
textLeading(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textLeading(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
textSize(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textSize(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
texture(PImage) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
texture(PImage) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
texture(PImage) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
textureMode(Constants.TextureMode) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textureMode(Constants.TextureMode) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
textureMode(Constants.TextureMode) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
textureWrap(Constants.TextureWrap) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textureWrap(Constants.TextureWrap) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
textWidth(char) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textWidth(String) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textWidth(char[], int, int) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
textWidth(char) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
textWidth(String) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
textWidth(char[], int, int) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
TFCodeDelegate - Class in org.praxislive.tinkerforge
 
TFCodeDelegate() - Constructor for class org.praxislive.tinkerforge.TFCodeDelegate
 
THIRD_PI - Static variable in class org.praxislive.code.userapi.Constants
 
time(double) - Method in class org.praxislive.audio.code.userapi.Delay
 
time() - Method in class org.praxislive.audio.code.userapi.Delay
 
time(double) - Method in class org.praxislive.audio.code.userapi.LFODelay
 
time() - Method in class org.praxislive.audio.code.userapi.LFODelay
 
time() - Method in class org.praxislive.code.DefaultCodeDelegate
The current clocktime in nanoseconds.
TinkerForge - Annotation Type in org.praxislive.tinkerforge.userapi
 
tint(double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
tint(double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
tint(double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
tint(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
tint(double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
tint(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
tint(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
tint(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
tint(double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
tint(double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
tint(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
tint(double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
to(double...) - Method in class org.praxislive.code.userapi.Property.Animator
Set the target values for animation and start animation.
to(double...) - Method in class org.praxislive.code.userapi.Property
Animate the property value to the provided values.
toString() - Method in class org.praxislive.code.userapi.PVector
 
Transient - Annotation Type in org.praxislive.code.userapi
Mark a property field as transient.
translate(double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
translate(double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
translate(double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
translate(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
translate(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
translate(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
translate(double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
translate(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
transmit(String, String, String) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a value to a port on another component.
transmit(String, String, Value) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a value to a port on another component.
transmit(String, String, double) - Method in class org.praxislive.code.DefaultCodeDelegate
Send a value to a port on another component.
triangle(double, double, double, double, double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
triangle(double, double, double, double, double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
triangle(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
triangle(double, double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
TRIANGLE_FAN - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
TRIANGLE_STRIP - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
TRIANGLES - Static variable in class org.praxislive.video.pgl.code.userapi.Constants
 
Trigger - Class in org.praxislive.code.userapi
A field type for triggers (actions) - see @T.
trigger() - Method in class org.praxislive.code.userapi.Trigger
Manually trigger this Trigger.
trim(String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
trim(String[]) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
TWO_PI - Static variable in class org.praxislive.code.userapi.Constants
 
type(IIRFilter.Type) - Method in class org.praxislive.audio.code.userapi.IIRFilter
 
type() - Method in class org.praxislive.audio.code.userapi.IIRFilter
 
Type - Annotation Type in org.praxislive.code.userapi
Annotations for setting meta-data about fields.
Type.Boolean - Annotation Type in org.praxislive.code.userapi
 
Type.Integer - Annotation Type in org.praxislive.code.userapi
 
Type.Number - Annotation Type in org.praxislive.code.userapi
 
Type.Resource - Annotation Type in org.praxislive.code.userapi
 
Type.String - Annotation Type in org.praxislive.code.userapi
 

U

UGen - Annotation Type in org.praxislive.audio.code.userapi
 
unbinary(String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
unhex(String) - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.
unwrap() - Method in enum org.praxislive.video.pgl.code.userapi.Constants.BlendMode
 
unwrap() - Method in enum org.praxislive.video.pgl.code.userapi.Constants.ColorMode
 
unwrap() - Method in enum org.praxislive.video.pgl.code.userapi.Constants.DrawingMode
 
unwrap() - Method in enum org.praxislive.video.pgl.code.userapi.Constants.Hint
 
unwrap() - Method in enum org.praxislive.video.pgl.code.userapi.Constants.ShapeEndMode
 
unwrap() - Method in enum org.praxislive.video.pgl.code.userapi.Constants.ShapeMode
 
unwrap() - Method in enum org.praxislive.video.pgl.code.userapi.Constants.ShapeType
 
unwrap() - Method in enum org.praxislive.video.pgl.code.userapi.Constants.TextureMode
 
unwrap() - Method in enum org.praxislive.video.pgl.code.userapi.Constants.TextureWrap
 
update() - Method in class org.praxislive.audio.code.AudioCodeDelegate
 
update() - Method in class org.praxislive.core.code.CoreCodeDelegate
 
update() - Method in class org.praxislive.tinkerforge.TFCodeDelegate
 
update() - Method in class org.praxislive.video.code.VideoCodeDelegate
 
update() - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
update() - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 

V

valueOf(String) - Static method in enum org.praxislive.audio.code.userapi.IIRFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.audio.code.userapi.Waveform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.code.userapi.OffScreen.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.code.userapi.VideoConstants.BlendMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.BlendMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.ColorMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.DrawingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.Hint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.ShapeEndMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.ShapeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.ShapeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.TextureMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.TextureWrap
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.praxislive.audio.code.userapi.IIRFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.audio.code.userapi.Waveform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.praxislive.code.userapi.Input
Return a Linkable.Double for reacting on inputs.
values() - Method in class org.praxislive.code.userapi.Property
Return a new Linkable.Double for observing changing values.
values() - Static method in enum org.praxislive.video.code.userapi.OffScreen.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.video.code.userapi.VideoConstants.BlendMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.BlendMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.ColorMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.DrawingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.Hint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.ShapeEndMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.ShapeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.ShapeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.TextureMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.praxislive.video.pgl.code.userapi.Constants.TextureWrap
Returns an array containing the constants of this enum type, in the order they are declared.
valuesAs(Function<Value, T>) - Method in class org.praxislive.code.userapi.Input
Return a Linkable of inputs transformed by the provided converter from Value to the required type.
valuesAs(Class<T>) - Method in class org.praxislive.code.userapi.Input
Return a Linkable of inputs as the provided Value subclass.
valuesAs(Function<Value, T>) - Method in class org.praxislive.code.userapi.Property
Return a new Linkable for observing changing values.
valuesAs(Class<T>) - Method in class org.praxislive.code.userapi.Property
Return a new Linkable for observing changing values.
vertex(double, double) - Method in class org.praxislive.video.code.userapi.PGraphics
 
vertex(double, double) - Method in class org.praxislive.video.code.VideoCodeDelegate
 
vertex(double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
vertex(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
vertex(double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
vertex(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
vertex(double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
vertex(double, double, double, double) - Method in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
vertex(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
vertex(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PGraphics3D
 
vertex(double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
vertex(double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
vertex(double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
vertex(double, double, double, double, double) - Method in class org.praxislive.video.pgl.code.userapi.PShape
 
VideoCodeDelegate - Class in org.praxislive.video.code
 
VideoCodeDelegate() - Constructor for class org.praxislive.video.code.VideoCodeDelegate
 
VideoConstants - Class in org.praxislive.video.code.userapi
 
VideoConstants.BlendMode - Enum in org.praxislive.video.code.userapi
 

W

WARNING - Static variable in class org.praxislive.code.userapi.Constants
 
waveform(Waveform) - Method in class org.praxislive.audio.code.userapi.LFO
 
waveform() - Method in class org.praxislive.audio.code.userapi.LFO
 
waveform(Waveform) - Method in class org.praxislive.audio.code.userapi.Osc
 
waveform() - Method in class org.praxislive.audio.code.userapi.Osc
 
Waveform - Enum in org.praxislive.audio.code.userapi
 
wet(double) - Method in class org.praxislive.audio.code.userapi.Freeverb
 
wet() - Method in class org.praxislive.audio.code.userapi.Freeverb
 
whenDone(Consumer<Property>) - Method in class org.praxislive.code.userapi.Property.Animator
Set a consumer to be called each time the Animator finishes animation.
width(double) - Method in class org.praxislive.audio.code.userapi.Freeverb
 
width() - Method in class org.praxislive.audio.code.userapi.Freeverb
 
width - Variable in class org.praxislive.video.code.userapi.PImage
 
width - Variable in class org.praxislive.video.code.VideoCodeDelegate
 
width - Variable in class org.praxislive.video.pgl.code.P2DCodeDelegate
 
width - Variable in class org.praxislive.video.pgl.code.P3DCodeDelegate
 
width - Variable in class org.praxislive.video.pgl.code.userapi.PImage
 
with(Consumer<? super T>) - Static method in class org.praxislive.code.userapi.Data
Create a pipe that applies the consumer to every type T passing through.
wrap(AudioTable, int) - Static method in class org.praxislive.audio.code.userapi.AudioTable
 
wrap(float[], double, int) - Static method in class org.praxislive.audio.code.userapi.AudioTable
 
writeTo(DataOutput) - Method in class org.praxislive.code.userapi.PVector
 
writeTo(DataOutput) - Method in class org.praxislive.code.userapi.Struct
 

X

x - Variable in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_x.xml ) The x component of the vector.

Y

y - Variable in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_y.xml ) The y component of the vector.
year() - Method in class org.praxislive.code.DefaultCodeDelegate
Deprecated.

Z

z - Variable in class org.praxislive.code.userapi.PVector
( begin auto-generated from PVector_z.xml ) The z component of the vector.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links