|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A sensor driven by a pointing device.
| Method Summary | |
java.lang.String |
getDescription()
Get the current state of the description field. |
boolean |
getIsOver()
Get the current value of the isOver field. |
boolean |
requiresPointOnly()
Flag to notify the user whether the node implementation only needs the hit point information, or it needs everything else as well. |
void |
setDescription(java.lang.String desc)
Set a new value for the description field. |
void |
setIsOver(boolean newIsOver)
Set the flag describing whether the pointing device is over this sensor. |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLSensorNodeType |
getEnabled, getIsActive, setEnabled |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType |
addNodeListener, getFieldValue, getMetadataObject, getRefCount, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount |
| Methods inherited from interface org.web3d.vrml.lang.VRMLNode |
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion |
| Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener |
allEventsComplete |
| Method Detail |
public boolean requiresPointOnly()
public void setDescription(java.lang.String desc)
desc - The new value for the description fieldpublic java.lang.String getDescription()
public void setIsOver(boolean newIsOver)
newIsOver - The new value for isOverpublic boolean getIsOver()
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||