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 TypeInterfaceDescriptioninterfaceThe 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 TypeMethodDescriptionvoidEventModelEvaluator.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 TypeClassDescriptionclassManager for HAnimHumanoid nodes and their contained sets of children.classThe manager of network interactions.classManager for ParticleSystem nodes and their contained sets of children.classManager 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 TypeMethodDescriptionvoidDefaultEventModelEvaluator.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 NodeManagerConstruct.hanimManagerThe manager for HAnim handlingprotected NodeManagerConstruct.particleManagerThe manager for particle handlingprotected NodeManagerConstruct.physicsManagerThe manager for physics handling