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 OriginManager
BaseLayerSensorManager.originManager
Origin manager for dynamic origin calculationprotected OriginManager
DefaultSensorManager.originManager
Origin manager for dynamic origin calculationMethods in org.web3d.vrml.renderer.common.input with parameters of type OriginManagerModifier and TypeMethodDescriptionvoid
BaseLayerSensorManager.setOriginManager
(OriginManager manager) Set the manager for handling dynamic origin calculation.void
DefaultSensorManager.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 OriginManager
BaseGeoCoordinate.originManager
Manager for precision controlprotected OriginManager
BaseGeoElevationGrid.originManager
Manager for precision controlprotected OriginManager
BaseGeoLocation.originManager
Manager for precision controlprotected OriginManager
BaseGeoLOD.originManager
Manager for precision controlprotected OriginManager
BaseGeoPositionInterpolator.originManager
Manager for precision controlprotected OriginManager
BaseGeoTouchSensor.originManager
Manager for precision controlprotected OriginManager
BaseGeoTransform.originManager
Manager for precision controlprotected OriginManager
BaseGeoViewpoint.originManager
Manager 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 TypeMethodDescriptionvoid
DefaultUserInputHandler.setOriginManager
(OriginManager manager) Set the manager for handling dynamic origin calculation.void
NavigationProcessor.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 TypeMethodDescriptionvoid
LayerSensorManager.setOriginManager
(OriginManager manager) Set the manager for handling dynamic origin calculation.void
SensorManager.setOriginManager
(OriginManager manager) Set the manager for handling dynamic origin calculation.void
UserInputHandler.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 OriginManager
OriginManagerFactory.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 OriginManager
Construct.originManager
The origin managerMethods in org.xj3d.ui.construct that return OriginManager