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 SceneMetaDataAbstractScene.metaDataThe 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 TypeMethodDescriptionvoidCRVRMLScene.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.