Uses of Interface
org.web3d.x3d.sai.X3DNode
Packages that use X3DNode
Package
Description
-
Uses of X3DNode in org.web3d.sai.util
Methods in org.web3d.sai.util that return X3DNodeModifier and TypeMethodDescriptionstatic X3DNode[]SceneUtils.getPickTargets(X3DScene scene) Return all the valid pick targets from the argument X3DScene.Methods in org.web3d.sai.util with parameters of type X3DNodeModifier and TypeMethodDescriptionstatic voidSceneUtils.getPickTargets(X3DNode[] node, Vector<X3DNode> targetList) Recursively search through the argument X3DNode array for valid pick targets and place the reference into the argument list.Method parameters in org.web3d.sai.util with type arguments of type X3DNodeModifier and TypeMethodDescriptionstatic voidSceneUtils.getPickTargets(X3DNode[] node, Vector<X3DNode> targetList) Recursively search through the argument X3DNode array for valid pick targets and place the reference into the argument list. -
Uses of X3DNode in org.web3d.vrml.scripting.external.sai
Classes in org.web3d.vrml.scripting.external.sai that implement X3DNodeModifier and TypeClassDescriptionclassSAINode is a simple implementation of the vrml.eai.Node class.classSAIProtoInstance is a node wrapper which extends SAINode to implement the X3DProtoInstance interface as well as the X3DNode interface.Methods in org.web3d.vrml.scripting.external.sai that return X3DNodeModifier and TypeMethodDescriptionSAINodeFactory.getSAINode(VRMLNodeType vrmlNode) Create or locate a X3DNode instance corresponding to this VRMLNodeType instance.Methods in org.web3d.vrml.scripting.external.sai with parameters of type X3DNodeModifier and TypeMethodDescriptionSAINodeFactory.getVRMLNode(X3DNode aNode) Create or locate a VRMLNodeType corresponding to this vrml.eai.Node. -
Uses of X3DNode in org.web3d.vrml.scripting.sai
Classes in org.web3d.vrml.scripting.sai that implement X3DNodeModifier and TypeClassDescriptionclassThe base representation of any VRML node in the system whether built in or a proto.Fields in org.web3d.vrml.scripting.sai with type parameters of type X3DNodeModifier and TypeFieldDescriptionprotected Map<VRMLNodeType, X3DNode> BaseExecutionContext.nodeWrapperMapMapping of the VRMLNodeType to its X3DNode wrapperMethods in org.web3d.vrml.scripting.sai that return X3DNodeModifier and TypeMethodDescriptionBaseExecutionContext.createNode(String name) Create a new node in this scene.BaseNodeFactory.getBaseNode(VRMLNodeType vrmlNode) Given the argument VRMLNodeType, create and return a corresponding BaseNode instance.BaseExecutionContext.getImportedNode(String name) Get the imported node instance represented by a given name.BaseExecutionContext.getNamedNode(String name) Get the node instance represented by the given name.X3DNode[]BaseExecutionContext.getRootNodes()Get the list of current root nodes in the scene.Methods in org.web3d.vrml.scripting.sai with parameters of type X3DNodeModifier and TypeMethodDescriptionBaseExecutionContext.addRoute(X3DNode fromX3DNode, String readableField, X3DNode toX3DNode, String writableField) Add a route in this scene.voidBaseExecutionContext.updateImportedNode(String exportedName, String importedName, X3DNode inline) Create or modify an IMPORT from the specified inline node to a given import name.voidBaseExecutionContext.updateNamedNode(String nodeName, X3DNode node) Calling this method creates an association between a literal name and a node. -
Uses of X3DNode in org.web3d.x3d.sai
Subinterfaces of X3DNode in org.web3d.x3d.saiModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3DAppearanceChildNode abstract node typeinterfaceDefines the requirements of an X3DAppearanceNode abstract node typeinterfaceDefines the requirements of an X3DBackgroundNode abstract node typeinterfaceDefines the requirements of an X3DBindableNode abstract node typeinterfaceDefines the requirements of an X3DChildNode abstract node typeinterfaceDefines the requirements of an X3DColorNode abstract node typeinterfaceDefines the requirements of an X3DComposedGeometryNode abstract node typeinterfaceDefines the requirements of an X3DCoordinateNode abstract node typeinterfaceDefines the requirements of an X3DDragSensorNode abstract node typeinterfaceDefines the requirements of an X3DEnvironmentalSensorNode abstract node typeinterfaceDefines the requirements of an X3DFontStyleNode abstract node typeinterfaceDefines the requirements of an X3DGeometricPropertyNode abstract node typeinterfaceDefines the requirements of an X3DGeometryNode abstract node typeinterfaceDefines the requirements of an X3DGroupingNode abstract node typeinterfaceDefines the requirements of an X3DInfoNode abstract node typeinterfaceDefines the requirements of an X3DInterpolatorNode abstract node typeinterfaceDefines the requirements of an X3DKeyDeviceSensorNode abstract node typeinterfaceDefines the requirements of an X3DLayerNode abstract node typeinterfaceDefines the requirements of an X3DLightNode abstract node typeinterfaceDefines the requirements of an X3DMaterialNode abstract node typeinterfaceDefines the requirements of an X3DNBodyCollidableNode abstract node typeinterfaceDefines the requirements of an X3DNBodyCollisionSpaceNode abstract node typeinterfaceDefines the requirements of an X3DNetworkSensorNode abstract node typeinterfaceDefines the requirements of an X3DNormalNode abstract node typeinterfaceGeometry specified by a parametric descriptioninterfaceDefines the requirements of an X3DParticleEmitterNode abstract node typeinterfaceDefines the requirements of an X3DParticlePhysicsModelNode abstract node typeinterfaceDefines the requirements of an X3DPickingNode abstract node typeinterfaceDefines the requirements of an X3DPointingDeviceSensorNode abstract node typeinterfaceDefines the requirements of an X3DProductStructureChildNode abstract node typeinterfaceThe base representation of any node that is constructed from a PROTO declaration.interfaceDefines the requirements of an X3DRigidJointNode abstract node typeinterfaceDefines the requirements of an X3DScriptNode abstract node typeinterfaceDefines the requirements of an X3DSensorNode abstract node typeinterfaceDefines the requirements of an X3DSequencerNode abstract node typeinterfaceDefines the requirements of an X3DShapeNode abstract node typeinterfaceDefines the requirements of an X3DSoundNode abstract node typeinterfaceDefines the requirements of an X3DSoundSourceNode abstract node typeinterfaceDefines the requirements of an X3DTexture2DNode abstract node typeinterfaceDefines the requirements of an X3DTextureCoordinateNode abstract node typeinterfaceDefines the requirements of an X3DTextureNode abstract node typeinterfaceDefines a 2D transformation that is applied to a texture.interfaceDefines the requirements of an X3DTextureTransformNode abstract node typeinterfaceDefines the requirements of an X3DTimeDependentNode abstract node typeinterfaceDefines the requirements of an X3DTouchSensorNode abstract node typeinterfaceDefines the requirements of an X3DTriggerNode abstract node typeinterfaceDefines the requirements of an X3DViewpointNode abstract node typeinterfaceDefines the requirements of an X3DViewportNode abstract node typeMethods in org.web3d.x3d.sai that return X3DNodeModifier and TypeMethodDescriptionX3DExecutionContext.createNode(String name) Create a new node in this scene.MFNode.get1Value(int index) Get a particular node value in the given eventOut array.X3DShapeNode.getAppearance()Return the appearance X3DNode value.X3DRigidJointNode.getBody1()Return the body1 X3DNode value.X3DRigidJointNode.getBody2()Return the body2 X3DNode value.X3DComposedGeometryNode.getColor()Return the color X3DNode value.X3DComposedGeometryNode.getCoord()Return the coord X3DNode value.X3DRoute.getDestinationNode()Get the reference to the destination node of this route.X3DScene.getExportedNode(String name) Get the node which is exported from the scene under a givenX3DComposedGeometryNode.getFogCoord()Return the fogCoord X3DNode value.X3DShapeNode.getGeometry()Return the geometry X3DNode value.X3DExecutionContext.getImportedNode(String name) Get the imported node instance represented by a given name.X3DExecutionContext.getNamedNode(String name) Get the node instance represented by the given name.X3DComposedGeometryNode.getNormal()Return the normal X3DNode value.X3DPickingNode.getPickingGeometry()Return the pickingGeometry X3DNode value.X3DNode[]X3DExecutionContext.getRootNodes()Get the list of current root nodes in the scene.X3DRoute.getSourceNode()Get the reference to the source node of this route.X3DComposedGeometryNode.getTexCoord()Return the texCoord X3DNode value.X3DTexture2DNode.getTextureProperties()Return the textureProperties X3DNode value.SFNode.getValue()Get the node value in the given eventOut.X3DLayerNode.getViewport()Return the viewport X3DNode value.Methods in org.web3d.x3d.sai with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidX3DGroupingNode.addChildren(X3DNode[] val) Set the addChildren field.voidX3DScene.addRootNode(X3DNode node) Add a new root node to the scene graph.X3DExecutionContext.addRoute(X3DNode fromX3DNode, String readableField, X3DNode toX3DNode, String writableField) Add a route in this scene.voidPlaces a new value at the end of the existing value, increasing the field length accordingly.voidReturn the attrib value in the argument X3DNode[]voidX3DGroupingNode.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidX3DPickingNode.getPickedGeometry(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]voidX3DPickingNode.getPickTarget(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]voidWrite the value of the array of the nodes to the given array.voidMFNode.insertValue(int index, X3DNode value) Inserts a value into an existing index of the field.voidX3DGroupingNode.removeChildren(X3DNode[] val) Set the removeChildren field.voidX3DScene.removeRootNode(X3DNode node) Remove the root node from the scene graph.voidSet a particular node value in the given eventIn array.voidSet the attrib field.voidSet the body1 field.voidSet the body2 field.voidX3DGroupingNode.setChildren(X3DNode[] val) Set the children field.voidX3DComposedGeometryNode.setFogCoord(X3DNode val) Set the fogCoord field.voidX3DPickingNode.setPickingGeometry(X3DNode val) Set the pickingGeometry field.voidX3DPickingNode.setPickTarget(X3DNode[] val) Set the pickTarget field.voidX3DTexture2DNode.setTextureProperties(X3DNode val) Set the textureProperties field.voidSet the value of the array of nodes.voidSet the node value in the given eventIn.voidX3DExecutionContext.updateImportedNode(String exportedName, String importedName, X3DNode inline) Create or modify an IMPORT from the specified inline node to a given import name.voidX3DExecutionContext.updateNamedNode(String nodeName, X3DNode node) Calling this method creates an association between a literal name and a node. -
Uses of X3DNode in org.web3d.x3d.sai.cadgeometry
Subinterfaces of X3DNode in org.web3d.x3d.sai.cadgeometryModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D CADAssembly nodeinterfaceDefines the requirements of an X3D CADFace nodeinterfaceDefines the requirements of an X3D CADLayer nodeinterfaceDefines the requirements of an X3D CADPart nodeinterfaceDefines the requirements of an X3D QuadSet nodeMethods in org.web3d.x3d.sai.cadgeometry that return X3DNodeMethods in org.web3d.x3d.sai.cadgeometry with parameters of type X3DNode -
Uses of X3DNode in org.web3d.x3d.sai.core
Subinterfaces of X3DNode in org.web3d.x3d.sai.coreModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D MetadataDouble nodeinterfaceDefines the requirements of an X3D MetadataFloat nodeinterfaceDefines the requirements of an X3D MetadataInteger nodeinterfaceDefines the requirements of an X3D MetadataSet nodeinterfaceDefines the requirements of an X3D MetadataString nodeinterfaceDefines the requirements of an X3D WorldInfo nodeMethods in org.web3d.x3d.sai.core with parameters of type X3DNode -
Uses of X3DNode in org.web3d.x3d.sai.dis
Subinterfaces of X3DNode in org.web3d.x3d.sai.disModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D DISEntityManager nodeinterfaceDefines the requirements of an X3D DISEntityTypeMapping nodeinterfaceDefines the requirements of an X3D EspduTransform nodeMethods in org.web3d.x3d.sai.dis that return X3DNodeModifier and TypeMethodDescriptionEspduTransform.getGeoOrigin()Return the geoOrigin X3DNode value.Methods in org.web3d.x3d.sai.dis with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidDISEntityManager.getAddedEntities(X3DNode[] val) Return the addedEntities value in the argument X3DNode[]voidDISEntityManager.getMapping(X3DNode[] val) Return the mapping value in the argument X3DNode[]voidDISEntityManager.getRemovedEntities(X3DNode[] val) Return the removedEntities value in the argument X3DNode[]voidEspduTransform.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidDISEntityManager.setMapping(X3DNode[] val) Set the mapping field. -
Uses of X3DNode in org.web3d.x3d.sai.environmentaleffects
Subinterfaces of X3DNode in org.web3d.x3d.sai.environmentaleffectsModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D Background nodeinterfaceDefines the requirements of an X3D Fog nodeinterfaceDefines the requirements of an X3D FogCoordinate nodeinterfaceDefines the requirements of an X3D LocalFog nodeinterfaceDefines the requirements of an X3D TextureBackground nodeMethods in org.web3d.x3d.sai.environmentaleffects with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidTextureBackground.getBackTexture(X3DNode[] val) Return the backTexture value in the argument X3DNode[]voidTextureBackground.getBottomTexture(X3DNode[] val) Return the bottomTexture value in the argument X3DNode[]voidTextureBackground.getFrontTexture(X3DNode[] val) Return the frontTexture value in the argument X3DNode[]voidTextureBackground.getLeftTexture(X3DNode[] val) Return the leftTexture value in the argument X3DNode[]voidTextureBackground.getRightTexture(X3DNode[] val) Return the rightTexture value in the argument X3DNode[]voidTextureBackground.getTopTexture(X3DNode[] val) Return the topTexture value in the argument X3DNode[]voidTextureBackground.setBackTexture(X3DNode[] val) Set the backTexture field.voidTextureBackground.setBottomTexture(X3DNode[] val) Set the bottomTexture field.voidTextureBackground.setFrontTexture(X3DNode[] val) Set the frontTexture field.voidTextureBackground.setLeftTexture(X3DNode[] val) Set the leftTexture field.voidTextureBackground.setRightTexture(X3DNode[] val) Set the rightTexture field.voidTextureBackground.setTopTexture(X3DNode[] val) Set the topTexture field. -
Uses of X3DNode in org.web3d.x3d.sai.environmentalsensor
Subinterfaces of X3DNode in org.web3d.x3d.sai.environmentalsensorModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D ProximitySensor nodeinterfaceDefines the requirements of an X3D VisibilitySensor node -
Uses of X3DNode in org.web3d.x3d.sai.eventutilities
Subinterfaces of X3DNode in org.web3d.x3d.sai.eventutilitiesModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D BooleanFilter nodeinterfaceDefines the requirements of an X3D BooleanSequencer nodeinterfaceDefines the requirements of an X3D BooleanToggle nodeinterfaceDefines the requirements of an X3D BooleanTrigger nodeinterfaceDefines the requirements of an X3D IntegerSequencer nodeinterfaceDefines the requirements of an X3D IntegerTrigger nodeinterfaceDefines the requirements of an X3D TimeTrigger node -
Uses of X3DNode in org.web3d.x3d.sai.geometry2d
Subinterfaces of X3DNode in org.web3d.x3d.sai.geometry2dModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D Polyline2D nodeinterfaceDefines the requirements of an X3D Polypoint2D nodeinterfaceDefines the requirements of an X3D Rectangle2D nodeinterfaceDefines the requirements of an X3D TriangleSet2D node -
Uses of X3DNode in org.web3d.x3d.sai.geometry3d
Subinterfaces of X3DNode in org.web3d.x3d.sai.geometry3dModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D Box nodeinterfaceDefines the requirements of an X3D Cone nodeinterfaceDefines the requirements of an X3D Cylinder nodeinterfaceDefines the requirements of an X3D ElevationGrid nodeinterfaceDefines the requirements of an X3D Extrusion nodeinterfaceDefines the requirements of an X3D IndexedFaceSet nodeinterfaceDefines the requirements of an X3D Sphere nodeMethods in org.web3d.x3d.sai.geometry3d that return X3DNode -
Uses of X3DNode in org.web3d.x3d.sai.geospatial
Subinterfaces of X3DNode in org.web3d.x3d.sai.geospatialModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D GeoCoordinate nodeinterfaceDefines the requirements of an X3D GeoElevationGrid nodeinterfaceDefines the requirements of an X3D GeoLocation nodeinterfaceDefines the requirements of an X3D GeoLOD nodeinterfaceDefines the requirements of an X3D GeoMetadata nodeinterfaceDefines the requirements of an X3D GeoOrigin nodeinterfaceDefines the requirements of an X3D GeoPositionInterpolator nodeinterfaceDefines the requirements of an X3D GeoTouchSensor nodeinterfaceDefines the requirements of an X3D GeoTransform nodeinterfaceDefines the requirements of an X3D GeoViewpoint nodeMethods in org.web3d.x3d.sai.geospatial that return X3DNodeModifier and TypeMethodDescriptionGeoElevationGrid.getColor()Return the color X3DNode value.GeoCoordinate.getGeoOrigin()Return the geoOrigin X3DNode value.GeoElevationGrid.getGeoOrigin()Return the geoOrigin X3DNode value.GeoLocation.getGeoOrigin()Return the geoOrigin X3DNode value.GeoLOD.getGeoOrigin()Return the geoOrigin X3DNode value.GeoPositionInterpolator.getGeoOrigin()Return the geoOrigin X3DNode value.GeoTouchSensor.getGeoOrigin()Return the geoOrigin X3DNode value.GeoTransform.getGeoOrigin()Return the geoOrigin X3DNode value.GeoViewpoint.getGeoOrigin()Return the geoOrigin X3DNode value.GeoElevationGrid.getNormal()Return the normal X3DNode value.GeoElevationGrid.getTexCoord()Return the texCoord X3DNode value.Methods in org.web3d.x3d.sai.geospatial with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidGeoLOD.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidReturn the data value in the argument X3DNode[]voidGeoLOD.getRootNode(X3DNode[] val) Return the rootNode value in the argument X3DNode[]voidSet the data field.voidGeoCoordinate.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidGeoElevationGrid.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidGeoLocation.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidGeoLOD.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidGeoPositionInterpolator.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidGeoTouchSensor.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidGeoTransform.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidGeoViewpoint.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidGeoLOD.setRootNode(X3DNode[] val) Set the rootNode field. -
Uses of X3DNode in org.web3d.x3d.sai.grouping
Subinterfaces of X3DNode in org.web3d.x3d.sai.groupingModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D Group nodeinterfaceDefines the requirements of an X3D StaticGroup nodeinterfaceDefines the requirements of an X3D Switch nodeinterfaceDefines the requirements of an X3D Transform nodeMethods in org.web3d.x3d.sai.grouping with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidStaticGroup.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidStaticGroup.setChildren(X3DNode[] val) Set the children field. -
Uses of X3DNode in org.web3d.x3d.sai.hanim
Subinterfaces of X3DNode in org.web3d.x3d.sai.hanimModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D HAnimDisplacer nodeinterfaceDefines the requirements of an X3D HAnimHumanoid nodeinterfaceDefines the requirements of an X3D HAnimJoint nodeinterfaceDefines the requirements of an X3D HAnimSegment nodeinterfaceDefines the requirements of an X3D HAnimSite nodeMethods in org.web3d.x3d.sai.hanim that return X3DNodeModifier and TypeMethodDescriptionHAnimSegment.getCoord()Return the coord X3DNode value.HAnimHumanoid.getSkinCoord()Return the skinCoord X3DNode value.HAnimHumanoid.getSkinNormal()Return the skinNormal X3DNode value.Methods in org.web3d.x3d.sai.hanim with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidHAnimSegment.getDisplacers(X3DNode[] val) Return the displacers value in the argument X3DNode[]voidReturn the joints value in the argument X3DNode[]voidHAnimHumanoid.getSegments(X3DNode[] val) Return the segments value in the argument X3DNode[]voidReturn the sites value in the argument X3DNode[]voidHAnimHumanoid.getSkeleton(X3DNode[] val) Return the skeleton value in the argument X3DNode[]voidReturn the skin value in the argument X3DNode[]voidHAnimHumanoid.getViewpoints(X3DNode[] val) Return the viewpoints value in the argument X3DNode[]voidHAnimSegment.setDisplacers(X3DNode[] val) Set the displacers field.voidSet the joints field.voidHAnimHumanoid.setSegments(X3DNode[] val) Set the segments field.voidSet the sites field.voidHAnimHumanoid.setSkeleton(X3DNode[] val) Set the skeleton field.voidSet the skin field.voidHAnimHumanoid.setSkinCoord(X3DNode val) Set the skinCoord field.voidHAnimHumanoid.setSkinNormal(X3DNode val) Set the skinNormal field.voidHAnimHumanoid.setViewpoints(X3DNode[] val) Set the viewpoints field. -
Uses of X3DNode in org.web3d.x3d.sai.interpolation
Subinterfaces of X3DNode in org.web3d.x3d.sai.interpolationModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D ColorInterpolator nodeinterfaceDefines the requirements of an X3D CoordinateInterpolator nodeinterfaceDefines the requirements of an X3D CoordinateInterpolator2D nodeinterfaceDefines the requirements of an X3D NormalInterpolator nodeinterfaceDefines the requirements of an X3D OrientationInterpolator nodeinterfaceDefines the requirements of an X3D PositionInterpolator nodeinterfaceDefines the requirements of an X3D PositionInterpolator2D nodeinterfaceDefines the requirements of an X3D ScalarInterpolator node -
Uses of X3DNode in org.web3d.x3d.sai.keydevicesensor
Subinterfaces of X3DNode in org.web3d.x3d.sai.keydevicesensorModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D KeySensor nodeinterfaceDefines the requirements of an X3D StringSensor node -
Uses of X3DNode in org.web3d.x3d.sai.layering
Subinterfaces of X3DNode in org.web3d.x3d.sai.layeringModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D CustomViewport nodeinterfaceDefines the requirements of an X3D FixedViewport nodeinterfaceDefines the requirements of an X3D Layer nodeinterfaceDefines the requirements of an X3D LayerSet nodeinterfaceDefines the requirements of an X3D ProportionalViewport nodeMethods in org.web3d.x3d.sai.layering with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidLayer.addChildren(X3DNode[] val) Set the addChildren field.voidLayer.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidReturn the layers value in the argument X3DNode[]voidLayer.removeChildren(X3DNode[] val) Set the removeChildren field.voidLayer.setChildren(X3DNode[] val) Set the children field.voidSet the layers field. -
Uses of X3DNode in org.web3d.x3d.sai.lighting
Subinterfaces of X3DNode in org.web3d.x3d.sai.lightingModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D DirectionalLight nodeinterfaceDefines the requirements of an X3D PointLight nodeinterfaceDefines the requirements of an X3D SpotLight node -
Uses of X3DNode in org.web3d.x3d.sai.networking
Subinterfaces of X3DNode in org.web3d.x3d.sai.networkingModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D Anchor nodeinterfaceDefines the requirements of an X3D Inline nodeinterfaceDefines the requirements of an X3D LoadSensor nodeMethods in org.web3d.x3d.sai.networking with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidLoadSensor.getWatchList(X3DNode[] val) Return the watchList value in the argument X3DNode[]voidLoadSensor.setWatchList(X3DNode[] val) Set the watchList field. -
Uses of X3DNode in org.web3d.x3d.sai.particlesystems
Subinterfaces of X3DNode in org.web3d.x3d.sai.particlesystemsModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D ExplosionEmitter nodeinterfaceDefines the requirements of an X3D GravityPhysicsModel nodeinterfaceDefines the requirements of an X3D ParticleSystem nodeinterfaceDefines the requirements of an X3D PointEmitter nodeinterfaceDefines the requirements of an X3D PolylineEmitter nodeinterfaceDefines the requirements of an X3D WindPhysicsModel nodeMethods in org.web3d.x3d.sai.particlesystems that return X3DNodeModifier and TypeMethodDescriptionParticleSystem.getColorRamp()Return the colorRamp X3DNode value.PolylineEmitter.getCoords()Return the coords X3DNode value.ParticleSystem.getEmitter()Return the emitter X3DNode value.ParticleSystem.getTexCoordRamp()Return the texCoordRamp X3DNode value.Methods in org.web3d.x3d.sai.particlesystems with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidParticleSystem.getPhysics(X3DNode[] val) Return the physics value in the argument X3DNode[]voidParticleSystem.setColorRamp(X3DNode val) Set the colorRamp field.voidParticleSystem.setPhysics(X3DNode[] val) Set the physics field.voidParticleSystem.setTexCoordRamp(X3DNode val) Set the texCoordRamp field. -
Uses of X3DNode in org.web3d.x3d.sai.picking
Subinterfaces of X3DNode in org.web3d.x3d.sai.pickingModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D LinePickSensor nodeinterfaceDefines the requirements of an X3D PickableGroup nodeinterfaceDefines the requirements of an X3D PointPickSensor nodeinterfaceDefines the requirements of an X3D PrimitivePickSensor nodeinterfaceDefines the requirements of an X3D VolumePickSensor node -
Uses of X3DNode in org.web3d.x3d.sai.pointingdevicesensor
Subinterfaces of X3DNode in org.web3d.x3d.sai.pointingdevicesensorModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D CylinderSensor nodeinterfaceDefines the requirements of an X3D PlaneSensor nodeinterfaceDefines the requirements of an X3D SphereSensor nodeinterfaceDefines the requirements of an X3D TouchSensor node -
Uses of X3DNode in org.web3d.x3d.sai.rendering
Subinterfaces of X3DNode in org.web3d.x3d.sai.renderingModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D Color nodeinterfaceDefines the requirements of an X3D ColorRGBA nodeinterfaceDefines the requirements of an X3D Coordinate nodeinterfaceDefines the requirements of an X3D IndexedLineSet nodeinterfaceDefines the requirements of an X3D IndexedTriangleFanSet nodeinterfaceDefines the requirements of an X3D IndexedTriangleSet nodeinterfaceDefines the requirements of an X3D IndexedTriangleStripSet nodeinterfaceDefines the requirements of an X3D LineSet nodeinterfaceDefines the requirements of an X3D Normal nodeinterfaceDefines the requirements of an X3D PointSet nodeinterfaceDefines the requirements of an X3D TriangleFanSet nodeinterfaceDefines the requirements of an X3D TriangleSet nodeinterfaceDefines the requirements of an X3D TriangleStripSet nodeMethods in org.web3d.x3d.sai.rendering that return X3DNodeModifier and TypeMethodDescriptionIndexedLineSet.getColor()Return the color X3DNode value.LineSet.getColor()Return the color X3DNode value.PointSet.getColor()Return the color X3DNode value.IndexedLineSet.getCoord()Return the coord X3DNode value.LineSet.getCoord()Return the coord X3DNode value.PointSet.getCoord()Return the coord X3DNode value. -
Uses of X3DNode in org.web3d.x3d.sai.rigidbodyphysics
Subinterfaces of X3DNode in org.web3d.x3d.sai.rigidbodyphysicsModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D BallJoint nodeinterfaceDefines the requirements of an X3D CollidableOffset nodeinterfaceDefines the requirements of an X3D CollidableShape nodeinterfaceDefines the requirements of an X3D CollisionCollection nodeinterfaceDefines the requirements of an X3D CollisionSensor nodeinterfaceDefines the requirements of an X3D CollisionSpace nodeinterfaceDefines the requirements of an X3D Contact nodeinterfaceDefines the requirements of an X3D DoubleAxisHingeJoint nodeinterfaceDefines the requirements of an X3D MotorJoint nodeinterfaceDefines the requirements of an X3D RigidBodyCollection nodeinterfaceDefines the requirements of an X3D SingleAxisHingeJoint nodeinterfaceDefines the requirements of an X3D SliderJoint nodeinterfaceDefines the requirements of an X3D UniversalJoint nodeMethods in org.web3d.x3d.sai.rigidbodyphysics that return X3DNodeModifier and TypeMethodDescriptionContact.getBody1()Return the body1 X3DNode value.Contact.getBody2()Return the body2 X3DNode value.CollidableOffset.getCollidable()Return the collidable X3DNode value.CollisionSensor.getCollidables()Return the collidables X3DNode value.RigidBodyCollection.getCollider()Return the collider X3DNode value.Contact.getGeometry1()Return the geometry1 X3DNode value.Contact.getGeometry2()Return the geometry2 X3DNode value.CollidableShape.getShape()Return the shape X3DNode value.Methods in org.web3d.x3d.sai.rigidbodyphysics with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidReturn the bodies value in the argument X3DNode[]voidCollisionCollection.getCollidables(X3DNode[] val) Return the collidables value in the argument X3DNode[]voidCollisionSpace.getCollidables(X3DNode[] val) Return the collidables value in the argument X3DNode[]voidCollisionSensor.getContacts(X3DNode[] val) Return the contacts value in the argument X3DNode[]voidCollisionSensor.getIntersections(X3DNode[] val) Return the intersections value in the argument X3DNode[]voidReturn the joints value in the argument X3DNode[]voidSet the bodies field.voidSet the body1 field.voidSet the body2 field.voidCollisionCollection.setCollidables(X3DNode[] val) Set the collidables field.voidCollisionSensor.setCollidables(X3DNode val) Set the collidables field.voidCollisionSpace.setCollidables(X3DNode[] val) Set the collidables field.voidRigidBodyCollection.setCollider(X3DNode val) Set the collider field.voidRigidBodyCollection.setContacts(X3DNode[] val) Set the contacts field.voidSet the joints field.voidSet the shape field. -
Uses of X3DNode in org.web3d.x3d.sai.scripting
Subinterfaces of X3DNode in org.web3d.x3d.sai.scriptingModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D Script node -
Uses of X3DNode in org.web3d.x3d.sai.shape
Subinterfaces of X3DNode in org.web3d.x3d.sai.shapeModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D Appearance nodeinterfaceDefines the requirements of an X3D LineProperties nodeinterfaceDefines the requirements of an X3D Material nodeinterfaceDefines the requirements of an X3D Shape nodeinterfaceDefines the requirements of an X3D TwoSidedMaterial nodeMethods in org.web3d.x3d.sai.shape that return X3DNodeModifier and TypeMethodDescriptionAppearance.getFillProperties()Return the fillProperties X3DNode value.Appearance.getLineProperties()Return the lineProperties X3DNode value.Appearance.getMaterial()Return the material X3DNode value.Appearance.getTexture()Return the texture X3DNode value.Appearance.getTextureProperties()Return the textureProperties X3DNode value.Appearance.getTextureTransform()Return the textureTransform X3DNode value.Methods in org.web3d.x3d.sai.shape with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidAppearance.setFillProperties(X3DNode val) Set the fillProperties field.voidAppearance.setLineProperties(X3DNode val) Set the lineProperties field.voidAppearance.setTextureProperties(X3DNode val) Set the textureProperties field. -
Uses of X3DNode in org.web3d.x3d.sai.sound
Subinterfaces of X3DNode in org.web3d.x3d.sai.soundModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D AudioClip nodeinterfaceDefines the requirements of an X3D Sound nodeMethods in org.web3d.x3d.sai.sound that return X3DNodeMethods in org.web3d.x3d.sai.sound with parameters of type X3DNode -
Uses of X3DNode in org.web3d.x3d.sai.text
Subinterfaces of X3DNode in org.web3d.x3d.sai.textModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D FontStyle nodeinterfaceDefines the requirements of an X3D Text nodeMethods in org.web3d.x3d.sai.text that return X3DNode -
Uses of X3DNode in org.web3d.x3d.sai.texturing
Subinterfaces of X3DNode in org.web3d.x3d.sai.texturingModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D ImageTexture nodeinterfaceDefines the requirements of an X3D MovieTexture nodeinterfaceDefines the requirements of an X3D MultiTexture nodeinterfaceDefines the requirements of an X3D MultiTextureCoordinate nodeinterfaceDefines the requirements of an X3D MultiTextureTransform nodeinterfaceDefines the requirements of an X3D PixelTexture nodeinterfaceDefines the requirements of an X3D TextureCoordinate nodeinterfaceDefines the requirements of an X3D TextureCoordinateGenerator nodeinterfaceDefines the requirements of an X3D TextureProperties nodeinterfaceDefines the requirements of an X3D TextureTransform nodeMethods in org.web3d.x3d.sai.texturing with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidMultiTextureCoordinate.getTexCoord(X3DNode[] val) Return the texCoord value in the argument X3DNode[]voidMultiTexture.getTexture(X3DNode[] val) Return the texture value in the argument X3DNode[]voidMultiTextureTransform.getTextureTransform(X3DNode[] val) Return the textureTransform value in the argument X3DNode[]voidMultiTextureCoordinate.setTexCoord(X3DNode[] val) Set the texCoord field.voidMultiTexture.setTexture(X3DNode[] val) Set the texture field.voidMultiTextureTransform.setTextureTransform(X3DNode[] val) Set the textureTransform field. -
Uses of X3DNode in org.web3d.x3d.sai.texturing3d
Subinterfaces of X3DNode in org.web3d.x3d.sai.texturing3dModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D TextureCoordinate3D nodeinterfaceDefines the requirements of an X3D TextureTransform3D node -
Uses of X3DNode in org.web3d.x3d.sai.time
Subinterfaces of X3DNode in org.web3d.x3d.sai.timeModifier and TypeInterfaceDescriptioninterfaceDefines the requirements of an X3D TimeSensor node -
Uses of X3DNode in org.xj3d.sai
Methods in org.xj3d.sai that return X3DNodeModifier and TypeMethodDescriptionX3DNode[]Xj3DCADView.getCADAssemblies()Get the list of layers declared in the current scene.X3DNode[]Xj3DCADView.getCADLayers()Get the list of layers declared in the current scene.Methods in org.xj3d.sai with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidXj3DCADViewListener.assemblyAdded(X3DNode assembly) Notification that an assembly was added to the root of the world.voidXj3DCADViewListener.assemblyRemoved(X3DNode assembly) Notification that an assembly was removed from the root of the world.voidXj3DCADView.highlightPart(X3DNode structureNode, X3DNode material) Highlight the given part or assembly using the given alternate appearance attributes.voidXj3DCADViewListener.layerAdded(X3DNode layer) Notification that a CADLayer was added to the root of the world.voidXj3DCADViewListener.layerRemoved(X3DNode layer) Notification that a CADLayer was added to the root of the world. -
Uses of X3DNode in org.xj3d.sai.external.node.cadgeometry
Classes in org.xj3d.sai.external.node.cadgeometry that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the CADAssembly node interfaceclassA concrete implementation of the CADFace node interfaceclassA concrete implementation of the CADLayer node interfaceclassA concrete implementation of the CADPart node interfaceclassA concrete implementation of the QuadSet node interfaceMethods in org.xj3d.sai.external.node.cadgeometry that return X3DNodeModifier and TypeMethodDescriptionSAIQuadSet.getColor()Return the color X3DNode value.SAIQuadSet.getCoord()Return the coord X3DNode value.SAIQuadSet.getFogCoord()Return the fogCoord X3DNode value.SAIQuadSet.getNormal()Return the normal X3DNode value.SAICADFace.getShape()Return the shape X3DNode value.SAIQuadSet.getTexCoord()Return the texCoord X3DNode value.Methods in org.xj3d.sai.external.node.cadgeometry with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAICADAssembly.addChildren(X3DNode[] val) Set the addChildren field.voidSAICADLayer.addChildren(X3DNode[] val) Set the addChildren field.voidSAICADPart.addChildren(X3DNode[] val) Set the addChildren field.voidReturn the attrib value in the argument X3DNode[]voidSAICADAssembly.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAICADLayer.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAICADPart.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAICADAssembly.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAICADLayer.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAICADPart.removeChildren(X3DNode[] val) Set the removeChildren field.voidSet the attrib field.voidSAICADAssembly.setChildren(X3DNode[] val) Set the children field.voidSAICADLayer.setChildren(X3DNode[] val) Set the children field.voidSAICADPart.setChildren(X3DNode[] val) Set the children field.voidSAIQuadSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSet the shape field. -
Uses of X3DNode in org.xj3d.sai.external.node.core
Classes in org.xj3d.sai.external.node.core that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the MetadataDouble node interfaceclassA concrete implementation of the MetadataFloat node interfaceclassA concrete implementation of the MetadataInteger node interfaceclassA concrete implementation of the MetadataSet node interfaceclassA concrete implementation of the MetadataString node interfaceclassA concrete implementation of the WorldInfo node interfaceMethods in org.xj3d.sai.external.node.core with parameters of type X3DNode -
Uses of X3DNode in org.xj3d.sai.external.node.dis
Classes in org.xj3d.sai.external.node.dis that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the DISEntityManager node interfaceclassA concrete implementation of the DISEntityTypeMapping node interfaceclassA concrete implementation of the EspduTransform node interfaceMethods in org.xj3d.sai.external.node.dis that return X3DNodeModifier and TypeMethodDescriptionSAIEspduTransform.getGeoOrigin()Return the geoOrigin X3DNode value.Methods in org.xj3d.sai.external.node.dis with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIEspduTransform.addChildren(X3DNode[] val) Set the addChildren field.voidSAIDISEntityManager.getAddedEntities(X3DNode[] val) Return the addedEntities value in the argument X3DNode[]voidSAIEspduTransform.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIDISEntityManager.getMapping(X3DNode[] val) Return the mapping value in the argument X3DNode[]voidSAIDISEntityManager.getRemovedEntities(X3DNode[] val) Return the removedEntities value in the argument X3DNode[]voidSAIEspduTransform.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIEspduTransform.setChildren(X3DNode[] val) Set the children field.voidSAIEspduTransform.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIDISEntityManager.setMapping(X3DNode[] val) Set the mapping field. -
Uses of X3DNode in org.xj3d.sai.external.node.environmentaleffects
Classes in org.xj3d.sai.external.node.environmentaleffects that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Background node interfaceclassA concrete implementation of the Fog node interfaceclassA concrete implementation of the FogCoordinate node interfaceclassA concrete implementation of the LocalFog node interfaceclassA concrete implementation of the TextureBackground node interfaceMethods in org.xj3d.sai.external.node.environmentaleffects with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAITextureBackground.getBackTexture(X3DNode[] val) Return the backTexture value in the argument X3DNode[]voidSAITextureBackground.getBottomTexture(X3DNode[] val) Return the bottomTexture value in the argument X3DNode[]voidSAITextureBackground.getFrontTexture(X3DNode[] val) Return the frontTexture value in the argument X3DNode[]voidSAITextureBackground.getLeftTexture(X3DNode[] val) Return the leftTexture value in the argument X3DNode[]voidSAITextureBackground.getRightTexture(X3DNode[] val) Return the rightTexture value in the argument X3DNode[]voidSAITextureBackground.getTopTexture(X3DNode[] val) Return the topTexture value in the argument X3DNode[]voidSAITextureBackground.setBackTexture(X3DNode[] val) Set the backTexture field.voidSAITextureBackground.setBottomTexture(X3DNode[] val) Set the bottomTexture field.voidSAITextureBackground.setFrontTexture(X3DNode[] val) Set the frontTexture field.voidSAITextureBackground.setLeftTexture(X3DNode[] val) Set the leftTexture field.voidSAITextureBackground.setRightTexture(X3DNode[] val) Set the rightTexture field.voidSAITextureBackground.setTopTexture(X3DNode[] val) Set the topTexture field. -
Uses of X3DNode in org.xj3d.sai.external.node.environmentalsensor
Classes in org.xj3d.sai.external.node.environmentalsensor that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the ProximitySensor node interfaceclassA concrete implementation of the VisibilitySensor node interface -
Uses of X3DNode in org.xj3d.sai.external.node.eventutilities
Classes in org.xj3d.sai.external.node.eventutilities that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the BooleanFilter node interfaceclassA concrete implementation of the BooleanSequencer node interfaceclassA concrete implementation of the BooleanToggle node interfaceclassA concrete implementation of the BooleanTrigger node interfaceclassA concrete implementation of the IntegerSequencer node interfaceclassA concrete implementation of the IntegerTrigger node interfaceclassA concrete implementation of the TimeTrigger node interface -
Uses of X3DNode in org.xj3d.sai.external.node.geometry2d
Classes in org.xj3d.sai.external.node.geometry2d that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Polyline2D node interfaceclassA concrete implementation of the Polypoint2D node interfaceclassA concrete implementation of the Rectangle2D node interfaceclassA concrete implementation of the TriangleSet2D node interface -
Uses of X3DNode in org.xj3d.sai.external.node.geometry3d
Classes in org.xj3d.sai.external.node.geometry3d that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Box node interfaceclassA concrete implementation of the Cone node interfaceclassA concrete implementation of the Cylinder node interfaceclassA concrete implementation of the ElevationGrid node interfaceclassA concrete implementation of the Extrusion node interfaceclassA concrete implementation of the IndexedFaceSet node interfaceclassA concrete implementation of the Sphere node interfaceMethods in org.xj3d.sai.external.node.geometry3d that return X3DNodeModifier and TypeMethodDescriptionSAIElevationGrid.getColor()Return the color X3DNode value.SAIIndexedFaceSet.getColor()Return the color X3DNode value.SAIIndexedFaceSet.getCoord()Return the coord X3DNode value.SAIIndexedFaceSet.getFogCoord()Return the fogCoord X3DNode value.SAIElevationGrid.getNormal()Return the normal X3DNode value.SAIIndexedFaceSet.getNormal()Return the normal X3DNode value.SAIElevationGrid.getTexCoord()Return the texCoord X3DNode value.SAIIndexedFaceSet.getTexCoord()Return the texCoord X3DNode value.Methods in org.xj3d.sai.external.node.geometry3d with parameters of type X3DNode -
Uses of X3DNode in org.xj3d.sai.external.node.geospatial
Classes in org.xj3d.sai.external.node.geospatial that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the GeoCoordinate node interfaceclassA concrete implementation of the GeoElevationGrid node interfaceclassA concrete implementation of the GeoLocation node interfaceclassA concrete implementation of the GeoLOD node interfaceclassA concrete implementation of the GeoMetadata node interfaceclassA concrete implementation of the GeoOrigin node interfaceclassA concrete implementation of the GeoPositionInterpolator node interfaceclassA concrete implementation of the GeoTouchSensor node interfaceclassA concrete implementation of the GeoTransform node interfaceclassA concrete implementation of the GeoViewpoint node interfaceMethods in org.xj3d.sai.external.node.geospatial that return X3DNodeModifier and TypeMethodDescriptionSAIGeoElevationGrid.getColor()Return the color X3DNode value.SAIGeoCoordinate.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoElevationGrid.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoLocation.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoLOD.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoPositionInterpolator.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoTouchSensor.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoTransform.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoViewpoint.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoElevationGrid.getNormal()Return the normal X3DNode value.SAIGeoElevationGrid.getTexCoord()Return the texCoord X3DNode value.Methods in org.xj3d.sai.external.node.geospatial with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIGeoLocation.addChildren(X3DNode[] val) Set the addChildren field.voidSAIGeoTransform.addChildren(X3DNode[] val) Set the addChildren field.voidSAIGeoLocation.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIGeoLOD.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIGeoTransform.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidReturn the data value in the argument X3DNode[]voidSAIGeoLOD.getRootNode(X3DNode[] val) Return the rootNode value in the argument X3DNode[]voidSAIGeoLocation.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIGeoTransform.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIGeoLocation.setChildren(X3DNode[] val) Set the children field.voidSAIGeoTransform.setChildren(X3DNode[] val) Set the children field.voidSet the data field.voidSAIGeoCoordinate.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoElevationGrid.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoLocation.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoLOD.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoPositionInterpolator.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoTouchSensor.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoTransform.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoViewpoint.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoLOD.setRootNode(X3DNode[] val) Set the rootNode field. -
Uses of X3DNode in org.xj3d.sai.external.node.grouping
Classes in org.xj3d.sai.external.node.grouping that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Group node interfaceclassA concrete implementation of the StaticGroup node interfaceclassA concrete implementation of the Switch node interfaceclassA concrete implementation of the Transform node interfaceMethods in org.xj3d.sai.external.node.grouping with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIGroup.addChildren(X3DNode[] val) Set the addChildren field.voidSAISwitch.addChildren(X3DNode[] val) Set the addChildren field.voidSAITransform.addChildren(X3DNode[] val) Set the addChildren field.voidSAIGroup.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIStaticGroup.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAISwitch.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAITransform.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIGroup.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAISwitch.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAITransform.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIGroup.setChildren(X3DNode[] val) Set the children field.voidSAIStaticGroup.setChildren(X3DNode[] val) Set the children field.voidSAISwitch.setChildren(X3DNode[] val) Set the children field.voidSAITransform.setChildren(X3DNode[] val) Set the children field. -
Uses of X3DNode in org.xj3d.sai.external.node.hanim
Classes in org.xj3d.sai.external.node.hanim that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the HAnimDisplacer node interfaceclassA concrete implementation of the HAnimHumanoid node interfaceclassA concrete implementation of the HAnimJoint node interfaceclassA concrete implementation of the HAnimSegment node interfaceclassA concrete implementation of the HAnimSite node interfaceMethods in org.xj3d.sai.external.node.hanim that return X3DNodeModifier and TypeMethodDescriptionSAIHAnimSegment.getCoord()Return the coord X3DNode value.SAIHAnimHumanoid.getSkinCoord()Return the skinCoord X3DNode value.SAIHAnimHumanoid.getSkinNormal()Return the skinNormal X3DNode value.Methods in org.xj3d.sai.external.node.hanim with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIHAnimJoint.addChildren(X3DNode[] val) Set the addChildren field.voidSAIHAnimSegment.addChildren(X3DNode[] val) Set the addChildren field.voidSAIHAnimSite.addChildren(X3DNode[] val) Set the addChildren field.voidSAIHAnimJoint.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIHAnimSegment.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIHAnimSite.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIHAnimSegment.getDisplacers(X3DNode[] val) Return the displacers value in the argument X3DNode[]voidReturn the joints value in the argument X3DNode[]voidSAIHAnimHumanoid.getSegments(X3DNode[] val) Return the segments value in the argument X3DNode[]voidReturn the sites value in the argument X3DNode[]voidSAIHAnimHumanoid.getSkeleton(X3DNode[] val) Return the skeleton value in the argument X3DNode[]voidReturn the skin value in the argument X3DNode[]voidSAIHAnimHumanoid.getViewpoints(X3DNode[] val) Return the viewpoints value in the argument X3DNode[]voidSAIHAnimJoint.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIHAnimSegment.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIHAnimSite.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIHAnimJoint.setChildren(X3DNode[] val) Set the children field.voidSAIHAnimSegment.setChildren(X3DNode[] val) Set the children field.voidSAIHAnimSite.setChildren(X3DNode[] val) Set the children field.voidSAIHAnimSegment.setDisplacers(X3DNode[] val) Set the displacers field.voidSet the joints field.voidSAIHAnimHumanoid.setSegments(X3DNode[] val) Set the segments field.voidSet the sites field.voidSAIHAnimHumanoid.setSkeleton(X3DNode[] val) Set the skeleton field.voidSet the skin field.voidSAIHAnimHumanoid.setSkinCoord(X3DNode val) Set the skinCoord field.voidSAIHAnimHumanoid.setSkinNormal(X3DNode val) Set the skinNormal field.voidSAIHAnimHumanoid.setViewpoints(X3DNode[] val) Set the viewpoints field. -
Uses of X3DNode in org.xj3d.sai.external.node.interpolation
Classes in org.xj3d.sai.external.node.interpolation that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the ColorInterpolator node interfaceclassA concrete implementation of the CoordinateInterpolator node interfaceclassA concrete implementation of the CoordinateInterpolator2D node interfaceclassA concrete implementation of the NormalInterpolator node interfaceclassA concrete implementation of the OrientationInterpolator node interfaceclassA concrete implementation of the PositionInterpolator node interfaceclassA concrete implementation of the PositionInterpolator2D node interfaceclassA concrete implementation of the ScalarInterpolator node interface -
Uses of X3DNode in org.xj3d.sai.external.node.keydevicesensor
Classes in org.xj3d.sai.external.node.keydevicesensor that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the KeySensor node interfaceclassA concrete implementation of the StringSensor node interface -
Uses of X3DNode in org.xj3d.sai.external.node.lighting
Classes in org.xj3d.sai.external.node.lighting that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the DirectionalLight node interfaceclassA concrete implementation of the PointLight node interfaceclassA concrete implementation of the SpotLight node interface -
Uses of X3DNode in org.xj3d.sai.external.node.networking
Classes in org.xj3d.sai.external.node.networking that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Anchor node interfaceclassA concrete implementation of the Inline node interfaceclassA concrete implementation of the LoadSensor node interfaceMethods in org.xj3d.sai.external.node.networking with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIAnchor.addChildren(X3DNode[] val) Set the addChildren field.voidSAIAnchor.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAILoadSensor.getWatchList(X3DNode[] val) Return the watchList value in the argument X3DNode[]voidSAIAnchor.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIAnchor.setChildren(X3DNode[] val) Set the children field.voidSAILoadSensor.setWatchList(X3DNode[] val) Set the watchList field. -
Uses of X3DNode in org.xj3d.sai.external.node.particlesystems
Classes in org.xj3d.sai.external.node.particlesystems that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the ExplosionEmitter node interfaceclassA concrete implementation of the GravityPhysicsModel node interfaceclassA concrete implementation of the ParticleSystem node interfaceclassA concrete implementation of the PointEmitter node interfaceclassA concrete implementation of the PolylineEmitter node interfaceclassA concrete implementation of the WindPhysicsModel node interfaceMethods in org.xj3d.sai.external.node.particlesystems that return X3DNodeModifier and TypeMethodDescriptionSAIParticleSystem.getAppearance()Return the appearance X3DNode value.SAIParticleSystem.getColorRamp()Return the colorRamp X3DNode value.SAIPolylineEmitter.getCoords()Return the coords X3DNode value.SAIParticleSystem.getEmitter()Return the emitter X3DNode value.SAIParticleSystem.getGeometry()Return the geometry X3DNode value.SAIParticleSystem.getTexCoordRamp()Return the texCoordRamp X3DNode value.Methods in org.xj3d.sai.external.node.particlesystems with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIParticleSystem.getPhysics(X3DNode[] val) Return the physics value in the argument X3DNode[]voidSAIParticleSystem.setColorRamp(X3DNode val) Set the colorRamp field.voidSAIParticleSystem.setPhysics(X3DNode[] val) Set the physics field.voidSAIParticleSystem.setTexCoordRamp(X3DNode val) Set the texCoordRamp field. -
Uses of X3DNode in org.xj3d.sai.external.node.picking
Classes in org.xj3d.sai.external.node.picking that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the LinePickSensor node interfaceclassA concrete implementation of the PickableGroup node interfaceclassA concrete implementation of the PointPickSensor node interfaceclassA concrete implementation of the PrimitivePickSensor node interfaceclassA concrete implementation of the VolumePickSensor node interfaceMethods in org.xj3d.sai.external.node.picking that return X3DNodeModifier and TypeMethodDescriptionSAILinePickSensor.getPickingGeometry()Return the pickingGeometry X3DNode value.SAIPointPickSensor.getPickingGeometry()Return the pickingGeometry X3DNode value.SAIPrimitivePickSensor.getPickingGeometry()Return the pickingGeometry X3DNode value.SAIVolumePickSensor.getPickingGeometry()Return the pickingGeometry X3DNode value.Methods in org.xj3d.sai.external.node.picking with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIPickableGroup.addChildren(X3DNode[] val) Set the addChildren field.voidSAIPickableGroup.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAILinePickSensor.getPickedGeometry(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]voidSAIPointPickSensor.getPickedGeometry(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]voidSAIPrimitivePickSensor.getPickedGeometry(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]voidSAIVolumePickSensor.getPickedGeometry(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]voidSAILinePickSensor.getPickTarget(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]voidSAIPointPickSensor.getPickTarget(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]voidSAIPrimitivePickSensor.getPickTarget(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]voidSAIVolumePickSensor.getPickTarget(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]voidSAIPickableGroup.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIPickableGroup.setChildren(X3DNode[] val) Set the children field.voidSAILinePickSensor.setPickingGeometry(X3DNode val) Set the pickingGeometry field.voidSAIPointPickSensor.setPickingGeometry(X3DNode val) Set the pickingGeometry field.voidSAIPrimitivePickSensor.setPickingGeometry(X3DNode val) Set the pickingGeometry field.voidSAIVolumePickSensor.setPickingGeometry(X3DNode val) Set the pickingGeometry field.voidSAILinePickSensor.setPickTarget(X3DNode[] val) Set the pickTarget field.voidSAIPointPickSensor.setPickTarget(X3DNode[] val) Set the pickTarget field.voidSAIPrimitivePickSensor.setPickTarget(X3DNode[] val) Set the pickTarget field.voidSAIVolumePickSensor.setPickTarget(X3DNode[] val) Set the pickTarget field. -
Uses of X3DNode in org.xj3d.sai.external.node.pointingdevicesensor
Classes in org.xj3d.sai.external.node.pointingdevicesensor that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the CylinderSensor node interfaceclassA concrete implementation of the PlaneSensor node interfaceclassA concrete implementation of the SphereSensor node interfaceclassA concrete implementation of the TouchSensor node interface -
Uses of X3DNode in org.xj3d.sai.external.node.rendering
Classes in org.xj3d.sai.external.node.rendering that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Color node interfaceclassA concrete implementation of the ColorRGBA node interfaceclassA concrete implementation of the Coordinate node interfaceclassA concrete implementation of the IndexedLineSet node interfaceclassA concrete implementation of the IndexedTriangleFanSet node interfaceclassA concrete implementation of the IndexedTriangleSet node interfaceclassA concrete implementation of the IndexedTriangleStripSet node interfaceclassA concrete implementation of the LineSet node interfaceclassA concrete implementation of the Normal node interfaceclassA concrete implementation of the PointSet node interfaceclassA concrete implementation of the TriangleFanSet node interfaceclassA concrete implementation of the TriangleSet node interfaceclassA concrete implementation of the TriangleStripSet node interfaceMethods in org.xj3d.sai.external.node.rendering that return X3DNodeModifier and TypeMethodDescriptionSAIIndexedLineSet.getColor()Return the color X3DNode value.SAIIndexedTriangleFanSet.getColor()Return the color X3DNode value.SAIIndexedTriangleSet.getColor()Return the color X3DNode value.SAIIndexedTriangleStripSet.getColor()Return the color X3DNode value.SAILineSet.getColor()Return the color X3DNode value.SAIPointSet.getColor()Return the color X3DNode value.SAITriangleFanSet.getColor()Return the color X3DNode value.SAITriangleSet.getColor()Return the color X3DNode value.SAITriangleStripSet.getColor()Return the color X3DNode value.SAIIndexedLineSet.getCoord()Return the coord X3DNode value.SAIIndexedTriangleFanSet.getCoord()Return the coord X3DNode value.SAIIndexedTriangleSet.getCoord()Return the coord X3DNode value.SAIIndexedTriangleStripSet.getCoord()Return the coord X3DNode value.SAILineSet.getCoord()Return the coord X3DNode value.SAIPointSet.getCoord()Return the coord X3DNode value.SAITriangleFanSet.getCoord()Return the coord X3DNode value.SAITriangleSet.getCoord()Return the coord X3DNode value.SAITriangleStripSet.getCoord()Return the coord X3DNode value.SAIIndexedTriangleFanSet.getFogCoord()Return the fogCoord X3DNode value.SAIIndexedTriangleSet.getFogCoord()Return the fogCoord X3DNode value.SAIIndexedTriangleStripSet.getFogCoord()Return the fogCoord X3DNode value.SAITriangleFanSet.getFogCoord()Return the fogCoord X3DNode value.SAITriangleSet.getFogCoord()Return the fogCoord X3DNode value.SAITriangleStripSet.getFogCoord()Return the fogCoord X3DNode value.SAIIndexedTriangleFanSet.getNormal()Return the normal X3DNode value.SAIIndexedTriangleSet.getNormal()Return the normal X3DNode value.SAIIndexedTriangleStripSet.getNormal()Return the normal X3DNode value.SAITriangleFanSet.getNormal()Return the normal X3DNode value.SAITriangleSet.getNormal()Return the normal X3DNode value.SAITriangleStripSet.getNormal()Return the normal X3DNode value.SAIIndexedTriangleFanSet.getTexCoord()Return the texCoord X3DNode value.SAIIndexedTriangleSet.getTexCoord()Return the texCoord X3DNode value.SAIIndexedTriangleStripSet.getTexCoord()Return the texCoord X3DNode value.SAITriangleFanSet.getTexCoord()Return the texCoord X3DNode value.SAITriangleSet.getTexCoord()Return the texCoord X3DNode value.SAITriangleStripSet.getTexCoord()Return the texCoord X3DNode value.Methods in org.xj3d.sai.external.node.rendering with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidReturn the attrib value in the argument X3DNode[]voidReturn the attrib value in the argument X3DNode[]voidReturn the attrib value in the argument X3DNode[]voidReturn the attrib value in the argument X3DNode[]voidReturn the attrib value in the argument X3DNode[]voidReturn the attrib value in the argument X3DNode[]voidSet the attrib field.voidSet the attrib field.voidSet the attrib field.voidSet the attrib field.voidSet the attrib field.voidSet the attrib field.voidSAIIndexedTriangleFanSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSAIIndexedTriangleSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSAIIndexedTriangleStripSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSAITriangleFanSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSAITriangleSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSAITriangleStripSet.setFogCoord(X3DNode val) Set the fogCoord field. -
Uses of X3DNode in org.xj3d.sai.external.node.rigidbodyphysics
Classes in org.xj3d.sai.external.node.rigidbodyphysics that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the BallJoint node interfaceclassA concrete implementation of the CollidableOffset node interfaceclassA concrete implementation of the CollidableShape node interfaceclassA concrete implementation of the CollisionCollection node interfaceclassA concrete implementation of the CollisionSensor node interfaceclassA concrete implementation of the CollisionSpace node interfaceclassA concrete implementation of the Contact node interfaceclassA concrete implementation of the DoubleAxisHingeJoint node interfaceclassA concrete implementation of the MotorJoint node interfaceclassA concrete implementation of the RigidBodyCollection node interfaceclassA concrete implementation of the SingleAxisHingeJoint node interfaceclassA concrete implementation of the SliderJoint node interfaceclassA concrete implementation of the UniversalJoint node interfaceMethods in org.xj3d.sai.external.node.rigidbodyphysics that return X3DNodeModifier and TypeMethodDescriptionSAIBallJoint.getBody1()Return the body1 X3DNode value.SAIContact.getBody1()Return the body1 X3DNode value.SAIDoubleAxisHingeJoint.getBody1()Return the body1 X3DNode value.SAIMotorJoint.getBody1()Return the body1 X3DNode value.SAISingleAxisHingeJoint.getBody1()Return the body1 X3DNode value.SAISliderJoint.getBody1()Return the body1 X3DNode value.SAIUniversalJoint.getBody1()Return the body1 X3DNode value.SAIBallJoint.getBody2()Return the body2 X3DNode value.SAIContact.getBody2()Return the body2 X3DNode value.SAIDoubleAxisHingeJoint.getBody2()Return the body2 X3DNode value.SAIMotorJoint.getBody2()Return the body2 X3DNode value.SAISingleAxisHingeJoint.getBody2()Return the body2 X3DNode value.SAISliderJoint.getBody2()Return the body2 X3DNode value.SAIUniversalJoint.getBody2()Return the body2 X3DNode value.SAICollidableOffset.getCollidable()Return the collidable X3DNode value.SAICollisionSensor.getCollidables()Return the collidables X3DNode value.SAIRigidBodyCollection.getCollider()Return the collider X3DNode value.SAIContact.getGeometry1()Return the geometry1 X3DNode value.SAIContact.getGeometry2()Return the geometry2 X3DNode value.SAICollidableShape.getShape()Return the shape X3DNode value.Methods in org.xj3d.sai.external.node.rigidbodyphysics with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidReturn the bodies value in the argument X3DNode[]voidSAICollisionCollection.getCollidables(X3DNode[] val) Return the collidables value in the argument X3DNode[]voidSAICollisionSpace.getCollidables(X3DNode[] val) Return the collidables value in the argument X3DNode[]voidSAICollisionSensor.getContacts(X3DNode[] val) Return the contacts value in the argument X3DNode[]voidSAICollisionSensor.getIntersections(X3DNode[] val) Return the intersections value in the argument X3DNode[]voidReturn the joints value in the argument X3DNode[]voidSet the bodies field.voidSet the body1 field.voidSet the body1 field.voidSet the body1 field.voidSet the body1 field.voidSet the body1 field.voidSet the body1 field.voidSet the body1 field.voidSet the body2 field.voidSet the body2 field.voidSet the body2 field.voidSet the body2 field.voidSet the body2 field.voidSet the body2 field.voidSet the body2 field.voidSAICollisionCollection.setCollidables(X3DNode[] val) Set the collidables field.voidSAICollisionSensor.setCollidables(X3DNode val) Set the collidables field.voidSAICollisionSpace.setCollidables(X3DNode[] val) Set the collidables field.voidSAIRigidBodyCollection.setCollider(X3DNode val) Set the collider field.voidSAIRigidBodyCollection.setContacts(X3DNode[] val) Set the set_contacts field.voidSet the joints field.voidSet the shape field. -
Uses of X3DNode in org.xj3d.sai.external.node.scripting
Classes in org.xj3d.sai.external.node.scripting that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Script node interface -
Uses of X3DNode in org.xj3d.sai.external.node.shape
Classes in org.xj3d.sai.external.node.shape that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Appearance node interfaceclassA concrete implementation of the LineProperties node interfaceclassA concrete implementation of the Material node interfaceclassA concrete implementation of the Shape node interfaceclassA concrete implementation of the TwoSidedMaterial node interfaceMethods in org.xj3d.sai.external.node.shape that return X3DNodeModifier and TypeMethodDescriptionSAIShape.getAppearance()Return the appearance X3DNode value.SAIAppearance.getFillProperties()Return the fillProperties X3DNode value.SAIShape.getGeometry()Return the geometry X3DNode value.SAIAppearance.getLineProperties()Return the lineProperties X3DNode value.SAIAppearance.getMaterial()Return the material X3DNode value.SAIAppearance.getTexture()Return the texture X3DNode value.SAIAppearance.getTextureProperties()Return the textureProperties X3DNode value.SAIAppearance.getTextureTransform()Return the textureTransform X3DNode value.Methods in org.xj3d.sai.external.node.shape with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIAppearance.setFillProperties(X3DNode val) Set the fillProperties field.voidSAIAppearance.setLineProperties(X3DNode val) Set the lineProperties field.voidSAIAppearance.setTextureProperties(X3DNode val) Set the textureProperties field. -
Uses of X3DNode in org.xj3d.sai.external.node.sound
Classes in org.xj3d.sai.external.node.sound that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the AudioClip node interfaceclassA concrete implementation of the Sound node interfaceMethods in org.xj3d.sai.external.node.sound that return X3DNodeMethods in org.xj3d.sai.external.node.sound with parameters of type X3DNode -
Uses of X3DNode in org.xj3d.sai.external.node.text
Classes in org.xj3d.sai.external.node.text that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the FontStyle node interfaceclassA concrete implementation of the Text node interfaceMethods in org.xj3d.sai.external.node.text that return X3DNode -
Uses of X3DNode in org.xj3d.sai.external.node.texturing
Classes in org.xj3d.sai.external.node.texturing that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the ImageTexture node interfaceclassA concrete implementation of the MultiTexture node interfaceclassA concrete implementation of the MultiTextureCoordinate node interfaceclassA concrete implementation of the MultiTextureTransform node interfaceclassA concrete implementation of the PixelTexture node interfaceclassA concrete implementation of the TextureCoordinate node interfaceclassA concrete implementation of the TextureCoordinateGenerator node interfaceclassA concrete implementation of the TextureProperties node interfaceclassA concrete implementation of the TextureTransform node interfaceMethods in org.xj3d.sai.external.node.texturing that return X3DNodeModifier and TypeMethodDescriptionSAIImageTexture.getTextureProperties()Return the textureProperties X3DNode value.SAIPixelTexture.getTextureProperties()Return the textureProperties X3DNode value.Methods in org.xj3d.sai.external.node.texturing with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIMultiTextureCoordinate.getTexCoord(X3DNode[] val) Return the texCoord value in the argument X3DNode[]voidSAIMultiTexture.getTexture(X3DNode[] val) Return the texture value in the argument X3DNode[]voidSAIMultiTextureTransform.getTextureTransform(X3DNode[] val) Return the textureTransform value in the argument X3DNode[]voidSAIMultiTextureCoordinate.setTexCoord(X3DNode[] val) Set the texCoord field.voidSAIMultiTexture.setTexture(X3DNode[] val) Set the texture field.voidSAIImageTexture.setTextureProperties(X3DNode val) Set the textureProperties field.voidSAIPixelTexture.setTextureProperties(X3DNode val) Set the textureProperties field.voidSAIMultiTextureTransform.setTextureTransform(X3DNode[] val) Set the textureTransform field. -
Uses of X3DNode in org.xj3d.sai.external.node.time
Classes in org.xj3d.sai.external.node.time that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the TimeSensor node interface -
Uses of X3DNode in org.xj3d.sai.internal.node.cadgeometry
Classes in org.xj3d.sai.internal.node.cadgeometry that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the CADAssembly node interfaceclassA concrete implementation of the CADFace node interfaceclassA concrete implementation of the CADLayer node interfaceclassA concrete implementation of the CADPart node interfaceclassA concrete implementation of the QuadSet node interfaceMethods in org.xj3d.sai.internal.node.cadgeometry that return X3DNodeModifier and TypeMethodDescriptionSAIQuadSet.getColor()Return the color X3DNode value.SAIQuadSet.getCoord()Return the coord X3DNode value.SAIQuadSet.getFogCoord()Return the fogCoord X3DNode value.SAIQuadSet.getNormal()Return the normal X3DNode value.SAICADFace.getShape()Return the shape X3DNode value.SAIQuadSet.getTexCoord()Return the texCoord X3DNode value.Methods in org.xj3d.sai.internal.node.cadgeometry with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAICADAssembly.addChildren(X3DNode[] val) Set the addChildren field.voidSAICADLayer.addChildren(X3DNode[] val) Set the addChildren field.voidSAICADPart.addChildren(X3DNode[] val) Set the addChildren field.voidReturn the attrib value in the argument X3DNode[]voidSAICADAssembly.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAICADLayer.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAICADPart.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAICADAssembly.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAICADLayer.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAICADPart.removeChildren(X3DNode[] val) Set the removeChildren field.voidSet the attrib field.voidSAICADAssembly.setChildren(X3DNode[] val) Set the children field.voidSAICADLayer.setChildren(X3DNode[] val) Set the children field.voidSAICADPart.setChildren(X3DNode[] val) Set the children field.voidSAIQuadSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSet the shape field. -
Uses of X3DNode in org.xj3d.sai.internal.node.core
Classes in org.xj3d.sai.internal.node.core that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the MetadataDouble node interfaceclassA concrete implementation of the MetadataFloat node interfaceclassA concrete implementation of the MetadataInteger node interfaceclassA concrete implementation of the MetadataSet node interfaceclassA concrete implementation of the MetadataString node interfaceclassA concrete implementation of the WorldInfo node interfaceMethods in org.xj3d.sai.internal.node.core with parameters of type X3DNode -
Uses of X3DNode in org.xj3d.sai.internal.node.dis
Classes in org.xj3d.sai.internal.node.dis that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the DISEntityManager node interfaceclassA concrete implementation of the DISEntityTypeMapping node interfaceclassA concrete implementation of the EspduTransform node interfaceMethods in org.xj3d.sai.internal.node.dis that return X3DNodeModifier and TypeMethodDescriptionSAIEspduTransform.getGeoOrigin()Return the geoOrigin X3DNode value.Methods in org.xj3d.sai.internal.node.dis with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIEspduTransform.addChildren(X3DNode[] val) Set the addChildren field.voidSAIDISEntityManager.getAddedEntities(X3DNode[] val) Return the addedEntities value in the argument X3DNode[]voidSAIEspduTransform.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIDISEntityManager.getMapping(X3DNode[] val) Return the mapping value in the argument X3DNode[]voidSAIDISEntityManager.getRemovedEntities(X3DNode[] val) Return the removedEntities value in the argument X3DNode[]voidSAIEspduTransform.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIEspduTransform.setChildren(X3DNode[] val) Set the children field.voidSAIEspduTransform.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIDISEntityManager.setMapping(X3DNode[] val) Set the mapping field. -
Uses of X3DNode in org.xj3d.sai.internal.node.environmentaleffects
Classes in org.xj3d.sai.internal.node.environmentaleffects that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Background node interfaceclassA concrete implementation of the Fog node interfaceclassA concrete implementation of the FogCoordinate node interfaceclassA concrete implementation of the LocalFog node interfaceclassA concrete implementation of the TextureBackground node interfaceMethods in org.xj3d.sai.internal.node.environmentaleffects with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAITextureBackground.getBackTexture(X3DNode[] val) Return the backTexture value in the argument X3DNode[]voidSAITextureBackground.getBottomTexture(X3DNode[] val) Return the bottomTexture value in the argument X3DNode[]voidSAITextureBackground.getFrontTexture(X3DNode[] val) Return the frontTexture value in the argument X3DNode[]voidSAITextureBackground.getLeftTexture(X3DNode[] val) Return the leftTexture value in the argument X3DNode[]voidSAITextureBackground.getRightTexture(X3DNode[] val) Return the rightTexture value in the argument X3DNode[]voidSAITextureBackground.getTopTexture(X3DNode[] val) Return the topTexture value in the argument X3DNode[]voidSAITextureBackground.setBackTexture(X3DNode[] val) Set the backTexture field.voidSAITextureBackground.setBottomTexture(X3DNode[] val) Set the bottomTexture field.voidSAITextureBackground.setFrontTexture(X3DNode[] val) Set the frontTexture field.voidSAITextureBackground.setLeftTexture(X3DNode[] val) Set the leftTexture field.voidSAITextureBackground.setRightTexture(X3DNode[] val) Set the rightTexture field.voidSAITextureBackground.setTopTexture(X3DNode[] val) Set the topTexture field. -
Uses of X3DNode in org.xj3d.sai.internal.node.environmentalsensor
Classes in org.xj3d.sai.internal.node.environmentalsensor that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the ProximitySensor node interfaceclassA concrete implementation of the VisibilitySensor node interface -
Uses of X3DNode in org.xj3d.sai.internal.node.eventutilities
Classes in org.xj3d.sai.internal.node.eventutilities that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the BooleanFilter node interfaceclassA concrete implementation of the BooleanSequencer node interfaceclassA concrete implementation of the BooleanToggle node interfaceclassA concrete implementation of the BooleanTrigger node interfaceclassA concrete implementation of the IntegerSequencer node interfaceclassA concrete implementation of the IntegerTrigger node interfaceclassA concrete implementation of the TimeTrigger node interface -
Uses of X3DNode in org.xj3d.sai.internal.node.geometry2d
Classes in org.xj3d.sai.internal.node.geometry2d that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Polyline2D node interfaceclassA concrete implementation of the Polypoint2D node interfaceclassA concrete implementation of the Rectangle2D node interfaceclassA concrete implementation of the TriangleSet2D node interface -
Uses of X3DNode in org.xj3d.sai.internal.node.geometry3d
Classes in org.xj3d.sai.internal.node.geometry3d that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Box node interfaceclassA concrete implementation of the Cone node interfaceclassA concrete implementation of the Cylinder node interfaceclassA concrete implementation of the ElevationGrid node interfaceclassA concrete implementation of the Extrusion node interfaceclassA concrete implementation of the IndexedFaceSet node interfaceclassA concrete implementation of the Sphere node interfaceMethods in org.xj3d.sai.internal.node.geometry3d that return X3DNodeModifier and TypeMethodDescriptionSAIElevationGrid.getColor()Return the color X3DNode value.SAIIndexedFaceSet.getColor()Return the color X3DNode value.SAIIndexedFaceSet.getCoord()Return the coord X3DNode value.SAIIndexedFaceSet.getFogCoord()Return the fogCoord X3DNode value.SAIElevationGrid.getNormal()Return the normal X3DNode value.SAIIndexedFaceSet.getNormal()Return the normal X3DNode value.SAIElevationGrid.getTexCoord()Return the texCoord X3DNode value.SAIIndexedFaceSet.getTexCoord()Return the texCoord X3DNode value.Methods in org.xj3d.sai.internal.node.geometry3d with parameters of type X3DNode -
Uses of X3DNode in org.xj3d.sai.internal.node.geospatial
Classes in org.xj3d.sai.internal.node.geospatial that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the GeoCoordinate node interfaceclassA concrete implementation of the GeoElevationGrid node interfaceclassA concrete implementation of the GeoLocation node interfaceclassA concrete implementation of the GeoLOD node interfaceclassA concrete implementation of the GeoMetadata node interfaceclassA concrete implementation of the GeoOrigin node interfaceclassA concrete implementation of the GeoPositionInterpolator node interfaceclassA concrete implementation of the GeoTouchSensor node interfaceclassA concrete implementation of the GeoTransform node interfaceclassA concrete implementation of the GeoViewpoint node interfaceMethods in org.xj3d.sai.internal.node.geospatial that return X3DNodeModifier and TypeMethodDescriptionSAIGeoElevationGrid.getColor()Return the color X3DNode value.SAIGeoCoordinate.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoElevationGrid.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoLocation.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoLOD.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoPositionInterpolator.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoTouchSensor.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoTransform.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoViewpoint.getGeoOrigin()Return the geoOrigin X3DNode value.SAIGeoElevationGrid.getNormal()Return the normal X3DNode value.SAIGeoElevationGrid.getTexCoord()Return the texCoord X3DNode value.Methods in org.xj3d.sai.internal.node.geospatial with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIGeoLocation.addChildren(X3DNode[] val) Set the addChildren field.voidSAIGeoTransform.addChildren(X3DNode[] val) Set the addChildren field.voidSAIGeoLocation.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIGeoLOD.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIGeoTransform.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidReturn the data value in the argument X3DNode[]voidSAIGeoLOD.getRootNode(X3DNode[] val) Return the rootNode value in the argument X3DNode[]voidSAIGeoLocation.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIGeoTransform.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIGeoLocation.setChildren(X3DNode[] val) Set the children field.voidSAIGeoTransform.setChildren(X3DNode[] val) Set the children field.voidSet the data field.voidSAIGeoCoordinate.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoElevationGrid.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoLocation.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoLOD.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoPositionInterpolator.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoTouchSensor.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoTransform.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoViewpoint.setGeoOrigin(X3DNode val) Set the geoOrigin field.voidSAIGeoLOD.setRootNode(X3DNode[] val) Set the rootNode field. -
Uses of X3DNode in org.xj3d.sai.internal.node.grouping
Classes in org.xj3d.sai.internal.node.grouping that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Group node interfaceclassA concrete implementation of the StaticGroup node interfaceclassA concrete implementation of the Switch node interfaceclassA concrete implementation of the Transform node interfaceMethods in org.xj3d.sai.internal.node.grouping with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIGroup.addChildren(X3DNode[] val) Set the addChildren field.voidSAISwitch.addChildren(X3DNode[] val) Set the addChildren field.voidSAITransform.addChildren(X3DNode[] val) Set the addChildren field.voidSAIGroup.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIStaticGroup.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAISwitch.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAITransform.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIGroup.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAISwitch.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAITransform.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIGroup.setChildren(X3DNode[] val) Set the children field.voidSAIStaticGroup.setChildren(X3DNode[] val) Set the children field.voidSAISwitch.setChildren(X3DNode[] val) Set the children field.voidSAITransform.setChildren(X3DNode[] val) Set the children field. -
Uses of X3DNode in org.xj3d.sai.internal.node.hanim
Classes in org.xj3d.sai.internal.node.hanim that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the HAnimDisplacer node interfaceclassA concrete implementation of the HAnimHumanoid node interfaceclassA concrete implementation of the HAnimJoint node interfaceclassA concrete implementation of the HAnimSegment node interfaceclassA concrete implementation of the HAnimSite node interfaceMethods in org.xj3d.sai.internal.node.hanim that return X3DNodeModifier and TypeMethodDescriptionSAIHAnimSegment.getCoord()Return the coord X3DNode value.SAIHAnimHumanoid.getSkinCoord()Return the skinCoord X3DNode value.SAIHAnimHumanoid.getSkinNormal()Return the skinNormal X3DNode value.Methods in org.xj3d.sai.internal.node.hanim with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIHAnimJoint.addChildren(X3DNode[] val) Set the addChildren field.voidSAIHAnimSegment.addChildren(X3DNode[] val) Set the addChildren field.voidSAIHAnimSite.addChildren(X3DNode[] val) Set the addChildren field.voidSAIHAnimJoint.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIHAnimSegment.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIHAnimSite.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAIHAnimSegment.getDisplacers(X3DNode[] val) Return the displacers value in the argument X3DNode[]voidReturn the joints value in the argument X3DNode[]voidSAIHAnimHumanoid.getSegments(X3DNode[] val) Return the segments value in the argument X3DNode[]voidReturn the sites value in the argument X3DNode[]voidSAIHAnimHumanoid.getSkeleton(X3DNode[] val) Return the skeleton value in the argument X3DNode[]voidReturn the skin value in the argument X3DNode[]voidSAIHAnimHumanoid.getViewpoints(X3DNode[] val) Return the viewpoints value in the argument X3DNode[]voidSAIHAnimJoint.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIHAnimSegment.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIHAnimSite.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIHAnimJoint.setChildren(X3DNode[] val) Set the children field.voidSAIHAnimSegment.setChildren(X3DNode[] val) Set the children field.voidSAIHAnimSite.setChildren(X3DNode[] val) Set the children field.voidSAIHAnimSegment.setDisplacers(X3DNode[] val) Set the displacers field.voidSet the joints field.voidSAIHAnimHumanoid.setSegments(X3DNode[] val) Set the segments field.voidSet the sites field.voidSAIHAnimHumanoid.setSkeleton(X3DNode[] val) Set the skeleton field.voidSet the skin field.voidSAIHAnimHumanoid.setSkinCoord(X3DNode val) Set the skinCoord field.voidSAIHAnimHumanoid.setSkinNormal(X3DNode val) Set the skinNormal field.voidSAIHAnimHumanoid.setViewpoints(X3DNode[] val) Set the viewpoints field. -
Uses of X3DNode in org.xj3d.sai.internal.node.interpolation
Classes in org.xj3d.sai.internal.node.interpolation that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the ColorInterpolator node interfaceclassA concrete implementation of the CoordinateInterpolator node interfaceclassA concrete implementation of the CoordinateInterpolator2D node interfaceclassA concrete implementation of the NormalInterpolator node interfaceclassA concrete implementation of the OrientationInterpolator node interfaceclassA concrete implementation of the PositionInterpolator node interfaceclassA concrete implementation of the PositionInterpolator2D node interfaceclassA concrete implementation of the ScalarInterpolator node interface -
Uses of X3DNode in org.xj3d.sai.internal.node.keydevicesensor
Classes in org.xj3d.sai.internal.node.keydevicesensor that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the KeySensor node interfaceclassA concrete implementation of the StringSensor node interface -
Uses of X3DNode in org.xj3d.sai.internal.node.lighting
Classes in org.xj3d.sai.internal.node.lighting that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the DirectionalLight node interfaceclassA concrete implementation of the PointLight node interfaceclassA concrete implementation of the SpotLight node interface -
Uses of X3DNode in org.xj3d.sai.internal.node.networking
Classes in org.xj3d.sai.internal.node.networking that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Anchor node interfaceclassA concrete implementation of the Inline node interfaceclassA concrete implementation of the LoadSensor node interfaceMethods in org.xj3d.sai.internal.node.networking with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIAnchor.addChildren(X3DNode[] val) Set the addChildren field.voidSAIAnchor.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAILoadSensor.getWatchList(X3DNode[] val) Return the watchList value in the argument X3DNode[]voidSAIAnchor.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIAnchor.setChildren(X3DNode[] val) Set the children field.voidSAILoadSensor.setWatchList(X3DNode[] val) Set the watchList field. -
Uses of X3DNode in org.xj3d.sai.internal.node.particlesystems
Classes in org.xj3d.sai.internal.node.particlesystems that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the ExplosionEmitter node interfaceclassA concrete implementation of the GravityPhysicsModel node interfaceclassA concrete implementation of the ParticleSystem node interfaceclassA concrete implementation of the PointEmitter node interfaceclassA concrete implementation of the PolylineEmitter node interfaceclassA concrete implementation of the WindPhysicsModel node interfaceMethods in org.xj3d.sai.internal.node.particlesystems that return X3DNodeModifier and TypeMethodDescriptionSAIParticleSystem.getAppearance()Return the appearance X3DNode value.SAIParticleSystem.getColorRamp()Return the colorRamp X3DNode value.SAIPolylineEmitter.getCoords()Return the coords X3DNode value.SAIParticleSystem.getEmitter()Return the emitter X3DNode value.SAIParticleSystem.getGeometry()Return the geometry X3DNode value.SAIParticleSystem.getTexCoordRamp()Return the texCoordRamp X3DNode value.Methods in org.xj3d.sai.internal.node.particlesystems with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIParticleSystem.getPhysics(X3DNode[] val) Return the physics value in the argument X3DNode[]voidSAIParticleSystem.setColorRamp(X3DNode val) Set the colorRamp field.voidSAIParticleSystem.setPhysics(X3DNode[] val) Set the physics field.voidSAIParticleSystem.setTexCoordRamp(X3DNode val) Set the texCoordRamp field. -
Uses of X3DNode in org.xj3d.sai.internal.node.picking
Classes in org.xj3d.sai.internal.node.picking that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the LinePickSensor node interfaceclassA concrete implementation of the PickableGroup node interfaceclassA concrete implementation of the PointPickSensor node interfaceclassA concrete implementation of the PrimitivePickSensor node interfaceclassA concrete implementation of the VolumePickSensor node interfaceMethods in org.xj3d.sai.internal.node.picking that return X3DNodeModifier and TypeMethodDescriptionSAILinePickSensor.getPickingGeometry()Return the pickingGeometry X3DNode value.SAIPointPickSensor.getPickingGeometry()Return the pickingGeometry X3DNode value.SAIPrimitivePickSensor.getPickingGeometry()Return the pickingGeometry X3DNode value.SAIVolumePickSensor.getPickingGeometry()Return the pickingGeometry X3DNode value.Methods in org.xj3d.sai.internal.node.picking with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIPickableGroup.addChildren(X3DNode[] val) Set the addChildren field.voidSAIPickableGroup.getChildren(X3DNode[] val) Return the children value in the argument X3DNode[]voidSAILinePickSensor.getPickedGeometry(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]voidSAIPointPickSensor.getPickedGeometry(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]voidSAIPrimitivePickSensor.getPickedGeometry(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]voidSAIVolumePickSensor.getPickedGeometry(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]voidSAILinePickSensor.getPickTarget(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]voidSAIPointPickSensor.getPickTarget(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]voidSAIPrimitivePickSensor.getPickTarget(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]voidSAIVolumePickSensor.getPickTarget(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]voidSAIPickableGroup.removeChildren(X3DNode[] val) Set the removeChildren field.voidSAIPickableGroup.setChildren(X3DNode[] val) Set the children field.voidSAILinePickSensor.setPickingGeometry(X3DNode val) Set the pickingGeometry field.voidSAIPointPickSensor.setPickingGeometry(X3DNode val) Set the pickingGeometry field.voidSAIPrimitivePickSensor.setPickingGeometry(X3DNode val) Set the pickingGeometry field.voidSAIVolumePickSensor.setPickingGeometry(X3DNode val) Set the pickingGeometry field.voidSAILinePickSensor.setPickTarget(X3DNode[] val) Set the pickTarget field.voidSAIPointPickSensor.setPickTarget(X3DNode[] val) Set the pickTarget field.voidSAIPrimitivePickSensor.setPickTarget(X3DNode[] val) Set the pickTarget field.voidSAIVolumePickSensor.setPickTarget(X3DNode[] val) Set the pickTarget field. -
Uses of X3DNode in org.xj3d.sai.internal.node.pointingdevicesensor
Classes in org.xj3d.sai.internal.node.pointingdevicesensor that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the CylinderSensor node interfaceclassA concrete implementation of the PlaneSensor node interfaceclassA concrete implementation of the SphereSensor node interfaceclassA concrete implementation of the TouchSensor node interface -
Uses of X3DNode in org.xj3d.sai.internal.node.rendering
Classes in org.xj3d.sai.internal.node.rendering that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Color node interfaceclassA concrete implementation of the ColorRGBA node interfaceclassA concrete implementation of the Coordinate node interfaceclassA concrete implementation of the IndexedLineSet node interfaceclassA concrete implementation of the IndexedTriangleFanSet node interfaceclassA concrete implementation of the IndexedTriangleSet node interfaceclassA concrete implementation of the IndexedTriangleStripSet node interfaceclassA concrete implementation of the LineSet node interfaceclassA concrete implementation of the Normal node interfaceclassA concrete implementation of the PointSet node interfaceclassA concrete implementation of the TriangleFanSet node interfaceclassA concrete implementation of the TriangleSet node interfaceclassA concrete implementation of the TriangleStripSet node interfaceMethods in org.xj3d.sai.internal.node.rendering that return X3DNodeModifier and TypeMethodDescriptionSAIIndexedLineSet.getColor()Return the color X3DNode value.SAIIndexedTriangleFanSet.getColor()Return the color X3DNode value.SAIIndexedTriangleSet.getColor()Return the color X3DNode value.SAIIndexedTriangleStripSet.getColor()Return the color X3DNode value.SAILineSet.getColor()Return the color X3DNode value.SAIPointSet.getColor()Return the color X3DNode value.SAITriangleFanSet.getColor()Return the color X3DNode value.SAITriangleSet.getColor()Return the color X3DNode value.SAITriangleStripSet.getColor()Return the color X3DNode value.SAIIndexedLineSet.getCoord()Return the coord X3DNode value.SAIIndexedTriangleFanSet.getCoord()Return the coord X3DNode value.SAIIndexedTriangleSet.getCoord()Return the coord X3DNode value.SAIIndexedTriangleStripSet.getCoord()Return the coord X3DNode value.SAILineSet.getCoord()Return the coord X3DNode value.SAIPointSet.getCoord()Return the coord X3DNode value.SAITriangleFanSet.getCoord()Return the coord X3DNode value.SAITriangleSet.getCoord()Return the coord X3DNode value.SAITriangleStripSet.getCoord()Return the coord X3DNode value.SAIIndexedTriangleFanSet.getFogCoord()Return the fogCoord X3DNode value.SAIIndexedTriangleSet.getFogCoord()Return the fogCoord X3DNode value.SAIIndexedTriangleStripSet.getFogCoord()Return the fogCoord X3DNode value.SAITriangleFanSet.getFogCoord()Return the fogCoord X3DNode value.SAITriangleSet.getFogCoord()Return the fogCoord X3DNode value.SAITriangleStripSet.getFogCoord()Return the fogCoord X3DNode value.SAIIndexedTriangleFanSet.getNormal()Return the normal X3DNode value.SAIIndexedTriangleSet.getNormal()Return the normal X3DNode value.SAIIndexedTriangleStripSet.getNormal()Return the normal X3DNode value.SAITriangleFanSet.getNormal()Return the normal X3DNode value.SAITriangleSet.getNormal()Return the normal X3DNode value.SAITriangleStripSet.getNormal()Return the normal X3DNode value.SAIIndexedTriangleFanSet.getTexCoord()Return the texCoord X3DNode value.SAIIndexedTriangleSet.getTexCoord()Return the texCoord X3DNode value.SAIIndexedTriangleStripSet.getTexCoord()Return the texCoord X3DNode value.SAITriangleFanSet.getTexCoord()Return the texCoord X3DNode value.SAITriangleSet.getTexCoord()Return the texCoord X3DNode value.SAITriangleStripSet.getTexCoord()Return the texCoord X3DNode value.Methods in org.xj3d.sai.internal.node.rendering with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidReturn the attrib value in the argument X3DNode[]voidReturn the attrib value in the argument X3DNode[]voidReturn the attrib value in the argument X3DNode[]voidReturn the attrib value in the argument X3DNode[]voidReturn the attrib value in the argument X3DNode[]voidReturn the attrib value in the argument X3DNode[]voidSet the attrib field.voidSet the attrib field.voidSet the attrib field.voidSet the attrib field.voidSet the attrib field.voidSet the attrib field.voidSAIIndexedTriangleFanSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSAIIndexedTriangleSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSAIIndexedTriangleStripSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSAITriangleFanSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSAITriangleSet.setFogCoord(X3DNode val) Set the fogCoord field.voidSAITriangleStripSet.setFogCoord(X3DNode val) Set the fogCoord field. -
Uses of X3DNode in org.xj3d.sai.internal.node.rigidbodyphysics
Classes in org.xj3d.sai.internal.node.rigidbodyphysics that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the BallJoint node interfaceclassA concrete implementation of the CollidableOffset node interfaceclassA concrete implementation of the CollidableShape node interfaceclassA concrete implementation of the CollisionCollection node interfaceclassA concrete implementation of the CollisionSensor node interfaceclassA concrete implementation of the CollisionSpace node interfaceclassA concrete implementation of the Contact node interfaceclassA concrete implementation of the DoubleAxisHingeJoint node interfaceclassA concrete implementation of the MotorJoint node interfaceclassA concrete implementation of the RigidBodyCollection node interfaceclassA concrete implementation of the SingleAxisHingeJoint node interfaceclassA concrete implementation of the SliderJoint node interfaceclassA concrete implementation of the UniversalJoint node interfaceMethods in org.xj3d.sai.internal.node.rigidbodyphysics that return X3DNodeModifier and TypeMethodDescriptionSAIBallJoint.getBody1()Return the body1 X3DNode value.SAIContact.getBody1()Return the body1 X3DNode value.SAIDoubleAxisHingeJoint.getBody1()Return the body1 X3DNode value.SAIMotorJoint.getBody1()Return the body1 X3DNode value.SAISingleAxisHingeJoint.getBody1()Return the body1 X3DNode value.SAISliderJoint.getBody1()Return the body1 X3DNode value.SAIUniversalJoint.getBody1()Return the body1 X3DNode value.SAIBallJoint.getBody2()Return the body2 X3DNode value.SAIContact.getBody2()Return the body2 X3DNode value.SAIDoubleAxisHingeJoint.getBody2()Return the body2 X3DNode value.SAIMotorJoint.getBody2()Return the body2 X3DNode value.SAISingleAxisHingeJoint.getBody2()Return the body2 X3DNode value.SAISliderJoint.getBody2()Return the body2 X3DNode value.SAIUniversalJoint.getBody2()Return the body2 X3DNode value.SAICollidableOffset.getCollidable()Return the collidable X3DNode value.SAICollisionSensor.getCollidables()Return the collidables X3DNode value.SAIRigidBodyCollection.getCollider()Return the collider X3DNode value.SAIContact.getGeometry1()Return the geometry1 X3DNode value.SAIContact.getGeometry2()Return the geometry2 X3DNode value.SAICollidableShape.getShape()Return the shape X3DNode value.Methods in org.xj3d.sai.internal.node.rigidbodyphysics with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidReturn the bodies value in the argument X3DNode[]voidSAICollisionCollection.getCollidables(X3DNode[] val) Return the collidables value in the argument X3DNode[]voidSAICollisionSpace.getCollidables(X3DNode[] val) Return the collidables value in the argument X3DNode[]voidSAICollisionSensor.getContacts(X3DNode[] val) Return the contacts value in the argument X3DNode[]voidSAICollisionSensor.getIntersections(X3DNode[] val) Return the intersections value in the argument X3DNode[]voidReturn the joints value in the argument X3DNode[]voidSet the bodies field.voidSet the body1 field.voidSet the body1 field.voidSet the body1 field.voidSet the body1 field.voidSet the body1 field.voidSet the body1 field.voidSet the body1 field.voidSet the body2 field.voidSet the body2 field.voidSet the body2 field.voidSet the body2 field.voidSet the body2 field.voidSet the body2 field.voidSet the body2 field.voidSAICollisionCollection.setCollidables(X3DNode[] val) Set the collidables field.voidSAICollisionSensor.setCollidables(X3DNode val) Set the collidables field.voidSAICollisionSpace.setCollidables(X3DNode[] val) Set the collidables field.voidSAIRigidBodyCollection.setCollider(X3DNode val) Set the collider field.voidSAIRigidBodyCollection.setContacts(X3DNode[] val) Set the set_contacts field.voidSet the joints field.voidSet the shape field. -
Uses of X3DNode in org.xj3d.sai.internal.node.scripting
Classes in org.xj3d.sai.internal.node.scripting that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Script node interface -
Uses of X3DNode in org.xj3d.sai.internal.node.shape
Classes in org.xj3d.sai.internal.node.shape that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the Appearance node interfaceclassA concrete implementation of the LineProperties node interfaceclassA concrete implementation of the Material node interfaceclassA concrete implementation of the Shape node interfaceclassA concrete implementation of the TwoSidedMaterial node interfaceMethods in org.xj3d.sai.internal.node.shape that return X3DNodeModifier and TypeMethodDescriptionSAIShape.getAppearance()Return the appearance X3DNode value.SAIAppearance.getFillProperties()Return the fillProperties X3DNode value.SAIShape.getGeometry()Return the geometry X3DNode value.SAIAppearance.getLineProperties()Return the lineProperties X3DNode value.SAIAppearance.getMaterial()Return the material X3DNode value.SAIAppearance.getTexture()Return the texture X3DNode value.SAIAppearance.getTextureProperties()Return the textureProperties X3DNode value.SAIAppearance.getTextureTransform()Return the textureTransform X3DNode value.Methods in org.xj3d.sai.internal.node.shape with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIAppearance.setFillProperties(X3DNode val) Set the fillProperties field.voidSAIAppearance.setLineProperties(X3DNode val) Set the lineProperties field.voidSAIAppearance.setTextureProperties(X3DNode val) Set the textureProperties field. -
Uses of X3DNode in org.xj3d.sai.internal.node.sound
Classes in org.xj3d.sai.internal.node.sound that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the AudioClip node interfaceclassA concrete implementation of the Sound node interfaceMethods in org.xj3d.sai.internal.node.sound that return X3DNodeMethods in org.xj3d.sai.internal.node.sound with parameters of type X3DNode -
Uses of X3DNode in org.xj3d.sai.internal.node.text
Classes in org.xj3d.sai.internal.node.text that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the FontStyle node interfaceclassA concrete implementation of the Text node interfaceMethods in org.xj3d.sai.internal.node.text that return X3DNode -
Uses of X3DNode in org.xj3d.sai.internal.node.texturing
Classes in org.xj3d.sai.internal.node.texturing that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the ImageTexture node interfaceclassA concrete implementation of the MultiTexture node interfaceclassA concrete implementation of the MultiTextureCoordinate node interfaceclassA concrete implementation of the MultiTextureTransform node interfaceclassA concrete implementation of the PixelTexture node interfaceclassA concrete implementation of the TextureCoordinate node interfaceclassA concrete implementation of the TextureCoordinateGenerator node interfaceclassA concrete implementation of the TextureProperties node interfaceclassA concrete implementation of the TextureTransform node interfaceMethods in org.xj3d.sai.internal.node.texturing that return X3DNodeModifier and TypeMethodDescriptionSAIImageTexture.getTextureProperties()Return the textureProperties X3DNode value.SAIPixelTexture.getTextureProperties()Return the textureProperties X3DNode value.Methods in org.xj3d.sai.internal.node.texturing with parameters of type X3DNodeModifier and TypeMethodDescriptionvoidSAIMultiTextureCoordinate.getTexCoord(X3DNode[] val) Return the texCoord value in the argument X3DNode[]voidSAIMultiTexture.getTexture(X3DNode[] val) Return the texture value in the argument X3DNode[]voidSAIMultiTextureTransform.getTextureTransform(X3DNode[] val) Return the textureTransform value in the argument X3DNode[]voidSAIMultiTextureCoordinate.setTexCoord(X3DNode[] val) Set the texCoord field.voidSAIMultiTexture.setTexture(X3DNode[] val) Set the texture field.voidSAIImageTexture.setTextureProperties(X3DNode val) Set the textureProperties field.voidSAIPixelTexture.setTextureProperties(X3DNode val) Set the textureProperties field.voidSAIMultiTextureTransform.setTextureTransform(X3DNode[] val) Set the textureTransform field. -
Uses of X3DNode in org.xj3d.sai.internal.node.time
Classes in org.xj3d.sai.internal.node.time that implement X3DNodeModifier and TypeClassDescriptionclassA concrete implementation of the TimeSensor node interface