Package org.web3d.x3d.jsail.Core


package 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.

The X3D Java Scene Access Interface (x3djsail) package provides concrete classes for each X3D node and statement.

Online: X3D Java Scene Access Interface Library (X3DJSAIL) and X3DJSAIL Javadoc

See Also:
  • Classes
    Class
    Description
    Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
    Functional summary: each added component statement indicates needed scene functionality support above the given X3D profile.
    Functional summary: connect statements define event-routing connections between node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
    ExternProtoDeclare refers to a ProtoDeclare node declaration provided in another file.
    Functional summary: a field statement defines an interface attribute or node.
    Functional summary: a fieldValue statement re-initializes the default value of a field in a ProtoInstance.
    Functional summary: each X3D scene includes a head statement that can contain component, unit and meta statements.
    Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
    Functional summary: the meta statement provides metadata information about a scene, where name and content attributes provide attribute=value metadata pairs.
    The metadata provided by this node is contained in the Boolean values of the value field.
    The metadata provided by this node is contained in the double-precision floating point numbers of the value field.
    The metadata provided by this node is contained in the single-precision floating point numbers of the value field.
    The metadata provided by this node is contained in the integer numbers of the value field.
    The metadata provided by this node is contained in the metadata nodes of the value field.
    The metadata provided by this node is contained in the strings of the value field.
    ProtoBody contains the definition nodes for new Prototype nodes.
    ProtoDeclare defines new Prototype nodes.
    ProtoInstance can override field default values via fieldValue initializations.
    ProtoInterface defines fields for new Prototype nodes.
    ROUTE connects output fields of event-producing nodes to input fields of event-consuming nodes.
    Scene is the implicit root node of the X3D scene graph.
    Functional summary: unit statement defines data-conversion factors for typed values defined in a scene.
    WorldInfo contains a title and simple persistent metadata information about an X3D scene.
    X3D is the root node for an Extensible 3D (X3D) Graphics model.