|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
JitterEvent is a unit of communication from named instances of
JitterObject (e.g.JitterEvent
JitterEvent with a named subject, event and args
JitterListener permits the attachment of a JitterNotifiable client to
named instances of JitterObject (the subject), listening for JitterEvents from
objects like jit.window, jit.pwindow, jit.matrix, potentially filtered based on
some criteriaJitterListener with no target or callback
JitterListener with a named target, and client
JitterMatrix is a java wrapper for the Jitter Matrix objectJitterMatrix with default planecount, type, dimensions
and auto-generated name
JitterMatrix with atom arguments which
parallel those typed into a max object box
JitterMatrix with the data from a BufferedImage
JitterMatrix with auto-generated name
JitterMatrix with auto-generated name
JitterMatrix with auto-generated name
JitterMatrix with auto-generated name
JitterMatrix with a specific name and
default planecount, type, and dimensions if the named matrix
does not already exist
JitterMatrix with a specific name
JitterMatrix with a specific name
JitterMatrix with a specific name
JitterMatrix with a specific name
JitterNotifiable is an interface used in the communication of
JitterEvents from named JitterObjects to JitterNotifiable clients by way
of JitterListener objectsJitterObject provides a way for your mxj classes to instantiate
Jitter objects.JitterObject with no Jitter class peer.
JitterObject with no arguments
JitterObject
float/code> to the peer Jitter object
- send(int) -
Method in class com.cycling74.jitter.JitterObject
- sends an
int to the peer Jitter object
- send(String) -
Method in class com.cycling74.jitter.JitterObject
- sends a message without arguments to the peer Jitter object
- send(String, Atom[]) -
Method in class com.cycling74.jitter.JitterObject
- sends a message to the peer Jitter object
- send(String, float) -
Method in class com.cycling74.jitter.JitterObject
- sends a message to the peer Jitter object
- send(String, float[]) -
Method in class com.cycling74.jitter.JitterObject
- sends a message to the peer Jitter object
- send(String, int) -
Method in class com.cycling74.jitter.JitterObject
- sends a message to the peer Jitter object
- send(String, int[]) -
Method in class com.cycling74.jitter.JitterObject
- sends a message to the peer Jitter object
- send(String, String) -
Method in class com.cycling74.jitter.JitterObject
- sends a message to the peer Jitter object
- send(String, String[]) -
Method in class com.cycling74.jitter.JitterObject
- sends a message to the peer Jitter object
- setAdapt(boolean) -
Method in class com.cycling74.jitter.JitterMatrix
-
- setAdapt(int) -
Method in class com.cycling74.jitter.JitterMatrix
-
- setall(Atom) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setall message
- setall(Atom[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setall message
- setall(double) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setall message
- setall(double[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setall message
- setall(float) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setall message
- setall(float[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setall message
- setall(int) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setall message
- setall(int[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setall message
- setAttr(String, Atom[]) -
Method in class com.cycling74.jitter.JitterObject
- sets an attribute
- setAttr(String, float) -
Method in class com.cycling74.jitter.JitterObject
- sets an attribute
- setAttr(String, float[]) -
Method in class com.cycling74.jitter.JitterObject
- sets an attribute
- setAttr(String, int) -
Method in class com.cycling74.jitter.JitterObject
- sets an attribute
- setAttr(String, int[]) -
Method in class com.cycling74.jitter.JitterObject
- sets an attribute
- setAttr(String, String) -
Method in class com.cycling74.jitter.JitterObject
- sets an attribute
- setAttr(String, String[]) -
Method in class com.cycling74.jitter.JitterObject
- sets an attribute
- setcell(Atom[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setcell message
- setcell(int[], double[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setcell message
- setcell(int[], float[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setcell message
- setcell(int[], int[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setcell message
- setcell(int[], int, double) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setcell message
- setcell(int[], int, float) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setcell message
- setcell(int[], int, int) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setcell message
- setcell1d(int, double[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of a cell in a one-dimensional matrix
- setcell1d(int, float[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of a cell in a one-dimensional matrix
- setcell1d(int, int[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of a cell in a one-dimensional matrix
- setcell2d(int, int, double[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of a cell in a two-dimensional matrix
- setcell2d(int, int, float[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of a cell in a two-dimensional matrix
- setcell2d(int, int, int[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of a cell in a two-dimensional matrix
- setcell3d(int, int, int, double[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of a cell in a three-dimensional matrix
- setcell3d(int, int, int, float[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of a cell in a three-dimensional matrix
- setcell3d(int, int, int, int[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of a cell in a three-dimensional matrix
- setClient(JitterNotifiable) -
Method in class com.cycling74.jitter.JitterListener
-
- setDim(int[]) -
Method in class com.cycling74.jitter.JitterMatrix
-
- setDstdimend(int[]) -
Method in class com.cycling74.jitter.JitterMatrix
-
- setDstdimstart(int[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the dstdimstart attribute for the peer Jitter matrix
- setinfo(JitterMatrix) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setinfo message, which sets the matrix dimensions to those
of the argument matrix
- setinfo(String) -
Method in class com.cycling74.jitter.JitterMatrix
- sends a setinfo message, which sets the matrix dimensions to those
of the argument matrix
- setInterp(boolean) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the interp attribute of the peer Jitter matrix
- setInterp(int) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the interp attribute of the peer Jitter matrix
- setName(String) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the name attribute of the peer Jitter matrix
- setPlanecount(int) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the planecount attribute of the peer Jitter matrix
- setPlanemap(int[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of the planemap attribute of the peer Jitter matrix
- setSrcdimend(int[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of the srcdimend attribute of the peer Jitter matrix
- setSrcdimstart(int[]) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the values of the srcdimstart attribute of the peer Jitter matrix
- setSubjectName(String) -
Method in class com.cycling74.jitter.JitterListener
-
- setType(String) -
Method in class com.cycling74.jitter.JitterMatrix
- sets the value of the type attribute of the peer Jitter matrix
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||