| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| org.web3d.x3d.jsail.Core |
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.
|
| org.web3d.x3d.jsail.DIS |
The Distributed Interactive Simulation (DIS) component provides networked interoperability
with the IEEE DIS protocol for sharing state and conducting real-time platform-level
simulations across multiple host computers.
|
| org.web3d.x3d.jsail.EventUtilities |
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence
numerous event-types for common interactive applications without the use of a Script
node.
|
| org.web3d.x3d.jsail.fields |
The fields subpackage is provided for creating
typed X3D field values
and also includes various utility capabilities.
|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| org.web3d.x3d.jsail.HAnim |
The Humanoid Animation (H-Anim) component for X3D defines node bindings and other
details for implementing ISO/IEC 19774, the H-Anim International Specificaiton.
|
| org.web3d.x3d.jsail.Layering |
The Layering component describes how to layer a set of subscene layers into a composite
scene.
|
| org.web3d.x3d.jsail.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| org.web3d.x3d.jsail.Rendering |
The Rendering component includes fundamental rendering primitives such as TriangleSet
and PointSet nodes, as well as geometric properties nodes that define how coordinate
indices, colors, normals and texture coordinates are specified.
|
| org.web3d.x3d.jsail.Texturing3D |
The Texturing3D component specifies how 3D volumetric textures describe surface properties
as data points in a volume of space, rather than a flat surface.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedQuadSetObject |
IndexedQuadSetObject.setIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 index field, similar to
IndexedQuadSetObject.setIndex(int[]). |
| Modifier and Type | Method and Description |
|---|---|
MFInt32Object |
fieldObject.getValueMFInt32()
Get typed value of this field declaration.
|
MFInt32Object |
fieldValueObject.getValueMFInt32()
Get typed value of this fieldValue declaration.
|
| Modifier and Type | Method and 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.
|
MetadataIntegerObject |
MetadataIntegerObject.setValue(MFInt32Object newValue)
Assign typed object MFInt32 value field, similar to
MetadataIntegerObject.setValue(int[]). |
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.
|
| Modifier and Type | Method and Description |
|---|---|
EspduTransformObject |
EspduTransformObject.setArticulationParameterChangeIndicatorArray(MFInt32Object newValue)
Assign typed object value to MFInt32 articulationParameterChangeIndicatorArray field, similar to
EspduTransformObject.setArticulationParameterChangeIndicatorArray(int[]). |
EspduTransformObject |
EspduTransformObject.setArticulationParameterDesignatorArray(MFInt32Object newValue)
Assign typed object value to MFInt32 articulationParameterDesignatorArray field, similar to
EspduTransformObject.setArticulationParameterDesignatorArray(int[]). |
EspduTransformObject |
EspduTransformObject.setArticulationParameterIdPartAttachedToArray(MFInt32Object newValue)
Assign typed object value to MFInt32 articulationParameterIdPartAttachedToArray field, similar to
EspduTransformObject.setArticulationParameterIdPartAttachedToArray(int[]). |
EspduTransformObject |
EspduTransformObject.setArticulationParameterTypeArray(MFInt32Object newValue)
Assign typed object value to MFInt32 articulationParameterTypeArray field, similar to
EspduTransformObject.setArticulationParameterTypeArray(int[]). |
SignalPduObject |
SignalPduObject.setData(MFInt32Object newValue)
Assign typed object value to MFInt32 data field, similar to
SignalPduObject.setData(int[]). |
| Modifier and Type | Method and Description |
|---|---|
IntegerSequencerObject |
IntegerSequencerObject.setKeyValue(MFInt32Object newValue)
Assign typed object value to MFInt32 keyValue field, similar to
IntegerSequencerObject.setKeyValue(int[]). |
| Modifier and Type | Method and 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).
|
| Modifier and Type | Method and 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.setValue(MFInt32Object newValue)
Apply an MFInt32Object value to this field.
|
| Constructor and Description |
|---|
MFInt32Object(MFInt32Object newValue)
Constructor to copy an MFInt32Object value as initial value for this new field object.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedFaceSetObject |
IndexedFaceSetObject.setColorIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 colorIndex field, similar to
IndexedFaceSetObject.setColorIndex(int[]). |
IndexedFaceSetObject |
IndexedFaceSetObject.setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar to
IndexedFaceSetObject.setCoordIndex(int[]). |
IndexedFaceSetObject |
IndexedFaceSetObject.setNormalIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 normalIndex field, similar to
IndexedFaceSetObject.setNormalIndex(int[]). |
IndexedFaceSetObject |
IndexedFaceSetObject.setTexCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 texCoordIndex field, similar to
IndexedFaceSetObject.setTexCoordIndex(int[]). |
| Modifier and Type | Method and Description |
|---|---|
HAnimDisplacerObject |
HAnimDisplacerObject.setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar to
HAnimDisplacerObject.setCoordIndex(int[]). |
HAnimJointObject |
HAnimJointObject.setSkinCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 skinCoordIndex field, similar to
HAnimJointObject.setSkinCoordIndex(int[]). |
| Modifier and Type | Method and Description |
|---|---|
LayerSetObject |
LayerSetObject.setOrder(MFInt32Object newValue)
Assign typed object value to MFInt32 order field, similar to
LayerSetObject.setOrder(int[]). |
| Modifier and Type | Method and Description |
|---|---|
PolylineEmitterObject |
PolylineEmitterObject.setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar to
PolylineEmitterObject.setCoordIndex(int[]). |
SurfaceEmitterObject |
SurfaceEmitterObject.setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar to
SurfaceEmitterObject.setCoordIndex(int[]). |
VolumeEmitterObject |
VolumeEmitterObject.setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar to
VolumeEmitterObject.setCoordIndex(int[]). |
| Modifier and Type | Method and Description |
|---|---|
IndexedLineSetObject |
IndexedLineSetObject.setColorIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 colorIndex field, similar to
IndexedLineSetObject.setColorIndex(int[]). |
IndexedLineSetObject |
IndexedLineSetObject.setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar to
IndexedLineSetObject.setCoordIndex(int[]). |
TriangleFanSetObject |
TriangleFanSetObject.setFanCount(MFInt32Object newValue)
Assign typed object value to MFInt32 fanCount field, similar to
TriangleFanSetObject.setFanCount(int[]). |
IndexedTriangleFanSetObject |
IndexedTriangleFanSetObject.setIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 index field, similar to
IndexedTriangleFanSetObject.setIndex(int[]). |
IndexedTriangleSetObject |
IndexedTriangleSetObject.setIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 index field, similar to
IndexedTriangleSetObject.setIndex(int[]). |
IndexedTriangleStripSetObject |
IndexedTriangleStripSetObject.setIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 index field, similar to
IndexedTriangleStripSetObject.setIndex(int[]). |
TriangleStripSetObject |
TriangleStripSetObject.setStripCount(MFInt32Object newValue)
Assign typed object value to MFInt32 stripCount field, similar to
TriangleStripSetObject.setStripCount(int[]). |
LineSetObject |
LineSetObject.setVertexCount(MFInt32Object newValue)
Assign typed object value to MFInt32 vertexCount field, similar to
LineSetObject.setVertexCount(int[]). |
| Modifier and Type | Method and Description |
|---|---|
PixelTexture3DObject |
PixelTexture3DObject.setImage(MFInt32Object newValue)
Assign typed object value to MFInt32 image field, similar to
PixelTexture3DObject.setImage(int[]). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.