Class iicm.vrml.pw.ElevationGrid
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.ElevationGrid
java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.Geometry
                   |
                   +----iicm.vrml.pw.ElevationGrid
  -  public class ElevationGrid
  -  extends Geometry
   
  -   ccw ccw
-  
  
-   color color
-  
  
-   colorPerVertex colorPerVertex
-  
  
-   creaseAngle creaseAngle
-  
  
-   height height
-  
  
-   normal normal
-  
  
-   normalPerVertex normalPerVertex
-  
  
-   solid solid
-  
  
-   texCoord texCoord
-  
  
-   xDimension xDimension
-  
  
-   xSpacing xSpacing
-  
  
-   zDimension zDimension
-  
  
-   zSpacing zSpacing
-  
   
  -   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
   
 color
color
  public SFNode color
 normal
normal
  public SFNode normal
 texCoord
texCoord
  public SFNode texCoord
 height
height
  public MFFloat height
 ccw
ccw
  public SFBool ccw
 colorPerVertex
colorPerVertex
  public SFBool colorPerVertex
 normalPerVertex
normalPerVertex
  public SFBool normalPerVertex
 solid
solid
  public SFBool solid
 creaseAngle
creaseAngle
  public SFFloat creaseAngle
 xSpacing
xSpacing
  public SFFloat xSpacing
 zSpacing
zSpacing
  public SFFloat zSpacing
 xDimension
xDimension
  public SFInt32 xDimension
 zDimension
zDimension
  public SFInt32 zDimension
   
 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
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index