Uses of Class
org.web3d.x3d.jsail.fields.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
Modifier 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.Modifier 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
Modifier 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).Modifier 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.