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.


Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also:
SAI Java Specification, X3D Abstract Specification, X3D Tooltips, X3D Scene Authoring Hints: Images
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getMapping()
    Provide String value from inputOutput SFString field named mapping.
    X3DMetadataObject getMetadata()
    Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
    X3DSingleTextureCoordinateNode setMapping​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named mapping.
    X3DSingleTextureCoordinateNode setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.