| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Event
Event | public class Event implements Cloneable(Code) | | Description of the Class
|
timeStamp | public double timeStamp(Code) | | Description of the Field
|
Event | public Event(String name, double time, ConstField value)(Code) | | Constructor for the Event object
Parameters: name - Description of the Parameter Parameters: time - Description of the Parameter Parameters: value - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
getName | public String getName()(Code) | | Gets the name attribute of the Event object
The name value |
getTimeStamp | public double getTimeStamp()(Code) | | Gets the timeStamp attribute of the Event object
The timeStamp value |
getValue | public ConstField getValue()(Code) | | Gets the value attribute of the Event object
The value value |
|
|