Package org.web3d.x3d.sai.scripting
Interface Script
- All Superinterfaces:
X3DChildNode,X3DNode,X3DScriptNode,X3DUrlObject
Defines the requirements of an X3D Script node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the directOutput boolean value.booleanReturn the mustEvaluate boolean value.voidsetDirectOutput(boolean val) Set the directOutput field.voidsetMustEvaluate(boolean val) Set the mustEvaluate field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DUrlObject
getNumUrl, getUrl, setUrl
-
Method Details
-
getMustEvaluate
boolean getMustEvaluate()Return the mustEvaluate boolean value.- Returns:
- The mustEvaluate boolean value.
-
setMustEvaluate
void setMustEvaluate(boolean val) Set the mustEvaluate field.- Parameters:
val- The boolean to set.
-
getDirectOutput
boolean getDirectOutput()Return the directOutput boolean value.- Returns:
- The directOutput boolean value.
-
setDirectOutput
void setDirectOutput(boolean val) Set the directOutput field.- Parameters:
val- The boolean to set.
-