Uses of Package
net.nexttext.behaviour.control

Packages that use net.nexttext.behaviour.control
net.nexttext.behaviour.control   
 

Classes in net.nexttext.behaviour.control used by net.nexttext.behaviour.control
Condition
          A Condition splits the data flow in two according to the result of the abstract condition() method.
OnMouseDepressed
          A Condition which is true when a mouse button is down and false when a mouse button is up.
OnMouseOver
          A Condition which is true when the mouse is on top of the TextObject and false when it is not.
OnMouseOverApplet
          A Condition which is true when the mouse is on top of the PApplet and false when it is not.
OnMousePressed
          A Condition which is true when a mouse button is pressed i.e.
OnMouseReleased
          A Condition which is true when a mouse button is released i.e.