j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class Event

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Event
All Implemented Interfaces:
Cloneable

public class Event
extends Object
implements Cloneable

Description of the Class


Field Summary
 String name
          Description of the Field
 double timeStamp
          Description of the Field
 ConstField value
          Description of the Field
 
Constructor Summary
Event(String name, double time, ConstField value)
          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
 

Field Detail

name

public String name
Description of the Field


timeStamp

public double timeStamp
Description of the Field


value

public ConstField value
Description of the Field

Constructor Detail

Event

public Event(String name,
             double time,
             ConstField value)
Constructor for the Event object

Parameters:
name - Description of the Parameter
time - Description of the Parameter
value - 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..