Interface X3DTextureNode

All Superinterfaces:
X3DAppearanceChildNode, X3DNode
All Known Subinterfaces:
ComposedCubeMapTexture, ComposedTexture3D, GeneratedCubeMapTexture, ImageCubeMapTexture, ImageTexture, ImageTexture3D, MovieTexture, MultiTexture, PixelTexture, PixelTexture3D, X3DEnvironmentTextureNode, X3DSingleTextureNode, X3DTexture2DNode, X3DTexture3DNode
All Known Implementing Classes:
ComposedCubeMapTexture, ComposedTexture3D, GeneratedCubeMapTexture, ImageCubeMapTexture, ImageTexture, ImageTexture3D, MovieTexture, MultiTexture, PixelTexture, PixelTexture3D

public interface X3DTextureNode extends X3DAppearanceChildNode
Base type for all nodes which specify sources for texture images.

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: