Uses of Class
org.web3d.x3d.jsail.fields.SFDouble
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 SFDouble in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueSFDouble()
If type matches, then get typed value of a SFDouble field declaration.fieldValue.getValueSFDouble()
If type matches, then get typed value of a SFDouble fieldValue declaration.Modifier and TypeMethodDescriptionAdd singleton SFDouble value to MFDouble value field.field.appendValue
(SFDouble newValue) Append SFDouble to field for value attribute.fieldValue.appendValue
(SFDouble newValue) Append SFDouble to fieldValue for value attribute.unit.setConversionFactor
(SFDouble newValue) Assign typed object value to SFDouble conversionFactor field, similar tounit.setConversionFactor(double)
.Set typed value of a SFDouble field declaration.Set typed value of a SFDouble fieldValue declaration. -
Uses of SFDouble in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionSFDouble.setValue
(float newValue) Apply a float value to this double field type, note change in precision.SFDouble.setValue
(int newValue) Apply an int value to this double field type, note change in precision.Apply an SFDouble value to this field.SFDouble.setValueByString
(String newValue) Utility accessor for SFDouble using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionAppends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Assign a single-field SFDouble as new array value.Apply an SFDouble value to this field.ModifierConstructorDescriptionUtility constructor for MFDouble using a corresponding SFDouble as new initial value (which must pass parsing validation checks).Constructor to copy an SFDouble value as initial value for this new field object. -
Uses of SFDouble in org.web3d.x3d.jsail.Geospatial
Modifier and TypeMethodDescriptionAdd singleton SFDouble value to MFDouble height field.GeoElevationGrid.setCreaseAngle
(SFDouble newValue) Assign typed object value to SFDouble creaseAngle field, similar toGeoElevationGrid.setCreaseAngle(double)
.GeoElevationGrid.setXSpacing
(SFDouble newValue) Assign typed object value to SFDouble xSpacing field, similar toGeoElevationGrid.setXSpacing(double)
.GeoElevationGrid.setZSpacing
(SFDouble newValue) Assign typed object value to SFDouble zSpacing field, similar toGeoElevationGrid.setZSpacing(double)
. -
Uses of SFDouble in org.web3d.x3d.jsail.NURBS
Modifier and TypeMethodDescriptionAdd singleton SFDouble value to MFDouble knot field.Add singleton SFDouble value to MFDouble knot field.Add singleton SFDouble value to MFDouble knot field.Add singleton SFDouble value to MFDouble knot field.Add singleton SFDouble value to MFDouble uKnot field.Add singleton SFDouble value to MFDouble uKnot field.Add singleton SFDouble value to MFDouble uKnot field.Add singleton SFDouble value to MFDouble uKnot field.Add singleton SFDouble value to MFDouble vKnot field.Add singleton SFDouble value to MFDouble vKnot field.Add singleton SFDouble value to MFDouble vKnot field.Add singleton SFDouble value to MFDouble vKnot field.Add singleton SFDouble value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.