Uses of Interface
org.web3d.x3d.sai.ComponentInfo
Packages that use ComponentInfo
Package
Description
-
Uses of ComponentInfo in org.web3d.sai.util
Methods in org.web3d.sai.util with parameters of type ComponentInfoModifier and TypeMethodDescriptionstatic boolean
SceneUtils.validateSceneCompatibility
(X3DScene scene, int version_major, int version_minor, ProfileInfo profileInfo, ComponentInfo[] componentInfo) Return whether the argument scene meets the version, profile and component requirements specified. -
Uses of ComponentInfo in org.web3d.vrml.scripting.external.sai
Methods in org.web3d.vrml.scripting.external.sai that return ComponentInfoModifier and TypeMethodDescriptionSAIBrowser.getComponentInfo
(String name, int level) SAIBrowser.getSupportedComponents()
Methods in org.web3d.vrml.scripting.external.sai with parameters of type ComponentInfoModifier and TypeMethodDescriptionSAIBrowser.createScene
(ProfileInfo profile, ComponentInfo[] components) -
Uses of ComponentInfo in org.web3d.vrml.scripting.sai
Fields in org.web3d.vrml.scripting.sai declared as ComponentInfoModifier and TypeFieldDescriptionprotected ComponentInfo[]
BaseExecutionContext.components
The list of components in useMethods in org.web3d.vrml.scripting.sai that return ComponentInfoModifier and TypeMethodDescriptionBaseExecutionContext.getComponents()
Get the list of all the components declared in the scene.Constructors in org.web3d.vrml.scripting.sai with parameters of type ComponentInfoModifierConstructorDescriptionBaseExecutionContext
(VRMLExecutionSpace space, RouteManager rm, FrameStateManager fsm, ProfileInfo profile, ComponentInfo[] components, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Construct an execution context descriptor for the given information. -
Uses of ComponentInfo in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai that return ComponentInfoModifier and TypeMethodDescriptionBrowser.getComponentInfo
(String name, int level) Get specific component info at the requested support level.ProfileInfo.getComponents()
Get the list of defined components for this profile.X3DExecutionContext.getComponents()
Get the list of all the components declared in the scene.Browser.getSupportedComponents()
Get a listing of all the components that this browser implementation is capable of supporting.Methods in org.web3d.x3d.sai with parameters of type ComponentInfoModifier and TypeMethodDescriptionBrowser.createScene
(ProfileInfo profile, ComponentInfo[] components) Create a new, empty scene that can be used to programmatically fill in new scenes.