Uses of Class
org.web3d.x3d.jsail.X3DConcreteElement
-
Uses of X3DConcreteElement in org.web3d.x3d.jsail
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail Modifier and Type Class Description classX3DConcreteNodeAbstract parent class for concrete X3D nodes, containing common methods and member variables.classX3DConcreteStatementAbstract parent class for concrete X3D statements, containing common methods and member variables.Methods in org.web3d.x3d.jsail that return X3DConcreteElement Modifier and Type Method Description abstract X3DConcreteElementX3DConcreteElement. addComments(java.lang.String newComment)Add comment as String to contained commentsList.abstract X3DConcreteElementX3DConcreteElement. addComments(java.lang.String[] newComments)Add comments as String[] array to contained commentsList.abstract X3DConcreteElementX3DConcreteElement. addComments(CommentsBlock newCommentsBlock)Add CommentsBlock to elementX3DConcreteElementX3DConcreteElement. findAncestorElementByName(java.lang.String ancestorElementName)Find object reference to ancestor element (i.e. node or statement), if this object is an attached child.abstract X3DConcreteElementX3DConcreteElement. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.abstract X3DConcreteElementX3DConcreteElement. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementX3DConcreteElement. getParentObject()Provide object reference to parent X3D node or statement, if any.X3DConcreteElementX3DLoaderDOM. getX3dObjectTree()Provide X3DJSAIL object tree if loading succeedsX3DConcreteElementX3DLoaderDOM. toX3dObjectTree(org.w3c.dom.Node node)Recursive method that uses DOM to create X3DJSAIL objects from a previously loaded document, taking advantage of Java Reflection and String-based field accessors with protected access that are not otherwise usable.X3DConcreteElementX3DLoaderDOM. toX3dObjectTree(org.w3c.dom.Node node, X3DConcreteElement parentElement)Recursive method that uses DOM to create X3DJSAIL objects from a previously loaded document, taking advantage of Java Reflection and String-based field accessors with protected access that are not otherwise usable.Methods in org.web3d.x3d.jsail with parameters of type X3DConcreteElement Modifier and Type Method Description voidX3DConcreteElement. setParentObject(X3DConcreteElement newParentObject)Package-internal method to set parent object reference.X3DConcreteElementX3DLoaderDOM. toX3dObjectTree(org.w3c.dom.Node node, X3DConcreteElement parentElement)Recursive method that uses DOM to create X3DJSAIL objects from a previously loaded document, taking advantage of Java Reflection and String-based field accessors with protected access that are not otherwise usable. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.CADGeometry
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.CADGeometry Modifier and Type Class Description classCADAssemblyObjectCADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together.classCADFaceObjectCADFace holds geometry representing one face in a Computer-Aided Design (CAD) CADPart.classCADLayerObjectCADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model.classCADPartObjectCADPart is an atomic part that defines both coordinate-system location and the faces that constitute a part in a Computer-Aided Design (CAD) model.classIndexedQuadSetObjectIndexedQuadSet is a geometry node that defines quadrilaterals.classQuadSetObjectQuadSet is a geometry node that defines quadrilaterals.Methods in org.web3d.x3d.jsail.CADGeometry that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementCADAssemblyObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCADAssemblyObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCADFaceObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCADFaceObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCADLayerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCADLayerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCADPartObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCADPartObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedQuadSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedQuadSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementQuadSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementQuadSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Core
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Core Modifier and Type Class Description classCommentsBlockUtility class to enable adding one or more comment strings as a child node, treated as an X3D statement.classcomponentObjectFunctional summary: each added component statement indicates needed scene functionality support above the given X3D profile.classconnectObjectFunctional summary: connect statements define event-routing connections between node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.classExternProtoDeclareObjectExternProtoDeclare refers to a ProtoDeclare node declaration provided in another file.classfieldObjectFunctional summary: a field statement defines an interface attribute or node.classfieldValueObjectFunctional summary: a fieldValue statement re-initializes the default value of a field in a ProtoInstance.classheadObjectFunctional summary: each X3D scene includes a head statement that can contain component, unit and meta statements.classISObjectFunctional summary: the IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields.classMetadataBooleanObjectThe metadata provided by this node is contained in the Boolean values of the value field.classMetadataDoubleObjectThe metadata provided by this node is contained in the double-precision floating point numbers of the value field.classMetadataFloatObjectThe metadata provided by this node is contained in the single-precision floating point numbers of the value field.classMetadataIntegerObjectThe metadata provided by this node is contained in the integer numbers of the value field.classMetadataSetObjectThe metadata provided by this node is contained in the metadata nodes of the value field.classMetadataStringObjectThe metadata provided by this node is contained in the strings of the value field.classmetaObjectFunctional summary: the meta statement provides metadata information about a scene, where name and content attributes provide attribute=value metadata pairs.classProtoBodyObjectProtoBody contains the definition nodes for new Prototype nodes.classProtoDeclareObjectProtoDeclare defines new Prototype nodes.classProtoInstanceObjectProtoInstance can override field default values via fieldValue initializations.classProtoInterfaceObjectProtoInterface defines fields for new Prototype nodes.classROUTEObjectROUTE connects output fields of event-producing nodes to input fields of event-consuming nodes.classSceneObjectScene is the implicit root node of the X3D scene graph.classunitObjectFunctional summary: unit statement defines data-conversion factors for typed values defined in a scene.classWorldInfoObjectWorldInfo contains a title and simple persistent metadata information about an X3D scene.classX3DObjectX3D is the root node for an Extensible 3D (X3D) Graphics model.Methods in org.web3d.x3d.jsail.Core that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementCommentsBlock. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCommentsBlock. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementcomponentObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementcomponentObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementconnectObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementconnectObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementExternProtoDeclareObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementExternProtoDeclareObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementfieldObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementfieldObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementfieldValueObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementfieldValueObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementheadObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementheadObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementISObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementISObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataBooleanObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataBooleanObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataDoubleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataDoubleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataFloatObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataFloatObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataIntegerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataIntegerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataStringObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMetadataStringObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementmetaObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementmetaObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProtoBodyObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProtoBodyObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProtoDeclareObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProtoDeclareObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProtoInstanceObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProtoInstanceObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProtoInterfaceObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProtoInterfaceObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementROUTEObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementROUTEObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSceneObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSceneObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementunitObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementunitObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementWorldInfoObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementWorldInfoObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementX3DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementX3DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.CubeMapTexturing
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.CubeMapTexturing Modifier and Type Class Description classComposedCubeMapTextureObjectComposedCubeMapTexture is a texture node that defines a cubic environment map source as an explicit set of images drawn from individual 2D texture nodes.classGeneratedCubeMapTextureObjectGeneratedCubeMapTexture is a texture node that defines a cubic environment map that sources its data from internally generated images.classImageCubeMapTextureObjectImageCubeMapTexture is a texture node that defines a cubic environment map source as a single file format that contains multiple images, one for each side.Methods in org.web3d.x3d.jsail.CubeMapTexturing that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementComposedCubeMapTextureObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementComposedCubeMapTextureObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeneratedCubeMapTextureObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeneratedCubeMapTextureObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementImageCubeMapTextureObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementImageCubeMapTextureObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.DIS
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.DIS Modifier and Type Class Description classDISEntityManagerObjectDISEntityManager notifies a scene when new DIS ESPDU entities arrive or current entities leave.classDISEntityTypeMappingObjectDISEntityTypeMapping 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.classEspduTransformObjectEspduTransform is a networked Transform node that can contain most nodes.classReceiverPduObjectReceiverPdu is a networked Protocol Data Unit (PDU) information node that transmits the state of radio frequency (RF) receivers modeled in a simulation.classSignalPduObjectSignalPdu is a networked Protocol Data Unit (PDU) information node that communicates the transmission of voice, audio or other data modeled in a simulation.classTransmitterPduObjectTransmitterPdu is a networked Protocol Data Unit (PDU) information node that provides detailed information about a radio transmitter modeled in a simulation.Methods in org.web3d.x3d.jsail.DIS that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementDISEntityManagerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementDISEntityManagerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementDISEntityTypeMappingObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementDISEntityTypeMappingObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementEspduTransformObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementEspduTransformObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementReceiverPduObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementReceiverPduObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSignalPduObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSignalPduObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTransmitterPduObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTransmitterPduObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.EnvironmentalEffects
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.EnvironmentalEffects Modifier and Type Class Description classBackgroundObjectBackground simulates ground and sky, using vertical arrays of wraparound color values.classFogCoordinateObjectFogCoordinate defines a set of explicit fog depths on a per-vertex basis, overriding Fog visibilityRange.classFogObjectFog simulates atmospheric effects by blending distant objects with fog color.classLocalFogObjectLocalFog simulates atmospheric effects by blending distant objects with fog color.classTextureBackgroundObjectTextureBackground simulates ground and sky, using vertical arrays of wraparound color values, TextureBackground can also provide backdrop texture images on all six sides.Methods in org.web3d.x3d.jsail.EnvironmentalEffects that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementBackgroundObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBackgroundObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementFogCoordinateObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementFogCoordinateObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementFogObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementFogObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLocalFogObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLocalFogObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureBackgroundObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureBackgroundObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.EnvironmentalSensor
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.EnvironmentalSensor Modifier and Type Class Description classProximitySensorObjectProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).classTransformSensorObjectTransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).classVisibilitySensorObjectVisibilitySensor detects when user can see a specific object or region as they navigate the world.Methods in org.web3d.x3d.jsail.EnvironmentalSensor that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementProximitySensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProximitySensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTransformSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTransformSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementVisibilitySensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementVisibilitySensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.EventUtilities
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.EventUtilities Modifier and Type Class Description classBooleanFilterObjectBooleanFilter selectively passes true, false or negated events.classBooleanSequencerObjectBooleanSequencer generates periodic discrete Boolean values.classBooleanToggleObjectBooleanToggle maintains state and negates output when a true input is provided.classBooleanTriggerObjectBooleanTrigger converts time events to boolean true events.classIntegerSequencerObjectIntegerSequencer generates periodic discrete integer values.classIntegerTriggerObjectIntegerTrigger converts set_boolean true input events to an integer value (for example, useful when animating whichChoice in a Switch node).classTimeTriggerObjectTimeTrigger converts boolean true events to time events.Methods in org.web3d.x3d.jsail.EventUtilities that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementBooleanFilterObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBooleanFilterObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBooleanSequencerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBooleanSequencerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBooleanToggleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBooleanToggleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBooleanTriggerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBooleanTriggerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIntegerSequencerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIntegerSequencerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIntegerTriggerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIntegerTriggerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTimeTriggerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTimeTriggerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Followers
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Followers Modifier and Type Class Description classColorChaserObjectColorChaser generates a series of SFColor values that progressively change from initial value to destination value.classColorDamperObjectColorDamper generates a series of RGB color values that progressively change from initial value to destination value.classCoordinateChaserObjectCoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.classCoordinateDamperObjectCoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.classOrientationChaserObjectOrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.classOrientationDamperObjectOrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.classPositionChaser2DObjectPositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.classPositionChaserObjectPositionChaser generates a series of position values that progressively change from initial value to destination value.classPositionDamper2DObjectPositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.classPositionDamperObjectPositionDamper generates a series of position values that progressively change from initial value to destination value.classScalarChaserObjectScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.classScalarDamperObjectScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.classTexCoordChaser2DObjectTexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.classTexCoordDamper2DObjectTexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value.Methods in org.web3d.x3d.jsail.Followers that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementColorChaserObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementColorChaserObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementColorDamperObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementColorDamperObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateChaserObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateChaserObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateDamperObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateDamperObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementOrientationChaserObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementOrientationChaserObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementOrientationDamperObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementOrientationDamperObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionChaser2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionChaser2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionChaserObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionChaserObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionDamper2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionDamper2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionDamperObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionDamperObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScalarChaserObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScalarChaserObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScalarDamperObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScalarDamperObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTexCoordChaser2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTexCoordChaser2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTexCoordDamper2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTexCoordDamper2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Geometry2D
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Geometry2D Modifier and Type Class Description classArc2DObjectArc2D 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.classArcClose2DObjectArcClose2D 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.classCircle2DObjectCircle2D is a geometry node that defines a linear X-Y circle with center (0,0) in X-Y plane.classDisk2DObjectDisk2D is a geometry node that defines a filled (or partially filled) planar circle with center (0,0).classPolyline2DObjectPolyline2D is a geometry node that defines a connected set of vertices in a contiguous set of line segments in X-Y plane.classPolypoint2DObjectPolypoint2D is a geometry node that defines a set of 2D points in X-Y plane.classRectangle2DObjectRectangle2D is a geometry node that defines a 2D rectangle in X-Y plane.classTriangleSet2DObjectTriangleSet2D is a geometry node that defines a set of filled 2D triangles in X-Y plane.Methods in org.web3d.x3d.jsail.Geometry2D that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementArc2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementArc2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementArcClose2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementArcClose2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCircle2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCircle2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementDisk2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementDisk2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPolyline2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPolyline2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPolypoint2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPolypoint2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementRectangle2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementRectangle2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTriangleSet2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTriangleSet2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Geometry3D
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Geometry3D Modifier and Type Class Description classBoxObjectBox is a geometry node specifying a rectangular cuboid.classConeObjectCone is a geometry node.classCylinderObjectCylinder is a geometry node.classElevationGridObjectElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0.classExtrusionObjectExtrusion 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.classIndexedFaceSetObjectIndexedFaceSet defines polygons using index lists corresponding to vertex coordinates.classSphereObjectSphere is a geometry node, representing a perfectly round geometrical object that is the surface of a completely round ball.Methods in org.web3d.x3d.jsail.Geometry3D that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementBoxObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBoxObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementConeObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementConeObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCylinderObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCylinderObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementElevationGridObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementElevationGridObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementExtrusionObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementExtrusionObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedFaceSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedFaceSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSphereObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSphereObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Geospatial
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Geospatial Modifier and Type Class Description classGeoCoordinateObjectGeoCoordinate builds geometry as a set of geographic 3D coordinates.classGeoElevationGridObjectGeoElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0.classGeoLocationObjectGeoLocation positions a regular X3D model onto earth's surface.classGeoLODObjectNote that MFNode rootNode field can contain multiple nodes and has accessType inputOutput.classGeoMetadataObjectGeoMetadata includes a generic subset of metadata about the geographic data.classGeoOriginObjectGeoOrigin is deprecated and discouraged (but nevertheless allowed) in X3D version 3.3.classGeoPositionInterpolatorObjectGeoPositionInterpolator animates objects within a geographic coordinate system.classGeoProximitySensorObjectGeoProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).classGeoTouchSensorObjectGeoTouchSensor returns geographic coordinates for the object being selected.classGeoTransformObjectGeoTransform is a Grouping node that can contain most nodes.classGeoViewpointObjectGeoViewpoint specifies viewpoints using geographic coordinates.Methods in org.web3d.x3d.jsail.Geospatial that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementGeoCoordinateObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoCoordinateObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoElevationGridObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoElevationGridObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoLocationObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoLocationObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoLODObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoLODObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoMetadataObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoMetadataObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoOriginObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoOriginObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoPositionInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoPositionInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoProximitySensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoProximitySensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoTouchSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoTouchSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoTransformObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoTransformObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoViewpointObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGeoViewpointObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Grouping
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Grouping Modifier and Type Class Description classGroupObjectGroup is a Grouping node that can contain most nodes.classStaticGroupObjectStaticGroup is similar to Group node but does not allow access to children after creation time.classSwitchObjectSwitch is a Grouping node that only renders one (or zero) child at a time.classTransformObjectTransform is a Grouping node that can contain most nodes.Methods in org.web3d.x3d.jsail.Grouping that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementGroupObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementGroupObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementStaticGroupObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementStaticGroupObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSwitchObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSwitchObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTransformObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTransformObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.HAnim
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.HAnim Modifier and Type Class Description classHAnimDisplacerObjectHAnimDisplacer nodes alter the shape of coordinate-based geometry within parent HAnimJoint or HAnimSegment nodes.classHAnimHumanoidObjectThe 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.classHAnimJointObjectHAnimJoint node can represent each joint in a body.classHAnimMotionObjectAn HAnimMotion node supports discrete frame-by-frame playback for H-Anim motion data animation.classHAnimSegmentObjectHAnimSegment node contains Shape geometry for each body segment.classHAnimSiteObjectAn HAnimSite node serves three purposes: (a) define an "end effector" location which can be used by an inverse kinematics system, (b) define an attachment point for accessories such as jewelry and clothing, and (c) define a location for a Viewpoint virtual camera in the reference frame of an HAnimSegment (such as a view "through the eyes" of the humanoid for use in multi-user worlds).Methods in org.web3d.x3d.jsail.HAnim that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementHAnimDisplacerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimDisplacerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimHumanoidObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimHumanoidObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimJointObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimJointObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimMotionObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimMotionObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimSegmentObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimSegmentObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimSiteObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementHAnimSiteObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Interpolation
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Interpolation Modifier and Type Class Description classColorInterpolatorObjectColorInterpolator generates a range of color values.classCoordinateInterpolator2DObjectCoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.classCoordinateInterpolatorObjectCoordinateInterpolator 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.classEaseInEaseOutObjectEaseInEaseOut enables gradual animation transitions by modifying TimeSensor fraction outputs.classNormalInterpolatorObjectNormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.classOrientationInterpolatorObjectOrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.classPositionInterpolator2DObjectPositionInterpolator2D generates a series of SFVec2f values.classPositionInterpolatorObjectPositionInterpolator generates a series of 3-tuple SFVec3f values.classScalarInterpolatorObjectScalarInterpolator generates piecewise-linear SFFloat values.classSplinePositionInterpolator2DObjectSplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.classSplinePositionInterpolatorObjectSplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.classSplineScalarInterpolatorObjectSplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.classSquadOrientationInterpolatorObjectSquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event.Methods in org.web3d.x3d.jsail.Interpolation that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementColorInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementColorInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateInterpolator2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateInterpolator2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementEaseInEaseOutObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementEaseInEaseOutObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNormalInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNormalInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementOrientationInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementOrientationInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionInterpolator2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionInterpolator2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPositionInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScalarInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScalarInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSplinePositionInterpolator2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSplinePositionInterpolator2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSplinePositionInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSplinePositionInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSplineScalarInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSplineScalarInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSquadOrientationInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSquadOrientationInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.KeyDeviceSensor
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.KeyDeviceSensor Modifier and Type Class Description classKeySensorObjectKeySensor generates events as the user presses keys on the keyboard.classStringSensorObjectStringSensor generates events as the user presses keys on the keyboard.Methods in org.web3d.x3d.jsail.KeyDeviceSensor that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementKeySensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementKeySensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementStringSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementStringSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Layering
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Layering Modifier and Type Class Description classLayerObjectLayer contains a list of children nodes that define the contents of the layer.classLayerSetObjectLayerSet defines a list of layers and a rendering order.classViewportObjectViewport is a Grouping node that can contain most nodes.Methods in org.web3d.x3d.jsail.Layering that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementLayerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLayerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLayerSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLayerSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementViewportObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementViewportObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Layout
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Layout Modifier and Type Class Description classLayoutGroupObjectLayoutGroup is a Grouping node that can contain most nodes, whose children are related by a common layout within a parent layout.classLayoutLayerObjectLayoutLayer is a Grouping node that can contain most nodes.classLayoutObjectLayout node is used as layout field of LayoutLayer and LayoutGroup nodes.classScreenFontStyleObjectScreenFontStyle is an X3DFontStyleNode defines the size, family, justification, and other styles used within a screen layout.classScreenGroupObjectScreenGroup is a Grouping node that can contain most nodes.Methods in org.web3d.x3d.jsail.Layout that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementLayoutGroupObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLayoutGroupObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLayoutLayerObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLayoutLayerObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLayoutObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLayoutObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScreenFontStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScreenFontStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScreenGroupObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScreenGroupObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Lighting
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Lighting Modifier and Type Class Description classDirectionalLightObjectDirectionalLight might not be scoped by parent Group or Transform at levels 1 or 2.classPointLightObjectLinear attenuation may occur at level 2, full support at level 3.classSpotLightObjectLinear attenuation may occur at level 2, full support at level 3.Methods in org.web3d.x3d.jsail.Lighting that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementDirectionalLightObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementDirectionalLightObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPointLightObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPointLightObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSpotLightObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSpotLightObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Navigation
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Navigation Modifier and Type Class Description classBillboardObjectBillboard is a Grouping node that can contain most nodes.classCollisionObjectCollision detects camera-to-object contact using current view and NavigationInfo avatarSize.classLODObjectLOD (Level Of Detail) uses camera-to-object distance to switch among contained child levels.classNavigationInfoObjectNavigationInfo describes the user's viewing model, user navigation-interaction modalities, and also dimensional characteristics of the user's (typically invisible) avatar.classOrthoViewpointObjectOrthoViewpoint provides an orthographic perspective-free view of a scene from a specific location and direction.classViewpointGroupObjectViewpointGroup can contain Viewpoint, OrthoViewpoint, GeoViewpoint and other ViewpointGroup nodes for better user-navigation support with a shared description on the viewpoint list.classViewpointObjectViewpoint provides a specific location and direction where the user may view the scene.Methods in org.web3d.x3d.jsail.Navigation that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementBillboardObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBillboardObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollisionObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollisionObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLODObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLODObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNavigationInfoObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNavigationInfoObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementOrthoViewpointObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementOrthoViewpointObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementViewpointGroupObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementViewpointGroupObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementViewpointObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementViewpointObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Networking
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Networking Modifier and Type Class Description classAnchorObjectAnchor is a Grouping node that can contain most nodes.classEXPORTObjectFunctional summary: EXPORT exposes a local node for ROUTE passing of event values when the current Scene is included via Inline by a parent external world.classIMPORTObjectFunctional summary: IMPORT provides ROUTE access to a node that has a corresponding EXPORT statement within an Inline scene.classInlineObjectInline can load another X3D or VRML model into the current scene via url.classLoadSensorObjectLoadSensor generates events as watchList child nodes are either loaded or fail to load.Methods in org.web3d.x3d.jsail.Networking that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementAnchorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementAnchorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementEXPORTObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementEXPORTObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIMPORTObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIMPORTObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementInlineObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementInlineObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLoadSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLoadSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.NURBS
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.NURBS Modifier and Type Class Description classContour2DObjectContour2D groups a set of curve segments into a composite contour.classContourPolyline2DObjectContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.classCoordinateDoubleObjectCoordinateDouble builds geometry by defining a set of 3D coordinate (triplet) point values.classNurbsCurve2DObjectNurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface.classNurbsCurveObjectNurbsCurve is a 3D curve analogous to NurbsPatchSurface.classNurbsOrientationInterpolatorObjectNurbsOrientationInterpolator describes a 3D NURBS curve and outputs interpolated orientation values.classNurbsPatchSurfaceObjectNurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface.classNurbsPositionInterpolatorObjectNurbsPositionInterpolator describes a 3D NURBS curve and outputs interpolated position values.classNurbsSetObjectNurbsSet 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.classNurbsSurfaceInterpolatorObjectNurbsSurfaceInterpolator describes a 3D NURBS curve and outputs interpolated position and normal values.classNurbsSweptSurfaceObjectNurbsSweptSurface contains a crossSectionCurve and a trajectoryCurve [NurbsCurve].classNurbsSwungSurfaceObjectNurbsSwungSurface contains a profileCurve and a trajectoryCurve [X3DNurbsControlCurveNode].classNurbsTextureCoordinateObjectNurbsTextureCoordinate describes a 3D NURBS surface in the parametric domain of its surface host, specifying mapping of texture onto the surface.classNurbsTrimmedSurfaceObjectNurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface.Methods in org.web3d.x3d.jsail.NURBS that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementContour2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementContour2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementContourPolyline2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementContourPolyline2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateDoubleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateDoubleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsCurve2DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsCurve2DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsCurveObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsCurveObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsOrientationInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsOrientationInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsPatchSurfaceObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsPatchSurfaceObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsPositionInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsPositionInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsSurfaceInterpolatorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsSurfaceInterpolatorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsSweptSurfaceObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsSweptSurfaceObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsSwungSurfaceObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsSwungSurfaceObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsTextureCoordinateObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsTextureCoordinateObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsTrimmedSurfaceObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNurbsTrimmedSurfaceObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.ParticleSystems
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.ParticleSystems Modifier and Type Class Description classBoundedPhysicsModelObjectBoundedPhysicsModel provides user-defined geometrical boundaries for particle motion.classConeEmitterObjectConeEmitter generates all available particles from a specific point in space.classExplosionEmitterObjectExplosionEmitter generates all particles from a specific point in space at the initial time enabled.classForcePhysicsModelObjectForcePhysicsModel applies a constant force value to the particles.classParticleSystemObjectParticleSystem specifies a complete particle system.classPointEmitterObjectPointEmitter generates particles from a specific point in space using the specified direction and speed.classPolylineEmitterObjectPolylineEmitter emits particles along a single polyline.classSurfaceEmitterObjectSurfaceEmitter generates particles from the surface of an object.classVolumeEmitterObjectVolumeEmitter emits particles from a random position confined within the given closed geometry volume.classWindPhysicsModelObjectWindPhysicsModel applies a wind effect to the particles.Methods in org.web3d.x3d.jsail.ParticleSystems that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementBoundedPhysicsModelObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBoundedPhysicsModelObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementConeEmitterObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementConeEmitterObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementExplosionEmitterObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementExplosionEmitterObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementForcePhysicsModelObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementForcePhysicsModelObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementParticleSystemObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementParticleSystemObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPointEmitterObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPointEmitterObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPolylineEmitterObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPolylineEmitterObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSurfaceEmitterObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSurfaceEmitterObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementVolumeEmitterObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementVolumeEmitterObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementWindPhysicsModelObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementWindPhysicsModelObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Picking
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Picking Modifier and Type Class Description classLinePickSensorObjectLinePickSensor uses one or more pickingGeometry line segments to compute intersections with pickTarget shapes.classPickableGroupObjectPickableGroup is a Grouping node that can contain most nodes.classPointPickSensorObjectPointPickSensor tests one or more pickingGeometry points in space as lying inside the provided pickTarget geometry.classPrimitivePickSensorObjectIf a non-uniform scale is applied to the pick sensor, correct results may require level 3 support.classVolumePickSensorObjectVolumePickSensor tests picking intersections using the pickingGeometry against the pickTarget geometry volume.Methods in org.web3d.x3d.jsail.Picking that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementLinePickSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLinePickSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPickableGroupObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPickableGroupObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPointPickSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPointPickSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPrimitivePickSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPrimitivePickSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementVolumePickSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementVolumePickSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.PointingDeviceSensor
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.PointingDeviceSensor Modifier and Type Class Description classCylinderSensorObjectCylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.classPlaneSensorObjectPlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.classSphereSensorObjectSphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.classTouchSensorObjectTouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry.Methods in org.web3d.x3d.jsail.PointingDeviceSensor that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementCylinderSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCylinderSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPlaneSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPlaneSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSphereSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSphereSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTouchSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTouchSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Rendering
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Rendering Modifier and Type Class Description classClipPlaneObjectClipPlane specifies a single plane equation used to clip (i.classColorObjectColor node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.classColorRGBAObjectColorRGBA node defines a set of RGBA color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.classCoordinateObjectCoordinate builds geometry by defining a set of 3D coordinate (triplet) point values.classIndexedLineSetObjectIndexedLineSet defines polyline segments using index lists corresponding to vertex coordinates.classIndexedTriangleFanSetObjectIndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classIndexedTriangleSetObjectIndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classIndexedTriangleStripSetObjectIndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classLineSetObjectLineSet is a geometry node that can contain a Coordinate|CoordinateDouble node and optionally a Color|ColorRGBA node.classNormalObjectNormal defines a set of 3D surface-normal vectors that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.classPointSetObjectPointSet is a node that contains a set of colored 3D points, represented by contained Color|ColorRGBA and Coordinate|CoordinateDouble nodes.classTriangleFanSetObjectTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classTriangleSetObjectTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classTriangleStripSetObjectTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.Methods in org.web3d.x3d.jsail.Rendering that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementClipPlaneObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementClipPlaneObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementColorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementColorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementColorRGBAObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementColorRGBAObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCoordinateObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedLineSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedLineSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedTriangleFanSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedTriangleFanSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedTriangleSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedTriangleSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedTriangleStripSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIndexedTriangleStripSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLineSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLineSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNormalObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementNormalObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPointSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPointSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTriangleFanSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTriangleFanSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTriangleSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTriangleSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTriangleStripSetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTriangleStripSetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.RigidBodyPhysics
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.RigidBodyPhysics Modifier and Type Class Description classBallJointObjectBallJoint represents an unconstrained joint between two bodies that pivot about a common anchor point.classCollidableOffsetObjectCollidableOffset repositions geometry relative to center of owning body.classCollidableShapeObjectCollidableShape connects the collision detection system, the rigid body model, and the renderable scene graph.classCollisionCollectionObjectCollisionCollection holds a collection of objects that can be managed as a single entity for resolution of inter-object collisions.classCollisionSensorObjectCollisionSensor generates collision-detection events.classCollisionSpaceObjectCollisionSpace holds collection of objects considered together for resolution of inter-object collisions.classContactObjectContact nodes are produced as output events when two collidable objects or spaces make contact.classDoubleAxisHingeJointObjectDoubleAxisHingeJoint has two independent axes located around a common anchor point.classMotorJointObjectMotorJoint drives relative angular velocities between body1 and body2 within a common reference frame.classRigidBodyCollectionObjectRigidBodyCollection represents a system of bodies that interact within a single physics model.classRigidBodyObjectRigidBody describes a collection of shapes with a mass distribution that is affected by the physics model.classSingleAxisHingeJointObjectSingleAxisHingeJoint has single axis about which to rotate, similar to a traditional door hinge.classSliderJointObjectSliderJoint constrains all movement between body1 and body2 along a single axis.classUniversalJointObjectUniversalJoint is like a BallJoint that constrains an extra degree of rotational freedom.Methods in org.web3d.x3d.jsail.RigidBodyPhysics that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementBallJointObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBallJointObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollidableOffsetObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollidableOffsetObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollidableShapeObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollidableShapeObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollisionCollectionObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollisionCollectionObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollisionSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollisionSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollisionSpaceObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCollisionSpaceObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementContactObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementContactObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementDoubleAxisHingeJointObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementDoubleAxisHingeJointObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMotorJointObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMotorJointObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementRigidBodyCollectionObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementRigidBodyCollectionObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementRigidBodyObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementRigidBodyObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSingleAxisHingeJointObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSingleAxisHingeJointObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSliderJointObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSliderJointObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementUniversalJointObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementUniversalJointObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Scripting
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Scripting Modifier and Type Class Description classScriptObjectScript contains author-programmed event behaviors for a scene.Methods in org.web3d.x3d.jsail.Scripting that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementScriptObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementScriptObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Shaders
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Shaders Modifier and Type Class Description classComposedShaderObjectComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.classFloatVertexAttributeObjectFloatVertexAttribute defines a set of per-vertex single-precision floating-point attributes.classMatrix3VertexAttributeObjectMatrix3VertexAttribute defines a set of per-vertex 3x3 matrix attributes.classMatrix4VertexAttributeObjectMatrix4VertexAttribute defines a set of per-vertex 4x4 matrix attributes.classPackagedShaderObjectPackagedShader can contain field declarations, but no CDATA section of plain-text source code.classProgramShaderObjectProgramShader contains no field declarations and no plain-text source code.classShaderPartObjectShaderPart can contain a CDATA section of plain-text source code.classShaderProgramObjectShaderProgram can contain field declarations and a CDATA section of plain-text source code.Methods in org.web3d.x3d.jsail.Shaders that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementComposedShaderObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementComposedShaderObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementFloatVertexAttributeObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementFloatVertexAttributeObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMatrix3VertexAttributeObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMatrix3VertexAttributeObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMatrix4VertexAttributeObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMatrix4VertexAttributeObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPackagedShaderObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPackagedShaderObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProgramShaderObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProgramShaderObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementShaderPartObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementShaderPartObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementShaderProgramObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementShaderProgramObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Shape
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Shape Modifier and Type Class Description classAppearanceObjectAppearance specifies the visual properties of geometry by containing the Material, ImageTexture/MovieTexture/PixelTexture, FillProperties, LineProperties, programmable shader nodes (ComposedShader, PackagedShader, ProgramShader) and TextureTransform nodes.classFillPropertiesObjectFillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape.classLinePropertiesObjectLineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry nodes inside the same Shape.classMaterialObjectMaterial specifies surface rendering properties for associated geometry nodes.classPointPropertiesObjectPointProperties allows precise fine-grained control over the rendering style of PointSet node points inside the same Shape.classShapeObjectShape can appear under any grouping node.classTwoSidedMaterialObjectTwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.Methods in org.web3d.x3d.jsail.Shape that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementAppearanceObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementAppearanceObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementFillPropertiesObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementFillPropertiesObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLinePropertiesObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementLinePropertiesObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMaterialObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMaterialObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPointPropertiesObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPointPropertiesObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementShapeObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementShapeObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTwoSidedMaterialObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTwoSidedMaterialObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Sound
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Sound Modifier and Type Class Description classAudioClipObjectAudioClip provides audio data used by parent Sound nodes.classSoundObjectThe Sound node controls the 3D spatialization of sound playback by a child AudioClip or MovieTexture node.Methods in org.web3d.x3d.jsail.Sound that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementAudioClipObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementAudioClipObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSoundObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSoundObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Text
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Text Modifier and Type Class Description classFontStyleObjectFontStyle is an X3DFontStyleNode that defines the size, family, justification, and other styles used by Text nodes.classTextObjectText is a 2D (flat) geometry node that can contain multiple lines of string values.Methods in org.web3d.x3d.jsail.Text that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementFontStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementFontStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Texturing
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Texturing Modifier and Type Class Description classImageTextureObjectImageTexture maps a 2D-image file onto a geometric shape.classMovieTextureObjectMovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.classMultiTextureCoordinateObjectMultiTextureCoordinate contains multiple TextureCoordinate or TextureCoordinateGenerator nodes, for use by a parent polygonal geometry node such as IndexedFaceSet or a Triangle* node.classMultiTextureObjectMultiTexture applies several individual textures to a single geometry node, enabling a variety of visual effects that include light mapping and environment mapping.classMultiTextureTransformObjectMultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.classPixelTextureObjectPixelTexture creates a 2D-image texture map using a numeric array of pixel values.classTextureCoordinateGeneratorObjectTextureCoordinateGenerator 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).classTextureCoordinateObjectTextureCoordinate 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).classTexturePropertiesObjectTextureProperties allows precise fine-grained control over application of image textures to geometry.classTextureTransformObjectTextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.Methods in org.web3d.x3d.jsail.Texturing that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementImageTextureObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementImageTextureObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMovieTextureObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMovieTextureObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMultiTextureCoordinateObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMultiTextureCoordinateObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMultiTextureObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMultiTextureObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMultiTextureTransformObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementMultiTextureTransformObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPixelTextureObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPixelTextureObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureCoordinateGeneratorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureCoordinateGeneratorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureCoordinateObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureCoordinateObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTexturePropertiesObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTexturePropertiesObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureTransformObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureTransformObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Texturing3D
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Texturing3D Modifier and Type Class Description classComposedTexture3DObjectComposedTexture3D defines a 3D image-based texture map as a collection of 2D texture sources at various depths.classImageTexture3DObjectImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.classPixelTexture3DObjectPixelTexture3D defines a 3D image-based texture map as an explicit array of pixel values (image field).classTextureCoordinate3DObjectTextureCoordinate3D specifies a set of 3D texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices.classTextureCoordinate4DObjectTextureCoordinate4D 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.classTextureTransform3DObjectTextureTransform3D applies a 3D transformation to texture coordinates.classTextureTransformMatrix3DObjectTextureTransformMatrix3D applies a 3D transformation to texture coordinates.Methods in org.web3d.x3d.jsail.Texturing3D that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementComposedTexture3DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementComposedTexture3DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementImageTexture3DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementImageTexture3DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPixelTexture3DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementPixelTexture3DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureCoordinate3DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureCoordinate3DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureCoordinate4DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureCoordinate4DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureTransform3DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureTransform3DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureTransformMatrix3DObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTextureTransformMatrix3DObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.Time
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.Time Modifier and Type Class Description classTimeSensorObjectTimeSensor continuously generates events as time passes.Methods in org.web3d.x3d.jsail.Time that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementTimeSensorObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementTimeSensorObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. -
Uses of X3DConcreteElement in org.web3d.x3d.jsail.VolumeRendering
Subclasses of X3DConcreteElement in org.web3d.x3d.jsail.VolumeRendering Modifier and Type Class Description classBlendedVolumeStyleObjectBlendedVolumeStyle combines rendering of two voxel data sets into one by blending voxel values.classBoundaryEnhancementVolumeStyleObjectBoundaryEnhancementVolumeStyle provides boundary enhancement for the volume rendering style.classCartoonVolumeStyleObjectCartoonVolumeStyle generates cartoon-style non-photorealistic rendering of associated volumetric data.classComposedVolumeStyleObjectComposedVolumeStyle allows compositing multiple rendering styles into single rendering pass.classEdgeEnhancementVolumeStyleObjectEdgeEnhancementVolumeStyle specifies edge enhancement for the volume rendering style.classIsoSurfaceVolumeDataObjectIsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset.classOpacityMapVolumeStyleObjectOpacityMapVolumeStyle specifies that volumetric data is rendered using opacity mapped to a transfer function texture.classProjectionVolumeStyleObjectProjectionVolumeStyle uses voxel data to directly generate output color.classSegmentedVolumeDataObjectSegmentedVolumeData displays a segmented voxel dataset with different RenderStyle nodes.classShadedVolumeStyleObjectAll fields fully supported except shadows supported with at least Phong shading at level 3.classSilhouetteEnhancementVolumeStyleObjectSilhouetteEnhancementVolumeStyle specifies that volumetric data is rendered with silhouette enhancement.classToneMappedVolumeStyleObjectToneMappedVolumeStyle specifies that volumetric data is rendered with Gooch shading model of two-toned warm/cool coloring.classVolumeDataObjectVolumeData displays a simple non-segmented voxel dataset with a single RenderStyle node.Methods in org.web3d.x3d.jsail.VolumeRendering that return X3DConcreteElement Modifier and Type Method Description X3DConcreteElementBlendedVolumeStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBlendedVolumeStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBoundaryEnhancementVolumeStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementBoundaryEnhancementVolumeStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCartoonVolumeStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementCartoonVolumeStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementComposedVolumeStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementComposedVolumeStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementEdgeEnhancementVolumeStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementEdgeEnhancementVolumeStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIsoSurfaceVolumeDataObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementIsoSurfaceVolumeDataObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementOpacityMapVolumeStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementOpacityMapVolumeStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProjectionVolumeStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementProjectionVolumeStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSegmentedVolumeDataObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSegmentedVolumeDataObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementShadedVolumeStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementShadedVolumeStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSilhouetteEnhancementVolumeStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementSilhouetteEnhancementVolumeStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementToneMappedVolumeStyleObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementToneMappedVolumeStyleObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementVolumeDataObject. findElementByNameValue(java.lang.String nameValue)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.X3DConcreteElementVolumeDataObject. findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.