Uses of Interface
org.web3d.x3d.sai.ProfileInfo
Packages that use ProfileInfo
Package
Description
-
Uses of ProfileInfo in org.web3d.sai.util
Methods in org.web3d.sai.util with parameters of type ProfileInfoModifier 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 ProfileInfo in org.web3d.vrml.scripting.external.sai
Methods in org.web3d.vrml.scripting.external.sai that return ProfileInfoModifier and TypeMethodDescriptionSAIBrowser.getProfile
(String name) SAIBrowser.getSupportedProfiles()
Methods in org.web3d.vrml.scripting.external.sai with parameters of type ProfileInfoModifier and TypeMethodDescriptionSAIBrowser.createScene
(ProfileInfo profile, ComponentInfo[] components) -
Uses of ProfileInfo in org.web3d.vrml.scripting.sai
Fields in org.web3d.vrml.scripting.sai declared as ProfileInfoModifier and TypeFieldDescriptionprotected final ProfileInfo
BaseExecutionContext.profile
The list of profiles in useMethods in org.web3d.vrml.scripting.sai that return ProfileInfoModifier and TypeMethodDescriptionBaseExecutionContext.getProfile()
Get the name of the profile used by this scene.Constructors in org.web3d.vrml.scripting.sai with parameters of type ProfileInfoModifierConstructorDescriptionBaseExecutionContext
(VRMLExecutionSpace space, RouteManager rm, FrameStateManager fsm, ProfileInfo profile, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Construct an execution context descriptor for the given information.BaseExecutionContext
(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 ProfileInfo in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai that return ProfileInfoModifier and TypeMethodDescriptionBrowser.getProfile
(String name) Get a specific profile.X3DExecutionContext.getProfile()
Get the name of the profile used by this scene.Browser.getSupportedProfiles()
Get a listing of the profiles that this browser implementation is capable of supporting.Methods in org.web3d.x3d.sai with parameters of type ProfileInfoModifier and TypeMethodDescriptionBrowser.createScene
(ProfileInfo profile, ComponentInfo[] components) Create a new, empty scene that can be used to programmatically fill in new scenes.