iicm.vrml.pw
Class MovieTexture

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

public class MovieTexture
extends Texture


Field Summary
 SFFloat duration_changed
           
 SFBool isActive
           
 SFBool loop
           
 SFBool repeatS
           
 SFBool repeatT
           
 SFFloat speed
           
 SFTime startTime
           
 SFTime stopTime
           
 MFString url
           
 
Fields inherited from class iicm.vrml.pw.Node
DEF_KEYWORD, EXTERNPROTO_KEYWORD, objname, PROTO_KEYWORD, ROUTE_KEYWORD, subfields, USE_KEYWORD, userdata
 
Method Summary
 java.lang.String nodeName()
          the node's name
 void traverse(Traverser t)
          must call appropriate method of Traverser for node traversal
 
Methods inherited from class iicm.vrml.pw.Node
addRoute, deleteRoute, getEvent, readNode, traverseNode, writeNode, writeSubfield, writeSubfields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loop

public SFBool loop

repeatS

public SFBool repeatS

repeatT

public SFBool repeatT

isActive

public SFBool isActive

speed

public SFFloat speed

duration_changed

public SFFloat duration_changed

startTime

public SFTime startTime

stopTime

public SFTime stopTime

url

public MFString url
Method Detail

nodeName

public java.lang.String nodeName()
Description copied from class: Node
the node's name
Overrides:
nodeName in class Node

traverse

public void traverse(Traverser t)
Description copied from class: Node
must call appropriate method of Traverser for node traversal
Overrides:
traverse in class Node