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

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

    Methods in org.web3d.x3d.jsail that return X3DConcreteNode 
    Modifier and Type Method Description
    abstract X3DConcreteNode X3DConcreteElement.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode X3DConcreteNode.setContainerFieldOverride​(java.lang.String value)
    containerField describes current field relationship of a node to its parent, overriding the default containerField value.
    abstract X3DConcreteNode X3DConcreteNode.setCssClass​(java.lang.String cssClass)
    Each concrete class must independently override this abstract method to enable object-specific method pipelining.
    abstract X3DConcreteNode X3DConcreteNode.setDEF​(java.lang.String DEFlabel)
    Each concrete class must independently override this abstract method to enable object-specific method pipelining.
    abstract X3DConcreteNode X3DConcreteNode.setIS​(IS newValue)
    Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
    abstract X3DConcreteNode X3DConcreteNode.setMetadata​(ProtoInstance newValue)
    Assign X3DMetadataObject instance (using a properly typed ProtoInstance) to inputOutput SFNode field metadata.
    abstract X3DConcreteNode X3DConcreteNode.setMetadata​(X3DMetadataObject newValue)
    Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    abstract X3DConcreteNode X3DConcreteNode.setUSE​(java.lang.String USEname)
    Each concrete class must independently override this abstract method to enable object-specific method pipelining.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.CADGeometry

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.CADGeometry 
    Modifier and Type Class Description
    class  CADAssembly
    CADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together.
    class  CADFace
    CADFace holds geometry representing one face in a Computer-Aided Design (CAD) CADPart.
    class  CADLayer
    CADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model.
    class  CADPart
    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  IndexedQuadSet
    IndexedQuadSet is a geometry node that defines quadrilaterals.
    class  QuadSet
    QuadSet is a geometry node that defines quadrilaterals.
    Methods in org.web3d.x3d.jsail.CADGeometry that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode CADAssembly.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode CADFace.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode CADLayer.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode CADPart.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode IndexedQuadSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode QuadSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Core

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Core 
    Modifier and Type Class Description
    class  MetadataBoolean
    The metadata provided by this node is contained in the Boolean values of the value field.
    class  MetadataDouble
    The metadata provided by this node is contained in the double-precision floating point numbers of the value field.
    class  MetadataFloat
    The metadata provided by this node is contained in the single-precision floating point numbers of the value field.
    class  MetadataInteger
    The metadata provided by this node is contained in the integer numbers of the value field.
    class  MetadataSet
    The metadata provided by this node is contained in the metadata nodes of the value field.
    class  MetadataString
    The metadata provided by this node is contained in the strings of the value field.
    class  ProtoInstance
    ProtoInstance can override field default values via fieldValue initializations.
    class  WorldInfo
    WorldInfo contains a title and simple persistent metadata information about an X3D scene.
    Methods in org.web3d.x3d.jsail.Core that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode CommentsBlock.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode component.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode connect.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ExternProtoDeclare.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode field.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode fieldValue.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode head.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode IS.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode meta.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MetadataBoolean.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MetadataDouble.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MetadataFloat.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MetadataInteger.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MetadataSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MetadataString.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ProtoBody.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ProtoDeclare.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ProtoInstance.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ProtoInterface.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ROUTE.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Scene.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode unit.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode WorldInfo.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode X3D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.CubeMapTexturing

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.CubeMapTexturing 
    Modifier and Type Class Description
    class  ComposedCubeMapTexture
    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  GeneratedCubeMapTexture
    GeneratedCubeMapTexture is a texture node that defines a cubic environment map that sources its data from internally generated images.
    class  ImageCubeMapTexture
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode ComposedCubeMapTexture.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode GeneratedCubeMapTexture.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ImageCubeMapTexture.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.DIS

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.DIS 
    Modifier and Type Class Description
    class  DISEntityManager
    DISEntityManager notifies a scene when new DIS ESPDU entities arrive or current entities leave.
    class  DISEntityTypeMapping
    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  EspduTransform
    EspduTransform is a networked Transform node that can contain most nodes.
    class  ReceiverPdu
    ReceiverPdu is a networked Protocol Data Unit (PDU) information node that transmits the state of radio frequency (RF) receivers modeled in a simulation.
    class  SignalPdu
    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  TransmitterPdu
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode DISEntityManager.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode DISEntityTypeMapping.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode EspduTransform.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ReceiverPdu.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode SignalPdu.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TransmitterPdu.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.EnvironmentalEffects

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.EnvironmentalEffects 
    Modifier and Type Class Description
    class  Background
    Background simulates ground and sky, using vertical arrays of wraparound color values.
    class  Fog
    Fog simulates atmospheric effects by blending distant objects with fog color.
    class  FogCoordinate
    FogCoordinate defines a set of explicit fog depths on a per-vertex basis, overriding Fog visibilityRange.
    class  LocalFog
    LocalFog simulates atmospheric effects by blending distant objects with fog color.
    class  TextureBackground
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode Background.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Fog.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode FogCoordinate.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode LocalFog.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TextureBackground.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.EnvironmentalSensor

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.EnvironmentalSensor 
    Modifier and Type Class Description
    class  ProximitySensor
    ProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).
    class  TransformSensor
    TransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).
    class  VisibilitySensor
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode ProximitySensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TransformSensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode VisibilitySensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.EventUtilities

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

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Followers 
    Modifier and Type Class Description
    class  ColorChaser
    ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.
    class  ColorDamper
    ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
    class  CoordinateChaser
    CoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.
    class  CoordinateDamper
    CoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.
    class  OrientationChaser
    OrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
    class  OrientationDamper
    OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
    class  PositionChaser
    PositionChaser generates a series of position values that progressively change from initial value to destination value.
    class  PositionChaser2D
    PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.
    class  PositionDamper
    PositionDamper generates a series of position values that progressively change from initial value to destination value.
    class  PositionDamper2D
    PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.
    class  ScalarChaser
    ScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.
    class  ScalarDamper
    ScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.
    class  TexCoordChaser2D
    TexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.
    class  TexCoordDamper2D
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode ColorChaser.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ColorDamper.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode CoordinateChaser.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode CoordinateDamper.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode OrientationChaser.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode OrientationDamper.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PositionChaser.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PositionChaser2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PositionDamper.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PositionDamper2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ScalarChaser.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ScalarDamper.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TexCoordChaser2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TexCoordDamper2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Geometry2D

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Geometry2D 
    Modifier and Type Class Description
    class  Arc2D
    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  ArcClose2D
    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  Circle2D
    Circle2D is a geometry node that defines a linear X-Y circle with center (0,0) in X-Y plane.
    class  Disk2D
    Disk2D is a geometry node that defines a filled (or partially filled) planar circle with center (0,0).
    class  Polyline2D
    Polyline2D is a geometry node that defines a connected set of vertices in a contiguous set of line segments in X-Y plane.
    class  Polypoint2D
    Polypoint2D is a geometry node that defines a set of 2D points in X-Y plane.
    class  Rectangle2D
    Rectangle2D is a geometry node that defines a 2D rectangle in X-Y plane.
    class  TriangleSet2D
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode Arc2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ArcClose2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Circle2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Disk2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Polyline2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Polypoint2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Rectangle2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TriangleSet2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Geometry3D

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Geometry3D 
    Modifier and Type Class Description
    class  Box
    Box is a geometry node specifying a rectangular cuboid.
    class  Cone
    Cone is a geometry node.
    class  Cylinder
    Cylinder is a geometry node.
    class  ElevationGrid
    ElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0.
    class  Extrusion
    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  IndexedFaceSet
    IndexedFaceSet defines polygons using index lists corresponding to vertex coordinates.
    class  Sphere
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode Box.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Cone.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Cylinder.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ElevationGrid.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Extrusion.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode IndexedFaceSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Sphere.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Geospatial

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

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

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.HAnim 
    Modifier and Type Class Description
    class  HAnimDisplacer
    HAnimDisplacer nodes alter the shape of coordinate-based geometry within parent HAnimJoint or HAnimSegment nodes.
    class  HAnimHumanoid
    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  HAnimJoint
    HAnimJoint node can represent each joint in a body.
    class  HAnimMotion
    An HAnimMotion node supports discrete frame-by-frame playback for H-Anim motion data animation.
    class  HAnimSegment
    HAnimSegment node contains Shape geometry for each body segment.
    class  HAnimSite
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode HAnimDisplacer.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode HAnimHumanoid.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode HAnimJoint.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode HAnimMotion.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode HAnimSegment.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode HAnimSite.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Interpolation

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Interpolation 
    Modifier and Type Class Description
    class  ColorInterpolator
    ColorInterpolator generates a range of color values.
    class  CoordinateInterpolator
    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  CoordinateInterpolator2D
    CoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.
    class  EaseInEaseOut
    EaseInEaseOut enables gradual animation transitions by modifying TimeSensor fraction outputs.
    class  NormalInterpolator
    NormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.
    class  OrientationInterpolator
    OrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.
    class  PositionInterpolator
    PositionInterpolator generates a series of 3-tuple SFVec3f values.
    class  PositionInterpolator2D
    PositionInterpolator2D generates a series of SFVec2f values.
    class  ScalarInterpolator
    ScalarInterpolator generates piecewise-linear SFFloat values.
    class  SplinePositionInterpolator
    SplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.
    class  SplinePositionInterpolator2D
    SplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.
    class  SplineScalarInterpolator
    SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.
    class  SquadOrientationInterpolator
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode ColorInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode CoordinateInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode CoordinateInterpolator2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode EaseInEaseOut.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NormalInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode OrientationInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PositionInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PositionInterpolator2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ScalarInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode SplinePositionInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode SplinePositionInterpolator2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode SplineScalarInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode SquadOrientationInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.KeyDeviceSensor

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.KeyDeviceSensor 
    Modifier and Type Class Description
    class  KeySensor
    KeySensor generates events as the user presses keys on the keyboard.
    class  StringSensor
    StringSensor generates events as the user presses keys on the keyboard.
    Methods in org.web3d.x3d.jsail.KeyDeviceSensor that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode KeySensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode StringSensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Layering

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

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

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Lighting 
    Modifier and Type Class Description
    class  DirectionalLight
    DirectionalLight might not be scoped by parent Group or Transform at levels 1 or 2.
    class  PointLight
    Linear attenuation may occur at level 2, full support at level 3.
    class  SpotLight
    Linear attenuation may occur at level 2, full support at level 3.
    Methods in org.web3d.x3d.jsail.Lighting that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode DirectionalLight.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PointLight.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode SpotLight.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Navigation

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

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Networking 
    Modifier and Type Class Description
    class  Anchor
    Anchor is a Grouping node that can contain most nodes.
    class  Inline
    Inline can load another X3D or VRML model into the current scene via url.
    class  LoadSensor
    LoadSensor generates events as watchList child nodes are either loaded or fail to load.
    Methods in org.web3d.x3d.jsail.Networking that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode Anchor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode EXPORT.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode IMPORT.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Inline.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode LoadSensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.NURBS

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.NURBS 
    Modifier and Type Class Description
    class  Contour2D
    Contour2D groups a set of curve segments into a composite contour.
    class  ContourPolyline2D
    ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.
    class  CoordinateDouble
    CoordinateDouble builds geometry by defining a set of 3D coordinate (triplet) point values.
    class  NurbsCurve
    NurbsCurve is a 3D curve analogous to NurbsPatchSurface.
    class  NurbsCurve2D
    NurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface.
    class  NurbsOrientationInterpolator
    NurbsOrientationInterpolator describes a 3D NURBS curve and outputs interpolated orientation values.
    class  NurbsPatchSurface
    NurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface.
    class  NurbsPositionInterpolator
    NurbsPositionInterpolator describes a 3D NURBS curve and outputs interpolated position values.
    class  NurbsSet
    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  NurbsSurfaceInterpolator
    NurbsSurfaceInterpolator describes a 3D NURBS curve and outputs interpolated position and normal values.
    class  NurbsSweptSurface
    NurbsSweptSurface contains a crossSectionCurve and a trajectoryCurve [NurbsCurve].
    class  NurbsSwungSurface
    NurbsSwungSurface contains a profileCurve and a trajectoryCurve [X3DNurbsControlCurveNode].
    class  NurbsTextureCoordinate
    NurbsTextureCoordinate describes a 3D NURBS surface in the parametric domain of its surface host, specifying mapping of texture onto the surface.
    class  NurbsTrimmedSurface
    NurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface.
    Methods in org.web3d.x3d.jsail.NURBS that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode Contour2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ContourPolyline2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode CoordinateDouble.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsCurve.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsCurve2D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsOrientationInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsPatchSurface.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsPositionInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsSurfaceInterpolator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsSweptSurface.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsSwungSurface.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsTextureCoordinate.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode NurbsTrimmedSurface.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.ParticleSystems

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

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

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.PointingDeviceSensor 
    Modifier and Type Class Description
    class  CylinderSensor
    CylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.
    class  PlaneSensor
    PlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.
    class  SphereSensor
    SphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.
    class  TouchSensor
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode CylinderSensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PlaneSensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode SphereSensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TouchSensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Rendering

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Rendering 
    Modifier and Type Class Description
    class  ClipPlane
    ClipPlane specifies a single plane equation used to clip (i.
    class  Color
    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  ColorRGBA
    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  Coordinate
    Coordinate builds geometry by defining a set of 3D coordinate (triplet) point values.
    class  IndexedLineSet
    IndexedLineSet defines polyline segments using index lists corresponding to vertex coordinates.
    class  IndexedTriangleFanSet
    IndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    class  IndexedTriangleSet
    IndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    class  IndexedTriangleStripSet
    IndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    class  LineSet
    LineSet is a geometry node that can contain a Coordinate|CoordinateDouble node and optionally a Color|ColorRGBA node.
    class  Normal
    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  PointSet
    PointSet is a node that contains a set of colored 3D points, represented by contained Color|ColorRGBA and Coordinate|CoordinateDouble nodes.
    class  TriangleFanSet
    TriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    class  TriangleSet
    TriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
    class  TriangleStripSet
    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 X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode ClipPlane.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Color.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ColorRGBA.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Coordinate.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode IndexedLineSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode IndexedTriangleFanSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode IndexedTriangleSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode IndexedTriangleStripSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode LineSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Normal.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PointSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TriangleFanSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TriangleSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TriangleStripSet.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.RigidBodyPhysics

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

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Scripting 
    Modifier and Type Class Description
    class  Script
    Script contains author-programmed event behaviors for a scene.
    Methods in org.web3d.x3d.jsail.Scripting that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode Script.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Shaders

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

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Shape 
    Modifier and Type Class Description
    class  AcousticProperties
    AcousticProperties specifies the interaction of sound waves with characteristics of geometric objects in the scene.
    class  Appearance
    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  FillProperties
    FillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape.
    class  LineProperties
    LineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry nodes inside the same Shape.
    class  Material
    Material specifies surface rendering properties for associated geometry nodes.
    class  PhysicalMaterial
    PhysicalMaterial specifies surface rendering properties for associated geometry nodes.
    class  PointProperties
    PointProperties allows precise fine-grained control over the rendering style of PointSet node points inside the same Shape.
    class  Shape
    Shape can appear under any grouping node.
    class  TwoSidedMaterial
    TwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.
    class  UnlitMaterial
    UnlitMaterial specifies surface rendering properties for associated geometry nodes.
    Methods in org.web3d.x3d.jsail.Shape that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode AcousticProperties.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Appearance.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode FillProperties.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode LineProperties.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Material.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PhysicalMaterial.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PointProperties.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Shape.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TwoSidedMaterial.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode UnlitMaterial.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Sound

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Sound 
    Modifier and Type Class Description
    class  Analyser
    Analyser provides real-time frequency and time-domain analysis information, without any change to the input.
    class  AudioBufferSource
    AudioBufferSource node represents a memory-resident audio asset that can contain one or more channels.
    class  AudioClip
    AudioClip provides audio data used by parent Sound nodes.
    class  AudioDestination
    AudioDestination node represents the final audio destination and is what user ultimately hears, typically from the speakers of user device.
    class  BiquadFilter
    BiquadFilter node.
    class  ChannelMerger
    ChannelMerger unites different input channels into a single output channel.
    class  ChannelSelector
    ChannelSelector selects a single channel output from all input channels.
    class  ChannelSplitter
    ChannelSplitter separates the different channels of a single audio source into a set of monophonic output channels.
    class  Convolver
    Convolver performs a linear convolution on a given AudioBuffer, often used to achieve a reverberation effect.
    class  Delay
    Delay causes a time delay between the arrival of input data and subsequent propagation to the output.
    class  DynamicsCompressor
    DynamicsCompressor node implements a dynamics compression effect, lowering volume of loudest parts of signal and raising volume of softest parts.
    class  Gain
    The Gain node amplifies or deamplifies the input signal.
    class  ListenerPoint
    ListenerPoint node represents position and orientation of a person listening to virtual sound in the audio scene, and provides single or multiple sound channels as output.
    class  MicrophoneSource
    MicrophoneSource captures input from a physical microphone in the real world.
    class  OscillatorSource
    OscillatorSource node represents an audio source generating a periodic waveform, providing a constant tone.
    class  PeriodicWave
    PeriodicWave defines a periodic waveform that can be used to shape the output of an Oscillator.
    class  Sound
    The Sound node controls the 3D spatialization of sound playback by a child AudioClip or MovieTexture node.
    class  SpatialSound
    The SpatialSound node controls the 3D spatialization of sound playback by a child AudioClip or MovieTexture node.
    class  StreamAudioDestination
    StreamAudioDestination node represents the final audio destination via a media stream.
    class  StreamAudioSource
    StreamAudioSource operates as an audio source whose media is received from a MediaStream obtained using the WebRTC or Media Capture and Streams APIs.
    class  WaveShaper
    WaveShaper node represents a nonlinear distorter that applies a wave-shaping distortion curve to the signal.
    Methods in org.web3d.x3d.jsail.Sound that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode Analyser.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode AudioBufferSource.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode AudioClip.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode AudioDestination.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode BiquadFilter.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ChannelMerger.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ChannelSelector.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ChannelSplitter.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Convolver.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Delay.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode DynamicsCompressor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Gain.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ListenerPoint.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MicrophoneSource.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode OscillatorSource.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PeriodicWave.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Sound.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode SpatialSound.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode StreamAudioDestination.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode StreamAudioSource.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode WaveShaper.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Text

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Text 
    Modifier and Type Class Description
    class  FontStyle
    FontStyle is an X3DFontStyleNode that defines the size, family, justification, and other styles used by Text nodes.
    class  Text
    Text is a 2D (flat) geometry node that can contain multiple lines of string values.
    Methods in org.web3d.x3d.jsail.Text that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode FontStyle.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode Text.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.TextureProjector

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.TextureProjector 
    Modifier and Type Class Description
    class  TextureProjector
    TextureProjector is similar to a light that projects a texture into the scene, illuminating geometry that intersects the perspective projection volume.
    class  TextureProjectorParallel
    TextureProjectorParallel is similar to a light that projects a texture into the scene, illuminating geometry that intersects the parallel projection volume.
    Methods in org.web3d.x3d.jsail.TextureProjector that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode TextureProjector.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TextureProjectorParallel.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Texturing

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Texturing 
    Modifier and Type Class Description
    class  ImageTexture
    ImageTexture maps a 2D-image file onto a geometric shape.
    class  MovieTexture
    MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.
    class  MultiTexture
    MultiTexture applies several individual textures to a single geometry node, enabling a variety of visual effects that include light mapping and environment mapping.
    class  MultiTextureCoordinate
    MultiTextureCoordinate contains multiple TextureCoordinate or TextureCoordinateGenerator nodes, for use by a parent polygonal geometry node such as IndexedFaceSet or a Triangle* node.
    class  MultiTextureTransform
    MultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.
    class  PixelTexture
    PixelTexture creates a 2D-image texture map using a numeric array of pixel values.
    class  TextureCoordinate
    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  TextureCoordinateGenerator
    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  TextureProperties
    TextureProperties allows precise fine-grained control over application of image textures to geometry.
    class  TextureTransform
    TextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.
    Methods in org.web3d.x3d.jsail.Texturing that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode ImageTexture.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MovieTexture.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MultiTexture.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MultiTextureCoordinate.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode MultiTextureTransform.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PixelTexture.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TextureCoordinate.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TextureCoordinateGenerator.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TextureProperties.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TextureTransform.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Texturing3D

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Texturing3D 
    Modifier and Type Class Description
    class  ComposedTexture3D
    ComposedTexture3D defines a 3D image-based texture map as a collection of 2D texture sources at various depths.
    class  ImageTexture3D
    ImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.
    class  PixelTexture3D
    PixelTexture3D defines a 3D image-based texture map as an explicit array of pixel values (image field).
    class  TextureCoordinate3D
    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  TextureCoordinate4D
    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  TextureTransform3D
    TextureTransform3D applies a 3D transformation to texture coordinates.
    class  TextureTransformMatrix3D
    TextureTransformMatrix3D applies a 3D transformation to texture coordinates.
    Methods in org.web3d.x3d.jsail.Texturing3D that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode ComposedTexture3D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode ImageTexture3D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode PixelTexture3D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TextureCoordinate3D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TextureCoordinate4D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TextureTransform3D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
    X3DConcreteNode TextureTransformMatrix3D.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.Time

    Subclasses of X3DConcreteNode in org.web3d.x3d.jsail.Time 
    Modifier and Type Class Description
    class  TimeSensor
    TimeSensor continuously generates events as time passes.
    Methods in org.web3d.x3d.jsail.Time that return X3DConcreteNode 
    Modifier and Type Method Description
    X3DConcreteNode TimeSensor.findNodeByDEF​(java.lang.String DEFvalue)
    Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
  • Uses of X3DConcreteNode in org.web3d.x3d.jsail.VolumeRendering

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