Uses of Class
org.web3d.x3d.jsail.fields.SFTimeObject
-
Uses of SFTimeObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFTimeObject Modifier and Type Method Description SFTimeObjectfieldObject. getValueSFTime()If type matches, then get typed value of a SFTime field declaration.SFTimeObjectfieldValueObject. getValueSFTime()If type matches, then get typed value of a SFTime fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFTimeObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFTimeObject newValue)Append SFTimeObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFTimeObject newValue)Append SFTimeObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFTimeObject newValue)Set typed value of a SFTime field declaration.fieldValueObjectfieldValueObject. setValue(SFTimeObject newValue)Set typed value of a SFTime fieldValue declaration. -
Uses of SFTimeObject in org.web3d.x3d.jsail.DIS
Methods in org.web3d.x3d.jsail.DIS with parameters of type SFTimeObject Modifier and Type Method Description EspduTransformObjectEspduTransformObject. setReadInterval(SFTimeObject newValue)Assign typed object value to SFTime readInterval field, similar toEspduTransformObject.setReadInterval(double).ReceiverPduObjectReceiverPduObject. setReadInterval(SFTimeObject newValue)Assign typed object value to SFTime readInterval field, similar toReceiverPduObject.setReadInterval(double).SignalPduObjectSignalPduObject. setReadInterval(SFTimeObject newValue)Assign typed object value to SFTime readInterval field, similar toSignalPduObject.setReadInterval(double).TransmitterPduObjectTransmitterPduObject. setReadInterval(SFTimeObject newValue)Assign typed object value to SFTime readInterval field, similar toTransmitterPduObject.setReadInterval(double).EspduTransformObjectEspduTransformObject. setWriteInterval(SFTimeObject newValue)Assign typed object value to SFTime writeInterval field, similar toEspduTransformObject.setWriteInterval(double).ReceiverPduObjectReceiverPduObject. setWriteInterval(SFTimeObject newValue)Assign typed object value to SFTime writeInterval field, similar toReceiverPduObject.setWriteInterval(double).SignalPduObjectSignalPduObject. setWriteInterval(SFTimeObject newValue)Assign typed object value to SFTime writeInterval field, similar toSignalPduObject.setWriteInterval(double).TransmitterPduObjectTransmitterPduObject. setWriteInterval(SFTimeObject newValue)Assign typed object value to SFTime writeInterval field, similar toTransmitterPduObject.setWriteInterval(double). -
Uses of SFTimeObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFTimeObject Modifier and Type Method Description SFTimeObjectSFTimeObject. setValue(float newValue)Apply a float value to this double field type, note change in precision.SFTimeObjectSFTimeObject. setValue(int newValue)Apply an int value to this double field type, note change in precision.SFTimeObjectSFTimeObject. setValue(SFTimeObject newValue)Apply an SFTimeObject value to this field.SFTimeObjectSFTimeObject. setValueByString(java.lang.String newValue)Utility accessor for SFTimeObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFTimeObject Modifier and Type Method Description MFTimeObjectMFTimeObject. append(SFTimeObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.booleanSFTimeObject. equals(SFTimeObject comparisonSFTimeObject)Determine whether two objects contain equal values.MFTimeObjectMFTimeObject. setValue(SFTimeObject newValue)Assign a single-field SFTimeObject as new array value.SFTimeObjectSFTimeObject. setValue(SFTimeObject newValue)Apply an SFTimeObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFTimeObject Constructor Description MFTimeObject(SFTimeObject newValue)Utility constructor for MFTimeObject using a corresponding SFTimeObject as new initial value (which must pass parsing validation checks).SFTimeObject(SFTimeObject newValue)Constructor to copy an SFTimeObject value as initial value for this new field object. -
Uses of SFTimeObject in org.web3d.x3d.jsail.Followers
Methods in org.web3d.x3d.jsail.Followers with parameters of type SFTimeObject Modifier and Type Method Description ColorChaserObjectColorChaserObject. setDuration(SFTimeObject newValue)Assign typed object value to SFTime duration field, similar toColorChaserObject.setDuration(double).CoordinateChaserObjectCoordinateChaserObject. setDuration(SFTimeObject newValue)Assign typed object value to SFTime duration field, similar toCoordinateChaserObject.setDuration(double).OrientationChaserObjectOrientationChaserObject. setDuration(SFTimeObject newValue)Assign typed object value to SFTime duration field, similar toOrientationChaserObject.setDuration(double).PositionChaser2DObjectPositionChaser2DObject. setDuration(SFTimeObject newValue)Assign typed object value to SFTime duration field, similar toPositionChaser2DObject.setDuration(double).PositionChaserObjectPositionChaserObject. setDuration(SFTimeObject newValue)Assign typed object value to SFTime duration field, similar toPositionChaserObject.setDuration(double).ScalarChaserObjectScalarChaserObject. setDuration(SFTimeObject newValue)Assign typed object value to SFTime duration field, similar toScalarChaserObject.setDuration(double).TexCoordChaser2DObjectTexCoordChaser2DObject. setDuration(SFTimeObject newValue)Assign typed object value to SFTime duration field, similar toTexCoordChaser2DObject.setDuration(double).ColorDamperObjectColorDamperObject. setTau(SFTimeObject newValue)Assign typed object value to SFTime tau field, similar toColorDamperObject.setTau(double).CoordinateDamperObjectCoordinateDamperObject. setTau(SFTimeObject newValue)Assign typed object value to SFTime tau field, similar toCoordinateDamperObject.setTau(double).OrientationDamperObjectOrientationDamperObject. setTau(SFTimeObject newValue)Assign typed object value to SFTime tau field, similar toOrientationDamperObject.setTau(double).PositionDamper2DObjectPositionDamper2DObject. setTau(SFTimeObject newValue)Assign typed object value to SFTime tau field, similar toPositionDamper2DObject.setTau(double).PositionDamperObjectPositionDamperObject. setTau(SFTimeObject newValue)Assign typed object value to SFTime tau field, similar toPositionDamperObject.setTau(double).ScalarDamperObjectScalarDamperObject. setTau(SFTimeObject newValue)Assign typed object value to SFTime tau field, similar toScalarDamperObject.setTau(double).TexCoordDamper2DObjectTexCoordDamper2DObject. setTau(SFTimeObject newValue)Assign typed object value to SFTime tau field, similar toTexCoordDamper2DObject.setTau(double). -
Uses of SFTimeObject in org.web3d.x3d.jsail.HAnim
Methods in org.web3d.x3d.jsail.HAnim with parameters of type SFTimeObject Modifier and Type Method Description HAnimMotionObjectHAnimMotionObject. setFrameDuration(SFTimeObject newValue)Assign typed object value to SFTime frameDuration field, similar toHAnimMotionObject.setFrameDuration(double). -
Uses of SFTimeObject in org.web3d.x3d.jsail.Navigation
Methods in org.web3d.x3d.jsail.Navigation with parameters of type SFTimeObject Modifier and Type Method Description NavigationInfoObjectNavigationInfoObject. setTransitionTime(SFTimeObject newValue)Assign typed object value to SFTime transitionTime field, similar toNavigationInfoObject.setTransitionTime(double). -
Uses of SFTimeObject in org.web3d.x3d.jsail.Networking
Methods in org.web3d.x3d.jsail.Networking with parameters of type SFTimeObject Modifier and Type Method Description LoadSensorObjectLoadSensorObject. setTimeOut(SFTimeObject newValue)Assign typed object value to SFTime timeOut field, similar toLoadSensorObject.setTimeOut(double). -
Uses of SFTimeObject in org.web3d.x3d.jsail.RigidBodyPhysics
Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type SFTimeObject Modifier and Type Method Description RigidBodyCollectionObjectRigidBodyCollectionObject. setDisableTime(SFTimeObject newValue)Assign typed object value to SFTime disableTime field, similar toRigidBodyCollectionObject.setDisableTime(double).RigidBodyObjectRigidBodyObject. setDisableTime(SFTimeObject newValue)Assign typed object value to SFTime disableTime field, similar toRigidBodyObject.setDisableTime(double). -
Uses of SFTimeObject in org.web3d.x3d.jsail.Sound
Methods in org.web3d.x3d.jsail.Sound with parameters of type SFTimeObject Modifier and Type Method Description AudioClipObjectAudioClipObject. setPauseTime(SFTimeObject newValue)Assign typed object value to SFTime pauseTime field, similar toAudioClipObject.setPauseTime(double).AudioClipObjectAudioClipObject. setResumeTime(SFTimeObject newValue)Assign typed object value to SFTime resumeTime field, similar toAudioClipObject.setResumeTime(double).AudioClipObjectAudioClipObject. setStartTime(SFTimeObject newValue)Assign typed object value to SFTime startTime field, similar toAudioClipObject.setStartTime(double).AudioClipObjectAudioClipObject. setStopTime(SFTimeObject newValue)Assign typed object value to SFTime stopTime field, similar toAudioClipObject.setStopTime(double). -
Uses of SFTimeObject in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type SFTimeObject Modifier and Type Method Description MovieTextureObjectMovieTextureObject. setPauseTime(SFTimeObject newValue)Assign typed object value to SFTime pauseTime field, similar toMovieTextureObject.setPauseTime(double).MovieTextureObjectMovieTextureObject. setResumeTime(SFTimeObject newValue)Assign typed object value to SFTime resumeTime field, similar toMovieTextureObject.setResumeTime(double).MovieTextureObjectMovieTextureObject. setStartTime(SFTimeObject newValue)Assign typed object value to SFTime startTime field, similar toMovieTextureObject.setStartTime(double).MovieTextureObjectMovieTextureObject. setStopTime(SFTimeObject newValue)Assign typed object value to SFTime stopTime field, similar toMovieTextureObject.setStopTime(double). -
Uses of SFTimeObject in org.web3d.x3d.jsail.Time
Methods in org.web3d.x3d.jsail.Time with parameters of type SFTimeObject Modifier and Type Method Description TimeSensorObjectTimeSensorObject. setCycleInterval(SFTimeObject newValue)Assign typed object value to SFTime cycleInterval field, similar toTimeSensorObject.setCycleInterval(double).TimeSensorObjectTimeSensorObject. setPauseTime(SFTimeObject newValue)Assign typed object value to SFTime pauseTime field, similar toTimeSensorObject.setPauseTime(double).TimeSensorObjectTimeSensorObject. setResumeTime(SFTimeObject newValue)Assign typed object value to SFTime resumeTime field, similar toTimeSensorObject.setResumeTime(double).TimeSensorObjectTimeSensorObject. setStartTime(SFTimeObject newValue)Assign typed object value to SFTime startTime field, similar toTimeSensorObject.setStartTime(double).TimeSensorObjectTimeSensorObject. setStopTime(SFTimeObject newValue)Assign typed object value to SFTime stopTime field, similar toTimeSensorObject.setStopTime(double).