Uses of Class
org.web3d.vrml.lang.SceneMetaData
Packages that use SceneMetaData
-
Uses of SceneMetaData in org.web3d.vrml.lang
Subclasses of SceneMetaData in org.web3d.vrml.langFields in org.web3d.vrml.lang declared as SceneMetaDataModifier and TypeFieldDescriptionprotected SceneMetaData
AbstractScene.metaData
The meta data for the sceneMethods in org.web3d.vrml.lang that return SceneMetaDataModifier and TypeMethodDescriptionAbstractScene.getMetaData()
Get the meta data associated with this scene.BasicScene.getMetaData()
Get the meta data associated with this scene.Constructors in org.web3d.vrml.lang with parameters of type SceneMetaDataModifierConstructorDescriptionCreate a new, non-writable instance that copies the information from the given source -
Uses of SceneMetaData in org.web3d.vrml.renderer
Methods in org.web3d.vrml.renderer with parameters of type SceneMetaDataModifier and TypeMethodDescriptionvoid
CRVRMLScene.setMetaData
(SceneMetaData data) Set the meta data to be associated with this scene. -
Uses of SceneMetaData in org.web3d.vrml.scripting.sai
Constructors in org.web3d.vrml.scripting.sai with parameters of type SceneMetaDataModifierConstructorDescriptionSAIVRMLScene
(SceneMetaData data, int major, int minor) Construct a new default instance of the scene for use by the SAI.