| Package | Description |
|---|---|
| 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.Networking |
The Networking component defines node types and other features used to access file-based
and streaming resources on the World Wide Web.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommentsBlock
Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
|
class |
componentObject
Functional summary: each added component statement indicates needed scene functionality support above the given X3D profile.
|
class |
connectObject
Functional summary: connect statements define event-routing connections between node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
class |
ExternProtoDeclareObject
ExternProtoDeclare refers to a ProtoDeclare node declaration provided in another file.
|
class |
fieldObject
Functional summary: a field statement defines an interface attribute or node.
|
class |
fieldValueObject
Functional summary: a fieldValue statement re-initializes the default value of a field in a ProtoInstance.
|
class |
headObject
Functional summary: each X3D scene includes a head statement that can contain component, unit and meta statements.
|
class |
ISObject
Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
|
class |
metaObject
Functional summary: the meta statement provides metadata information about a scene, where name and content attributes provide attribute=value metadata pairs.
|
class |
ProtoBodyObject
ProtoBody contains the definition nodes for new Prototype nodes.
|
class |
ProtoDeclareObject
ProtoDeclare defines new Prototype nodes.
|
class |
ProtoInterfaceObject
ProtoInterface defines fields for new Prototype nodes.
|
class |
ROUTEObject
ROUTE connects output fields of event-producing nodes to input fields of event-consuming nodes.
|
class |
SceneObject
Scene is the implicit root node of the X3D scene graph.
|
class |
unitObject
Functional summary: unit statement defines data-conversion factors for typed values defined in a scene.
|
class |
X3DObject
X3D is the root node for an Extensible 3D (X3D) Graphics model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EXPORTObject
Functional summary: EXPORT exposes a local node for ROUTE passing of event values when the current Scene is included via Inline by a parent external world.
|
class |
IMPORTObject
Functional summary: IMPORT provides ROUTE access to a node that has a corresponding EXPORT statement within an Inline scene.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.