Uses of Class
org.web3d.x3d.jsail.KeyDeviceSensor.KeySensorObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.KeyDeviceSensor |
-
Uses of KeySensorObject in org.web3d.x3d.jsail.KeyDeviceSensor
Methods in org.web3d.x3d.jsail.KeyDeviceSensor that return KeySensorObject Modifier and Type Method Description KeySensorObjectKeySensorObject. addComments(java.lang.String newComment)Add comment as String to contained commentsList.KeySensorObjectKeySensorObject. addComments(java.lang.String[] newComments)Add comments as String[] array to contained commentsList.KeySensorObjectKeySensorObject. addComments(CommentsBlock newCommentsBlock)Add CommentsBlock to contained commentsList.KeySensorObjectKeySensorObject. clearIS()Utility method to clear SFNode value of IS field.KeySensorObjectKeySensorObject. clearMetadata()Utility method to clear SFNode value of metadata field.KeySensorObjectKeySensorObject. setCssClass(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named class.KeySensorObjectKeySensorObject. setCssClass(SFStringObject newValue)Assign typed object value to SFString cssClass field, similar tosetCssClass(String).KeySensorObjectKeySensorObject. setDEF(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named DEF.KeySensorObjectKeySensorObject. setDEF(SFStringObject newValue)Assign typed object value to SFString DEF field, similar tosetDEF(String).KeySensorObjectKeySensorObject. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.KeySensorObjectKeySensorObject. setEnabled(SFBoolObject newValue)Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean).KeySensorObjectKeySensorObject. setIS(ISObject newValue)Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.KeySensorObjectKeySensorObject. setMetadata(ProtoInstanceObject newValue)Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.KeySensorObjectKeySensorObject. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.KeySensorObjectKeySensorObject. setUSE(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named USE.KeySensorObjectKeySensorObject. setUSE(SFStringObject newValue)Assign typed object value to SFString USE field, similar tosetUSE(String).KeySensorObjectKeySensorObject. setUSE(KeySensorObject DEFnode)Assign a USE reference to another DEF node of same node type, similar tosetUSE(String).Methods in org.web3d.x3d.jsail.KeyDeviceSensor with parameters of type KeySensorObject Modifier and Type Method Description KeySensorObjectKeySensorObject. setUSE(KeySensorObject DEFnode)Assign a USE reference to another DEF node of same node type, similar tosetUSE(String).