Uses of Class
org.web3d.x3d.jsail.fields.MFInt32Object
-
Uses of MFInt32Object in org.web3d.x3d.jsail.CADGeometry
Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type MFInt32Object Modifier and Type Method Description IndexedQuadSetObject
IndexedQuadSetObject. setIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 index field, similar toIndexedQuadSetObject.setIndex(int[])
. -
Uses of MFInt32Object in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFInt32Object Modifier and Type Method Description MFInt32Object
fieldObject. getValueMFInt32()
Get typed value of this field declaration.MFInt32Object
fieldValueObject. getValueMFInt32()
Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFInt32Object Modifier and Type Method Description fieldObject
fieldObject. appendValue(MFInt32Object newValue)
Append MFInt32Object to field for value attribute.fieldValueObject
fieldValueObject. appendValue(MFInt32Object newValue)
Append MFInt32Object to fieldValue for value attribute.fieldObject
fieldObject. setValue(MFInt32Object newValue)
Set typed value of a MFInt32 field declaration.fieldValueObject
fieldValueObject. setValue(MFInt32Object newValue)
Set typed value of a MFInt32 fieldValue declaration.MetadataIntegerObject
MetadataIntegerObject. setValue(MFInt32Object newValue)
Assign typed object MFInt32 value field, similar toMetadataIntegerObject.setValue(int[])
. -
Uses of MFInt32Object in org.web3d.x3d.jsail.DIS
Methods in org.web3d.x3d.jsail.DIS with parameters of type MFInt32Object Modifier and Type Method Description EspduTransformObject
EspduTransformObject. setArticulationParameterChangeIndicatorArray(MFInt32Object newValue)
Assign typed object value to MFInt32 articulationParameterChangeIndicatorArray field, similar toEspduTransformObject.setArticulationParameterChangeIndicatorArray(int[])
.EspduTransformObject
EspduTransformObject. setArticulationParameterDesignatorArray(MFInt32Object newValue)
Assign typed object value to MFInt32 articulationParameterDesignatorArray field, similar toEspduTransformObject.setArticulationParameterDesignatorArray(int[])
.EspduTransformObject
EspduTransformObject. setArticulationParameterIdPartAttachedToArray(MFInt32Object newValue)
Assign typed object value to MFInt32 articulationParameterIdPartAttachedToArray field, similar toEspduTransformObject.setArticulationParameterIdPartAttachedToArray(int[])
.EspduTransformObject
EspduTransformObject. setArticulationParameterTypeArray(MFInt32Object newValue)
Assign typed object value to MFInt32 articulationParameterTypeArray field, similar toEspduTransformObject.setArticulationParameterTypeArray(int[])
.SignalPduObject
SignalPduObject. setData(MFInt32Object newValue)
Assign typed object value to MFInt32 data field, similar toSignalPduObject.setData(int[])
. -
Uses of MFInt32Object in org.web3d.x3d.jsail.EventUtilities
Methods in org.web3d.x3d.jsail.EventUtilities with parameters of type MFInt32Object Modifier and Type Method Description IntegerSequencerObject
IntegerSequencerObject. setKeyValue(MFInt32Object newValue)
Assign typed object value to MFInt32 keyValue field, similar toIntegerSequencerObject.setKeyValue(int[])
. -
Uses of MFInt32Object in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFInt32Object Modifier and Type Method Description MFInt32Object
MFInt32Object. append(MFInt32Object newValue)
Appends a new MFInt32Object to the end of the existing value array, increasing the field length accordingly.MFInt32Object
MFInt32Object. append(SFInt32Object newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFInt32Object
MFInt32Object. multiply(int scaleFactor)
Multiply scaleFactor times all values in this field type.MFInt32Object
MFInt32Object. setValue(MFInt32Object newValue)
Apply an MFInt32Object value to this field.MFInt32Object
MFInt32Object. setValue(SFInt32Object newValue)
Assign a single-field SFInt32Object as new array value.MFInt32Object
MFInt32Object. setValueByString(java.lang.String newValue)
Utility accessor for MFInt32Object using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFInt32Object Modifier and Type Method Description MFInt32Object
MFInt32Object. append(MFInt32Object newValue)
Appends a new MFInt32Object to the end of the existing value array, increasing the field length accordingly.boolean
MFInt32Object. equals(MFInt32Object comparisonMFInt32Object)
Determine whether two objects contain equal values.MFInt32Object
MFInt32Object. setValue(MFInt32Object newValue)
Apply an MFInt32Object value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFInt32Object Constructor Description MFInt32Object(MFInt32Object newValue)
Constructor to copy an MFInt32Object value as initial value for this new field object. -
Uses of MFInt32Object in org.web3d.x3d.jsail.Geometry3D
Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type MFInt32Object Modifier and Type Method Description IndexedFaceSetObject
IndexedFaceSetObject. setColorIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 colorIndex field, similar toIndexedFaceSetObject.setColorIndex(int[])
.IndexedFaceSetObject
IndexedFaceSetObject. setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar toIndexedFaceSetObject.setCoordIndex(int[])
.IndexedFaceSetObject
IndexedFaceSetObject. setNormalIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 normalIndex field, similar toIndexedFaceSetObject.setNormalIndex(int[])
.IndexedFaceSetObject
IndexedFaceSetObject. setTexCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 texCoordIndex field, similar toIndexedFaceSetObject.setTexCoordIndex(int[])
. -
Uses of MFInt32Object in org.web3d.x3d.jsail.HAnim
Methods in org.web3d.x3d.jsail.HAnim with parameters of type MFInt32Object Modifier and Type Method Description HAnimDisplacerObject
HAnimDisplacerObject. setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar toHAnimDisplacerObject.setCoordIndex(int[])
.HAnimJointObject
HAnimJointObject. setSkinCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 skinCoordIndex field, similar toHAnimJointObject.setSkinCoordIndex(int[])
. -
Uses of MFInt32Object in org.web3d.x3d.jsail.Layering
Methods in org.web3d.x3d.jsail.Layering with parameters of type MFInt32Object Modifier and Type Method Description LayerSetObject
LayerSetObject. setOrder(MFInt32Object newValue)
Assign typed object value to MFInt32 order field, similar toLayerSetObject.setOrder(int[])
. -
Uses of MFInt32Object in org.web3d.x3d.jsail.ParticleSystems
Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type MFInt32Object Modifier and Type Method Description PolylineEmitterObject
PolylineEmitterObject. setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar toPolylineEmitterObject.setCoordIndex(int[])
.SurfaceEmitterObject
SurfaceEmitterObject. setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar toSurfaceEmitterObject.setCoordIndex(int[])
.VolumeEmitterObject
VolumeEmitterObject. setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar toVolumeEmitterObject.setCoordIndex(int[])
. -
Uses of MFInt32Object in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering with parameters of type MFInt32Object Modifier and Type Method Description IndexedLineSetObject
IndexedLineSetObject. setColorIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 colorIndex field, similar toIndexedLineSetObject.setColorIndex(int[])
.IndexedLineSetObject
IndexedLineSetObject. setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar toIndexedLineSetObject.setCoordIndex(int[])
.TriangleFanSetObject
TriangleFanSetObject. setFanCount(MFInt32Object newValue)
Assign typed object value to MFInt32 fanCount field, similar toTriangleFanSetObject.setFanCount(int[])
.IndexedTriangleFanSetObject
IndexedTriangleFanSetObject. setIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 index field, similar toIndexedTriangleFanSetObject.setIndex(int[])
.IndexedTriangleSetObject
IndexedTriangleSetObject. setIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 index field, similar toIndexedTriangleSetObject.setIndex(int[])
.IndexedTriangleStripSetObject
IndexedTriangleStripSetObject. setIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 index field, similar toIndexedTriangleStripSetObject.setIndex(int[])
.TriangleStripSetObject
TriangleStripSetObject. setStripCount(MFInt32Object newValue)
Assign typed object value to MFInt32 stripCount field, similar toTriangleStripSetObject.setStripCount(int[])
.LineSetObject
LineSetObject. setVertexCount(MFInt32Object newValue)
Assign typed object value to MFInt32 vertexCount field, similar toLineSetObject.setVertexCount(int[])
. -
Uses of MFInt32Object in org.web3d.x3d.jsail.Texturing3D
Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type MFInt32Object Modifier and Type Method Description PixelTexture3DObject
PixelTexture3DObject. setImage(MFInt32Object newValue)
Assign typed object value to MFInt32 image field, similar toPixelTexture3DObject.setImage(int[])
.