j3d-vrml97-0.1.0

vrml
Class Event

java.lang.Object
  extended by vrml.Event
All Implemented Interfaces:
Cloneable

public class Event
extends Object
implements Cloneable

Description of the Class


Constructor Summary
Event(Event init)
          Constructor for the Event object
 
Method Summary
 Object clone()
          Description of the Method
 String getName()
          Gets the name attribute of the Event object
 double getTimeStamp()
          Gets the timeStamp attribute of the Event object
 ConstField getValue()
          Gets the value attribute of the Event object
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(Event init)
Constructor for the Event object

Parameters:
init - Description of the Parameter
Method Detail

getName

public String getName()
Gets the name attribute of the Event object

Returns:
The name value

getTimeStamp

public double getTimeStamp()
Gets the timeStamp attribute of the Event object

Returns:
The timeStamp value

getValue

public ConstField getValue()
Gets the value attribute of the Event object

Returns:
The value value

clone

public Object clone()
Description of the Method

Overrides:
clone in class Object
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..