|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nexttext.behaviour.AbstractAction
net.nexttext.behaviour.control.Condition
net.nexttext.behaviour.control.OnMouseOverApplet
net.nexttext.behaviour.control.OnMouseOutApplet
public class OnMouseOutApplet
A Condition which is true when the mouse moves off the PApplet i.e. a single true result is returned if the mouse was over the PApplet and moved off of it.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.nexttext.behaviour.Action |
|---|
Action.ActionResult |
| Constructor Summary | |
|---|---|
OnMouseOutApplet(processing.core.PApplet p,
Action trueAction)
Creates an OnMouseOutApplet which performs the given Action when the mouse moves off of the PApplet. |
|
| Method Summary | |
|---|---|
boolean |
condition(TextObject to)
Checks whether or not the mouse is over the given PApplet. |
| Methods inherited from class net.nexttext.behaviour.control.Condition |
|---|
behave, complete, getRequiredProperties |
| Methods inherited from class net.nexttext.behaviour.AbstractAction |
|---|
behave, behave, getDisplayName, makeBehaviour, properties, setDisplayName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OnMouseOutApplet(processing.core.PApplet p,
Action trueAction)
p - the parent PApplettrueAction - the Action to perform when the mouse is over the PApplet| Method Detail |
|---|
public boolean condition(TextObject to)
condition in class OnMouseOverAppletto - the TextObject to consider (not used)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||