Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
H
- handleArguments(String[]) - Method in class org.web3d.x3d.jsail.Core.X3D
-
Utility method for standalone programs that get created with stylesheet X3dToJava.xslt, also sets loaded X3D model fileInputStream global CommandLine to this X3D object.
- HAnimDisplacer - Class in org.web3d.x3d.jsail.HAnim
-
HAnimDisplacer nodes alter the shape of coordinate-based geometry within parent HAnimJoint or HAnimSegment nodes.
- HAnimDisplacer - Interface in org.web3d.x3d.sai.HAnim
-
HAnimDisplacer nodes alter the shape of coordinate-based geometry within parent HAnimJoint or HAnimSegment nodes.
- HAnimDisplacer() - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Constructor for HAnimDisplacer to initialize member variables with default values.
- HAnimDisplacer(String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Utility constructor that assigns DEF label after initializing member variables with default values.
- HAnimDisplacer(String, String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Utility constructor that assigns both DEF label and name, after initializing member variables with default values.
- HAnimHumanoid - Class in org.web3d.x3d.jsail.HAnim
-
The HAnimHumanoid node is used to: (a) store references to the joints, segments, sites, skeleton, optional skin, and fixed viewpoints, (b) serve as a container for the entire humanoid, (c) provide a convenient way of moving the humanoid through its environment, and (d) store human-readable metadata such as name, version, author, copyright, age, gender and other information.
- HAnimHumanoid - Interface in org.web3d.x3d.sai.HAnim
-
The HAnimHumanoid node is used to: (a) store references to the joints, segments, sites, skeleton, optional skin, and fixed viewpoints, (b) serve as a container for the entire humanoid, (c) provide a convenient way of moving the humanoid through its environment, and (d) store human-readable metadata such as name, version, author, copyright, age, gender and other information.
- HAnimHumanoid() - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Constructor for HAnimHumanoid to initialize member variables with default values.
- HAnimHumanoid(String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Utility constructor that assigns DEF label after initializing member variables with default values.
- HAnimHumanoid(String, String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Utility constructor that assigns both DEF label and name, after initializing member variables with default values.
- HAnimJoint - Class in org.web3d.x3d.jsail.HAnim
-
HAnimJoint node can represent each joint in a body.
- HAnimJoint - Interface in org.web3d.x3d.sai.HAnim
-
HAnimJoint node can represent each joint in a body.
- HAnimJoint() - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Constructor for HAnimJoint to initialize member variables with default values.
- HAnimJoint(String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Utility constructor that assigns DEF label after initializing member variables with default values.
- HAnimJoint(String, String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Utility constructor that assigns both DEF label and name, after initializing member variables with default values.
- HAnimMotion - Class in org.web3d.x3d.jsail.HAnim
-
An HAnimMotion node supports discrete frame-by-frame playback for H-Anim motion data animation.
- HAnimMotion - Interface in org.web3d.x3d.sai.HAnim
-
An HAnimMotion node supports discrete frame-by-frame playback for H-Anim motion data animation.
- HAnimMotion() - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimMotion
-
Constructor for HAnimMotion to initialize member variables with default values.
- HAnimMotion(String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimMotion
-
Utility constructor that assigns DEF label after initializing member variables with default values.
- HAnimSegment - Class in org.web3d.x3d.jsail.HAnim
-
HAnimSegment node contains Shape geometry for each body segment.
- HAnimSegment - Interface in org.web3d.x3d.sai.HAnim
-
HAnimSegment node contains Shape geometry for each body segment.
- HAnimSegment() - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Constructor for HAnimSegment to initialize member variables with default values.
- HAnimSegment(String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Utility constructor that assigns DEF label after initializing member variables with default values.
- HAnimSegment(String, String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Utility constructor that assigns both DEF label and name, after initializing member variables with default values.
- HAnimSite - Class in org.web3d.x3d.jsail.HAnim
-
An HAnimSite node serves three purposes: (a) define an "end effector" location which can be used by an inverse kinematics system, (b) define an attachment point for accessories such as jewelry and clothing, and (c) define a location for a Viewpoint virtual camera in the reference frame of an HAnimSegment (such as a view "through the eyes" of the humanoid for use in multi-user worlds).
- HAnimSite - Interface in org.web3d.x3d.sai.HAnim
-
An HAnimSite node serves three purposes: (a) define an "end effector" location which can be used by an inverse kinematics system, (b) define an attachment point for accessories such as jewelry and clothing, and (c) define a location for a Viewpoint virtual camera in the reference frame of an HAnimSegment (such as a view "through the eyes" of the humanoid for use in multi-user worlds).
- HAnimSite() - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Constructor for HAnimSite to initialize member variables with default values.
- HAnimSite(String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Utility constructor that assigns DEF label after initializing member variables with default values.
- HAnimSite(String, String) - Constructor for class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Utility constructor that assigns both DEF label and name, after initializing member variables with default values.
- hasAmbientTexture() - Method in class org.web3d.x3d.jsail.Shape.Material
-
Indicate whether an object is available for inputOutput SFNode field ambientTexture.
- hasAncestorElementByName(String) - Method in class org.web3d.x3d.jsail.X3DConcreteElement
-
Determine whether ancestor element (i.e. node or statement) is found, meaning this object is an attached child.
- hasAncestorHAnimHumanoid() - Method in class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Return whether ancestor HAnimHumanoid is available
- hasAncestorHAnimHumanoid() - Method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Return whether ancestor HAnimHumanoid is available
- hasAncestorHAnimHumanoid() - Method in class org.web3d.x3d.jsail.HAnim.HAnimMotion
-
Return whether ancestor HAnimHumanoid is available
- hasAncestorHAnimHumanoid() - Method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Return whether ancestor HAnimHumanoid is available
- hasAncestorHAnimHumanoid() - Method in class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Return whether ancestor HAnimHumanoid is available
- hasAncestorProtoBody() - Method in class org.web3d.x3d.jsail.X3DConcreteElement
-
Determine whether ancestor ProtoBody element is found, meaning this object is an attached child.
- hasAncestorScene() - Method in class org.web3d.x3d.jsail.X3DConcreteElement
-
Determine whether ancestor Scene element is found, meaning this object is an attached child.
- hasAncestorX3D() - Method in class org.web3d.x3d.jsail.X3DConcreteElement
-
Determine whether ancestor X3D element is found, meaning this object is an attached child.
- hasAppearance() - Method in class org.web3d.x3d.jsail.ParticleSystems.ParticleSystem
-
Indicate whether an object is available for inputOutput SFNode field appearance.
- hasAppearance() - Method in class org.web3d.x3d.jsail.Shape.Shape
-
Indicate whether an object is available for inputOutput SFNode field appearance.
- hasAttrib() - Method in class org.web3d.x3d.jsail.CADGeometry.IndexedQuadSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.CADGeometry.QuadSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Geometry3D.ElevationGrid
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Rendering.IndexedLineSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleFanSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Rendering.LineSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Rendering.PointSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Rendering.TriangleFanSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Rendering.TriangleSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasAttrib() - Method in class org.web3d.x3d.jsail.Rendering.TriangleStripSet
-
Indicate whether an object is available for inputOutput MFNode field attrib.
- hasBack() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ComposedCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field back.
- hasBackTexture() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.TextureBackground
-
Indicate whether an object is available for inputOutput SFNode field backTexture.
- hasBaseTexture() - Method in class org.web3d.x3d.jsail.Shape.PhysicalMaterial
-
Indicate whether an object is available for inputOutput SFNode field baseTexture.
- hasBlender() - Static method in class org.web3d.x3d.jsail.BlenderLauncher
-
Determine if Blender is locally available.
- hasBodies() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBodyCollection
-
Indicate whether an object is available for inputOutput MFNode field bodies.
- hasBody1() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.BallJoint
-
Indicate whether an object is available for inputOutput SFNode field body1.
- hasBody1() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.Contact
-
Indicate whether an object is available for inputOutput SFNode field body1.
- hasBody1() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.DoubleAxisHingeJoint
-
Indicate whether an object is available for inputOutput SFNode field body1.
- hasBody1() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.MotorJoint
-
Indicate whether an object is available for inputOutput SFNode field body1.
- hasBody1() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SingleAxisHingeJoint
-
Indicate whether an object is available for inputOutput SFNode field body1.
- hasBody1() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SliderJoint
-
Indicate whether an object is available for inputOutput SFNode field body1.
- hasBody1() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.UniversalJoint
-
Indicate whether an object is available for inputOutput SFNode field body1.
- hasBody2() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.BallJoint
-
Indicate whether an object is available for inputOutput SFNode field body2.
- hasBody2() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.Contact
-
Indicate whether an object is available for inputOutput SFNode field body2.
- hasBody2() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.DoubleAxisHingeJoint
-
Indicate whether an object is available for inputOutput SFNode field body2.
- hasBody2() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.MotorJoint
-
Indicate whether an object is available for inputOutput SFNode field body2.
- hasBody2() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SingleAxisHingeJoint
-
Indicate whether an object is available for inputOutput SFNode field body2.
- hasBody2() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SliderJoint
-
Indicate whether an object is available for inputOutput SFNode field body2.
- hasBody2() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.UniversalJoint
-
Indicate whether an object is available for inputOutput SFNode field body2.
- hasBottom() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ComposedCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field bottom.
- hasBottomTexture() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.TextureBackground
-
Indicate whether an object is available for inputOutput SFNode field bottomTexture.
- hasChildren() - Method in class org.web3d.x3d.jsail.CADGeometry.CADAssembly
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.CADGeometry.CADLayer
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.CADGeometry.CADPart
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Core.field
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Core.fieldValue
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Core.ProtoBody
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Core.Scene
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.DIS.EspduTransform
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Geospatial.GeoLocation
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Geospatial.GeoTransform
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Grouping.Group
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Grouping.StaticGroup
-
Indicate whether an object is available for initializeOnly MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Grouping.Switch
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Grouping.Transform
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Layering.Layer
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Layering.Viewport
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Layout.LayoutGroup
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Layout.LayoutLayer
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Layout.ScreenGroup
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Navigation.Billboard
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Navigation.Collision
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Navigation.LOD
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Navigation.ViewpointGroup
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Networking.Anchor
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.NURBS.Contour2D
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildren() - Method in class org.web3d.x3d.jsail.Picking.PickableGroup
-
Indicate whether an object is available for inputOutput MFNode field children.
- hasChildrenElements() - Method in class org.web3d.x3d.jsail.Core.field
-
Indicate whether a node or statement is found in inputOutput MFNode field children.
- hasChildrenElements() - Method in class org.web3d.x3d.jsail.Core.fieldValue
-
Indicate whether a node or statement is found in inputOutput MFNode field children.
- hasCollidable() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollidableOffset
-
Indicate whether an object is available for initializeOnly SFNode field collidable.
- hasCollidables() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionCollection
-
Indicate whether an object is available for inputOutput MFNode field collidables.
- hasCollidables() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSpace
-
Indicate whether an object is available for inputOutput MFNode field collidables.
- hasCollider() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSensor
-
Indicate whether an object is available for inputOutput SFNode field collider.
- hasCollider() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBodyCollection
-
Indicate whether an object is available for initializeOnly SFNode field collider.
- hasColor() - Method in class org.web3d.x3d.jsail.CADGeometry.IndexedQuadSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.CADGeometry.QuadSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Geometry3D.ElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Geospatial.GeoElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Rendering.IndexedLineSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Rendering.LineSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Rendering.PointSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Rendering.TriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Rendering.TriangleSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColor() - Method in class org.web3d.x3d.jsail.Rendering.TriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field color.
- hasColorRamp() - Method in class org.web3d.x3d.jsail.ParticleSystems.ParticleSystem
-
Indicate whether an object is available for initializeOnly SFNode field colorRamp.
- hasComponent() - Method in class org.web3d.x3d.jsail.Core.head
-
Indicate whether an object is available for inputOutput MFNode field componentList.
- hasComponent(String) - Method in class org.web3d.x3d.jsail.Core.head
-
Determine whether relevant component statement is present.
- hasConnect() - Method in class org.web3d.x3d.jsail.Core.IS
-
Indicate whether an object is available for inputOutput MFNode field connectList.
- hasControlPoint() - Method in class org.web3d.x3d.jsail.NURBS.NurbsCurve
-
Indicate whether an object is available for inputOutput SFNode field controlPoint.
- hasControlPoint() - Method in class org.web3d.x3d.jsail.NURBS.NurbsOrientationInterpolator
-
Indicate whether an object is available for inputOutput SFNode field controlPoint.
- hasControlPoint() - Method in class org.web3d.x3d.jsail.NURBS.NurbsPatchSurface
-
Indicate whether an object is available for inputOutput SFNode field controlPoint.
- hasControlPoint() - Method in class org.web3d.x3d.jsail.NURBS.NurbsPositionInterpolator
-
Indicate whether an object is available for inputOutput SFNode field controlPoint.
- hasControlPoint() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSurfaceInterpolator
-
Indicate whether an object is available for inputOutput SFNode field controlPoint.
- hasControlPoint() - Method in class org.web3d.x3d.jsail.NURBS.NurbsTrimmedSurface
-
Indicate whether an object is available for inputOutput SFNode field controlPoint.
- hasCoord() - Method in class org.web3d.x3d.jsail.CADGeometry.IndexedQuadSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.CADGeometry.QuadSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.ParticleSystems.PolylineEmitter
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.ParticleSystems.VolumeEmitter
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedLineSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.Rendering.LineSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.Rendering.PointSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.Rendering.TriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.Rendering.TriangleSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCoord() - Method in class org.web3d.x3d.jsail.Rendering.TriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field coord.
- hasCrossSectionCurve() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSweptSurface
-
Indicate whether an object is available for inputOutput SFNode field crossSectionCurve.
- hasData() - Method in class org.web3d.x3d.jsail.Geospatial.GeoMetadata
-
Indicate whether an object is available for inputOutput MFNode field data.
- hasDiffuseTexture() - Method in class org.web3d.x3d.jsail.Shape.Material
-
Indicate whether an object is available for inputOutput SFNode field diffuseTexture.
- hasDisplacers() - Method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Indicate whether an object is available for inputOutput MFNode field displacers.
- hasDisplacers() - Method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Indicate whether an object is available for inputOutput MFNode field displacers.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.CADGeometry.CADAssembly
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.CADGeometry.CADFace
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.CADGeometry.CADLayer
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.CADGeometry.CADPart
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.CADGeometry.IndexedQuadSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.CADGeometry.QuadSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.CommentsBlock
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.component
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.connect
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.ExternProtoDeclare
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.field
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.fieldValue
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.head
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.IS
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.meta
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.MetadataBoolean
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.MetadataDouble
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.MetadataFloat
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.MetadataInteger
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.MetadataSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.MetadataString
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.ProtoBody
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.ProtoDeclare
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.ProtoInstance
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.ProtoInterface
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.ROUTE
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.Scene
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.unit
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.WorldInfo
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Core.X3D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ComposedCubeMapTexture
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.CubeMapTexturing.GeneratedCubeMapTexture
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ImageCubeMapTexture
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.DIS.DISEntityManager
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.DIS.DISEntityTypeMapping
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.DIS.EspduTransform
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.DIS.ReceiverPdu
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.DIS.SignalPdu
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.DIS.TransmitterPdu
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.Background
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.Fog
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.FogCoordinate
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.LocalFog
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.TextureBackground
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.ProximitySensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.TransformSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.VisibilitySensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanFilter
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanSequencer
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanToggle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanTrigger
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EventUtilities.IntegerSequencer
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EventUtilities.IntegerTrigger
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.EventUtilities.TimeTrigger
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.ColorChaser
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.ColorDamper
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.CoordinateChaser
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.CoordinateDamper
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.OrientationChaser
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.OrientationDamper
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.PositionChaser
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.PositionChaser2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.PositionDamper
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.PositionDamper2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.ScalarChaser
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.ScalarDamper
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.TexCoordChaser2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Followers.TexCoordDamper2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry2D.Arc2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry2D.ArcClose2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry2D.Circle2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry2D.Disk2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry2D.Polyline2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry2D.Polypoint2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry2D.Rectangle2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry2D.TriangleSet2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry3D.Box
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry3D.Cone
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry3D.Cylinder
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry3D.ElevationGrid
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry3D.Extrusion
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geometry3D.Sphere
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoCoordinate
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoElevationGrid
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoLocation
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoLOD
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoMetadata
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoOrigin
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoPositionInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoProximitySensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoTouchSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoTransform
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoViewpoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Grouping.Group
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Grouping.StaticGroup
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Grouping.Switch
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Grouping.Transform
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimMotion
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.ColorInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.CoordinateInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.CoordinateInterpolator2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.EaseInEaseOut
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.NormalInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.OrientationInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.PositionInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.PositionInterpolator2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.ScalarInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.SplinePositionInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.SplinePositionInterpolator2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.SplineScalarInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Interpolation.SquadOrientationInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.KeyDeviceSensor.KeySensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.KeyDeviceSensor.StringSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Layering.Layer
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Layering.LayerSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Layering.Viewport
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Layout.Layout
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Layout.LayoutGroup
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Layout.LayoutLayer
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Layout.ScreenFontStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Layout.ScreenGroup
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Lighting.DirectionalLight
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Lighting.PointLight
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Lighting.SpotLight
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Navigation.Billboard
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Navigation.Collision
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Navigation.LOD
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Navigation.NavigationInfo
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Navigation.OrthoViewpoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Navigation.Viewpoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Navigation.ViewpointGroup
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Networking.Anchor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Networking.EXPORT
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Networking.IMPORT
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Networking.Inline
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Networking.LoadSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.Contour2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.ContourPolyline2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.CoordinateDouble
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsCurve
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsCurve2D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsOrientationInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsPatchSurface
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsPositionInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsSurfaceInterpolator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsSweptSurface
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsSwungSurface
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsTextureCoordinate
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsTrimmedSurface
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.ParticleSystems.BoundedPhysicsModel
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.ParticleSystems.ConeEmitter
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.ParticleSystems.ExplosionEmitter
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.ParticleSystems.ForcePhysicsModel
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.ParticleSystems.ParticleSystem
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.ParticleSystems.PointEmitter
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.ParticleSystems.PolylineEmitter
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.ParticleSystems.SurfaceEmitter
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.ParticleSystems.VolumeEmitter
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.ParticleSystems.WindPhysicsModel
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Picking.LinePickSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Picking.PickableGroup
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Picking.PointPickSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Picking.PrimitivePickSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Picking.VolumePickSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.CylinderSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.PlaneSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.SphereSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.TouchSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.ClipPlane
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.Color
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.ColorRGBA
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.Coordinate
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.IndexedLineSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleFanSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.LineSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.Normal
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.PointSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.TriangleFanSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.TriangleSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Rendering.TriangleStripSet
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.BallJoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollidableOffset
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollidableShape
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionCollection
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSpace
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.Contact
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.DoubleAxisHingeJoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.MotorJoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBody
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBodyCollection
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SingleAxisHingeJoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SliderJoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.UniversalJoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Scripting.Script
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shaders.ComposedShader
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shaders.FloatVertexAttribute
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shaders.Matrix3VertexAttribute
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shaders.Matrix4VertexAttribute
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shaders.PackagedShader
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shaders.ProgramShader
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shaders.ShaderPart
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shaders.ShaderProgram
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shape.AcousticProperties
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shape.FillProperties
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shape.LineProperties
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shape.Material
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shape.PhysicalMaterial
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shape.PointProperties
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shape.Shape
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shape.TwoSidedMaterial
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Shape.UnlitMaterial
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.Analyser
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.AudioBufferSource
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.AudioClip
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.AudioDestination
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.BiquadFilter
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.ChannelMerger
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.ChannelSelector
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.ChannelSplitter
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.Convolver
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.Delay
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.DynamicsCompressor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.Gain
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.ListenerPoint
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.MicrophoneSource
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.OscillatorSource
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.PeriodicWave
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.Sound
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.SpatialSound
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.StreamAudioDestination
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.StreamAudioSource
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Sound.WaveShaper
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Text.FontStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Text.Text
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.TextureProjector.TextureProjector
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.TextureProjector.TextureProjectorParallel
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing.ImageTexture
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing.MovieTexture
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing.MultiTexture
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing.MultiTextureCoordinate
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing.MultiTextureTransform
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing.PixelTexture
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing.TextureCoordinate
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing.TextureCoordinateGenerator
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing.TextureProperties
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing.TextureTransform
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing3D.ComposedTexture3D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing3D.ImageTexture3D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing3D.PixelTexture3D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing3D.TextureCoordinate3D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing3D.TextureCoordinate4D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing3D.TextureTransform3D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Texturing3D.TextureTransformMatrix3D
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.Time.TimeSensor
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.BlendedVolumeStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.BoundaryEnhancementVolumeStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.CartoonVolumeStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.ComposedVolumeStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.EdgeEnhancementVolumeStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.IsoSurfaceVolumeData
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.OpacityMapVolumeStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.ProjectionVolumeStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.SegmentedVolumeData
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.ShadedVolumeStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.SilhouetteEnhancementVolumeStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.ToneMappedVolumeStyle
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasElementByNameValue(String, String) - Method in class org.web3d.x3d.jsail.VolumeRendering.VolumeData
-
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
- hasEmissiveTexture() - Method in class org.web3d.x3d.jsail.Shape.Material
-
Indicate whether an object is available for inputOutput SFNode field emissiveTexture.
- hasEmissiveTexture() - Method in class org.web3d.x3d.jsail.Shape.PhysicalMaterial
-
Indicate whether an object is available for inputOutput SFNode field emissiveTexture.
- hasEmissiveTexture() - Method in class org.web3d.x3d.jsail.Shape.UnlitMaterial
-
Indicate whether an object is available for inputOutput SFNode field emissiveTexture.
- hasEmitter() - Method in class org.web3d.x3d.jsail.ParticleSystems.ParticleSystem
-
Indicate whether an object is available for initializeOnly SFNode field emitter.
- hasExternProtoDeclare() - Method in class org.web3d.x3d.jsail.Core.ProtoInstance
-
Determine whether a corresponding ExternProtoDeclare with same name is connected in this scene graph.
- hasField() - Method in class org.web3d.x3d.jsail.Core.ExternProtoDeclare
-
Indicate whether an object is available for inputOutput MFNode field fieldList.
- hasField() - Method in class org.web3d.x3d.jsail.Core.ProtoInterface
-
Indicate whether an object is available for inputOutput MFNode field fieldList.
- hasField() - Method in class org.web3d.x3d.jsail.Scripting.Script
-
Indicate whether an object is available for inputOutput MFNode field fieldList.
- hasField() - Method in class org.web3d.x3d.jsail.Shaders.ComposedShader
-
Indicate whether an object is available for inputOutput MFNode field fieldList.
- hasField() - Method in class org.web3d.x3d.jsail.Shaders.PackagedShader
-
Indicate whether an object is available for inputOutput MFNode field fieldList.
- hasField() - Method in class org.web3d.x3d.jsail.Shaders.ShaderProgram
-
Indicate whether an object is available for inputOutput MFNode field fieldList.
- hasField(String) - Method in class org.web3d.x3d.jsail.Core.ExternProtoDeclare
-
Determine if field statement is present.
- hasField(String) - Method in class org.web3d.x3d.jsail.Core.ProtoDeclare
-
Determine if field statement is present in contained ProtoInterface.
- hasField(String) - Method in class org.web3d.x3d.jsail.Core.ProtoInterface
-
Determine if field statement is present.
- hasField(String) - Method in class org.web3d.x3d.jsail.Scripting.Script
-
Determine if field statement is present.
- hasField(String) - Method in class org.web3d.x3d.jsail.Shaders.ComposedShader
-
Determine if field statement is present.
- hasField(String) - Method in class org.web3d.x3d.jsail.Shaders.PackagedShader
-
Determine if field statement is present.
- hasField(String) - Method in class org.web3d.x3d.jsail.Shaders.ShaderProgram
-
Determine if field statement is present.
- hasFieldValue() - Method in class org.web3d.x3d.jsail.Core.ProtoInstance
-
Indicate whether an object is available for inputOutput MFNode field fieldValueList.
- hasFieldValue(String) - Method in class org.web3d.x3d.jsail.Core.ProtoInstance
-
Determine if fieldValue statement is present.
- hasFillProperties() - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Indicate whether an object is available for inputOutput SFNode field fillProperties.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.CADGeometry.IndexedQuadSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.CADGeometry.QuadSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Geometry3D.ElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedLineSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Rendering.LineSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Rendering.PointSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Rendering.TriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Rendering.TriangleSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFogCoord() - Method in class org.web3d.x3d.jsail.Rendering.TriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field fogCoord.
- hasFontStyle() - Method in class org.web3d.x3d.jsail.Text.Text
-
Indicate whether an object is available for inputOutput SFNode field fontStyle.
- hasFront() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ComposedCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field front.
- hasFrontTexture() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.TextureBackground
-
Indicate whether an object is available for inputOutput SFNode field frontTexture.
- hasGeometry() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSet
-
Indicate whether an object is available for inputOutput MFNode field geometry.
- hasGeometry() - Method in class org.web3d.x3d.jsail.ParticleSystems.BoundedPhysicsModel
-
Indicate whether an object is available for inputOutput SFNode field geometry.
- hasGeometry() - Method in class org.web3d.x3d.jsail.ParticleSystems.ParticleSystem
-
Indicate whether an object is available for inputOutput SFNode field geometry.
- hasGeometry() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBody
-
Indicate whether an object is available for inputOutput MFNode field geometry.
- hasGeometry() - Method in class org.web3d.x3d.jsail.Shape.Shape
-
Indicate whether an object is available for inputOutput SFNode field geometry.
- hasGeometry1() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.Contact
-
Indicate whether an object is available for inputOutput SFNode field geometry1.
- hasGeometry2() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.Contact
-
Indicate whether an object is available for inputOutput SFNode field geometry2.
- hasGeoOrigin() - Method in class org.web3d.x3d.jsail.Geospatial.GeoCoordinate
-
Indicate whether an object is available for initializeOnly SFNode field geoOrigin.
- hasGeoOrigin() - Method in class org.web3d.x3d.jsail.Geospatial.GeoElevationGrid
-
Indicate whether an object is available for initializeOnly SFNode field geoOrigin.
- hasGeoOrigin() - Method in class org.web3d.x3d.jsail.Geospatial.GeoLocation
-
Indicate whether an object is available for initializeOnly SFNode field geoOrigin.
- hasGeoOrigin() - Method in class org.web3d.x3d.jsail.Geospatial.GeoLOD
-
Indicate whether an object is available for initializeOnly SFNode field geoOrigin.
- hasGeoOrigin() - Method in class org.web3d.x3d.jsail.Geospatial.GeoPositionInterpolator
-
Indicate whether an object is available for initializeOnly SFNode field geoOrigin.
- hasGeoOrigin() - Method in class org.web3d.x3d.jsail.Geospatial.GeoProximitySensor
-
Indicate whether an object is available for initializeOnly SFNode field geoOrigin.
- hasGeoOrigin() - Method in class org.web3d.x3d.jsail.Geospatial.GeoTouchSensor
-
Indicate whether an object is available for initializeOnly SFNode field geoOrigin.
- hasGeoOrigin() - Method in class org.web3d.x3d.jsail.Geospatial.GeoTransform
-
Indicate whether an object is available for initializeOnly SFNode field geoOrigin.
- hasGeoOrigin() - Method in class org.web3d.x3d.jsail.Geospatial.GeoViewpoint
-
Indicate whether an object is available for initializeOnly SFNode field geoOrigin.
- hasGradients() - Method in class org.web3d.x3d.jsail.VolumeRendering.IsoSurfaceVolumeData
-
Indicate whether an object is available for inputOutput SFNode field gradients.
- hasHanimFeaturePointNameAlias(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Whether a alias exists for this hanimFeaturePointName
- hasHanimFeaturePointNameAlias(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Whether a alias exists for this hanimFeaturePointName
- hasHanimFeaturePointNameIndex(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Whether an index exists for this hanimFeaturePointName
- hasHanimFeaturePointNameIndex(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Whether an index exists for this hanimFeaturePointName
- hasHanimFeaturePointNameLoa(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Whether an loa exists for this hanimFeaturePointName
- hasHanimFeaturePointNameLoa(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Whether an loa exists for this hanimFeaturePointName
- hasHanimJointNameAlias(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Whether a alias exists for this hanimJointName
- hasHanimJointNameIndex(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Whether an index exists for this hanimJointName
- hasHanimJointNameLoa(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Whether an loa exists for this hanimJointName
- hasHanimSegmentNameAlias(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Whether a alias exists for this hanimSegmentName
- hasHanimSegmentNameIndex(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Whether an index exists for this hanimSegmentName
- hasHanimSegmentNameLoa(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Whether an loa exists for this hanimSegmentName
- hasHead() - Method in class org.web3d.x3d.jsail.Core.X3D
-
Indicate whether an object is available for inputOutput SFNode field head.
- hasIS() - Method in class org.web3d.x3d.jsail.CADGeometry.CADAssembly
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.CADGeometry.CADFace
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.CADGeometry.CADLayer
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.CADGeometry.CADPart
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.CADGeometry.IndexedQuadSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.CADGeometry.QuadSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Core.MetadataBoolean
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Core.MetadataDouble
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Core.MetadataFloat
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Core.MetadataInteger
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Core.MetadataSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Core.MetadataString
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Core.ProtoInstance
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Core.WorldInfo
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ComposedCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.GeneratedCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ImageCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.DIS.DISEntityManager
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.DIS.DISEntityTypeMapping
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.DIS.EspduTransform
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.DIS.ReceiverPdu
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.DIS.SignalPdu
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.DIS.TransmitterPdu
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.Background
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.Fog
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.FogCoordinate
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.LocalFog
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.TextureBackground
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.ProximitySensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.TransformSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.VisibilitySensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanFilter
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanSequencer
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanToggle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanTrigger
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EventUtilities.IntegerSequencer
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EventUtilities.IntegerTrigger
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.EventUtilities.TimeTrigger
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.ColorChaser
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.ColorDamper
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.CoordinateChaser
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.CoordinateDamper
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.OrientationChaser
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.OrientationDamper
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.PositionChaser
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.PositionChaser2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.PositionDamper
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.PositionDamper2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.ScalarChaser
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.ScalarDamper
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.TexCoordChaser2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Followers.TexCoordDamper2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry2D.Arc2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry2D.ArcClose2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry2D.Circle2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry2D.Disk2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry2D.Polyline2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry2D.Polypoint2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry2D.Rectangle2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry2D.TriangleSet2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry3D.Box
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry3D.Cone
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry3D.Cylinder
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry3D.ElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry3D.Extrusion
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geometry3D.Sphere
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoCoordinate
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoLocation
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoLOD
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoMetadata
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoOrigin
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoPositionInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoProximitySensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoTouchSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoTransform
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Geospatial.GeoViewpoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Grouping.Group
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Grouping.StaticGroup
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Grouping.Switch
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Grouping.Transform
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.HAnim.HAnimMotion
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.ColorInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.CoordinateInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.CoordinateInterpolator2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.EaseInEaseOut
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.NormalInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.OrientationInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.PositionInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.PositionInterpolator2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.ScalarInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.SplinePositionInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.SplinePositionInterpolator2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.SplineScalarInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Interpolation.SquadOrientationInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.KeyDeviceSensor.KeySensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.KeyDeviceSensor.StringSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Layering.Layer
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Layering.LayerSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Layering.Viewport
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Layout.Layout
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Layout.LayoutGroup
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Layout.LayoutLayer
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Layout.ScreenFontStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Layout.ScreenGroup
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Lighting.DirectionalLight
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Lighting.PointLight
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Lighting.SpotLight
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Navigation.Billboard
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Navigation.Collision
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Navigation.LOD
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Navigation.NavigationInfo
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Navigation.OrthoViewpoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Navigation.Viewpoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Navigation.ViewpointGroup
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Networking.Anchor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Networking.Inline
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Networking.LoadSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.Contour2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.ContourPolyline2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.CoordinateDouble
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsCurve
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsCurve2D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsOrientationInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsPatchSurface
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsPositionInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSurfaceInterpolator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSweptSurface
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSwungSurface
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsTextureCoordinate
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.NURBS.NurbsTrimmedSurface
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.ParticleSystems.BoundedPhysicsModel
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.ParticleSystems.ConeEmitter
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.ParticleSystems.ExplosionEmitter
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.ParticleSystems.ForcePhysicsModel
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.ParticleSystems.ParticleSystem
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.ParticleSystems.PointEmitter
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.ParticleSystems.PolylineEmitter
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.ParticleSystems.SurfaceEmitter
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.ParticleSystems.VolumeEmitter
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.ParticleSystems.WindPhysicsModel
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Picking.LinePickSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Picking.PickableGroup
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Picking.PointPickSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Picking.PrimitivePickSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Picking.VolumePickSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.CylinderSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.PlaneSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.SphereSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.TouchSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.ClipPlane
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.Color
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.ColorRGBA
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.Coordinate
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.IndexedLineSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.LineSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.Normal
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.PointSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.TriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.TriangleSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Rendering.TriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.BallJoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollidableOffset
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollidableShape
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionCollection
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSpace
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.Contact
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.DoubleAxisHingeJoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.MotorJoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBody
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBodyCollection
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SingleAxisHingeJoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SliderJoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.UniversalJoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Scripting.Script
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shaders.ComposedShader
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shaders.FloatVertexAttribute
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shaders.Matrix3VertexAttribute
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shaders.Matrix4VertexAttribute
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shaders.PackagedShader
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shaders.ProgramShader
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shaders.ShaderPart
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shaders.ShaderProgram
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shape.AcousticProperties
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shape.FillProperties
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shape.LineProperties
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shape.Material
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shape.PhysicalMaterial
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shape.PointProperties
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shape.Shape
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shape.TwoSidedMaterial
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Shape.UnlitMaterial
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.Analyser
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.AudioBufferSource
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.AudioClip
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.AudioDestination
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.BiquadFilter
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.ChannelMerger
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.ChannelSelector
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.ChannelSplitter
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.Convolver
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.Delay
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.DynamicsCompressor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.Gain
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.ListenerPoint
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.MicrophoneSource
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.OscillatorSource
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.PeriodicWave
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.Sound
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.SpatialSound
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.StreamAudioDestination
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.StreamAudioSource
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Sound.WaveShaper
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Text.FontStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Text.Text
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.TextureProjector.TextureProjector
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.TextureProjector.TextureProjectorParallel
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing.ImageTexture
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing.MovieTexture
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing.MultiTexture
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing.MultiTextureCoordinate
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing.MultiTextureTransform
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing.PixelTexture
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing.TextureCoordinate
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing.TextureCoordinateGenerator
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing.TextureProperties
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing.TextureTransform
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing3D.ComposedTexture3D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing3D.ImageTexture3D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing3D.PixelTexture3D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing3D.TextureCoordinate3D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing3D.TextureCoordinate4D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing3D.TextureTransform3D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Texturing3D.TextureTransformMatrix3D
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.Time.TimeSensor
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.BlendedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.BoundaryEnhancementVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.CartoonVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.ComposedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.EdgeEnhancementVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.IsoSurfaceVolumeData
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.OpacityMapVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.ProjectionVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.SegmentedVolumeData
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.ShadedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.SilhouetteEnhancementVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.ToneMappedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasIS() - Method in class org.web3d.x3d.jsail.VolumeRendering.VolumeData
-
Indicate whether an object is available for inputOutput SFNode field IS.
- hasJoints() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput MFNode field joints.
- hasJoints() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBodyCollection
-
Indicate whether an object is available for inputOutput MFNode field joints.
- hasLayers() - Method in class org.web3d.x3d.jsail.Layering.LayerSet
-
Indicate whether an object is available for inputOutput MFNode field layers.
- hasLayout() - Method in class org.web3d.x3d.jsail.Layout.LayoutGroup
-
Indicate whether an object is available for inputOutput SFNode field layout.
- hasLayout() - Method in class org.web3d.x3d.jsail.Layout.LayoutLayer
-
Indicate whether an object is available for inputOutput SFNode field layout.
- hasLeft() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ComposedCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field left.
- hasLeftTexture() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.TextureBackground
-
Indicate whether an object is available for inputOutput SFNode field leftTexture.
- hasLineProperties() - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Indicate whether an object is available for inputOutput SFNode field lineProperties.
- hasMapping() - Method in class org.web3d.x3d.jsail.DIS.DISEntityManager
-
Indicate whether an object is available for inputOutput MFNode field mapping.
- hasMassDensityModel() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBody
-
Indicate whether an object is available for inputOutput SFNode field massDensityModel.
- hasMaterial() - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Indicate whether an object is available for inputOutput SFNode field material.
- hasMaterial() - Method in class org.web3d.x3d.jsail.VolumeRendering.ShadedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field material.
- hasMeshLab() - Static method in class org.web3d.x3d.jsail.MeshLabLauncher
-
Determine if MeshLab is locally available.
- hasMeta() - Method in class org.web3d.x3d.jsail.Core.head
-
Indicate whether an object is available for inputOutput MFNode field metaList.
- hasMeta(String) - Method in class org.web3d.x3d.jsail.Core.head
-
Determine whether relevant meta statement is present.
- hasMetadata() - Method in class org.web3d.x3d.jsail.CADGeometry.CADAssembly
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.CADGeometry.CADFace
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.CADGeometry.CADLayer
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.CADGeometry.CADPart
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.CADGeometry.IndexedQuadSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.CADGeometry.QuadSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Core.MetadataBoolean
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Core.MetadataDouble
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Core.MetadataFloat
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Core.MetadataInteger
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Core.MetadataSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Core.MetadataString
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Core.ProtoInstance
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Core.WorldInfo
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ComposedCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.GeneratedCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ImageCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.DIS.DISEntityManager
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.DIS.DISEntityTypeMapping
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.DIS.EspduTransform
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.DIS.ReceiverPdu
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.DIS.SignalPdu
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.DIS.TransmitterPdu
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.Background
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.Fog
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.FogCoordinate
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.LocalFog
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.TextureBackground
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.ProximitySensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.TransformSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.VisibilitySensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanFilter
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanSequencer
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanToggle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanTrigger
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EventUtilities.IntegerSequencer
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EventUtilities.IntegerTrigger
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.EventUtilities.TimeTrigger
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.ColorChaser
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.ColorDamper
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.CoordinateChaser
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.CoordinateDamper
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.OrientationChaser
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.OrientationDamper
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.PositionChaser
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.PositionChaser2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.PositionDamper
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.PositionDamper2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.ScalarChaser
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.ScalarDamper
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.TexCoordChaser2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Followers.TexCoordDamper2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry2D.Arc2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry2D.ArcClose2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry2D.Circle2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry2D.Disk2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry2D.Polyline2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry2D.Polypoint2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry2D.Rectangle2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry2D.TriangleSet2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry3D.Box
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry3D.Cone
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry3D.Cylinder
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry3D.ElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry3D.Extrusion
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geometry3D.Sphere
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoCoordinate
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoLocation
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoLOD
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoMetadata
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoOrigin
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoPositionInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoProximitySensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoTouchSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoTransform
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Geospatial.GeoViewpoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Grouping.Group
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Grouping.StaticGroup
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Grouping.Switch
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Grouping.Transform
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.HAnim.HAnimMotion
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.ColorInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.CoordinateInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.CoordinateInterpolator2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.EaseInEaseOut
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.NormalInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.OrientationInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.PositionInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.PositionInterpolator2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.ScalarInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.SplinePositionInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.SplinePositionInterpolator2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.SplineScalarInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Interpolation.SquadOrientationInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.KeyDeviceSensor.KeySensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.KeyDeviceSensor.StringSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Layering.Layer
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Layering.LayerSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Layering.Viewport
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Layout.Layout
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Layout.LayoutGroup
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Layout.LayoutLayer
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Layout.ScreenFontStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Layout.ScreenGroup
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Lighting.DirectionalLight
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Lighting.PointLight
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Lighting.SpotLight
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Navigation.Billboard
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Navigation.Collision
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Navigation.LOD
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Navigation.NavigationInfo
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Navigation.OrthoViewpoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Navigation.Viewpoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Navigation.ViewpointGroup
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Networking.Anchor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Networking.Inline
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Networking.LoadSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.Contour2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.ContourPolyline2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.CoordinateDouble
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsCurve
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsCurve2D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsOrientationInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsPatchSurface
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsPositionInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSurfaceInterpolator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSweptSurface
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSwungSurface
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsTextureCoordinate
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.NURBS.NurbsTrimmedSurface
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.ParticleSystems.BoundedPhysicsModel
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.ParticleSystems.ConeEmitter
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.ParticleSystems.ExplosionEmitter
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.ParticleSystems.ForcePhysicsModel
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.ParticleSystems.ParticleSystem
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.ParticleSystems.PointEmitter
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.ParticleSystems.PolylineEmitter
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.ParticleSystems.SurfaceEmitter
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.ParticleSystems.VolumeEmitter
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.ParticleSystems.WindPhysicsModel
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Picking.LinePickSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Picking.PickableGroup
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Picking.PointPickSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Picking.PrimitivePickSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Picking.VolumePickSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.CylinderSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.PlaneSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.SphereSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.TouchSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.ClipPlane
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.Color
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.ColorRGBA
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.Coordinate
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.IndexedLineSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.LineSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.Normal
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.PointSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.TriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.TriangleSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Rendering.TriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.BallJoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollidableOffset
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollidableShape
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionCollection
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSpace
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.Contact
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.DoubleAxisHingeJoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.MotorJoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBody
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBodyCollection
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SingleAxisHingeJoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SliderJoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.UniversalJoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Scripting.Script
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shaders.ComposedShader
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shaders.FloatVertexAttribute
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shaders.Matrix3VertexAttribute
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shaders.Matrix4VertexAttribute
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shaders.PackagedShader
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shaders.ProgramShader
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shaders.ShaderPart
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shaders.ShaderProgram
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shape.AcousticProperties
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shape.FillProperties
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shape.LineProperties
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shape.Material
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shape.PhysicalMaterial
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shape.PointProperties
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shape.Shape
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shape.TwoSidedMaterial
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Shape.UnlitMaterial
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.Analyser
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.AudioBufferSource
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.AudioClip
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.AudioDestination
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.BiquadFilter
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.ChannelMerger
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.ChannelSelector
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.ChannelSplitter
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.Convolver
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.Delay
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.DynamicsCompressor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.Gain
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.ListenerPoint
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.MicrophoneSource
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.OscillatorSource
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.PeriodicWave
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.Sound
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.SpatialSound
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.StreamAudioDestination
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.StreamAudioSource
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Sound.WaveShaper
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Text.FontStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Text.Text
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.TextureProjector.TextureProjector
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.TextureProjector.TextureProjectorParallel
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing.ImageTexture
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing.MovieTexture
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing.MultiTexture
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing.MultiTextureCoordinate
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing.MultiTextureTransform
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing.PixelTexture
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing.TextureCoordinate
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing.TextureCoordinateGenerator
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing.TextureProperties
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing.TextureTransform
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing3D.ComposedTexture3D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing3D.ImageTexture3D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing3D.PixelTexture3D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing3D.TextureCoordinate3D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing3D.TextureCoordinate4D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing3D.TextureTransform3D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Texturing3D.TextureTransformMatrix3D
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.Time.TimeSensor
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.BlendedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.BoundaryEnhancementVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.CartoonVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.ComposedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.EdgeEnhancementVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.IsoSurfaceVolumeData
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.OpacityMapVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.ProjectionVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.SegmentedVolumeData
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.ShadedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.SilhouetteEnhancementVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.ToneMappedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetadata() - Method in class org.web3d.x3d.jsail.VolumeRendering.VolumeData
-
Indicate whether an object is available for inputOutput SFNode field metadata.
- hasMetallicRoughnessTexture() - Method in class org.web3d.x3d.jsail.Shape.PhysicalMaterial
-
Indicate whether an object is available for inputOutput SFNode field metallicRoughnessTexture.
- hasMotions() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput MFNode field motions.
- hasNavigationInfo() - Method in class org.web3d.x3d.jsail.Geospatial.GeoViewpoint
-
Indicate whether an object is available for inputOutput SFNode field navigationInfo.
- hasNavigationInfo() - Method in class org.web3d.x3d.jsail.Navigation.OrthoViewpoint
-
Indicate whether an object is available for inputOutput SFNode field navigationInfo.
- hasNavigationInfo() - Method in class org.web3d.x3d.jsail.Navigation.Viewpoint
-
Indicate whether an object is available for inputOutput SFNode field navigationInfo.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.CADGeometry.CADAssembly
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.CADGeometry.CADFace
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.CADGeometry.CADLayer
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.CADGeometry.CADPart
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.CADGeometry.IndexedQuadSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.CADGeometry.QuadSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.CommentsBlock
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.component
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.connect
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.ExternProtoDeclare
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.field
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.fieldValue
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.head
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.IS
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.meta
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.MetadataBoolean
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.MetadataDouble
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.MetadataFloat
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.MetadataInteger
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.MetadataSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.MetadataString
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.ProtoBody
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.ProtoDeclare
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.ProtoInstance
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.ProtoInterface
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.ROUTE
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.Scene
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.unit
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.WorldInfo
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Core.X3D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ComposedCubeMapTexture
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.CubeMapTexturing.GeneratedCubeMapTexture
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ImageCubeMapTexture
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.DIS.DISEntityManager
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.DIS.DISEntityTypeMapping
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.DIS.EspduTransform
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.DIS.ReceiverPdu
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.DIS.SignalPdu
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.DIS.TransmitterPdu
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.Background
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.Fog
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.FogCoordinate
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.LocalFog
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.TextureBackground
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.ProximitySensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.TransformSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.VisibilitySensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanFilter
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanSequencer
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanToggle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EventUtilities.BooleanTrigger
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EventUtilities.IntegerSequencer
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EventUtilities.IntegerTrigger
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.EventUtilities.TimeTrigger
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.ColorChaser
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.ColorDamper
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.CoordinateChaser
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.CoordinateDamper
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.OrientationChaser
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.OrientationDamper
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.PositionChaser
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.PositionChaser2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.PositionDamper
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.PositionDamper2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.ScalarChaser
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.ScalarDamper
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.TexCoordChaser2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Followers.TexCoordDamper2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry2D.Arc2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry2D.ArcClose2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry2D.Circle2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry2D.Disk2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry2D.Polyline2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry2D.Polypoint2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry2D.Rectangle2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry2D.TriangleSet2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry3D.Box
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry3D.Cone
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry3D.Cylinder
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry3D.ElevationGrid
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry3D.Extrusion
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geometry3D.Sphere
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoCoordinate
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoElevationGrid
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoLocation
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoLOD
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoMetadata
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoOrigin
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoPositionInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoProximitySensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoTouchSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoTransform
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Geospatial.GeoViewpoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Grouping.Group
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Grouping.StaticGroup
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Grouping.Switch
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Grouping.Transform
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimMotion
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.ColorInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.CoordinateInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.CoordinateInterpolator2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.EaseInEaseOut
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.NormalInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.OrientationInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.PositionInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.PositionInterpolator2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.ScalarInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.SplinePositionInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.SplinePositionInterpolator2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.SplineScalarInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Interpolation.SquadOrientationInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.KeyDeviceSensor.KeySensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.KeyDeviceSensor.StringSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Layering.Layer
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Layering.LayerSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Layering.Viewport
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Layout.Layout
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Layout.LayoutGroup
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Layout.LayoutLayer
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Layout.ScreenFontStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Layout.ScreenGroup
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Lighting.DirectionalLight
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Lighting.PointLight
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Lighting.SpotLight
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Navigation.Billboard
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Navigation.Collision
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Navigation.LOD
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Navigation.NavigationInfo
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Navigation.OrthoViewpoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Navigation.Viewpoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Navigation.ViewpointGroup
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Networking.Anchor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Networking.EXPORT
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Networking.IMPORT
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Networking.Inline
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Networking.LoadSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.Contour2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.ContourPolyline2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.CoordinateDouble
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsCurve
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsCurve2D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsOrientationInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsPatchSurface
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsPositionInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsSurfaceInterpolator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsSweptSurface
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsSwungSurface
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsTextureCoordinate
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.NURBS.NurbsTrimmedSurface
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.ParticleSystems.BoundedPhysicsModel
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.ParticleSystems.ConeEmitter
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.ParticleSystems.ExplosionEmitter
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.ParticleSystems.ForcePhysicsModel
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.ParticleSystems.ParticleSystem
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.ParticleSystems.PointEmitter
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.ParticleSystems.PolylineEmitter
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.ParticleSystems.SurfaceEmitter
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.ParticleSystems.VolumeEmitter
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.ParticleSystems.WindPhysicsModel
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Picking.LinePickSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Picking.PickableGroup
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Picking.PointPickSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Picking.PrimitivePickSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Picking.VolumePickSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.CylinderSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.PlaneSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.SphereSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.PointingDeviceSensor.TouchSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.ClipPlane
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.Color
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.ColorRGBA
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.Coordinate
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.IndexedLineSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleFanSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.LineSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.Normal
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.PointSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.TriangleFanSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.TriangleSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Rendering.TriangleStripSet
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.BallJoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollidableOffset
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollidableShape
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionCollection
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSpace
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.Contact
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.DoubleAxisHingeJoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.MotorJoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBody
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.RigidBodyCollection
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SingleAxisHingeJoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.SliderJoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.UniversalJoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Scripting.Script
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shaders.ComposedShader
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shaders.FloatVertexAttribute
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shaders.Matrix3VertexAttribute
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shaders.Matrix4VertexAttribute
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shaders.PackagedShader
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shaders.ProgramShader
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shaders.ShaderPart
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shaders.ShaderProgram
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shape.AcousticProperties
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shape.FillProperties
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shape.LineProperties
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shape.Material
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shape.PhysicalMaterial
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shape.PointProperties
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shape.Shape
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shape.TwoSidedMaterial
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Shape.UnlitMaterial
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.Analyser
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.AudioBufferSource
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.AudioClip
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.AudioDestination
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.BiquadFilter
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.ChannelMerger
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.ChannelSelector
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.ChannelSplitter
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.Convolver
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.Delay
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.DynamicsCompressor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.Gain
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.ListenerPoint
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.MicrophoneSource
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.OscillatorSource
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.PeriodicWave
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.Sound
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.SpatialSound
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.StreamAudioDestination
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.StreamAudioSource
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Sound.WaveShaper
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Text.FontStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Text.Text
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.TextureProjector.TextureProjector
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.TextureProjector.TextureProjectorParallel
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing.ImageTexture
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing.MovieTexture
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing.MultiTexture
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing.MultiTextureCoordinate
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing.MultiTextureTransform
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing.PixelTexture
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing.TextureCoordinate
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing.TextureCoordinateGenerator
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing.TextureProperties
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing.TextureTransform
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing3D.ComposedTexture3D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing3D.ImageTexture3D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing3D.PixelTexture3D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing3D.TextureCoordinate3D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing3D.TextureCoordinate4D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing3D.TextureTransform3D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Texturing3D.TextureTransformMatrix3D
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.Time.TimeSensor
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.BlendedVolumeStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.BoundaryEnhancementVolumeStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.CartoonVolumeStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.ComposedVolumeStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.EdgeEnhancementVolumeStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.IsoSurfaceVolumeData
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.OpacityMapVolumeStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.ProjectionVolumeStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.SegmentedVolumeData
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.ShadedVolumeStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.SilhouetteEnhancementVolumeStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.ToneMappedVolumeStyle
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNodeByDEF(String) - Method in class org.web3d.x3d.jsail.VolumeRendering.VolumeData
-
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
- hasNormal() - Method in class org.web3d.x3d.jsail.CADGeometry.IndexedQuadSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.CADGeometry.QuadSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Geometry3D.ElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Geospatial.GeoElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Rendering.IndexedLineSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Rendering.LineSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Rendering.PointSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Rendering.TriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Rendering.TriangleSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormal() - Method in class org.web3d.x3d.jsail.Rendering.TriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field normal.
- hasNormalTexture() - Method in class org.web3d.x3d.jsail.Shape.Material
-
Indicate whether an object is available for inputOutput SFNode field normalTexture.
- hasNormalTexture() - Method in class org.web3d.x3d.jsail.Shape.PhysicalMaterial
-
Indicate whether an object is available for inputOutput SFNode field normalTexture.
- hasNormalTexture() - Method in class org.web3d.x3d.jsail.Shape.UnlitMaterial
-
Indicate whether an object is available for inputOutput SFNode field normalTexture.
- hasOcclusionTexture() - Method in class org.web3d.x3d.jsail.Shape.Material
-
Indicate whether an object is available for inputOutput SFNode field occlusionTexture.
- hasOcclusionTexture() - Method in class org.web3d.x3d.jsail.Shape.PhysicalMaterial
-
Indicate whether an object is available for inputOutput SFNode field occlusionTexture.
- hasOutputs() - Method in class org.web3d.x3d.jsail.Sound.ChannelSplitter
-
Indicate whether an object is available for inputOutput MFNode field outputs.
- hasParent() - Method in class org.web3d.x3d.jsail.X3DConcreteElement
-
Whether parent object exists.
- hasParentMatchingName(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimDisplacer
-
Whether a parent exists for this hanimFeaturePointName
- hasParentMatchingName(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimJoint
-
Whether a parent exists for this hanimJointName
- hasParentMatchingName(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimSegment
-
Whether a parent exists for this hanimSegmentName
- hasParentMatchingName(String) - Static method in class org.web3d.x3d.jsail.HAnim.HAnimSite
-
Whether a parent exists for this hanimFeaturePointName
- hasParts() - Method in class org.web3d.x3d.jsail.Shaders.ComposedShader
-
Indicate whether an object is available for inputOutput MFNode field parts.
- hasPhysics() - Method in class org.web3d.x3d.jsail.ParticleSystems.ParticleSystem
-
Indicate whether an object is available for initializeOnly MFNode field physics.
- hasPickingGeometry() - Method in class org.web3d.x3d.jsail.Picking.LinePickSensor
-
Indicate whether an object is available for inputOutput SFNode field pickingGeometry.
- hasPickingGeometry() - Method in class org.web3d.x3d.jsail.Picking.PointPickSensor
-
Indicate whether an object is available for inputOutput SFNode field pickingGeometry.
- hasPickingGeometry() - Method in class org.web3d.x3d.jsail.Picking.PrimitivePickSensor
-
Indicate whether an object is available for inputOutput SFNode field pickingGeometry.
- hasPickingGeometry() - Method in class org.web3d.x3d.jsail.Picking.VolumePickSensor
-
Indicate whether an object is available for inputOutput SFNode field pickingGeometry.
- hasPickTarget() - Method in class org.web3d.x3d.jsail.Picking.LinePickSensor
-
Indicate whether an object is available for inputOutput MFNode field pickTarget.
- hasPickTarget() - Method in class org.web3d.x3d.jsail.Picking.PointPickSensor
-
Indicate whether an object is available for inputOutput MFNode field pickTarget.
- hasPickTarget() - Method in class org.web3d.x3d.jsail.Picking.PrimitivePickSensor
-
Indicate whether an object is available for inputOutput MFNode field pickTarget.
- hasPickTarget() - Method in class org.web3d.x3d.jsail.Picking.VolumePickSensor
-
Indicate whether an object is available for inputOutput MFNode field pickTarget.
- hasPointProperties() - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Indicate whether an object is available for inputOutput SFNode field pointProperties.
- hasProfileCurve() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSwungSurface
-
Indicate whether an object is available for inputOutput SFNode field profileCurve.
- hasPrograms() - Method in class org.web3d.x3d.jsail.Shaders.ProgramShader
-
Indicate whether an object is available for inputOutput MFNode field programs.
- hasProtoBody() - Method in class org.web3d.x3d.jsail.Core.ProtoDeclare
-
Indicate whether an object is available for inputOutput SFNode field ProtoBody.
- hasProtoDeclare() - Method in class org.web3d.x3d.jsail.Core.ProtoInstance
-
Determine whether a corresponding ProtoDeclare with same name is connected in this scene graph.
- hasProtoInterface() - Method in class org.web3d.x3d.jsail.Core.ProtoDeclare
-
Indicate whether an object is available for inputOutput SFNode field ProtoInterface.
- hasProxy() - Method in class org.web3d.x3d.jsail.Navigation.Collision
-
Indicate whether an object is available for initializeOnly SFNode field proxy.
- hasRenderStyle() - Method in class org.web3d.x3d.jsail.VolumeRendering.BlendedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field renderStyle.
- hasRenderStyle() - Method in class org.web3d.x3d.jsail.VolumeRendering.ComposedVolumeStyle
-
Indicate whether an object is available for inputOutput MFNode field renderStyle.
- hasRenderStyle() - Method in class org.web3d.x3d.jsail.VolumeRendering.IsoSurfaceVolumeData
-
Indicate whether an object is available for inputOutput MFNode field renderStyle.
- hasRenderStyle() - Method in class org.web3d.x3d.jsail.VolumeRendering.SegmentedVolumeData
-
Indicate whether an object is available for inputOutput MFNode field renderStyle.
- hasRenderStyle() - Method in class org.web3d.x3d.jsail.VolumeRendering.VolumeData
-
Indicate whether an object is available for inputOutput SFNode field renderStyle.
- hasRight() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ComposedCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field right.
- hasRightTexture() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.TextureBackground
-
Indicate whether an object is available for inputOutput SFNode field rightTexture.
- hasRootNode() - Method in class org.web3d.x3d.jsail.Geospatial.GeoLOD
-
Indicate whether an object is available for initializeOnly MFNode field rootNode.
- hasScene() - Method in class org.web3d.x3d.jsail.Core.X3D
-
Indicate whether an object is available for inputOutput SFNode field Scene.
- hasSegmentIdentifiers() - Method in class org.web3d.x3d.jsail.VolumeRendering.SegmentedVolumeData
-
Indicate whether an object is available for inputOutput SFNode field segmentIdentifiers.
- hasSegments() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput MFNode field segments.
- hasShaders() - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Indicate whether an object is available for inputOutput MFNode field shaders.
- hasShape() - Method in class org.web3d.x3d.jsail.CADGeometry.CADFace
-
Indicate whether an object is available for inputOutput SFNode field shape.
- hasShape() - Method in class org.web3d.x3d.jsail.RigidBodyPhysics.CollidableShape
-
Indicate whether an object is available for initializeOnly SFNode field shape.
- hasShininessTexture() - Method in class org.web3d.x3d.jsail.Shape.Material
-
Indicate whether an object is available for inputOutput SFNode field shininessTexture.
- hasSites() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput MFNode field sites.
- hasSkeleton() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput MFNode field skeleton.
- hasSkin() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput MFNode field skin.
- hasSkinBindingCoords() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput SFNode field skinBindingCoords.
- hasSkinBindingNormals() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput SFNode field skinBindingNormals.
- hasSkinCoord() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput SFNode field skinCoord.
- hasSkinNormal() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput SFNode field skinNormal.
- hasSource() - Method in class org.web3d.x3d.jsail.Sound.Sound
-
Indicate whether an object is available for inputOutput SFNode field source.
- hasSpecularTexture() - Method in class org.web3d.x3d.jsail.Shape.Material
-
Indicate whether an object is available for inputOutput SFNode field specularTexture.
- hasSurface() - Method in class org.web3d.x3d.jsail.ParticleSystems.SurfaceEmitter
-
Indicate whether an object is available for initializeOnly SFNode field surface.
- hasSurfaceNormals() - Method in class org.web3d.x3d.jsail.VolumeRendering.CartoonVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field surfaceNormals.
- hasSurfaceNormals() - Method in class org.web3d.x3d.jsail.VolumeRendering.EdgeEnhancementVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field surfaceNormals.
- hasSurfaceNormals() - Method in class org.web3d.x3d.jsail.VolumeRendering.ShadedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field surfaceNormals.
- hasSurfaceNormals() - Method in class org.web3d.x3d.jsail.VolumeRendering.SilhouetteEnhancementVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field surfaceNormals.
- hasSurfaceNormals() - Method in class org.web3d.x3d.jsail.VolumeRendering.ToneMappedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field surfaceNormals.
- hasTargetObject() - Method in class org.web3d.x3d.jsail.EnvironmentalSensor.TransformSensor
-
Indicate whether an object is available for inputOutput SFNode field targetObject.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.CADGeometry.IndexedQuadSet
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.CADGeometry.QuadSet
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.Geometry3D.ElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.Geometry3D.IndexedFaceSet
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.Geospatial.GeoElevationGrid
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.NURBS.NurbsPatchSurface
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.NURBS.NurbsTrimmedSurface
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleSet
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.Rendering.TriangleFanSet
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.Rendering.TriangleSet
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.Rendering.TriangleStripSet
-
Indicate whether an object is available for inputOutput SFNode field texCoord.
- hasTexCoord() - Method in class org.web3d.x3d.jsail.Texturing.MultiTextureCoordinate
-
Indicate whether an object is available for inputOutput MFNode field texCoord.
- hasTexCoordRamp() - Method in class org.web3d.x3d.jsail.ParticleSystems.ParticleSystem
-
Indicate whether an object is available for initializeOnly SFNode field texCoordRamp.
- hasTexture() - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Indicate whether an object is available for inputOutput SFNode field texture.
- hasTexture() - Method in class org.web3d.x3d.jsail.TextureProjector.TextureProjector
-
Indicate whether an object is available for inputOutput SFNode field texture.
- hasTexture() - Method in class org.web3d.x3d.jsail.TextureProjector.TextureProjectorParallel
-
Indicate whether an object is available for inputOutput SFNode field texture.
- hasTexture() - Method in class org.web3d.x3d.jsail.Texturing.MultiTexture
-
Indicate whether an object is available for inputOutput MFNode field texture.
- hasTexture() - Method in class org.web3d.x3d.jsail.Texturing3D.ComposedTexture3D
-
Indicate whether an object is available for inputOutput MFNode field texture.
- hasTextureProperties() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.GeneratedCubeMapTexture
-
Indicate whether an object is available for initializeOnly SFNode field textureProperties.
- hasTextureProperties() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ImageCubeMapTexture
-
Indicate whether an object is available for initializeOnly SFNode field textureProperties.
- hasTextureProperties() - Method in class org.web3d.x3d.jsail.Texturing.ImageTexture
-
Indicate whether an object is available for initializeOnly SFNode field textureProperties.
- hasTextureProperties() - Method in class org.web3d.x3d.jsail.Texturing.MovieTexture
-
Indicate whether an object is available for initializeOnly SFNode field textureProperties.
- hasTextureProperties() - Method in class org.web3d.x3d.jsail.Texturing.PixelTexture
-
Indicate whether an object is available for initializeOnly SFNode field textureProperties.
- hasTextureProperties() - Method in class org.web3d.x3d.jsail.Texturing3D.ComposedTexture3D
-
Indicate whether an object is available for initializeOnly SFNode field textureProperties.
- hasTextureProperties() - Method in class org.web3d.x3d.jsail.Texturing3D.ImageTexture3D
-
Indicate whether an object is available for initializeOnly SFNode field textureProperties.
- hasTextureProperties() - Method in class org.web3d.x3d.jsail.Texturing3D.PixelTexture3D
-
Indicate whether an object is available for initializeOnly SFNode field textureProperties.
- hasTextureTransform() - Method in class org.web3d.x3d.jsail.Shape.Appearance
-
Indicate whether an object is available for inputOutput SFNode field textureTransform.
- hasTextureTransform() - Method in class org.web3d.x3d.jsail.Texturing.MultiTextureTransform
-
Indicate whether an object is available for inputOutput MFNode field textureTransform.
- hasTop() - Method in class org.web3d.x3d.jsail.CubeMapTexturing.ComposedCubeMapTexture
-
Indicate whether an object is available for inputOutput SFNode field top.
- hasTopTexture() - Method in class org.web3d.x3d.jsail.EnvironmentalEffects.TextureBackground
-
Indicate whether an object is available for inputOutput SFNode field topTexture.
- hasTrajectoryCurve() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSweptSurface
-
Indicate whether an object is available for inputOutput SFNode field trajectoryCurve.
- hasTrajectoryCurve() - Method in class org.web3d.x3d.jsail.NURBS.NurbsSwungSurface
-
Indicate whether an object is available for inputOutput SFNode field trajectoryCurve.
- hasTransferFunction() - Method in class org.web3d.x3d.jsail.VolumeRendering.OpacityMapVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field transferFunction.
- hasTrimmingContour() - Method in class org.web3d.x3d.jsail.NURBS.NurbsTrimmedSurface
-
Indicate whether an object is available for inputOutput MFNode field trimmingContour.
- hasUnit() - Method in class org.web3d.x3d.jsail.Core.head
-
Indicate whether an object is available for inputOutput MFNode field unitList.
- hasUnit(String) - Method in class org.web3d.x3d.jsail.Core.head
-
Determine whether relevant unit statement is present.
- hasValue() - Method in class org.web3d.x3d.jsail.Core.MetadataSet
-
Indicate whether an object is available for inputOutput MFNode field value.
- hasViewpoints() - Method in class org.web3d.x3d.jsail.HAnim.HAnimHumanoid
-
Indicate whether an object is available for inputOutput MFNode field viewpoints.
- hasViewport() - Method in class org.web3d.x3d.jsail.Layering.Layer
-
Indicate whether an object is available for inputOutput SFNode field viewport.
- hasViewport() - Method in class org.web3d.x3d.jsail.Layout.LayoutGroup
-
Indicate whether an object is available for inputOutput SFNode field viewport.
- hasViewport() - Method in class org.web3d.x3d.jsail.Layout.LayoutLayer
-
Indicate whether an object is available for inputOutput SFNode field viewport.
- hasVoxels() - Method in class org.web3d.x3d.jsail.VolumeRendering.BlendedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field voxels.
- hasVoxels() - Method in class org.web3d.x3d.jsail.VolumeRendering.IsoSurfaceVolumeData
-
Indicate whether an object is available for inputOutput SFNode field voxels.
- hasVoxels() - Method in class org.web3d.x3d.jsail.VolumeRendering.SegmentedVolumeData
-
Indicate whether an object is available for inputOutput SFNode field voxels.
- hasVoxels() - Method in class org.web3d.x3d.jsail.VolumeRendering.VolumeData
-
Indicate whether an object is available for inputOutput SFNode field voxels.
- hasWatchList() - Method in class org.web3d.x3d.jsail.Networking.LoadSensor
-
Indicate whether an object is available for inputOutput MFNode field watchList.
- hasWeightTransferFunction1() - Method in class org.web3d.x3d.jsail.VolumeRendering.BlendedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field weightTransferFunction1.
- hasWeightTransferFunction2() - Method in class org.web3d.x3d.jsail.VolumeRendering.BlendedVolumeStyle
-
Indicate whether an object is available for inputOutput SFNode field weightTransferFunction2.
- HATCHCOLOR_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Shape.FillProperties
-
SFColor field named hatchColor has default value {1f,1f,1f} (Java syntax) or 1 1 1 (XML syntax).
- HATCHED_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Shape.FillProperties
-
SFBool field named hatched has default value true (Java syntax) or true (XML syntax).
- HATCHSTYLE_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Shape.FillProperties
-
SFInt32 field named hatchStyle has default value 1 (Java syntax) or 1 (XML syntax).
- head - Class in org.web3d.x3d.jsail.Core
-
Functional summary: each X3D scene includes a head statement that can contain component, unit and meta statements.
- head() - Constructor for class org.web3d.x3d.jsail.Core.head
-
Constructor for head to initialize member variables with default values.
- HEAD_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Core.X3D
-
SFNode field named head has default value null (Java syntax) or NULL (XML syntax).
- HEADLIGHT_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Navigation.NavigationInfo
-
SFBool field named headlight has default value true (Java syntax) or true (XML syntax).
- HEIGHT_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Geometry3D.Cone
-
SFFloat field named height has default value 2f (Java syntax) or 2 (XML syntax).
- HEIGHT_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Geometry3D.Cylinder
-
SFFloat field named height has default value 2f (Java syntax) or 2 (XML syntax).
- HEIGHT_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Geometry3D.ElevationGrid
-
MFFloat field named height has default value {0f,0f,0f,0f} (Java syntax) or 0 0 0 0 (XML syntax).
- HEIGHT_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Geospatial.GeoElevationGrid
-
MFDouble field named height has default value {0.0,0.0,0.0,0.0} (Java syntax) or 0 0 0 0 (XML syntax).
- HONEYDEW - Static variable in class org.web3d.x3d.jsail.fields.SFColor
- HORIZONTAL_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Layout.ScreenFontStyle
-
SFBool field named horizontal has default value true (Java syntax) or true (XML syntax).
- HORIZONTAL_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Text.FontStyle
-
SFBool field named horizontal has default value true (Java syntax) or true (XML syntax).
- HOTPINK - Static variable in class org.web3d.x3d.jsail.fields.SFColor
- HTTP_EQUIV_DEFAULT_VALUE - Static variable in class org.web3d.x3d.jsail.Core.meta
-
SFString field named http_equiv has default value equal to an empty string.
All Classes|All Packages