Package com.cycling74.jitter

Interface Summary
JitterNotifiable JitterNotifiable is an interface used in the communication of JitterEvents from named JitterObjects to JitterNotifiable clients by way of JitterListener objects
 

Class Summary
JitterEvent JitterEvent is a unit of communication from named instances of JitterObject (e.g.
JitterListener 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 criteria
JitterMatrix JitterMatrix is a java wrapper for the Jitter Matrix object
JitterObject JitterObject provides a way for your mxj classes to instantiate Jitter objects.