Interface X3DAppearanceChildNode
- All Superinterfaces:
X3DNode
- All Known Subinterfaces:
AcousticProperties,ComposedCubeMapTexture,ComposedShader,ComposedTexture3D,FillProperties,GeneratedCubeMapTexture,ImageCubeMapTexture,ImageTexture,ImageTexture3D,LineProperties,Material,MovieTexture,MultiTexture,MultiTextureTransform,PackagedShader,PhysicalMaterial,PixelTexture,PixelTexture3D,PointProperties,ProgramShader,TextureTransform,TextureTransform3D,TextureTransformMatrix3D,TwoSidedMaterial,UnlitMaterial,X3DEnvironmentTextureNode,X3DMaterialNode,X3DOneSidedMaterialNode,X3DShaderNode,X3DSingleTextureNode,X3DSingleTextureTransformNode,X3DTexture2DNode,X3DTexture3DNode,X3DTextureNode,X3DTextureTransformNode
- All Known Implementing Classes:
AcousticProperties,ComposedCubeMapTexture,ComposedShader,ComposedTexture3D,FillProperties,GeneratedCubeMapTexture,ImageCubeMapTexture,ImageTexture,ImageTexture3D,LineProperties,Material,MovieTexture,MultiTexture,MultiTextureTransform,PackagedShader,PhysicalMaterial,PixelTexture,PixelTexture3D,PointProperties,ProgramShader,TextureTransform,TextureTransform3D,TextureTransformMatrix3D,TwoSidedMaterial,UnlitMaterial
Nodes of this type can be used as child nodes for Appearance.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionProvide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
-
Method Details
-
getMetadata
X3DMetadataObject getMetadata()Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.- Specified by:
getMetadatain interfaceX3DNode- Returns:
- value of metadata field
- See Also:
-
setMetadata
Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.- Specified by:
setMetadatain interfaceX3DNode- Parameters:
newValue- is new value for the metadata field.- Returns:
X3DAppearanceChildNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-