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

Class iicm.vrml.pw.PixelTexture

java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.Texture
                   |
                   +----iicm.vrml.pw.PixelTexture

public class PixelTexture
extends Texture

Variable Index

 o image
 o repeatS
 o repeatT

Method Index

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

Variables

 o image
  public SFImage image
 o repeatS
  public SFBool repeatS
 o repeatT
  public SFBool repeatT

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