|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Event
public class Event
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 |
---|
public String name
public double timeStamp
public ConstField value
Constructor Detail |
---|
public Event(String name, double time, ConstField value)
name
- Description of the Parametertime
- Description of the Parametervalue
- Description of the ParameterMethod Detail |
---|
public String getName()
public double getTimeStamp()
public ConstField getValue()
public Object clone()
clone
in class Object
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |