Uses of Class
org.web3d.x3d.jsail.fields.MFTime
Packages that use MFTime
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
-
Uses of MFTime in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFTimeModifier and TypeMethodDescriptionfield.getValueMFTime()
If type matches, then get typed value of a MFTime field declaration.fieldValue.getValueMFTime()
If type matches, then get typed value of a MFTime fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFTimeModifier and TypeMethodDescriptionfield.appendValue
(MFTime newValue) Append MFTime to field for value attribute.fieldValue.appendValue
(MFTime newValue) Append MFTime to fieldValue for value attribute.Set typed value of a MFTime field declaration.Set typed value of a MFTime fieldValue declaration. -
Uses of MFTime in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFTimeModifier and TypeMethodDescriptionAppends a new MFTime to the end of the existing value array, increasing the field length accordingly.Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFTime.setValue
(float newValue) Assign a single float value as new double array (of length 1).MFTime.setValue
(float[] newValue) Assign a float array as new double array.Apply an MFTime value to this field.Assign a single-field SFTime as new array value.MFTime.setValueByString
(String newValue) Utility accessor for MFTime using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFTimeModifier and TypeMethodDescriptionAppends a new MFTime to the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Apply an MFTime value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFTime