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 MFDoubleObjectfieldObject. getValueMFDouble()Get typed value of this field declaration.MFDoubleObjectfieldValueObject. 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 fieldObjectfieldObject. appendValue(MFDoubleObject newValue)Append MFDoubleObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFDoubleObject newValue)Append MFDoubleObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFDoubleObject newValue)Set typed value of a MFDouble field declaration.fieldValueObjectfieldValueObject. setValue(MFDoubleObject newValue)Set typed value of a MFDouble fieldValue declaration.MetadataDoubleObjectMetadataDoubleObject. 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 MFDoubleObjectMFDoubleObject. append(MFDoubleObject newValue)Appends a new MFDoubleObject to the end of the existing value array, increasing the field length accordingly.MFDoubleObjectMFDoubleObject. append(SFDoubleObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFDoubleObjectMFDoubleObject. multiply(double scaleFactor)Multiply scaleFactor times all values in this field type.MFDoubleObjectMFDoubleObject. setValue(float[] newValue)Assign a single-precision floating-point array value to this double-precision field.MFDoubleObjectMFDoubleObject. setValue(MFDoubleObject newValue)Apply an MFDoubleObject value to this field.MFDoubleObjectMFDoubleObject. setValue(SFDoubleObject newValue)Assign a single-field SFDoubleObject as new array value.MFDoubleObjectMFDoubleObject. 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 MFDoubleObjectMFDoubleObject. append(MFDoubleObject newValue)Appends a new MFDoubleObject to the end of the existing value array, increasing the field length accordingly.booleanMFDoubleObject. equals(MFDoubleObject comparisonMFDoubleObject)Determine whether two objects contain equal values.MFDoubleObjectMFDoubleObject. 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 GeoElevationGridObjectGeoElevationGridObject. 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 NurbsCurve2DObjectNurbsCurve2DObject. setKnot(MFDoubleObject newValue)Assign typed object value to MFDouble knot field, similar toNurbsCurve2DObject.setKnot(double[]).NurbsCurveObjectNurbsCurveObject. setKnot(MFDoubleObject newValue)Assign typed object value to MFDouble knot field, similar toNurbsCurveObject.setKnot(double[]).NurbsOrientationInterpolatorObjectNurbsOrientationInterpolatorObject. setKnot(MFDoubleObject newValue)Assign typed object value to MFDouble knot field, similar toNurbsOrientationInterpolatorObject.setKnot(double[]).NurbsPositionInterpolatorObjectNurbsPositionInterpolatorObject. setKnot(MFDoubleObject newValue)Assign typed object value to MFDouble knot field, similar toNurbsPositionInterpolatorObject.setKnot(double[]).NurbsPatchSurfaceObjectNurbsPatchSurfaceObject. setUKnot(MFDoubleObject newValue)Assign typed object value to MFDouble uKnot field, similar toNurbsPatchSurfaceObject.setUKnot(double[]).NurbsSurfaceInterpolatorObjectNurbsSurfaceInterpolatorObject. setUKnot(MFDoubleObject newValue)Assign typed object value to MFDouble uKnot field, similar toNurbsSurfaceInterpolatorObject.setUKnot(double[]).NurbsTextureCoordinateObjectNurbsTextureCoordinateObject. setUKnot(MFDoubleObject newValue)Assign typed object value to MFDouble uKnot field, similar toNurbsTextureCoordinateObject.setUKnot(double[]).NurbsTrimmedSurfaceObjectNurbsTrimmedSurfaceObject. setUKnot(MFDoubleObject newValue)Assign typed object value to MFDouble uKnot field, similar toNurbsTrimmedSurfaceObject.setUKnot(double[]).NurbsPatchSurfaceObjectNurbsPatchSurfaceObject. setVKnot(MFDoubleObject newValue)Assign typed object value to MFDouble vKnot field, similar toNurbsPatchSurfaceObject.setVKnot(double[]).NurbsSurfaceInterpolatorObjectNurbsSurfaceInterpolatorObject. setVKnot(MFDoubleObject newValue)Assign typed object value to MFDouble vKnot field, similar toNurbsSurfaceInterpolatorObject.setVKnot(double[]).NurbsTextureCoordinateObjectNurbsTextureCoordinateObject. setVKnot(MFDoubleObject newValue)Assign typed object value to MFDouble vKnot field, similar toNurbsTextureCoordinateObject.setVKnot(double[]).NurbsTrimmedSurfaceObjectNurbsTrimmedSurfaceObject. setVKnot(MFDoubleObject newValue)Assign typed object value to MFDouble vKnot field, similar toNurbsTrimmedSurfaceObject.setVKnot(double[]).NurbsCurve2DObjectNurbsCurve2DObject. setWeight(MFDoubleObject newValue)Assign typed object value to MFDouble weight field, similar toNurbsCurve2DObject.setWeight(double[]).NurbsCurveObjectNurbsCurveObject. setWeight(MFDoubleObject newValue)Assign typed object value to MFDouble weight field, similar toNurbsCurveObject.setWeight(double[]).NurbsOrientationInterpolatorObjectNurbsOrientationInterpolatorObject. setWeight(MFDoubleObject newValue)Assign typed object value to MFDouble weight field, similar toNurbsOrientationInterpolatorObject.setWeight(double[]).NurbsPatchSurfaceObjectNurbsPatchSurfaceObject. setWeight(MFDoubleObject newValue)Assign typed object value to MFDouble weight field, similar toNurbsPatchSurfaceObject.setWeight(double[]).NurbsPositionInterpolatorObjectNurbsPositionInterpolatorObject. setWeight(MFDoubleObject newValue)Assign typed object value to MFDouble weight field, similar toNurbsPositionInterpolatorObject.setWeight(double[]).NurbsSurfaceInterpolatorObjectNurbsSurfaceInterpolatorObject. setWeight(MFDoubleObject newValue)Assign typed object value to MFDouble weight field, similar toNurbsSurfaceInterpolatorObject.setWeight(double[]).NurbsTrimmedSurfaceObjectNurbsTrimmedSurfaceObject. setWeight(MFDoubleObject newValue)Assign typed object value to MFDouble weight field, similar toNurbsTrimmedSurfaceObject.setWeight(double[]).