|
||||||||||
| 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.IsInside
public class IsInside
A Condition which is true when the TextObject is wholly or partly inside the provided shape.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.nexttext.behaviour.Action |
|---|
Action.ActionResult |
| Constructor Summary | |
|---|---|
IsInside(java.awt.Shape area,
Action trueAction,
Action falseAction)
|
|
| Method Summary | |
|---|---|
boolean |
condition(TextObject to)
|
| 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 IsInside(java.awt.Shape area,
Action trueAction,
Action falseAction)
| Method Detail |
|---|
public boolean condition(TextObject to)
condition in class Condition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||