Uses of Class
com.vwp.j3d.utils.behaviors.keyboard.FrameActionTrigger

Packages that use FrameActionTrigger
com.vwp.j3d.utils.behaviors.keyboard   
 

Uses of FrameActionTrigger in com.vwp.j3d.utils.behaviors.keyboard
 

Methods in com.vwp.j3d.utils.behaviors.keyboard with parameters of type FrameActionTrigger
 void KeyNavigatorBehavior.setFrameActionTrigger(FrameActionTrigger trigObj)
          Here an object is handed over which has inherited from FramActionTrigger; it is called once per frame to perform several operations without creating an own behavior
 

Constructors in com.vwp.j3d.utils.behaviors.keyboard with parameters of type FrameActionTrigger
KeyNavigatorBehavior(boolean handleLinuxBug, javax.media.j3d.TransformGroup targetTG, javax.media.j3d.Node armingNode, double speedScalingFactor, boolean flyingEnabled, boolean inverseHeadAngle, FrameActionTrigger trigObj)
          Constructs a new key navigator behavior node that operates on the specified transform group and with the specified configuration
KeyNavigatorBehavior(boolean handleLinuxBug, javax.media.j3d.TransformGroup targetTG, javax.media.j3d.Node armingNode, FrameActionTrigger trigObj)
          Constructs a new key navigator behavior node that operates on the specified transform group and with the specified configuration