Uses of Class
net.nexttext.behaviour.control.Condition

Packages that use Condition
net.nexttext.behaviour.control   
 

Uses of Condition in net.nexttext.behaviour.control
 

Subclasses of Condition in net.nexttext.behaviour.control
 class IsInside
          A Condition which is true when the TextObject is wholly or partly inside the provided shape.
 class OnButtonDepressed
          A Condition which is true when a mouse button is depressed.
 class OnDrag
          A Condition which is true when the TextObject is being dragged by the mouse.
 class OnMouseDepressed
          A Condition which is true when a mouse button is down and false when a mouse button is up.
 class OnMouseIn
          A Condition which is true when the mouse moves over the TextObject i.e.
 class OnMouseInApplet
          A Condition which is true when the mouse moves over the PApplet i.e.
 class OnMouseOut
          A Condition which is true when the mouse moves off of the TextObject i.e.
 class OnMouseOutApplet
          A Condition which is true when the mouse moves off the PApplet i.e.
 class OnMouseOver
          A Condition which is true when the mouse is on top of the TextObject and false when it is not.
 class OnMouseOverApplet
          A Condition which is true when the mouse is on top of the PApplet and false when it is not.
 class OnMousePressed
          A Condition which is true when a mouse button is pressed i.e.
 class OnMousePressedOver
          A Condition which is true when a mouse button is pressed over a TextObject i.e.
 class OnMouseReleased
          A Condition which is true when a mouse button is released i.e.
 class OnMouseReleasedOver
          A Condition which is true when a mouse button is released over a TextObject i.e.