|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--shout3d.core.Node | +--shout3d.core.Appearance
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 |
public final NodeField material
public final NodeField texture
Constructor Detail |
public Appearance()
Method Detail |
public void onFieldChange(Field theField, java.lang.Object userData)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |