Uses of Class
org.web3d.vrml.lang.ComponentInfo
Packages that use ComponentInfo
Package
Description
-
Uses of ComponentInfo in org.web3d.vrml.export
Fields in org.web3d.vrml.export with type parameters of type ComponentInfoModifier and TypeFieldDescriptionprotected List
<ComponentInfo> BaseRetainedExporter.componentList
Additional components to add, list of ComponentInfoMethods in org.web3d.vrml.export with parameters of type ComponentInfoModifier and TypeMethodDescriptionprotected abstract void
BaseRetainedExporter.printComponents
(ComponentInfo[] comps) Print the component declvoid
X3DClassicRetainedExporter.printComponents
(ComponentInfo[] comps) Print the component declvoid
X3DRetainedSAXExporter.printComponents
(ComponentInfo[] comps) Print the component decl -
Uses of ComponentInfo in org.web3d.vrml.lang
Fields in org.web3d.vrml.lang with type parameters of type ComponentInfoModifier and TypeFieldDescriptionprotected List
<ComponentInfo> SceneMetaData.components
List of components that were usedMethods in org.web3d.vrml.lang that return ComponentInfoModifier and TypeMethodDescriptionVRMLNodeFactory.addComponent
(String name, int level) Add a component level requirement to the factory nodes.VRMLNodeFactory.findComponent
(String name, int level) Check to see if the given component could be found on the system at the given level.VRMLNodeFactory.getAvailableComponents()
List all of the available components that this factory is capable of supporting.ProfileInfo.getComponents()
Get the list of defined components for this profile.SceneMetaData.getComponents()
Get the list of all the components declared in the scene.Methods in org.web3d.vrml.lang with parameters of type ComponentInfoModifier and TypeMethodDescriptionvoid
WriteableSceneMetaData.addComponent
(ComponentInfo comp) Add a component description to this meta data.Constructors in org.web3d.vrml.lang with parameters of type ComponentInfoModifierConstructorDescriptionComponentInfo
(ComponentInfo info, int level) Copy constructor for creating a derived version of this component info but with a different level set.ProfileInfo
(String name, String title, ComponentInfo[] comps) Construct a basic component description that just has a name and level. -
Uses of ComponentInfo in org.web3d.vrml.renderer
Methods in org.web3d.vrml.renderer that return ComponentInfoModifier and TypeMethodDescriptionDefaultNodeFactory.addComponent
(String name, int level) DefaultNodeFactory.findComponent
(String name, int level) DefaultNodeFactory.getAvailableComponents()
-
Uses of ComponentInfo in org.web3d.vrml.scripting.ecmascript.x3d
Constructors in org.web3d.vrml.scripting.ecmascript.x3d with parameters of type ComponentInfoModifierConstructorDescriptionComponentInfo
(ComponentInfo info) Construct a component descriptor based on the internal representation of same. -
Uses of ComponentInfo in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel that return ComponentInfoModifier and TypeMethodDescriptionNodeManager.getSupportedComponents()
Get the list of component names that this manager would normally manage. -
Uses of ComponentInfo in org.xj3d.impl.core.eventmodel
Methods in org.xj3d.impl.core.eventmodel that return ComponentInfoModifier and TypeMethodDescriptionDefaultHumanoidManager.getSupportedComponents()
DefaultNetworkManager.getSupportedComponents()
Get the list of component names that this manager would normally manage.DefaultParticleSystemManager.getSupportedComponents()
Get the list of component names that this manager would normally manage.DefaultRigidBodyPhysicsManager.getSupportedComponents()