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

public interface X3DAppearanceChildNode extends X3DNode
Nodes of this type can be used as child nodes for Appearance.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes.
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 Type
    Method
    Description
    Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.