| Package | Description |
|---|---|
| org.web3d.x3d.jsail |
The X3D Java Scene Access Interface Library (X3DJSAIL) provides a comprehensive
set of
strongly typed X3D Java interfaces for concrete implementation classes.
|
| 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.CubeMapTexturing |
The Cube Map Environmental Texturing component describes how additional texturing
effects are defined to produce environmental effects such as reflections from objects.
|
| 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.EnvironmentalEffects |
Nodes in the Environmental effects component support the creation of realistic environmental
effects such as panoramic backgrounds and fog.
|
| org.web3d.x3d.jsail.EnvironmentalSensor |
The Environment Sensor nodes emit events indicating activity in the scene environment,
usually based on interactions between the viewer and the world.
|
| 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.Followers |
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter
transitions at run time.
|
| org.web3d.x3d.jsail.Geometry2D |
The Geometry2D component defines how two-dimensional geometry is specified and what
shapes are available.
|
| 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.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.jsail.Grouping |
The Grouping component describes how nodes are organized into groups to establish
a transformation hierarchy for the X3D scene graph.
|
| 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.Interpolation |
Interpolator nodes provide keyframe-based animation capability.
|
| org.web3d.x3d.jsail.KeyDeviceSensor |
The Key Device Sensor defines how keyboard keystrokes are inserted into an X3D world.
|
| 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.Layout |
The Layout component defines how to precisely position content in a scene in relation
to the rendered results, especially for integrating 2D content with 3D content.
|
| org.web3d.x3d.jsail.Lighting |
The Lighting component specifies how light sources are defined and positioned, as
well as how lights effect the rendered image.
|
| org.web3d.x3d.jsail.NURBS |
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation
nodes.
|
| org.web3d.x3d.jsail.Navigation |
The Navigation component specifies how a user can effectively and intuitively move
through and around a 3D scene.
|
| org.web3d.x3d.jsail.Networking |
The Networking component defines node types and other features used to access file-based
and streaming resources on the World Wide Web.
|
| 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.Picking |
The Picking component provides the ability to test for arbitrary object collision
and provide basic capabilities to detecting object intersections and interactions.
|
| org.web3d.x3d.jsail.PointingDeviceSensor |
Pointing device sensor nodes detect pointing events from user-interface devices, defining
activities such as a user selecting a piece of geometry.
|
| 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.RigidBodyPhysics |
The Rigid Body Physics component describes how to model rigid bodies and their interactions
through the application of basic physics principles to effect motion.
|
| org.web3d.x3d.jsail.Scripting |
The Script component describes how Script nodes are used to effect changes in X3D
worlds.
|
| org.web3d.x3d.jsail.Shaders |
The programmable shaders component describes how programmable shaders are specified
and how they affect the visual appearance of geometry.
|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| org.web3d.x3d.jsail.Sound |
The Sound component defines how sound is delivered to an X3D world as well as how
sounds are accessed.
|
| org.web3d.x3d.jsail.Text |
The Text component defines how text strings are rendered in an X3D scene.
|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| 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.
|
| org.web3d.x3d.jsail.Time |
The Time component defines how time is sensed, computed and associated with events
in an X3D scene.
|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| MetadataSetObject
The metadata provided by this node is contained in the metadata nodes of the value field.
|
| ProtoBodyObject
ProtoBody contains the definition nodes for new Prototype nodes.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| SceneObject
Scene is the implicit root node of the X3D scene graph.
|
| X3DObject
X3D is the root node for an Extensible 3D (X3D) Graphics model.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| componentObject
Functional summary: each added component statement indicates needed scene functionality support above the given X3D profile.
|
| connectObject
Functional summary: connect statements define event-routing connections between node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ExternProtoDeclareObject
ExternProtoDeclare refers to a ProtoDeclare node declaration provided in another file.
|
| fieldObject
Functional summary: a field statement defines an interface attribute or node.
|
| fieldValueObject
Functional summary: a fieldValue statement re-initializes the default value of a field in a ProtoInstance.
|
| headObject
Functional summary: each X3D scene includes a head statement that can contain component, unit and meta statements.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| MetadataBooleanObject
The metadata provided by this node is contained in the Boolean values of the value field.
|
| MetadataDoubleObject
The metadata provided by this node is contained in the double-precision floating point numbers of the value field.
|
| MetadataFloatObject
The metadata provided by this node is contained in the single-precision floating point numbers of the value field.
|
| MetadataIntegerObject
The metadata provided by this node is contained in the integer numbers of the value field.
|
| MetadataSetObject
The metadata provided by this node is contained in the metadata nodes of the value field.
|
| MetadataStringObject
The metadata provided by this node is contained in the strings of the value field.
|
| metaObject
Functional summary: the meta statement provides metadata information about a scene, where name and content attributes provide attribute=value metadata pairs.
|
| ProtoBodyObject
ProtoBody contains the definition nodes for new Prototype nodes.
|
| ProtoDeclareObject
ProtoDeclare defines new Prototype nodes.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| ProtoInterfaceObject
ProtoInterface defines fields for new Prototype nodes.
|
| ROUTEObject
ROUTE connects output fields of event-producing nodes to input fields of event-consuming nodes.
|
| SceneObject
Scene is the implicit root node of the X3D scene graph.
|
| unitObject
Functional summary: unit statement defines data-conversion factors for typed values defined in a scene.
|
| WorldInfoObject
WorldInfo contains a title and simple persistent metadata information about an X3D scene.
|
| X3DObject
X3D is the root node for an Extensible 3D (X3D) Graphics model.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| fieldObject
Functional summary: a field statement defines an interface attribute or node.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| fieldObject
Functional summary: a field statement defines an interface attribute or node.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
| Class and Description |
|---|
| CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
| ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
| ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.