Class DataUpdateBehavior


  • public class DataUpdateBehavior
    extends org.jogamp.java3d.Behavior
    Behavior to update geometry.
    Version:
    $Revision: 1.1 $ $Date: 2006/01/06 22:35:19 $
    Author:
    Nick Collier
    • Field Summary

      • Fields inherited from class org.jogamp.java3d.Node

        ALLOW_AUTO_COMPUTE_BOUNDS_READ, ALLOW_AUTO_COMPUTE_BOUNDS_WRITE, ALLOW_BOUNDS_READ, ALLOW_BOUNDS_WRITE, ALLOW_COLLIDABLE_READ, ALLOW_COLLIDABLE_WRITE, ALLOW_LOCAL_TO_VWORLD_READ, ALLOW_LOCALE_READ, ALLOW_PARENT_READ, ALLOW_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING
    • Constructor Summary

      Constructors 
      Constructor Description
      DataUpdateBehavior​(org.jogamp.java3d.Geometry geometry, DataGeometryUpdater updater, org.jogamp.java3d.Behavior masterBehavior)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize()  
      void processStimulus​(Iterator criteria)  
      • Methods inherited from class org.jogamp.java3d.Behavior

        getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, getView, getWakeupCondition, postId, setEnable, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval, updateNodeReferences, wakeupOn
      • Methods inherited from class org.jogamp.java3d.Node

        cloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable
      • Methods inherited from class org.jogamp.java3d.SceneGraphObject

        clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString
    • Constructor Detail

      • DataUpdateBehavior

        public DataUpdateBehavior​(org.jogamp.java3d.Geometry geometry,
                                  DataGeometryUpdater updater,
                                  org.jogamp.java3d.Behavior masterBehavior)
    • Method Detail

      • initialize

        public void initialize()
        Specified by:
        initialize in class org.jogamp.java3d.Behavior
      • processStimulus

        public void processStimulus​(Iterator criteria)
        Specified by:
        processStimulus in class org.jogamp.java3d.Behavior