java.lang.Object
org.vrspace.vrmlclient.TransformManager
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.lang.Runnable
- public class TransformManager
- extends java.lang.Object
- implements java.awt.event.ActionListener, java.lang.Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
t
Transform t
url
java.net.URL url
frame
java.awt.Frame frame
applet
VRSpace applet
pos
java.awt.TextField pos
rot
java.awt.TextField rot
active
boolean active
activeBox
java.awt.Checkbox activeBox
permanentBox
java.awt.Checkbox permanentBox
sleep
long sleep
TransformManager
protected TransformManager()
TransformManager
public TransformManager(Transform t)
start
public void start()
start
public void start(long sleep)
run
public void run()
- Description copied from interface:
java.lang.Runnable
- This method will be called by whoever wishes to run your class
implementing Runnable. Note that there are no restrictions on what
you are allowed to do in the run method, except that you cannot
throw a checked exception.
- Specified by:
run in interface java.lang.Runnable
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Description copied from interface:
java.awt.event.ActionListener
- This method is invoked when an action occurs.
- Specified by:
actionPerformed in interface java.awt.event.ActionListener