Uses of Class
pmlib.PMLEvent

Uses of PMLEvent in pmlib
 

Methods in pmlib that return PMLEvent
 PMLEvent PMLEvent.copy()
          Return a copy of this object
 PMLEvent PMLSequencer.createEvent(PMLFloat f)
          Return a new PMLEvent object for the current frame derived from the specified PMLFloat object
 PMLEvent PMLSequencer.createEvent(java.lang.String s)
          Return a new PMLEvent object for the current frame with the specified variables
 PMLEvent PMLSequencer.createEvent(java.lang.String s, float v)
          Return a new PMLEvent object for the current frame with the specified variables
 PMLEvent PMLSequencer.createEvent(java.lang.String s, float[] v)
          Return a new PMLEvent object for the current frame with the specified variables
 PMLEvent[] PMLSequencer.frame()
          Iterate the sequencer by one frame
 PMLEvent[] PMLSequencer.frame(int f)
          Iterate the sequencer by the specified number of frames
static PMLEvent PMLEvent.fromString(java.lang.String s)
          Create and return an SeqEvent object from a string in the format 'frame tag var_0 var_1 ...
static PMLEvent[] PMLSequencer.readSequence(java.io.File f)
          Load the specified sequence and return an array of PMLEvent objects
static PMLEvent[] PMLSequencer.readSequence(java.lang.String f)
          Load the specified sequence and return an array of PMLEvent objects
 PMLEvent[] PMLSequencer.toArray()
          Return the loaded sequence as an array of PMLEvent objects
 PMLEvent[] PMLSequencer.toArray(java.lang.String t)
          Returns all instances of the specified event tag as an array of PMLEvent objects
 PMLEvent PMLFloat.toEvent(int f)
          Return a PMLEvent object with the tag and value of this object instance and the frame number specified
 

Methods in pmlib with parameters of type PMLEvent
 boolean PMLSequencer.event(PMLEvent e)
          Store a sequencer event if the sequencer is recording
 void PMLEventHandler.route(PMLEvent evnt)
          Route the event variables of the specified object to any attached methods with matching tag
 void PMLEventHandler.route(PMLEvent[] evnt)
          Route the event variables of the specified objects to any methods with matching tags