Uses of Interface
org.xj3d.core.eventmodel.NodeManager
Packages that use NodeManager
-
Uses of NodeManager in org.xj3d.core.eventmodel
Subinterfaces of NodeManager in org.xj3d.core.eventmodelModifier and TypeInterfaceDescriptioninterface
The manager of network interactions.Methods in org.xj3d.core.eventmodel that return NodeManagerModifier and TypeMethodDescriptionEventModelEvaluator.getNodeManagers()
Get the list of external node managers currently in use.Methods in org.xj3d.core.eventmodel with parameters of type NodeManagerModifier and TypeMethodDescriptionvoid
EventModelEvaluator.initialize
(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ContentLoadManager elm, ViewpointManager vm, LayerManagerFactory lmf, LayerRenderingManager lrm, NodeManager[] extManagers) Initialise the evaluator with the given managers. -
Uses of NodeManager in org.xj3d.impl.core.eventmodel
Classes in org.xj3d.impl.core.eventmodel that implement NodeManagerModifier and TypeClassDescriptionclass
Manager for HAnimHumanoid nodes and their contained sets of children.class
The manager of network interactions.class
Manager for ParticleSystem nodes and their contained sets of children.class
Manager for the rigid body physics model nodes.Methods in org.xj3d.impl.core.eventmodel that return NodeManagerMethods in org.xj3d.impl.core.eventmodel with parameters of type NodeManagerModifier and TypeMethodDescriptionvoid
DefaultEventModelEvaluator.initialize
(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ContentLoadManager elm, ViewpointManager vm, LayerManagerFactory lmf, LayerRenderingManager lrm, NodeManager[] extManagers) -
Uses of NodeManager in org.xj3d.ui.construct
Fields in org.xj3d.ui.construct declared as NodeManagerModifier and TypeFieldDescriptionprotected NodeManager
Construct.hanimManager
The manager for HAnim handlingprotected NodeManager
Construct.particleManager
The manager for particle handlingprotected NodeManager
Construct.physicsManager
The manager for physics handling