Uses of Interface
org.web3d.x3d.sai.X3DRoute
Packages that use X3DRoute
-
Uses of X3DRoute in org.web3d.vrml.scripting.sai
Fields in org.web3d.vrml.scripting.sai with type parameters of type X3DRouteModifier and TypeFieldDescriptionBaseExecutionContext.routeWrapperMapMapping of the ROUTE to its X3DRoute wrapperMethods in org.web3d.vrml.scripting.sai that return X3DRouteModifier and TypeMethodDescriptionBaseExecutionContext.addRoute(X3DNode fromX3DNode, String readableField, X3DNode toX3DNode, String writableField) Add a route in this scene.X3DRoute[]BaseExecutionContext.getRoutes()Get the list of ROUTEs in this scene.Methods in org.web3d.vrml.scripting.sai with parameters of type X3DRouteModifier and TypeMethodDescriptionvoidBaseExecutionContext.removeRoute(X3DRoute route) Delete the route from this scene. -
Uses of X3DRoute in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai that return X3DRouteModifier and TypeMethodDescriptionX3DExecutionContext.addRoute(X3DNode fromX3DNode, String readableField, X3DNode toX3DNode, String writableField) Add a route in this scene.X3DRoute[]X3DExecutionContext.getRoutes()Get the list of ROUTEs in this scene.Methods in org.web3d.x3d.sai with parameters of type X3DRouteModifier and TypeMethodDescriptionvoidX3DExecutionContext.removeRoute(X3DRoute route) Delete the route from this scene.