Class iicm.vrml.pw.Appearance
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iicm.vrml.pw.Appearance

java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.AppearNode
                   |
                   +----iicm.vrml.pw.Appearance

public class Appearance
extends AppearNode

Variable Index

 o material
 o texture
 o textureTransform

Method Index

 o nodeName()
the node's name
 o traverse(Traverser)
must call appropriate method of Traverser for node traversal
 o writeSubfields(PrintStream, Hashtable)
write subfields (inside {}) to outputstream

Variables

 o material
  public SFNode material
 o texture
  public SFNode texture
 o textureTransform
  public SFNode textureTransform

Methods

 o nodeName
  public String nodeName()
the node's name
Overrides:
nodeName in class Node
 o traverse
  public void traverse(Traverser t)
must call appropriate method of Traverser for node traversal
Overrides:
traverse in class Node
 o writeSubfields
  public void writeSubfields(PrintStream os,
                             Hashtable wrefs)
write subfields (inside {}) to outputstream
Overrides:
writeSubfields in class Node

All Packages  Class Hierarchy  This Package  Previous  Next  Index