Uses of Interface
net.nexttext.behaviour.TargetingAction

Packages that use TargetingAction
net.nexttext.behaviour.dform   
net.nexttext.behaviour.physics   
net.nexttext.behaviour.standard   
 

Uses of TargetingAction in net.nexttext.behaviour.dform
 

Classes in net.nexttext.behaviour.dform that implement TargetingAction
 class Blow
          A DForm which pushes the TextObject outlines away from a target.
 class ChaosPull
          ChaosPull is similar to Pull except that the control points get into a chaotic state when they reach the target.
 class Pull
          A DForm which pulls the TextObject towards a target.
 

Uses of TargetingAction in net.nexttext.behaviour.physics
 

Classes in net.nexttext.behaviour.physics that implement TargetingAction
 class Approach
          Approach applies an acceleration which tries to push the object in the direction of its target.
 

Uses of TargetingAction in net.nexttext.behaviour.standard
 

Classes in net.nexttext.behaviour.standard that implement TargetingAction
 class Follow
           
 class MoveBy
          Move an object by the given vector amount.
 class MoveTo
          Move an object to the location.
 

Constructors in net.nexttext.behaviour.standard with parameters of type TargetingAction
FollowSibling(int siblingDirection, TargetingAction action)
          Follow left or right sibling.
FollowSibling(TargetingAction action)
          Follow default left sibling.