Interface X3DSingleTextureNode

All Superinterfaces:
X3DAppearanceChildNode, X3DNode, X3DTextureNode
All Known Subinterfaces:
ImageTexture, MovieTexture, PixelTexture, X3DTexture2DNode
All Known Implementing Classes:
ImageTexture, MovieTexture, PixelTexture

public interface X3DSingleTextureNode extends X3DTextureNode
Base type for all texture node types that define a single texture. A single texture can be used to influence a parameter of various material nodes in the Shape component, and it can be a child of MultiTexture.

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 String value from inputOutput SFString field named description.
    Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
    Accessor method to assign String value to inputOutput SFString field named description.
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.