Uses of Class
org.web3d.x3d.jsail.fields.MFDoubleObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core | |
org.web3d.x3d.jsail.fields | |
org.web3d.x3d.jsail.Geospatial | |
org.web3d.x3d.jsail.NURBS |
-
Uses of MFDoubleObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFDoubleObject Modifier and Type Method Description MFDoubleObject
fieldObject. getValueMFDouble()
Get typed value of this field declaration.MFDoubleObject
fieldValueObject. getValueMFDouble()
Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFDoubleObject Modifier and Type Method Description fieldObject
fieldObject. appendValue(MFDoubleObject newValue)
Append MFDoubleObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(MFDoubleObject newValue)
Append MFDoubleObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(MFDoubleObject newValue)
Set typed value of a MFDouble field declaration.fieldValueObject
fieldValueObject. setValue(MFDoubleObject newValue)
Set typed value of a MFDouble fieldValue declaration.MetadataDoubleObject
MetadataDoubleObject. setValue(MFDoubleObject newValue)
Assign typed object MFDouble value field, similar toMetadataDoubleObject.setValue(double[])
. -
Uses of MFDoubleObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFDoubleObject Modifier and Type Method Description MFDoubleObject
MFDoubleObject. append(MFDoubleObject newValue)
Appends a new MFDoubleObject to the end of the existing value array, increasing the field length accordingly.MFDoubleObject
MFDoubleObject. append(SFDoubleObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFDoubleObject
MFDoubleObject. multiply(double scaleFactor)
Multiply scaleFactor times all values in this field type.MFDoubleObject
MFDoubleObject. setValue(float[] newValue)
Assign a single-precision floating-point array value to this double-precision field.MFDoubleObject
MFDoubleObject. setValue(MFDoubleObject newValue)
Apply an MFDoubleObject value to this field.MFDoubleObject
MFDoubleObject. setValue(SFDoubleObject newValue)
Assign a single-field SFDoubleObject as new array value.MFDoubleObject
MFDoubleObject. setValueByString(java.lang.String newValue)
Utility accessor for MFDoubleObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFDoubleObject Modifier and Type Method Description MFDoubleObject
MFDoubleObject. append(MFDoubleObject newValue)
Appends a new MFDoubleObject to the end of the existing value array, increasing the field length accordingly.boolean
MFDoubleObject. equals(MFDoubleObject comparisonMFDoubleObject)
Determine whether two objects contain equal values.MFDoubleObject
MFDoubleObject. setValue(MFDoubleObject newValue)
Apply an MFDoubleObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFDoubleObject Constructor Description MFDoubleObject(MFDoubleObject newValue)
Constructor to copy an MFDoubleObject value as initial value for this new field object. -
Uses of MFDoubleObject in org.web3d.x3d.jsail.Geospatial
Methods in org.web3d.x3d.jsail.Geospatial with parameters of type MFDoubleObject Modifier and Type Method Description GeoElevationGridObject
GeoElevationGridObject. setHeight(MFDoubleObject newValue)
Assign typed object value to MFDouble height field, similar toGeoElevationGridObject.setHeight(double[])
. -
Uses of MFDoubleObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type MFDoubleObject Modifier and Type Method Description NurbsCurve2DObject
NurbsCurve2DObject. setKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble knot field, similar toNurbsCurve2DObject.setKnot(double[])
.NurbsCurveObject
NurbsCurveObject. setKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble knot field, similar toNurbsCurveObject.setKnot(double[])
.NurbsOrientationInterpolatorObject
NurbsOrientationInterpolatorObject. setKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble knot field, similar toNurbsOrientationInterpolatorObject.setKnot(double[])
.NurbsPositionInterpolatorObject
NurbsPositionInterpolatorObject. setKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble knot field, similar toNurbsPositionInterpolatorObject.setKnot(double[])
.NurbsPatchSurfaceObject
NurbsPatchSurfaceObject. setUKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble uKnot field, similar toNurbsPatchSurfaceObject.setUKnot(double[])
.NurbsSurfaceInterpolatorObject
NurbsSurfaceInterpolatorObject. setUKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble uKnot field, similar toNurbsSurfaceInterpolatorObject.setUKnot(double[])
.NurbsTextureCoordinateObject
NurbsTextureCoordinateObject. setUKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble uKnot field, similar toNurbsTextureCoordinateObject.setUKnot(double[])
.NurbsTrimmedSurfaceObject
NurbsTrimmedSurfaceObject. setUKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble uKnot field, similar toNurbsTrimmedSurfaceObject.setUKnot(double[])
.NurbsPatchSurfaceObject
NurbsPatchSurfaceObject. setVKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble vKnot field, similar toNurbsPatchSurfaceObject.setVKnot(double[])
.NurbsSurfaceInterpolatorObject
NurbsSurfaceInterpolatorObject. setVKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble vKnot field, similar toNurbsSurfaceInterpolatorObject.setVKnot(double[])
.NurbsTextureCoordinateObject
NurbsTextureCoordinateObject. setVKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble vKnot field, similar toNurbsTextureCoordinateObject.setVKnot(double[])
.NurbsTrimmedSurfaceObject
NurbsTrimmedSurfaceObject. setVKnot(MFDoubleObject newValue)
Assign typed object value to MFDouble vKnot field, similar toNurbsTrimmedSurfaceObject.setVKnot(double[])
.NurbsCurve2DObject
NurbsCurve2DObject. setWeight(MFDoubleObject newValue)
Assign typed object value to MFDouble weight field, similar toNurbsCurve2DObject.setWeight(double[])
.NurbsCurveObject
NurbsCurveObject. setWeight(MFDoubleObject newValue)
Assign typed object value to MFDouble weight field, similar toNurbsCurveObject.setWeight(double[])
.NurbsOrientationInterpolatorObject
NurbsOrientationInterpolatorObject. setWeight(MFDoubleObject newValue)
Assign typed object value to MFDouble weight field, similar toNurbsOrientationInterpolatorObject.setWeight(double[])
.NurbsPatchSurfaceObject
NurbsPatchSurfaceObject. setWeight(MFDoubleObject newValue)
Assign typed object value to MFDouble weight field, similar toNurbsPatchSurfaceObject.setWeight(double[])
.NurbsPositionInterpolatorObject
NurbsPositionInterpolatorObject. setWeight(MFDoubleObject newValue)
Assign typed object value to MFDouble weight field, similar toNurbsPositionInterpolatorObject.setWeight(double[])
.NurbsSurfaceInterpolatorObject
NurbsSurfaceInterpolatorObject. setWeight(MFDoubleObject newValue)
Assign typed object value to MFDouble weight field, similar toNurbsSurfaceInterpolatorObject.setWeight(double[])
.NurbsTrimmedSurfaceObject
NurbsTrimmedSurfaceObject. setWeight(MFDoubleObject newValue)
Assign typed object value to MFDouble weight field, similar toNurbsTrimmedSurfaceObject.setWeight(double[])
.