Uses of Class
org.web3d.x3d.jsail.X3DConcreteStatement

Packages that use X3DConcreteStatement
Package
Description
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 Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web.
  • Uses of X3DConcreteStatement in org.web3d.x3d.jsail.Core

    Modifier and Type
    Class
    Description
    class 
    Utility class to enable adding one or more comment strings as a child node, treated as an X3D statement.
    class 
    Functional summary: each added component statement indicates needed scene functionality support above the given X3D profile.
    class 
    Functional summary: connect statements define event-routing connections between node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
    class 
    ExternProtoDeclare refers to a ProtoDeclare node declaration provided in another file.
    class 
    Functional summary: a field statement defines an interface attribute or node.
    class 
    Functional summary: a fieldValue statement re-initializes the default value of a field in a ProtoInstance.
    class 
    Functional summary: each X3D scene includes a head statement that can contain component, unit and meta statements.
    class 
    Functional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.
    class 
    Functional summary: the meta statement provides metadata information about a scene, where name and content attributes provide attribute=value metadata pairs.
    class 
    ProtoBody contains the definition nodes for new Prototype nodes.
    class 
    ProtoDeclare defines new Prototype nodes.
    class 
    ProtoInterface defines fields for new Prototype nodes.
    class 
    ROUTE connects output fields of event-producing nodes to input fields of event-consuming nodes.
    class 
    Scene is the implicit root node of the X3D scene graph.
    class 
    Functional summary: unit statement defines data-conversion factors for typed values defined in a scene.
    class 
    X3D is the root node for an Extensible 3D (X3D) Graphics model.
  • Uses of X3DConcreteStatement in org.web3d.x3d.jsail.Networking

    Modifier and Type
    Class
    Description
    class 
    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 
    Functional summary: IMPORT provides ROUTE access to a node that has a corresponding EXPORT statement within an Inline scene.