Uses of Class
org.web3d.x3d.jsail.Time.TimeSensor
Package
Description
The Time component defines how time is sensed, computed and associated with events in an X3D scene.
-
Uses of TimeSensor in org.web3d.x3d.jsail.Time
Modifier and TypeMethodDescriptionTimeSensor.addComments
(String newComment) Add comment as String to contained commentsList.TimeSensor.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TimeSensor.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.TimeSensor.clearIS()
Utility method to clear SFNode value of IS field.TimeSensor.clearMetadata()
Utility method to clear SFNode value of metadata field.final TimeSensor
TimeSensor.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TimeSensor.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final TimeSensor
TimeSensor.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TimeSensor.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.TimeSensor.setCycleInterval
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named cycleInterval.TimeSensor.setCycleInterval
(SFTime newValue) Assign typed object value to SFTime cycleInterval field, similar tosetCycleInterval(double)
.final TimeSensor
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.TimeSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.TimeSensor.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.TimeSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.TimeSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final TimeSensor
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.TimeSensor.setLoop
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named loop.Assign typed object value to SFBool loop field, similar tosetLoop(boolean)
.TimeSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TimeSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TimeSensor.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.TimeSensor.setPauseTime
(SFTime newValue) Assign typed object value to SFTime pauseTime field, similar tosetPauseTime(double)
.TimeSensor.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.TimeSensor.setResumeTime
(SFTime newValue) Assign typed object value to SFTime resumeTime field, similar tosetResumeTime(double)
.TimeSensor.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.TimeSensor.setStartTime
(SFTime newValue) Assign typed object value to SFTime startTime field, similar tosetStartTime(double)
.TimeSensor.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.TimeSensor.setStopTime
(SFTime newValue) Assign typed object value to SFTime stopTime field, similar tosetStopTime(double)
.final TimeSensor
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.TimeSensor.setUSE
(TimeSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionTimeSensor.setUSE
(TimeSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.