- 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
.
- 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
-
- 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
-
- 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
-
- 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(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 - 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
-
- 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
-
- values() - Method in class org.praxislive.code.userapi.Property
-
- 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
-