Class iicm.vrml.pw.IndexedFaceSet
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.IndexedFaceSet
java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.Geometry
                   |
                   +----iicm.vrml.pw.IndexedFaceSet
  -  public class IndexedFaceSet
  -  extends Geometry
   
  -   ccw ccw
-  
  
-   color color
-  
  
-   colorIndex colorIndex
-  
  
-   colorPerVertex colorPerVertex
-  
  
-   convex convex
-  
  
-   coord coord
-  
  
-   coordIndex coordIndex
-  
  
-   creaseAngle creaseAngle
-  
  
-   normal normal
-  
  
-   normalIndex normalIndex
-  
  
-   normalPerVertex normalPerVertex
-  
  
-   solid solid
-  
  
-   texCoord texCoord
-  
  
-   texCoordIndex texCoordIndex
-  
   
  -   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
  
-   writeSubfields(PrintStream, Hashtable) writeSubfields(PrintStream, Hashtable)
-  write subfields (inside {}) to outputstream
   
 color
color
  public SFNode color
 coord
coord
  public SFNode coord
 normal
normal
  public SFNode normal
 texCoord
texCoord
  public SFNode texCoord
 ccw
ccw
  public SFBool ccw
 colorPerVertex
colorPerVertex
  public SFBool colorPerVertex
 convex
convex
  public SFBool convex
 normalPerVertex
normalPerVertex
  public SFBool normalPerVertex
 solid
solid
  public SFBool solid
 colorIndex
colorIndex
  public MFInt32 colorIndex
 coordIndex
coordIndex
  public MFInt32 coordIndex
 normalIndex
normalIndex
  public MFInt32 normalIndex
 texCoordIndex
texCoordIndex
  public MFInt32 texCoordIndex
 creaseAngle
creaseAngle
  public SFFloat creaseAngle
   
 nodeName
nodeName
  public String nodeName()
  -  the node's name
  
    -  Overrides:
    
-  nodeName in class Node
  
 
 traverse
traverse
  public void traverse(Traverser t)
  -  must call appropriate method of Traverser for node traversal
  
    -  Overrides:
    
-  traverse in class Node
  
 
 writeSubfields
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