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

  • Uses of X3DConcreteElement in org.web3d.x3d.jsail

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail 
    Modifier and Type Class Description
    class  X3DConcreteNode
    Abstract parent class for concrete X3D nodes, containing common methods and member variables.
    class  X3DConcreteStatement
    Abstract parent class for concrete X3D statements, containing common methods and member variables.
    Methods in org.web3d.x3d.jsail that return X3DConcreteElement 
    Modifier and Type Method Description
    abstract X3DConcreteElement X3DConcreteElement.addComments​(java.lang.String newComment)
    Add comment as String to contained commentsList.
    abstract X3DConcreteElement X3DConcreteElement.addComments​(java.lang.String[] newComments)
    Add comments as String[] array to contained commentsList.
    abstract X3DConcreteElement X3DConcreteElement.addComments​(CommentsBlock newCommentsBlock)
    Add CommentsBlock to element
    X3DConcreteElement X3DConcreteElement.findAncestorElementByName​(java.lang.String ancestorElementName)
    Find object reference to ancestor element (i.e. node or statement), if this object is an attached child.
    abstract X3DConcreteElement X3DConcreteElement.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    abstract X3DConcreteElement X3DConcreteElement.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement X3DConcreteElement.getParentObject()
    Provide object reference to parent X3D node or statement, if any.
    X3DConcreteElement X3DLoaderDOM.getX3dObjectTree()
    Provide X3DJSAIL object tree if loading succeeds
    X3DConcreteElement X3DLoaderDOM.toX3dObjectTree​(org.w3c.dom.Node node)
    Recursive method that uses DOM to create X3DJSAIL objects from a previously loaded document, taking advantage of Java Reflection and String-based field accessors with protected access that are not otherwise usable.
    X3DConcreteElement X3DLoaderDOM.toX3dObjectTree​(org.w3c.dom.Node node, X3DConcreteElement parentElement)
    Recursive method that uses DOM to create X3DJSAIL objects from a previously loaded document, taking advantage of Java Reflection and String-based field accessors with protected access that are not otherwise usable.
    Methods in org.web3d.x3d.jsail with parameters of type X3DConcreteElement 
    Modifier and Type Method Description
    void X3DConcreteElement.setParentObject​(X3DConcreteElement newParentObject)
    Package-internal method to set parent object reference.
    X3DConcreteElement X3DLoaderDOM.toX3dObjectTree​(org.w3c.dom.Node node, X3DConcreteElement parentElement)
    Recursive method that uses DOM to create X3DJSAIL objects from a previously loaded document, taking advantage of Java Reflection and String-based field accessors with protected access that are not otherwise usable.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.CADGeometry

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.CADGeometry 
    Modifier and Type Class Description
    class  CADAssemblyObject
    CADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together.
    class  CADFaceObject
    CADFace holds geometry representing one face in a Computer-Aided Design (CAD) CADPart.
    class  CADLayerObject
    CADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model.
    class  CADPartObject
    CADPart is an atomic part that defines both coordinate-system location and the faces that constitute a part in a Computer-Aided Design (CAD) model.
    class  IndexedQuadSetObject
    IndexedQuadSet is a geometry node that defines quadrilaterals.
    class  QuadSetObject
    QuadSet is a geometry node that defines quadrilaterals.
    Methods in org.web3d.x3d.jsail.CADGeometry that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement CADAssemblyObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CADAssemblyObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CADFaceObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CADFaceObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CADLayerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CADLayerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CADPartObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CADPartObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedQuadSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedQuadSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement QuadSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement QuadSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Core

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Core 
    Modifier and Type Class 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  MetadataBooleanObject
    The metadata provided by this node is contained in the Boolean values of the value field.
    class  MetadataDoubleObject
    The metadata provided by this node is contained in the double-precision floating point numbers of the value field.
    class  MetadataFloatObject
    The metadata provided by this node is contained in the single-precision floating point numbers of the value field.
    class  MetadataIntegerObject
    The metadata provided by this node is contained in the integer numbers of the value field.
    class  MetadataSetObject
    The metadata provided by this node is contained in the metadata nodes of the value field.
    class  MetadataStringObject
    The metadata provided by this node is contained in the strings of the value field.
    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  ProtoInstanceObject
    ProtoInstance can override field default values via fieldValue initializations.
    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  WorldInfoObject
    WorldInfo contains a title and simple persistent metadata information about an X3D scene.
    class  X3DObject
    X3D is the root node for an Extensible 3D (X3D) Graphics model.
    Methods in org.web3d.x3d.jsail.Core that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement CommentsBlock.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CommentsBlock.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement componentObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement componentObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement connectObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement connectObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ExternProtoDeclareObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ExternProtoDeclareObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement fieldObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement fieldObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement fieldValueObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement fieldValueObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement headObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement headObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ISObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ISObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataBooleanObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataBooleanObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataDoubleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataDoubleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataFloatObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataFloatObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataIntegerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataIntegerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataStringObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MetadataStringObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement metaObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement metaObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProtoBodyObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProtoBodyObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProtoDeclareObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProtoDeclareObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProtoInstanceObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProtoInstanceObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProtoInterfaceObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProtoInterfaceObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ROUTEObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ROUTEObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SceneObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SceneObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement unitObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement unitObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement WorldInfoObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement WorldInfoObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement X3DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement X3DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.CubeMapTexturing

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.CubeMapTexturing 
    Modifier and Type Class Description
    class  ComposedCubeMapTextureObject
    ComposedCubeMapTexture is a texture node that defines a cubic environment map source as an explicit set of images drawn from individual 2D texture nodes.
    class  GeneratedCubeMapTextureObject
    GeneratedCubeMapTexture is a texture node that defines a cubic environment map that sources its data from internally generated images.
    class  ImageCubeMapTextureObject
    ImageCubeMapTexture is a texture node that defines a cubic environment map source as a single file format that contains multiple images, one for each side.
    Methods in org.web3d.x3d.jsail.CubeMapTexturing that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement ComposedCubeMapTextureObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ComposedCubeMapTextureObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeneratedCubeMapTextureObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeneratedCubeMapTextureObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ImageCubeMapTextureObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ImageCubeMapTextureObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.DIS

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.DIS 
    Modifier and Type Class Description
    class  DISEntityManagerObject
    DISEntityManager notifies a scene when new DIS ESPDU entities arrive or current entities leave.
    class  DISEntityTypeMappingObject
    DISEntityTypeMapping provides a best-match mapping from DIS ESPDU entity type information to a specific X3D model, thus providing a visual and behavioral representation that best matches the entity type.
    class  EspduTransformObject
    EspduTransform is a networked Transform node that can contain most nodes.
    class  ReceiverPduObject
    ReceiverPdu is a networked Protocol Data Unit (PDU) information node that transmits the state of radio frequency (RF) receivers modeled in a simulation.
    class  SignalPduObject
    SignalPdu is a networked Protocol Data Unit (PDU) information node that communicates the transmission of voice, audio or other data modeled in a simulation.
    class  TransmitterPduObject
    TransmitterPdu is a networked Protocol Data Unit (PDU) information node that provides detailed information about a radio transmitter modeled in a simulation.
    Methods in org.web3d.x3d.jsail.DIS that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement DISEntityManagerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement DISEntityManagerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement DISEntityTypeMappingObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement DISEntityTypeMappingObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement EspduTransformObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement EspduTransformObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ReceiverPduObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ReceiverPduObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SignalPduObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SignalPduObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TransmitterPduObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TransmitterPduObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.EnvironmentalEffects

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.EnvironmentalEffects 
    Modifier and Type Class Description
    class  BackgroundObject
    Background simulates ground and sky, using vertical arrays of wraparound color values.
    class  FogCoordinateObject
    FogCoordinate defines a set of explicit fog depths on a per-vertex basis, overriding Fog visibilityRange.
    class  FogObject
    Fog simulates atmospheric effects by blending distant objects with fog color.
    class  LocalFogObject
    LocalFog simulates atmospheric effects by blending distant objects with fog color.
    class  TextureBackgroundObject
    TextureBackground simulates ground and sky, using vertical arrays of wraparound color values, TextureBackground can also provide backdrop texture images on all six sides.
    Methods in org.web3d.x3d.jsail.EnvironmentalEffects that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement BackgroundObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BackgroundObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement FogCoordinateObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement FogCoordinateObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement FogObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement FogObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LocalFogObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LocalFogObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureBackgroundObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureBackgroundObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.EnvironmentalSensor

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.EnvironmentalSensor 
    Modifier and Type Class Description
    class  ProximitySensorObject
    ProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).
    class  TransformSensorObject
    TransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).
    class  VisibilitySensorObject
    VisibilitySensor detects when user can see a specific object or region as they navigate the world.
    Methods in org.web3d.x3d.jsail.EnvironmentalSensor that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement ProximitySensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProximitySensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TransformSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TransformSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement VisibilitySensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement VisibilitySensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.EventUtilities

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.EventUtilities 
    Modifier and Type Class Description
    class  BooleanFilterObject
    BooleanFilter selectively passes true, false or negated events.
    class  BooleanSequencerObject
    BooleanSequencer generates periodic discrete Boolean values.
    class  BooleanToggleObject
    BooleanToggle maintains state and negates output when a true input is provided.
    class  BooleanTriggerObject
    BooleanTrigger converts time events to boolean true events.
    class  IntegerSequencerObject
    IntegerSequencer generates periodic discrete integer values.
    class  IntegerTriggerObject
    IntegerTrigger converts set_boolean true input events to an integer value (for example, useful when animating whichChoice in a Switch node).
    class  TimeTriggerObject
    TimeTrigger converts boolean true events to time events.
    Methods in org.web3d.x3d.jsail.EventUtilities that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement BooleanFilterObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BooleanFilterObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BooleanSequencerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BooleanSequencerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BooleanToggleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BooleanToggleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BooleanTriggerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BooleanTriggerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IntegerSequencerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IntegerSequencerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IntegerTriggerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IntegerTriggerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TimeTriggerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TimeTriggerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Followers

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Followers 
    Modifier and Type Class Description
    class  ColorChaserObject
    ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.
    class  ColorDamperObject
    ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
    class  CoordinateChaserObject
    CoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.
    class  CoordinateDamperObject
    CoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.
    class  OrientationChaserObject
    OrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
    class  OrientationDamperObject
    OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
    class  PositionChaser2DObject
    PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.
    class  PositionChaserObject
    PositionChaser generates a series of position values that progressively change from initial value to destination value.
    class  PositionDamper2DObject
    PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.
    class  PositionDamperObject
    PositionDamper generates a series of position values that progressively change from initial value to destination value.
    class  ScalarChaserObject
    ScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.
    class  ScalarDamperObject
    ScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.
    class  TexCoordChaser2DObject
    TexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.
    class  TexCoordDamper2DObject
    TexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value.
    Methods in org.web3d.x3d.jsail.Followers that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement ColorChaserObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ColorChaserObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ColorDamperObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ColorDamperObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateChaserObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateChaserObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateDamperObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateDamperObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement OrientationChaserObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement OrientationChaserObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement OrientationDamperObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement OrientationDamperObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionChaser2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionChaser2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionChaserObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionChaserObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionDamper2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionDamper2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionDamperObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionDamperObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScalarChaserObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScalarChaserObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScalarDamperObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScalarDamperObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TexCoordChaser2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TexCoordChaser2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TexCoordDamper2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TexCoordDamper2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Geometry2D

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Geometry2D 
    Modifier and Type Class Description
    class  Arc2DObject
    Arc2D is a line-based geometry node that defines a linear circular arc with center (0,0) in X-Y plane, with angles measured starting at positive x-axis and sweeping towards positive y-axis.
    class  ArcClose2DObject
    ArcClose2D is a polygonal geometry node that defines a linear circular arc, closed by PIE or CHORD line segments, with center (0,0) in X-Y plane, with angles measured starting at positive x-axis and sweeping towards positive y-axis.
    class  Circle2DObject
    Circle2D is a geometry node that defines a linear X-Y circle with center (0,0) in X-Y plane.
    class  Disk2DObject
    Disk2D is a geometry node that defines a filled (or partially filled) planar circle with center (0,0).
    class  Polyline2DObject
    Polyline2D is a geometry node that defines a connected set of vertices in a contiguous set of line segments in X-Y plane.
    class  Polypoint2DObject
    Polypoint2D is a geometry node that defines a set of 2D points in X-Y plane.
    class  Rectangle2DObject
    Rectangle2D is a geometry node that defines a 2D rectangle in X-Y plane.
    class  TriangleSet2DObject
    TriangleSet2D is a geometry node that defines a set of filled 2D triangles in X-Y plane.
    Methods in org.web3d.x3d.jsail.Geometry2D that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement Arc2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Arc2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ArcClose2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ArcClose2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Circle2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Circle2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Disk2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Disk2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Polyline2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Polyline2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Polypoint2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Polypoint2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Rectangle2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Rectangle2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TriangleSet2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TriangleSet2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Geometry3D

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Geometry3D 
    Modifier and Type Class Description
    class  BoxObject
    Box is a geometry node specifying a rectangular cuboid.
    class  ConeObject
    Cone is a geometry node.
    class  CylinderObject
    Cylinder is a geometry node.
    class  ElevationGridObject
    ElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0.
    class  ExtrusionObject
    Extrusion is a geometry node that sequentially stretches a 2D cross section along a 3D-spine path in the local coordinate system, creating an outer hull.
    class  IndexedFaceSetObject
    IndexedFaceSet defines polygons using index lists corresponding to vertex coordinates.
    class  SphereObject
    Sphere is a geometry node, representing a perfectly round geometrical object that is the surface of a completely round ball.
    Methods in org.web3d.x3d.jsail.Geometry3D that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement BoxObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BoxObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ConeObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ConeObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CylinderObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CylinderObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ElevationGridObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ElevationGridObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ExtrusionObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ExtrusionObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedFaceSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedFaceSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SphereObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SphereObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Geospatial

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Geospatial 
    Modifier and Type Class Description
    class  GeoCoordinateObject
    GeoCoordinate builds geometry as a set of geographic 3D coordinates.
    class  GeoElevationGridObject
    GeoElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0.
    class  GeoLocationObject
    GeoLocation positions a regular X3D model onto earth's surface.
    class  GeoLODObject
    Note that MFNode rootNode field can contain multiple nodes and has accessType inputOutput.
    class  GeoMetadataObject
    GeoMetadata includes a generic subset of metadata about the geographic data.
    class  GeoOriginObject
    GeoOrigin is deprecated and discouraged (but nevertheless allowed) in X3D version 3.3.
    class  GeoPositionInterpolatorObject
    GeoPositionInterpolator animates objects within a geographic coordinate system.
    class  GeoProximitySensorObject
    GeoProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).
    class  GeoTouchSensorObject
    GeoTouchSensor returns geographic coordinates for the object being selected.
    class  GeoTransformObject
    GeoTransform is a Grouping node that can contain most nodes.
    class  GeoViewpointObject
    GeoViewpoint specifies viewpoints using geographic coordinates.
    Methods in org.web3d.x3d.jsail.Geospatial that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement GeoCoordinateObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoCoordinateObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoElevationGridObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoElevationGridObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoLocationObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoLocationObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoLODObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoLODObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoMetadataObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoMetadataObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoOriginObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoOriginObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoPositionInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoPositionInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoProximitySensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoProximitySensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoTouchSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoTouchSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoTransformObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoTransformObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoViewpointObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GeoViewpointObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Grouping

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Grouping 
    Modifier and Type Class Description
    class  GroupObject
    Group is a Grouping node that can contain most nodes.
    class  StaticGroupObject
    StaticGroup is similar to Group node but does not allow access to children after creation time.
    class  SwitchObject
    Switch is a Grouping node that only renders one (or zero) child at a time.
    class  TransformObject
    Transform is a Grouping node that can contain most nodes.
    Methods in org.web3d.x3d.jsail.Grouping that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement GroupObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement GroupObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement StaticGroupObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement StaticGroupObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SwitchObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SwitchObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TransformObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TransformObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.HAnim

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.HAnim 
    Modifier and Type Class Description
    class  HAnimDisplacerObject
    HAnimDisplacer nodes alter the shape of coordinate-based geometry within parent HAnimJoint or HAnimSegment nodes.
    class  HAnimHumanoidObject
    The HAnimHumanoid node is used to: (a) store references to the joints, segments, sites, skeleton, optional skin, and fixed viewpoints, (b) serve as a container for the entire humanoid, (c) provide a convenient way of moving the humanoid through its environment, and (d) store human-readable metadata such as name, version, author, copyright, age, gender and other information.
    class  HAnimJointObject
    HAnimJoint node can represent each joint in a body.
    class  HAnimMotionObject
    An HAnimMotion node supports discrete frame-by-frame playback for H-Anim motion data animation.
    class  HAnimSegmentObject
    HAnimSegment node contains Shape geometry for each body segment.
    class  HAnimSiteObject
    An HAnimSite node serves three purposes: (a) define an "end effector" location which can be used by an inverse kinematics system, (b) define an attachment point for accessories such as jewelry and clothing, and (c) define a location for a Viewpoint virtual camera in the reference frame of an HAnimSegment (such as a view "through the eyes" of the humanoid for use in multi-user worlds).
    Methods in org.web3d.x3d.jsail.HAnim that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement HAnimDisplacerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimDisplacerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimHumanoidObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimHumanoidObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimJointObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimJointObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimMotionObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimMotionObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimSegmentObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimSegmentObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimSiteObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement HAnimSiteObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Interpolation

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Interpolation 
    Modifier and Type Class Description
    class  ColorInterpolatorObject
    ColorInterpolator generates a range of color values.
    class  CoordinateInterpolator2DObject
    CoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.
    class  CoordinateInterpolatorObject
    CoordinateInterpolator linearly interpolates among a list of 3-tuple MFVec3f arrays, producing a single MFVec3f array that is fractional average between two nearest arrays in the list.
    class  EaseInEaseOutObject
    EaseInEaseOut enables gradual animation transitions by modifying TimeSensor fraction outputs.
    class  NormalInterpolatorObject
    NormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.
    class  OrientationInterpolatorObject
    OrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.
    class  PositionInterpolator2DObject
    PositionInterpolator2D generates a series of SFVec2f values.
    class  PositionInterpolatorObject
    PositionInterpolator generates a series of 3-tuple SFVec3f values.
    class  ScalarInterpolatorObject
    ScalarInterpolator generates piecewise-linear SFFloat values.
    class  SplinePositionInterpolator2DObject
    SplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.
    class  SplinePositionInterpolatorObject
    SplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.
    class  SplineScalarInterpolatorObject
    SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.
    class  SquadOrientationInterpolatorObject
    SquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event.
    Methods in org.web3d.x3d.jsail.Interpolation that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement ColorInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ColorInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateInterpolator2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateInterpolator2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement EaseInEaseOutObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement EaseInEaseOutObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NormalInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NormalInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement OrientationInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement OrientationInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionInterpolator2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionInterpolator2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PositionInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScalarInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScalarInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SplinePositionInterpolator2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SplinePositionInterpolator2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SplinePositionInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SplinePositionInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SplineScalarInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SplineScalarInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SquadOrientationInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SquadOrientationInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.KeyDeviceSensor

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.KeyDeviceSensor 
    Modifier and Type Class Description
    class  KeySensorObject
    KeySensor generates events as the user presses keys on the keyboard.
    class  StringSensorObject
    StringSensor generates events as the user presses keys on the keyboard.
    Methods in org.web3d.x3d.jsail.KeyDeviceSensor that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement KeySensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement KeySensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement StringSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement StringSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Layering

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Layering 
    Modifier and Type Class Description
    class  LayerObject
    Layer contains a list of children nodes that define the contents of the layer.
    class  LayerSetObject
    LayerSet defines a list of layers and a rendering order.
    class  ViewportObject
    Viewport is a Grouping node that can contain most nodes.
    Methods in org.web3d.x3d.jsail.Layering that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement LayerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LayerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LayerSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LayerSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ViewportObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ViewportObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Layout

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Layout 
    Modifier and Type Class Description
    class  LayoutGroupObject
    LayoutGroup is a Grouping node that can contain most nodes, whose children are related by a common layout within a parent layout.
    class  LayoutLayerObject
    LayoutLayer is a Grouping node that can contain most nodes.
    class  LayoutObject
    Layout node is used as layout field of LayoutLayer and LayoutGroup nodes.
    class  ScreenFontStyleObject
    ScreenFontStyle is an X3DFontStyleNode defines the size, family, justification, and other styles used within a screen layout.
    class  ScreenGroupObject
    ScreenGroup is a Grouping node that can contain most nodes.
    Methods in org.web3d.x3d.jsail.Layout that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement LayoutGroupObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LayoutGroupObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LayoutLayerObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LayoutLayerObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LayoutObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LayoutObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScreenFontStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScreenFontStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScreenGroupObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScreenGroupObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Lighting

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Lighting 
    Modifier and Type Class Description
    class  DirectionalLightObject
    DirectionalLight might not be scoped by parent Group or Transform at levels 1 or 2.
    class  PointLightObject
    Linear attenuation may occur at level 2, full support at level 3.
    class  SpotLightObject
    Linear attenuation may occur at level 2, full support at level 3.
    Methods in org.web3d.x3d.jsail.Lighting that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement DirectionalLightObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement DirectionalLightObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PointLightObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PointLightObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SpotLightObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SpotLightObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Navigation

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Navigation 
    Modifier and Type Class Description
    class  BillboardObject
    Billboard is a Grouping node that can contain most nodes.
    class  CollisionObject
    Collision detects camera-to-object contact using current view and NavigationInfo avatarSize.
    class  LODObject
    LOD (Level Of Detail) uses camera-to-object distance to switch among contained child levels.
    class  NavigationInfoObject
    NavigationInfo describes the user's viewing model, user navigation-interaction modalities, and also dimensional characteristics of the user's (typically invisible) avatar.
    class  OrthoViewpointObject
    OrthoViewpoint provides an orthographic perspective-free view of a scene from a specific location and direction.
    class  ViewpointGroupObject
    ViewpointGroup can contain Viewpoint, OrthoViewpoint, GeoViewpoint and other ViewpointGroup nodes for better user-navigation support with a shared description on the viewpoint list.
    class  ViewpointObject
    Viewpoint provides a specific location and direction where the user may view the scene.
    Methods in org.web3d.x3d.jsail.Navigation that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement BillboardObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BillboardObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollisionObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollisionObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LODObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LODObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NavigationInfoObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NavigationInfoObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement OrthoViewpointObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement OrthoViewpointObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ViewpointGroupObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ViewpointGroupObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ViewpointObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ViewpointObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Networking

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Networking 
    Modifier and Type Class Description
    class  AnchorObject
    Anchor is a Grouping node that can contain most nodes.
    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.
    class  InlineObject
    Inline can load another X3D or VRML model into the current scene via url.
    class  LoadSensorObject
    LoadSensor generates events as watchList child nodes are either loaded or fail to load.
    Methods in org.web3d.x3d.jsail.Networking that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement AnchorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement AnchorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement EXPORTObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement EXPORTObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IMPORTObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IMPORTObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement InlineObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement InlineObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LoadSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LoadSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.NURBS

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.NURBS 
    Modifier and Type Class Description
    class  Contour2DObject
    Contour2D groups a set of curve segments into a composite contour.
    class  ContourPolyline2DObject
    ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.
    class  CoordinateDoubleObject
    CoordinateDouble builds geometry by defining a set of 3D coordinate (triplet) point values.
    class  NurbsCurve2DObject
    NurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface.
    class  NurbsCurveObject
    NurbsCurve is a 3D curve analogous to NurbsPatchSurface.
    class  NurbsOrientationInterpolatorObject
    NurbsOrientationInterpolator describes a 3D NURBS curve and outputs interpolated orientation values.
    class  NurbsPatchSurfaceObject
    NurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface.
    class  NurbsPositionInterpolatorObject
    NurbsPositionInterpolator describes a 3D NURBS curve and outputs interpolated position values.
    class  NurbsSetObject
    NurbsSet collects a set of NurbsSurface nodes into a common group and treats NurbsSurface set as a unit during tessellation, thereby enforcing tessellation continuity along borders.
    class  NurbsSurfaceInterpolatorObject
    NurbsSurfaceInterpolator describes a 3D NURBS curve and outputs interpolated position and normal values.
    class  NurbsSweptSurfaceObject
    NurbsSweptSurface contains a crossSectionCurve and a trajectoryCurve [NurbsCurve].
    class  NurbsSwungSurfaceObject
    NurbsSwungSurface contains a profileCurve and a trajectoryCurve [X3DNurbsControlCurveNode].
    class  NurbsTextureCoordinateObject
    NurbsTextureCoordinate describes a 3D NURBS surface in the parametric domain of its surface host, specifying mapping of texture onto the surface.
    class  NurbsTrimmedSurfaceObject
    NurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface.
    Methods in org.web3d.x3d.jsail.NURBS that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement Contour2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Contour2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ContourPolyline2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ContourPolyline2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateDoubleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateDoubleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsCurve2DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsCurve2DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsCurveObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsCurveObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsOrientationInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsOrientationInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsPatchSurfaceObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsPatchSurfaceObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsPositionInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsPositionInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsSurfaceInterpolatorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsSurfaceInterpolatorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsSweptSurfaceObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsSweptSurfaceObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsSwungSurfaceObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsSwungSurfaceObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsTextureCoordinateObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsTextureCoordinateObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsTrimmedSurfaceObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NurbsTrimmedSurfaceObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.ParticleSystems

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.ParticleSystems 
    Modifier and Type Class Description
    class  BoundedPhysicsModelObject
    BoundedPhysicsModel provides user-defined geometrical boundaries for particle motion.
    class  ConeEmitterObject
    ConeEmitter generates all available particles from a specific point in space.
    class  ExplosionEmitterObject
    ExplosionEmitter generates all particles from a specific point in space at the initial time enabled.
    class  ForcePhysicsModelObject
    ForcePhysicsModel applies a constant force value to the particles.
    class  ParticleSystemObject
    ParticleSystem specifies a complete particle system.
    class  PointEmitterObject
    PointEmitter generates particles from a specific point in space using the specified direction and speed.
    class  PolylineEmitterObject
    PolylineEmitter emits particles along a single polyline.
    class  SurfaceEmitterObject
    SurfaceEmitter generates particles from the surface of an object.
    class  VolumeEmitterObject
    VolumeEmitter emits particles from a random position confined within the given closed geometry volume.
    class  WindPhysicsModelObject
    WindPhysicsModel applies a wind effect to the particles.
    Methods in org.web3d.x3d.jsail.ParticleSystems that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement BoundedPhysicsModelObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BoundedPhysicsModelObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ConeEmitterObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ConeEmitterObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ExplosionEmitterObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ExplosionEmitterObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ForcePhysicsModelObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ForcePhysicsModelObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ParticleSystemObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ParticleSystemObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PointEmitterObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PointEmitterObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PolylineEmitterObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PolylineEmitterObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SurfaceEmitterObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SurfaceEmitterObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement VolumeEmitterObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement VolumeEmitterObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement WindPhysicsModelObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement WindPhysicsModelObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Picking

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Picking 
    Modifier and Type Class Description
    class  LinePickSensorObject
    LinePickSensor uses one or more pickingGeometry line segments to compute intersections with pickTarget shapes.
    class  PickableGroupObject
    PickableGroup is a Grouping node that can contain most nodes.
    class  PointPickSensorObject
    PointPickSensor tests one or more pickingGeometry points in space as lying inside the provided pickTarget geometry.
    class  PrimitivePickSensorObject
    If a non-uniform scale is applied to the pick sensor, correct results may require level 3 support.
    class  VolumePickSensorObject
    VolumePickSensor tests picking intersections using the pickingGeometry against the pickTarget geometry volume.
    Methods in org.web3d.x3d.jsail.Picking that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement LinePickSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LinePickSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PickableGroupObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PickableGroupObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PointPickSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PointPickSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PrimitivePickSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PrimitivePickSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement VolumePickSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement VolumePickSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.PointingDeviceSensor

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.PointingDeviceSensor 
    Modifier and Type Class Description
    class  CylinderSensorObject
    CylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.
    class  PlaneSensorObject
    PlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.
    class  SphereSensorObject
    SphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.
    class  TouchSensorObject
    TouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry.
    Methods in org.web3d.x3d.jsail.PointingDeviceSensor that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement CylinderSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CylinderSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PlaneSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PlaneSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SphereSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SphereSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TouchSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TouchSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Rendering

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Rendering 
    Modifier and Type Class Description
    class  ClipPlaneObject
    ClipPlane specifies a single plane equation used to clip (i.
    class  ColorObject
    Color node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
    class  ColorRGBAObject
    ColorRGBA node defines a set of RGBA color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
    class  CoordinateObject
    Coordinate builds geometry by defining a set of 3D coordinate (triplet) point values.
    class  IndexedLineSetObject
    IndexedLineSet defines polyline segments using index lists corresponding to vertex coordinates.
    class  IndexedTriangleFanSetObject
    IndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    class  IndexedTriangleSetObject
    IndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    class  IndexedTriangleStripSetObject
    IndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    class  LineSetObject
    LineSet is a geometry node that can contain a Coordinate|CoordinateDouble node and optionally a Color|ColorRGBA node.
    class  NormalObject
    Normal defines a set of 3D surface-normal vectors that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
    class  PointSetObject
    PointSet is a node that contains a set of colored 3D points, represented by contained Color|ColorRGBA and Coordinate|CoordinateDouble nodes.
    class  TriangleFanSetObject
    TriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    class  TriangleSetObject
    TriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    class  TriangleStripSetObject
    TriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    Methods in org.web3d.x3d.jsail.Rendering that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement ClipPlaneObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ClipPlaneObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ColorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ColorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ColorRGBAObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ColorRGBAObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CoordinateObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedLineSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedLineSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedTriangleFanSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedTriangleFanSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedTriangleSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedTriangleSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedTriangleStripSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IndexedTriangleStripSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LineSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LineSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NormalObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement NormalObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PointSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PointSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TriangleFanSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TriangleFanSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TriangleSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TriangleSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TriangleStripSetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TriangleStripSetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.RigidBodyPhysics

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.RigidBodyPhysics 
    Modifier and Type Class Description
    class  BallJointObject
    BallJoint represents an unconstrained joint between two bodies that pivot about a common anchor point.
    class  CollidableOffsetObject
    CollidableOffset repositions geometry relative to center of owning body.
    class  CollidableShapeObject
    CollidableShape connects the collision detection system, the rigid body model, and the renderable scene graph.
    class  CollisionCollectionObject
    CollisionCollection holds a collection of objects that can be managed as a single entity for resolution of inter-object collisions.
    class  CollisionSensorObject
    CollisionSensor generates collision-detection events.
    class  CollisionSpaceObject
    CollisionSpace holds collection of objects considered together for resolution of inter-object collisions.
    class  ContactObject
    Contact nodes are produced as output events when two collidable objects or spaces make contact.
    class  DoubleAxisHingeJointObject
    DoubleAxisHingeJoint has two independent axes located around a common anchor point.
    class  MotorJointObject
    MotorJoint drives relative angular velocities between body1 and body2 within a common reference frame.
    class  RigidBodyCollectionObject
    RigidBodyCollection represents a system of bodies that interact within a single physics model.
    class  RigidBodyObject
    RigidBody describes a collection of shapes with a mass distribution that is affected by the physics model.
    class  SingleAxisHingeJointObject
    SingleAxisHingeJoint has single axis about which to rotate, similar to a traditional door hinge.
    class  SliderJointObject
    SliderJoint constrains all movement between body1 and body2 along a single axis.
    class  UniversalJointObject
    UniversalJoint is like a BallJoint that constrains an extra degree of rotational freedom.
    Methods in org.web3d.x3d.jsail.RigidBodyPhysics that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement BallJointObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BallJointObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollidableOffsetObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollidableOffsetObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollidableShapeObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollidableShapeObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollisionCollectionObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollisionCollectionObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollisionSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollisionSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollisionSpaceObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CollisionSpaceObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ContactObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ContactObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement DoubleAxisHingeJointObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement DoubleAxisHingeJointObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MotorJointObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MotorJointObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement RigidBodyCollectionObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement RigidBodyCollectionObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement RigidBodyObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement RigidBodyObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SingleAxisHingeJointObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SingleAxisHingeJointObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SliderJointObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SliderJointObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement UniversalJointObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement UniversalJointObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Scripting

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Scripting 
    Modifier and Type Class Description
    class  ScriptObject
    Script contains author-programmed event behaviors for a scene.
    Methods in org.web3d.x3d.jsail.Scripting that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement ScriptObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ScriptObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Shaders

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Shaders 
    Modifier and Type Class Description
    class  ComposedShaderObject
    ComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.
    class  FloatVertexAttributeObject
    FloatVertexAttribute defines a set of per-vertex single-precision floating-point attributes.
    class  Matrix3VertexAttributeObject
    Matrix3VertexAttribute defines a set of per-vertex 3x3 matrix attributes.
    class  Matrix4VertexAttributeObject
    Matrix4VertexAttribute defines a set of per-vertex 4x4 matrix attributes.
    class  PackagedShaderObject
    PackagedShader can contain field declarations, but no CDATA section of plain-text source code.
    class  ProgramShaderObject
    ProgramShader contains no field declarations and no plain-text source code.
    class  ShaderPartObject
    ShaderPart can contain a CDATA section of plain-text source code.
    class  ShaderProgramObject
    ShaderProgram can contain field declarations and a CDATA section of plain-text source code.
    Methods in org.web3d.x3d.jsail.Shaders that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement ComposedShaderObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ComposedShaderObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement FloatVertexAttributeObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement FloatVertexAttributeObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Matrix3VertexAttributeObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Matrix3VertexAttributeObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Matrix4VertexAttributeObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement Matrix4VertexAttributeObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PackagedShaderObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PackagedShaderObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProgramShaderObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProgramShaderObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ShaderPartObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ShaderPartObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ShaderProgramObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ShaderProgramObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Shape

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Shape 
    Modifier and Type Class Description
    class  AppearanceObject
    Appearance specifies the visual properties of geometry by containing the Material, ImageTexture/MovieTexture/PixelTexture, FillProperties, LineProperties, programmable shader nodes (ComposedShader, PackagedShader, ProgramShader) and TextureTransform nodes.
    class  FillPropertiesObject
    FillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape.
    class  LinePropertiesObject
    LineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry nodes inside the same Shape.
    class  MaterialObject
    Material specifies surface rendering properties for associated geometry nodes.
    class  PointPropertiesObject
    PointProperties allows precise fine-grained control over the rendering style of PointSet node points inside the same Shape.
    class  ShapeObject
    Shape can appear under any grouping node.
    class  TwoSidedMaterialObject
    TwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.
    Methods in org.web3d.x3d.jsail.Shape that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement AppearanceObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement AppearanceObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement FillPropertiesObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement FillPropertiesObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LinePropertiesObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement LinePropertiesObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MaterialObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MaterialObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PointPropertiesObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PointPropertiesObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ShapeObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ShapeObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TwoSidedMaterialObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TwoSidedMaterialObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Sound

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Sound 
    Modifier and Type Class Description
    class  AudioClipObject
    AudioClip provides audio data used by parent Sound nodes.
    class  SoundObject
    The Sound node controls the 3D spatialization of sound playback by a child AudioClip or MovieTexture node.
    Methods in org.web3d.x3d.jsail.Sound that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement AudioClipObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement AudioClipObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SoundObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SoundObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Text

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Text 
    Modifier and Type Class Description
    class  FontStyleObject
    FontStyle is an X3DFontStyleNode that defines the size, family, justification, and other styles used by Text nodes.
    class  TextObject
    Text is a 2D (flat) geometry node that can contain multiple lines of string values.
    Methods in org.web3d.x3d.jsail.Text that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement FontStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement FontStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Texturing

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Texturing 
    Modifier and Type Class Description
    class  ImageTextureObject
    ImageTexture maps a 2D-image file onto a geometric shape.
    class  MovieTextureObject
    MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.
    class  MultiTextureCoordinateObject
    MultiTextureCoordinate contains multiple TextureCoordinate or TextureCoordinateGenerator nodes, for use by a parent polygonal geometry node such as IndexedFaceSet or a Triangle* node.
    class  MultiTextureObject
    MultiTexture applies several individual textures to a single geometry node, enabling a variety of visual effects that include light mapping and environment mapping.
    class  MultiTextureTransformObject
    MultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.
    class  PixelTextureObject
    PixelTexture creates a 2D-image texture map using a numeric array of pixel values.
    class  TextureCoordinateGeneratorObject
    TextureCoordinateGenerator computes 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).
    class  TextureCoordinateObject
    TextureCoordinate specifies 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).
    class  TexturePropertiesObject
    TextureProperties allows precise fine-grained control over application of image textures to geometry.
    class  TextureTransformObject
    TextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.
    Methods in org.web3d.x3d.jsail.Texturing that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement ImageTextureObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ImageTextureObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MovieTextureObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MovieTextureObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MultiTextureCoordinateObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MultiTextureCoordinateObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MultiTextureObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MultiTextureObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MultiTextureTransformObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement MultiTextureTransformObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PixelTextureObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PixelTextureObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureCoordinateGeneratorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureCoordinateGeneratorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureCoordinateObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureCoordinateObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TexturePropertiesObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TexturePropertiesObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureTransformObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureTransformObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Texturing3D

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Texturing3D 
    Modifier and Type Class Description
    class  ComposedTexture3DObject
    ComposedTexture3D defines a 3D image-based texture map as a collection of 2D texture sources at various depths.
    class  ImageTexture3DObject
    ImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.
    class  PixelTexture3DObject
    PixelTexture3D defines a 3D image-based texture map as an explicit array of pixel values (image field).
    class  TextureCoordinate3DObject
    TextureCoordinate3D specifies a set of 3D texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices.
    class  TextureCoordinate4DObject
    TextureCoordinate4D specifies a set of 4D (homogeneous 3D) texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices.
    class  TextureTransform3DObject
    TextureTransform3D applies a 3D transformation to texture coordinates.
    class  TextureTransformMatrix3DObject
    TextureTransformMatrix3D applies a 3D transformation to texture coordinates.
    Methods in org.web3d.x3d.jsail.Texturing3D that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement ComposedTexture3DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ComposedTexture3DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ImageTexture3DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ImageTexture3DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PixelTexture3DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement PixelTexture3DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureCoordinate3DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureCoordinate3DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureCoordinate4DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureCoordinate4DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureTransform3DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureTransform3DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureTransformMatrix3DObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TextureTransformMatrix3DObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.Time

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Time 
    Modifier and Type Class Description
    class  TimeSensorObject
    TimeSensor continuously generates events as time passes.
    Methods in org.web3d.x3d.jsail.Time that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement TimeSensorObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement TimeSensorObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
  • Uses of X3DConcreteElement in org.web3d.x3d.jsail.VolumeRendering

    Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.VolumeRendering 
    Modifier and Type Class Description
    class  BlendedVolumeStyleObject
    BlendedVolumeStyle combines rendering of two voxel data sets into one by blending voxel values.
    class  BoundaryEnhancementVolumeStyleObject
    BoundaryEnhancementVolumeStyle provides boundary enhancement for the volume rendering style.
    class  CartoonVolumeStyleObject
    CartoonVolumeStyle generates cartoon-style non-photorealistic rendering of associated volumetric data.
    class  ComposedVolumeStyleObject
    ComposedVolumeStyle allows compositing multiple rendering styles into single rendering pass.
    class  EdgeEnhancementVolumeStyleObject
    EdgeEnhancementVolumeStyle specifies edge enhancement for the volume rendering style.
    class  IsoSurfaceVolumeDataObject
    IsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset.
    class  OpacityMapVolumeStyleObject
    OpacityMapVolumeStyle specifies that volumetric data is rendered using opacity mapped to a transfer function texture.
    class  ProjectionVolumeStyleObject
    ProjectionVolumeStyle uses voxel data to directly generate output color.
    class  SegmentedVolumeDataObject
    SegmentedVolumeData displays a segmented voxel dataset with different RenderStyle nodes.
    class  ShadedVolumeStyleObject
    All fields fully supported except shadows supported with at least Phong shading at level 3.
    class  SilhouetteEnhancementVolumeStyleObject
    SilhouetteEnhancementVolumeStyle specifies that volumetric data is rendered with silhouette enhancement.
    class  ToneMappedVolumeStyleObject
    ToneMappedVolumeStyle specifies that volumetric data is rendered with Gooch shading model of two-toned warm/cool coloring.
    class  VolumeDataObject
    VolumeData displays a simple non-segmented voxel dataset with a single RenderStyle node.
    Methods in org.web3d.x3d.jsail.VolumeRendering that return X3DConcreteElement 
    Modifier and Type Method Description
    X3DConcreteElement BlendedVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BlendedVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BoundaryEnhancementVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement BoundaryEnhancementVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CartoonVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement CartoonVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ComposedVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ComposedVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement EdgeEnhancementVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement EdgeEnhancementVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IsoSurfaceVolumeDataObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement IsoSurfaceVolumeDataObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement OpacityMapVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement OpacityMapVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProjectionVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ProjectionVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SegmentedVolumeDataObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SegmentedVolumeDataObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ShadedVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ShadedVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SilhouetteEnhancementVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement SilhouetteEnhancementVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ToneMappedVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement ToneMappedVolumeStyleObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement VolumeDataObject.findElementByNameValue​(java.lang.String nameValue)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
    X3DConcreteElement VolumeDataObject.findElementByNameValue​(java.lang.String nameValue, java.lang.String elementName)
    Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.