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 MFTimeObject
fieldObject. getValueMFTime()
Get typed value of this field declaration.MFTimeObject
fieldValueObject. 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 fieldObject
fieldObject. appendValue(MFTimeObject newValue)
Append MFTimeObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(MFTimeObject newValue)
Append MFTimeObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(MFTimeObject newValue)
Set typed value of a MFTime field declaration.fieldValueObject
fieldValueObject. 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 MFTimeObject
MFTimeObject. append(MFTimeObject newValue)
Appends a new MFTimeObject to the end of the existing value array, increasing the field length accordingly.MFTimeObject
MFTimeObject. append(SFTimeObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFTimeObject
MFTimeObject. setValue(float newValue)
Assign a single float value as new double array (of length 1).MFTimeObject
MFTimeObject. setValue(float[] newValue)
Assign a float array as new double array.MFTimeObject
MFTimeObject. setValue(MFTimeObject newValue)
Apply an MFTimeObject value to this field.MFTimeObject
MFTimeObject. setValue(SFTimeObject newValue)
Assign a single-field SFTimeObject as new array value.MFTimeObject
MFTimeObject. 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 MFTimeObject
MFTimeObject. append(MFTimeObject newValue)
Appends a new MFTimeObject to the end of the existing value array, increasing the field length accordingly.boolean
MFTimeObject. equals(MFTimeObject comparisonMFTimeObject)
Determine whether two objects contain equal values.MFTimeObject
MFTimeObject. 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.