Uses of Interface
org.web3d.vrml.lang.ROUTE
Packages that use ROUTE
Package
Description
-
Uses of ROUTE in org.web3d.vrml.export
Methods in org.web3d.vrml.export with parameters of type ROUTEModifier and TypeMethodDescriptionprotected abstract void
BaseRetainedExporter.printROUTE
(ROUTE route, Map<VRMLNode, String> defMap) Print a ROUTE statement.void
X3DClassicRetainedExporter.printROUTE
(ROUTE route, Map<VRMLNode, String> defMap) Print a ROUTE statement.void
X3DRetainedSAXExporter.printROUTE
(ROUTE route, Map<VRMLNode, String> defMap) Print a ROUTE statement. -
Uses of ROUTE in org.web3d.vrml.lang
Fields in org.web3d.vrml.lang with type parameters of type ROUTEMethods in org.web3d.vrml.lang that return types with arguments of type ROUTE -
Uses of ROUTE in org.web3d.vrml.nodes.proto
Classes in org.web3d.vrml.nodes.proto that implement ROUTEModifier and TypeClassDescriptionclass
Internal Proto handler representation of a ROUTE.Methods in org.web3d.vrml.nodes.proto with parameters of type ROUTEModifier and TypeMethodDescriptionvoid
Add a new ROUTE instance to the internal list.void
ProtoScene.removeRoute
(ROUTE node) Remove a route instance from the internal list. -
Uses of ROUTE in org.web3d.vrml.renderer
Classes in org.web3d.vrml.renderer that implement ROUTEMethods in org.web3d.vrml.renderer with parameters of type ROUTEModifier and TypeMethodDescriptionvoid
Add a new ROUTE instance to the internal list.void
CRVRMLScene.removeRoute
(ROUTE node) Remove a route instance from the internal list. -
Uses of ROUTE in org.web3d.vrml.scripting.sai
Fields in org.web3d.vrml.scripting.sai with type parameters of type ROUTEModifier and TypeFieldDescriptionBaseExecutionContext.routeWrapperMap
Mapping of the ROUTE to its X3DRoute wrapperMethods in org.web3d.vrml.scripting.sai with parameters of type ROUTEModifier and TypeMethodDescriptionvoid
Add a new ROUTE instance to the internal list.void
SAIVRMLScene.removeRoute
(ROUTE node) Remove a route instance from the internal list. -
Uses of ROUTE in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel with parameters of type ROUTEModifier and TypeMethodDescriptionvoid
RouteManager.addRoute
(VRMLExecutionSpace space, ROUTE route) Add a route object to the system.void
RouteManager.removeRoute
(VRMLExecutionSpace space, ROUTE route) Remove a route object from the system.Method parameters in org.xj3d.core.eventmodel with type arguments of type ROUTE -
Uses of ROUTE in org.xj3d.impl.core.eventmodel
Methods in org.xj3d.impl.core.eventmodel with parameters of type ROUTEModifier and TypeMethodDescriptionvoid
DefaultRouteManager.addRoute
(VRMLExecutionSpace space, ROUTE route) Add a route object to the system.void
DefaultRouteManager.removeRoute
(VRMLExecutionSpace space, ROUTE route) Remove a route object from the system.Method parameters in org.xj3d.impl.core.eventmodel with type arguments of type ROUTE