Uses of Class
pmlib.PMLFloat

Uses of PMLFloat in pmlib
 

Methods in pmlib that return PMLFloat
 PMLFloat PMLMatrix.get(java.lang.String t)
          Return a reference to the output PMLFloat object with the specified tag
 PMLFloat PMLRoute.get(java.lang.String t)
          Return the stored PMLFloat object with the specified tag
 PMLFloat[] PMLMatrix.getAll()
          Return references to all output PMLFloat objects as an array
 PMLFloat[] PMLRoute.toArray()
          Return all stored PMLFloat objects as an array
 

Methods in pmlib with parameters of type PMLFloat
 PMLEvent PMLSequencer.createEvent(PMLFloat f)
          Return a new PMLEvent object for the current frame derived from the specified PMLFloat object
 void PMLEventHandler.route(PMLFloat flt)
          Route the value of the specified object to any attached methods with matching tags
 void PMLMatrix.route(PMLFloat f)
          Route the specified PMLFloat to any applicable inputs
 boolean PMLRoute.route(PMLFloat f)
          Route data to any stored PMLFloat objects with the specified tag
 void PMLEventHandler.route(PMLFloat[] flt)
          Route the values of the specified objects to any attached methods with matching tags
 int PMLRoute.route(PMLFloat[] f)
          Route an array of data to any stored PMLFloat objects with the specified tags