Uses of Class
org.web3d.x3d.jsail.fields.MFFloatObject
-
Uses of MFFloatObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFFloatObject Modifier and Type Method Description MFFloatObject
fieldObject. getValueMFFloat()
Get typed value of this field declaration.MFFloatObject
fieldValueObject. getValueMFFloat()
Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFFloatObject Modifier and Type Method Description fieldObject
fieldObject. appendValue(MFFloatObject newValue)
Append MFFloatObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(MFFloatObject newValue)
Append MFFloatObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(MFFloatObject newValue)
Set typed value of a MFFloat field declaration.fieldValueObject
fieldValueObject. setValue(MFFloatObject newValue)
Set typed value of a MFFloat fieldValue declaration.MetadataFloatObject
MetadataFloatObject. setValue(MFFloatObject newValue)
Assign typed object MFFloat value field, similar toMetadataFloatObject.setValue(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.DIS
Methods in org.web3d.x3d.jsail.DIS with parameters of type MFFloatObject Modifier and Type Method Description EspduTransformObject
EspduTransformObject. setArticulationParameterArray(MFFloatObject newValue)
Assign typed object value to MFFloat articulationParameterArray field, similar toEspduTransformObject.setArticulationParameterArray(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.EnvironmentalEffects
Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type MFFloatObject Modifier and Type Method Description FogCoordinateObject
FogCoordinateObject. setDepth(MFFloatObject newValue)
Assign typed object value to MFFloat depth field, similar toFogCoordinateObject.setDepth(float[])
.BackgroundObject
BackgroundObject. setGroundAngle(MFFloatObject newValue)
Assign typed object value to MFFloat groundAngle field, similar toBackgroundObject.setGroundAngle(float[])
.TextureBackgroundObject
TextureBackgroundObject. setGroundAngle(MFFloatObject newValue)
Assign typed object value to MFFloat groundAngle field, similar toTextureBackgroundObject.setGroundAngle(float[])
.BackgroundObject
BackgroundObject. setSkyAngle(MFFloatObject newValue)
Assign typed object value to MFFloat skyAngle field, similar toBackgroundObject.setSkyAngle(float[])
.TextureBackgroundObject
TextureBackgroundObject. setSkyAngle(MFFloatObject newValue)
Assign typed object value to MFFloat skyAngle field, similar toTextureBackgroundObject.setSkyAngle(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.EventUtilities
Methods in org.web3d.x3d.jsail.EventUtilities with parameters of type MFFloatObject Modifier and Type Method Description BooleanSequencerObject
BooleanSequencerObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toBooleanSequencerObject.setKey(float[])
.IntegerSequencerObject
IntegerSequencerObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toIntegerSequencerObject.setKey(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFFloatObject Modifier and Type Method Description MFFloatObject
MFFloatObject. append(MFFloatObject newValue)
Appends a new MFFloatObject to the end of the existing value array, increasing the field length accordingly.MFFloatObject
MFFloatObject. append(SFFloatObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFFloatObject
MFFloatObject. multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.MFFloatObject
MFFloatObject. setValue(double[] newValue)
Assign a double-precision array value to this single-precision field.MFFloatObject
MFFloatObject. setValue(MFFloatObject newValue)
Apply an MFFloatObject value to this field.MFFloatObject
MFFloatObject. setValue(SFFloatObject newValue)
Assign a single-field SFFloatObject as new array value.MFFloatObject
MFFloatObject. setValueByString(java.lang.String newValue)
Utility accessor for MFFloatObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFFloatObject Modifier and Type Method Description MFFloatObject
MFFloatObject. append(MFFloatObject newValue)
Appends a new MFFloatObject to the end of the existing value array, increasing the field length accordingly.boolean
MFFloatObject. equals(MFFloatObject comparisonMFFloatObject)
Determine whether two objects contain equal values.MFFloatObject
MFFloatObject. setValue(MFFloatObject newValue)
Apply an MFFloatObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFFloatObject Constructor Description MFFloatObject(MFFloatObject newValue)
Constructor to copy an MFFloatObject value as initial value for this new field object. -
Uses of MFFloatObject in org.web3d.x3d.jsail.Geometry3D
Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type MFFloatObject Modifier and Type Method Description ElevationGridObject
ElevationGridObject. setHeight(MFFloatObject newValue)
Assign typed object value to MFFloat height field, similar toElevationGridObject.setHeight(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.Geospatial
Methods in org.web3d.x3d.jsail.Geospatial with parameters of type MFFloatObject Modifier and Type Method Description GeoPositionInterpolatorObject
GeoPositionInterpolatorObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toGeoPositionInterpolatorObject.setKey(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.HAnim
Methods in org.web3d.x3d.jsail.HAnim with parameters of type MFFloatObject Modifier and Type Method Description HAnimSegmentObject
HAnimSegmentObject. setMomentsOfInertia(MFFloatObject newValue)
Assign typed object value to MFFloat momentsOfInertia field, similar toHAnimSegmentObject.setMomentsOfInertia(float[])
.HAnimJointObject
HAnimJointObject. setSkinCoordWeight(MFFloatObject newValue)
Assign typed object value to MFFloat skinCoordWeight field, similar toHAnimJointObject.setSkinCoordWeight(float[])
.HAnimMotionObject
HAnimMotionObject. setValues(MFFloatObject newValue)
Assign typed object value to MFFloat values field, similar toHAnimMotionObject.setValues(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type MFFloatObject Modifier and Type Method Description ColorInterpolatorObject
ColorInterpolatorObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toColorInterpolatorObject.setKey(float[])
.CoordinateInterpolator2DObject
CoordinateInterpolator2DObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toCoordinateInterpolator2DObject.setKey(float[])
.CoordinateInterpolatorObject
CoordinateInterpolatorObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toCoordinateInterpolatorObject.setKey(float[])
.EaseInEaseOutObject
EaseInEaseOutObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toEaseInEaseOutObject.setKey(float[])
.NormalInterpolatorObject
NormalInterpolatorObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toNormalInterpolatorObject.setKey(float[])
.OrientationInterpolatorObject
OrientationInterpolatorObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toOrientationInterpolatorObject.setKey(float[])
.PositionInterpolator2DObject
PositionInterpolator2DObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toPositionInterpolator2DObject.setKey(float[])
.PositionInterpolatorObject
PositionInterpolatorObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toPositionInterpolatorObject.setKey(float[])
.ScalarInterpolatorObject
ScalarInterpolatorObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toScalarInterpolatorObject.setKey(float[])
.SplinePositionInterpolator2DObject
SplinePositionInterpolator2DObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toSplinePositionInterpolator2DObject.setKey(float[])
.SplinePositionInterpolatorObject
SplinePositionInterpolatorObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toSplinePositionInterpolatorObject.setKey(float[])
.SplineScalarInterpolatorObject
SplineScalarInterpolatorObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toSplineScalarInterpolatorObject.setKey(float[])
.SquadOrientationInterpolatorObject
SquadOrientationInterpolatorObject. setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar toSquadOrientationInterpolatorObject.setKey(float[])
.ScalarInterpolatorObject
ScalarInterpolatorObject. setKeyValue(MFFloatObject newValue)
Assign typed object value to MFFloat keyValue field, similar toScalarInterpolatorObject.setKeyValue(float[])
.SplineScalarInterpolatorObject
SplineScalarInterpolatorObject. setKeyValue(MFFloatObject newValue)
Assign typed object value to MFFloat keyValue field, similar toSplineScalarInterpolatorObject.setKeyValue(float[])
.SplineScalarInterpolatorObject
SplineScalarInterpolatorObject. setKeyVelocity(MFFloatObject newValue)
Assign typed object value to MFFloat keyVelocity field, similar toSplineScalarInterpolatorObject.setKeyVelocity(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.Layering
Methods in org.web3d.x3d.jsail.Layering with parameters of type MFFloatObject Modifier and Type Method Description ViewportObject
ViewportObject. setClipBoundary(MFFloatObject newValue)
Assign typed object value to MFFloat clipBoundary field, similar toViewportObject.setClipBoundary(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.Layout
Methods in org.web3d.x3d.jsail.Layout with parameters of type MFFloatObject Modifier and Type Method Description LayoutObject
LayoutObject. setOffset(MFFloatObject newValue)
Assign typed object value to MFFloat offset field, similar toLayoutObject.setOffset(float[])
.LayoutObject
LayoutObject. setSize(MFFloatObject newValue)
Assign typed object value to MFFloat size field, similar toLayoutObject.setSize(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.Navigation
Methods in org.web3d.x3d.jsail.Navigation with parameters of type MFFloatObject Modifier and Type Method Description NavigationInfoObject
NavigationInfoObject. setAvatarSize(MFFloatObject newValue)
Assign typed object value to MFFloat avatarSize field, similar toNavigationInfoObject.setAvatarSize(float[])
.OrthoViewpointObject
OrthoViewpointObject. setFieldOfView(MFFloatObject newValue)
Assign typed object value to MFFloat fieldOfView field, similar toOrthoViewpointObject.setFieldOfView(float[])
.LODObject
LODObject. setRange(MFFloatObject newValue)
Assign typed object value to MFFloat range field, similar toLODObject.setRange(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type MFFloatObject Modifier and Type Method Description NurbsTextureCoordinateObject
NurbsTextureCoordinateObject. setWeight(MFFloatObject newValue)
Assign typed object value to MFFloat weight field, similar toNurbsTextureCoordinateObject.setWeight(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.ParticleSystems
Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type MFFloatObject Modifier and Type Method Description ParticleSystemObject
ParticleSystemObject. setColorKey(MFFloatObject newValue)
Assign typed object value to MFFloat colorKey field, similar toParticleSystemObject.setColorKey(float[])
.ParticleSystemObject
ParticleSystemObject. setTexCoordKey(MFFloatObject newValue)
Assign typed object value to MFFloat texCoordKey field, similar toParticleSystemObject.setTexCoordKey(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.Shaders
Methods in org.web3d.x3d.jsail.Shaders with parameters of type MFFloatObject Modifier and Type Method Description FloatVertexAttributeObject
FloatVertexAttributeObject. setValue(MFFloatObject newValue)
Assign typed object MFFloat value field, similar toFloatVertexAttributeObject.setValue(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.Shape
Methods in org.web3d.x3d.jsail.Shape with parameters of type MFFloatObject Modifier and Type Method Description PointPropertiesObject
PointPropertiesObject. setPointSizeAttenuation(MFFloatObject newValue)
Assign typed object value to MFFloat pointSizeAttenuation field, similar toPointPropertiesObject.setPointSizeAttenuation(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.Text
Methods in org.web3d.x3d.jsail.Text with parameters of type MFFloatObject Modifier and Type Method Description TextObject
TextObject. setLength(MFFloatObject newValue)
Assign typed object value to MFFloat length field, similar toTextObject.setLength(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type MFFloatObject Modifier and Type Method Description TextureCoordinateGeneratorObject
TextureCoordinateGeneratorObject. setParameter(MFFloatObject newValue)
Assign typed object value to MFFloat parameter field, similar toTextureCoordinateGeneratorObject.setParameter(float[])
. -
Uses of MFFloatObject in org.web3d.x3d.jsail.VolumeRendering
Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type MFFloatObject Modifier and Type Method Description IsoSurfaceVolumeDataObject
IsoSurfaceVolumeDataObject. setSurfaceValues(MFFloatObject newValue)
Assign typed object value to MFFloat surfaceValues field, similar toIsoSurfaceVolumeDataObject.setSurfaceValues(float[])
.