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

Class iicm.vrml.pw.TextureCoordinate

java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.TextureCoordinate

public class TextureCoordinate
extends Node

Variable Index

 o point

Method Index

 o nodeName()
the node's name
 o traverse(Traverser)
must call appropriate method of Traverser for node traversal

Variables

 o point
  public MFVec2f point

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index