Uses of Interface
org.xj3d.core.eventmodel.OriginManager
Packages that use OriginManager
Package
Description
-
Uses of OriginManager in org.web3d.vrml.renderer.common.input
Fields in org.web3d.vrml.renderer.common.input declared as OriginManagerModifier and TypeFieldDescriptionprotected OriginManagerBaseLayerSensorManager.originManagerOrigin manager for dynamic origin calculationprotected OriginManagerDefaultSensorManager.originManagerOrigin manager for dynamic origin calculationMethods in org.web3d.vrml.renderer.common.input with parameters of type OriginManagerModifier and TypeMethodDescriptionvoidBaseLayerSensorManager.setOriginManager(OriginManager manager) Set the manager for handling dynamic origin calculation.voidDefaultSensorManager.setOriginManager(OriginManager manager) -
Uses of OriginManager in org.web3d.vrml.renderer.common.nodes.geospatial
Fields in org.web3d.vrml.renderer.common.nodes.geospatial declared as OriginManagerModifier and TypeFieldDescriptionprotected OriginManagerBaseGeoCoordinate.originManagerManager for precision controlprotected OriginManagerBaseGeoElevationGrid.originManagerManager for precision controlprotected OriginManagerBaseGeoLocation.originManagerManager for precision controlprotected OriginManagerBaseGeoLOD.originManagerManager for precision controlprotected OriginManagerBaseGeoPositionInterpolator.originManagerManager for precision controlprotected OriginManagerBaseGeoTouchSensor.originManagerManager for precision controlprotected OriginManagerBaseGeoTransform.originManagerManager for precision controlprotected OriginManagerBaseGeoViewpoint.originManagerManager for precision control -
Uses of OriginManager in org.web3d.vrml.renderer.ogl.input
Methods in org.web3d.vrml.renderer.ogl.input with parameters of type OriginManagerModifier and TypeMethodDescriptionvoidDefaultUserInputHandler.setOriginManager(OriginManager manager) Set the manager for handling dynamic origin calculation.voidNavigationProcessor.setOriginManager(OriginManager manager) Set the manager for handling dynamic origin calculation. -
Uses of OriginManager in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel with parameters of type OriginManagerModifier and TypeMethodDescriptionvoidLayerSensorManager.setOriginManager(OriginManager manager) Set the manager for handling dynamic origin calculation.voidSensorManager.setOriginManager(OriginManager manager) Set the manager for handling dynamic origin calculation.voidUserInputHandler.setOriginManager(OriginManager manager) Set the manager for handling dynamic origin calculation. -
Uses of OriginManager in org.xj3d.impl.core.eventmodel
Methods in org.xj3d.impl.core.eventmodel that return OriginManagerModifier and TypeMethodDescriptionstatic OriginManagerOriginManagerFactory.getInstance(FrameStateManager fsm) Return the OriginManager for the argument FrameStateManager. -
Uses of OriginManager in org.xj3d.ui.construct
Fields in org.xj3d.ui.construct declared as OriginManagerModifier and TypeFieldDescriptionprotected OriginManagerConstruct.originManagerThe origin managerMethods in org.xj3d.ui.construct that return OriginManager