shout3d.core
Class Appearance

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.Appearance

public class Appearance
extends Node
implements FieldObserver

Appearance Node.


Field Summary
 NodeField material
           
 NodeField texture
           
 
Constructor Summary
Appearance()
          Constructs a default Appearance
 
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
getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

material

public final NodeField material

texture

public final NodeField texture
Constructor Detail

Appearance

public Appearance()
Constructs a default Appearance
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