Uses of Class
org.web3d.x3d.jsail.fields.MFTimeObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields |
-
Uses of MFTimeObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFTimeObject Modifier and Type Method Description MFTimeObjectfieldObject. getValueMFTime()Get typed value of this field declaration.MFTimeObjectfieldValueObject. getValueMFTime()Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFTimeObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(MFTimeObject newValue)Append MFTimeObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFTimeObject newValue)Append MFTimeObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFTimeObject newValue)Set typed value of a MFTime field declaration.fieldValueObjectfieldValueObject. setValue(MFTimeObject newValue)Set typed value of a MFTime fieldValue declaration. -
Uses of MFTimeObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFTimeObject Modifier and Type Method Description MFTimeObjectMFTimeObject. append(MFTimeObject newValue)Appends a new MFTimeObject to the end of the existing value array, increasing the field length accordingly.MFTimeObjectMFTimeObject. append(SFTimeObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFTimeObjectMFTimeObject. setValue(float newValue)Assign a single float value as new double array (of length 1).MFTimeObjectMFTimeObject. setValue(float[] newValue)Assign a float array as new double array.MFTimeObjectMFTimeObject. setValue(MFTimeObject newValue)Apply an MFTimeObject value to this field.MFTimeObjectMFTimeObject. setValue(SFTimeObject newValue)Assign a single-field SFTimeObject as new array value.MFTimeObjectMFTimeObject. setValueByString(java.lang.String newValue)Utility accessor for MFTimeObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFTimeObject Modifier and Type Method Description MFTimeObjectMFTimeObject. append(MFTimeObject newValue)Appends a new MFTimeObject to the end of the existing value array, increasing the field length accordingly.booleanMFTimeObject. equals(MFTimeObject comparisonMFTimeObject)Determine whether two objects contain equal values.MFTimeObjectMFTimeObject. setValue(MFTimeObject newValue)Apply an MFTimeObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFTimeObject Constructor Description MFTimeObject(MFTimeObject newValue)Constructor to copy an MFTimeObject value as initial value for this new field object.