|
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.BaseNode
org.jdesktop.j3d.loaders.vrml97.impl.Script
public class Script
Description of the Class
Field Summary | |
---|---|
Hashtable |
FieldSpec
Description of the Field |
Constructor Summary | |
---|---|
Script(Loader loader)
Constructor for the Script object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
Browser |
getBrowser()
Gets the browser attribute of the Script object |
Field |
getEventIn(String eventInName)
Gets the eventIn attribute of the Script object |
Field |
getEventOut(String eventOutName)
Gets the eventOut attribute of the Script object |
Field |
getField(String fieldName)
Gets the field attribute of the Script object |
String |
getType()
Gets the type attribute of the Script object |
void |
notifyMethod(String eventInName,
double time)
Description of the Method |
void |
setEventIn(String eventInName,
Field f)
Sets the eventIn attribute of the Script object |
void |
setEventOut(String eventOutName,
Field f)
Sets the eventOut attribute of the Script object |
void |
setField(String fieldName,
Field f)
Sets the field attribute of the Script object |
BaseNode |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.BaseNode |
---|
getImplNode, getNumTris, toString, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Hashtable FieldSpec
Constructor Detail |
---|
public Script(Loader loader)
loader
- Description of the ParameterMethod Detail |
---|
public final Field getEventIn(String eventInName) throws InvalidEventInException
eventInName
- Description of the Parameter
InvalidEventInException
- Description of the Exceptionpublic Field getEventOut(String eventOutName) throws InvalidEventOutException
eventOutName
- Description of the Parameter
InvalidEventOutException
- Description of the Exceptionpublic final Field getField(String fieldName)
getField
in class BaseNode
fieldName
- Description of the Parameter
public void notifyMethod(String eventInName, double time)
notifyMethod
in interface Notifier
notifyMethod
in class BaseNode
eventInName
- Description of the Parametertime
- Description of the Parameterpublic String getType()
getType
in class BaseNode
public Object clone()
clone
in class BaseNode
public void setEventIn(String eventInName, Field f)
eventInName
- The new eventIn valuef
- The new eventIn valuepublic void setEventOut(String eventOutName, Field f)
eventOutName
- The new eventOut valuef
- The new eventOut valuepublic void setField(String fieldName, Field f)
fieldName
- The new field valuef
- The new field valuepublic Browser getBrowser()
getBrowser
in class BaseNode
public BaseNode wrap()
wrap
in class BaseNode
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |