Uses of Class
org.web3d.x3d.jsail.fields.MFDouble
Packages that use MFDouble
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.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of MFDouble in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFDoubleModifier and TypeMethodDescriptionfield.getValueMFDouble()
If type matches, then get typed value of a MFDouble field declaration.fieldValue.getValueMFDouble()
If type matches, then get typed value of a MFDouble fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFDoubleModifier and TypeMethodDescriptionfield.appendValue
(MFDouble newValue) Append MFDouble to field for value attribute.fieldValue.appendValue
(MFDouble newValue) Append MFDouble to fieldValue for value attribute.Set typed value of a MFDouble field declaration.Set typed value of a MFDouble fieldValue declaration.Assign typed object MFDouble value field, similar toMetadataDouble.setValue(double[])
. -
Uses of MFDouble in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFDoubleModifier and TypeMethodDescriptionAppends a new MFDouble 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.MFDouble.multiply
(double scaleFactor) Multiply scaleFactor times all values in this field type.MFDouble.setValue
(float[] newValue) Assign a single-precision floating-point array value to this double-precision field.Apply an MFDouble value to this field.Assign a single-field SFDouble as new array value.MFDouble.setValueByString
(String newValue) Utility accessor for MFDouble using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFDoubleModifier and TypeMethodDescriptionAppends a new MFDouble to the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Apply an MFDouble value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFDouble -
Uses of MFDouble in org.web3d.x3d.jsail.Geospatial
Methods in org.web3d.x3d.jsail.Geospatial with parameters of type MFDoubleModifier and TypeMethodDescriptionAssign typed object value to MFDouble height field, similar toGeoElevationGrid.setHeight(double[])
. -
Uses of MFDouble in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type MFDoubleModifier and TypeMethodDescriptionAssign typed object value to MFDouble knot field, similar toNurbsCurve.setKnot(double[])
.Assign typed object value to MFDouble knot field, similar toNurbsCurve2D.setKnot(double[])
.Assign typed object value to MFDouble knot field, similar toNurbsOrientationInterpolator.setKnot(double[])
.Assign typed object value to MFDouble knot field, similar toNurbsPositionInterpolator.setKnot(double[])
.Assign typed object value to MFDouble uKnot field, similar toNurbsPatchSurface.setUKnot(double[])
.Assign typed object value to MFDouble uKnot field, similar toNurbsSurfaceInterpolator.setUKnot(double[])
.Assign typed object value to MFDouble uKnot field, similar toNurbsTextureCoordinate.setUKnot(double[])
.Assign typed object value to MFDouble uKnot field, similar toNurbsTrimmedSurface.setUKnot(double[])
.Assign typed object value to MFDouble vKnot field, similar toNurbsPatchSurface.setVKnot(double[])
.Assign typed object value to MFDouble vKnot field, similar toNurbsSurfaceInterpolator.setVKnot(double[])
.Assign typed object value to MFDouble vKnot field, similar toNurbsTextureCoordinate.setVKnot(double[])
.Assign typed object value to MFDouble vKnot field, similar toNurbsTrimmedSurface.setVKnot(double[])
.Assign typed object value to MFDouble weight field, similar toNurbsCurve.setWeight(double[])
.Assign typed object value to MFDouble weight field, similar toNurbsCurve2D.setWeight(double[])
.Assign typed object value to MFDouble weight field, similar toNurbsOrientationInterpolator.setWeight(double[])
.Assign typed object value to MFDouble weight field, similar toNurbsPatchSurface.setWeight(double[])
.Assign typed object value to MFDouble weight field, similar toNurbsPositionInterpolator.setWeight(double[])
.Assign typed object value to MFDouble weight field, similar toNurbsSurfaceInterpolator.setWeight(double[])
.Assign typed object value to MFDouble weight field, similar toNurbsTextureCoordinate.setWeight(double[])
.Assign typed object value to MFDouble weight field, similar toNurbsTrimmedSurface.setWeight(double[])
.