shout3d.core
Class TextureMapping

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.TextureMapping
Direct Known Subclasses:
TextureTransformMapping

public class TextureMapping
extends Node
implements FieldObserver

TextureMapping Node.


Field Summary
 NodeField texCoord
           
 IntArrayField texCoordIndex
           
 
Constructor Summary
TextureMapping()
          Constructs a default TextureMapping
 
Method Summary
 void onFieldChange(Field theField, java.lang.Object userData)
          Subclasses must call this within their own onFieldChange() method.
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

texCoord

public final NodeField texCoord

texCoordIndex

public final IntArrayField texCoordIndex
Constructor Detail

TextureMapping

public TextureMapping()
Constructs a default TextureMapping
Method Detail

onFieldChange

public void onFieldChange(Field theField,
                          java.lang.Object userData)
Subclasses must call this within their own onFieldChange() method.
Specified by:
onFieldChange in interface FieldObserver