java.lang .Object org.jdesktop.j3d.loaders.vrml97.impl .BaseNode org.jdesktop.j3d.loaders.vrml97.impl .Script Script public Script(Loader loader)(Code) Constructor for the Script object
Parameters: loader - Description of the Parameter
clone public Object clone()(Code) Description of the Method
Description of the Return Value
getField final public Field getField(String fieldName) (Code) Gets the field attribute of the Script object
Parameters: fieldName - Description of the Parameter The field value
getType public String getType()(Code) Gets the type attribute of the Script object
The type value
initFields void initFields() (Code) Description of the Method
initImpl void initImpl() (Code) Description of the Method
notifyMethod public void notifyMethod(String eventInName, double time)(Code) Description of the Method
Parameters: eventInName - Description of the ParameterParameters: time - Description of the Parameter
setByteCodes void setByteCodes(vrml.node.Script byteCodes) (Code) Sets the byteCodes attribute of the Script object
Parameters: byteCodes - The new byteCodes value
setEventIn public void setEventIn(String eventInName, Field f)(Code) Sets the eventIn attribute of the Script object
Parameters: eventInName - The new eventIn valueParameters: f - The new eventIn value
setEventOut public void setEventOut(String eventOutName, Field f)(Code) Sets the eventOut attribute of the Script object
Parameters: eventOutName - The new eventOut valueParameters: f - The new eventOut value
setField public void setField(String fieldName, Field f)(Code) Sets the field attribute of the Script object
Parameters: fieldName - The new field valueParameters: f - The new field value
wrap public vrml.BaseNode wrap()(Code) Description of the Method
Description of the Return Value