Interface X3DSingleTextureCoordinateNode

All Superinterfaces:
X3DGeometricPropertyNode, X3DNode, X3DTextureCoordinateNode
All Known Subinterfaces:
TextureCoordinate, TextureCoordinate3D, TextureCoordinate4D, TextureCoordinateGenerator
All Known Implementing Classes:
TextureCoordinate, TextureCoordinate3D, TextureCoordinate4D, TextureCoordinateGenerator

public interface X3DSingleTextureCoordinateNode extends X3DTextureCoordinateNode
Base type for all texture coordinate nodes which specify texture coordinates for a single texture.

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: