| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Time |
The Time component defines how time is sensed, computed and associated with events
in an X3D scene.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSensorObject |
TimeSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
TimeSensorObject |
TimeSensorObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
TimeSensorObject |
TimeSensorObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
TimeSensorObject |
TimeSensorObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
TimeSensorObject |
TimeSensorObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
TimeSensorObject |
TimeSensorObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TimeSensorObject |
TimeSensorObject.setCycleInterval(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to inputOutput SFTime field named cycleInterval.
|
TimeSensorObject |
TimeSensorObject.setCycleInterval(SFTimeObject newValue)
Assign typed object value to SFTime cycleInterval field, similar to
setCycleInterval(double). |
TimeSensorObject |
TimeSensorObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
TimeSensorObject |
TimeSensorObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TimeSensorObject |
TimeSensorObject.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
TimeSensorObject |
TimeSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
setEnabled(boolean). |
TimeSensorObject |
TimeSensorObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
TimeSensorObject |
TimeSensorObject.setLoop(boolean newValue)
Assign boolean value to inputOutput SFBool field named loop.
|
TimeSensorObject |
TimeSensorObject.setLoop(SFBoolObject newValue)
Assign typed object value to SFBool loop field, similar to
setLoop(boolean). |
TimeSensorObject |
TimeSensorObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
TimeSensorObject |
TimeSensorObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TimeSensorObject |
TimeSensorObject.setPauseTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named pauseTime.
|
TimeSensorObject |
TimeSensorObject.setPauseTime(SFTimeObject newValue)
Assign typed object value to SFTime pauseTime field, similar to
setPauseTime(double). |
TimeSensorObject |
TimeSensorObject.setResumeTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named resumeTime.
|
TimeSensorObject |
TimeSensorObject.setResumeTime(SFTimeObject newValue)
Assign typed object value to SFTime resumeTime field, similar to
setResumeTime(double). |
TimeSensorObject |
TimeSensorObject.setStartTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named startTime.
|
TimeSensorObject |
TimeSensorObject.setStartTime(SFTimeObject newValue)
Assign typed object value to SFTime startTime field, similar to
setStartTime(double). |
TimeSensorObject |
TimeSensorObject.setStopTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named stopTime.
|
TimeSensorObject |
TimeSensorObject.setStopTime(SFTimeObject newValue)
Assign typed object value to SFTime stopTime field, similar to
setStopTime(double). |
TimeSensorObject |
TimeSensorObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
TimeSensorObject |
TimeSensorObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
TimeSensorObject |
TimeSensorObject.setUSE(TimeSensorObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
TimeSensorObject |
TimeSensorObject.setUSE(TimeSensorObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.