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 void
SceneUtils.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 void
SceneUtils.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 TypeClassDescriptionclass
SAINode is a simple implementation of the vrml.eai.Node class.class
SAIProtoInstance 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 TypeClassDescriptionclass
The 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.nodeWrapperMap
Mapping 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.void
BaseExecutionContext.updateImportedNode
(String exportedName, String importedName, X3DNode inline) Create or modify an IMPORT from the specified inline node to a given import name.void
BaseExecutionContext.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3DAppearanceChildNode abstract node typeinterface
Defines the requirements of an X3DAppearanceNode abstract node typeinterface
Defines the requirements of an X3DBackgroundNode abstract node typeinterface
Defines the requirements of an X3DBindableNode abstract node typeinterface
Defines the requirements of an X3DChildNode abstract node typeinterface
Defines the requirements of an X3DColorNode abstract node typeinterface
Defines the requirements of an X3DComposedGeometryNode abstract node typeinterface
Defines the requirements of an X3DCoordinateNode abstract node typeinterface
Defines the requirements of an X3DDragSensorNode abstract node typeinterface
Defines the requirements of an X3DEnvironmentalSensorNode abstract node typeinterface
Defines the requirements of an X3DFontStyleNode abstract node typeinterface
Defines the requirements of an X3DGeometricPropertyNode abstract node typeinterface
Defines the requirements of an X3DGeometryNode abstract node typeinterface
Defines the requirements of an X3DGroupingNode abstract node typeinterface
Defines the requirements of an X3DInfoNode abstract node typeinterface
Defines the requirements of an X3DInterpolatorNode abstract node typeinterface
Defines the requirements of an X3DKeyDeviceSensorNode abstract node typeinterface
Defines the requirements of an X3DLayerNode abstract node typeinterface
Defines the requirements of an X3DLightNode abstract node typeinterface
Defines the requirements of an X3DMaterialNode abstract node typeinterface
Defines the requirements of an X3DNBodyCollidableNode abstract node typeinterface
Defines the requirements of an X3DNBodyCollisionSpaceNode abstract node typeinterface
Defines the requirements of an X3DNetworkSensorNode abstract node typeinterface
Defines the requirements of an X3DNormalNode abstract node typeinterface
Geometry specified by a parametric descriptioninterface
Defines the requirements of an X3DParticleEmitterNode abstract node typeinterface
Defines the requirements of an X3DParticlePhysicsModelNode abstract node typeinterface
Defines the requirements of an X3DPickingNode abstract node typeinterface
Defines the requirements of an X3DPointingDeviceSensorNode abstract node typeinterface
Defines the requirements of an X3DProductStructureChildNode abstract node typeinterface
The base representation of any node that is constructed from a PROTO declaration.interface
Defines the requirements of an X3DRigidJointNode abstract node typeinterface
Defines the requirements of an X3DScriptNode abstract node typeinterface
Defines the requirements of an X3DSensorNode abstract node typeinterface
Defines the requirements of an X3DSequencerNode abstract node typeinterface
Defines the requirements of an X3DShapeNode abstract node typeinterface
Defines the requirements of an X3DSoundNode abstract node typeinterface
Defines the requirements of an X3DSoundSourceNode abstract node typeinterface
Defines the requirements of an X3DTexture2DNode abstract node typeinterface
Defines the requirements of an X3DTextureCoordinateNode abstract node typeinterface
Defines the requirements of an X3DTextureNode abstract node typeinterface
Defines a 2D transformation that is applied to a texture.interface
Defines the requirements of an X3DTextureTransformNode abstract node typeinterface
Defines the requirements of an X3DTimeDependentNode abstract node typeinterface
Defines the requirements of an X3DTouchSensorNode abstract node typeinterface
Defines the requirements of an X3DTriggerNode abstract node typeinterface
Defines the requirements of an X3DViewpointNode abstract node typeinterface
Defines 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 TypeMethodDescriptionvoid
X3DGroupingNode.addChildren
(X3DNode[] val) Set the addChildren field.void
X3DScene.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.void
Places a new value at the end of the existing value, increasing the field length accordingly.void
Return the attrib value in the argument X3DNode[]void
X3DGroupingNode.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
X3DPickingNode.getPickedGeometry
(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]void
X3DPickingNode.getPickTarget
(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]void
Write the value of the array of the nodes to the given array.void
MFNode.insertValue
(int index, X3DNode value) Inserts a value into an existing index of the field.void
X3DGroupingNode.removeChildren
(X3DNode[] val) Set the removeChildren field.void
X3DScene.removeRootNode
(X3DNode node) Remove the root node from the scene graph.void
Set a particular node value in the given eventIn array.void
Set the attrib field.void
Set the body1 field.void
Set the body2 field.void
X3DGroupingNode.setChildren
(X3DNode[] val) Set the children field.void
X3DComposedGeometryNode.setFogCoord
(X3DNode val) Set the fogCoord field.void
X3DPickingNode.setPickingGeometry
(X3DNode val) Set the pickingGeometry field.void
X3DPickingNode.setPickTarget
(X3DNode[] val) Set the pickTarget field.void
X3DTexture2DNode.setTextureProperties
(X3DNode val) Set the textureProperties field.void
Set the value of the array of nodes.void
Set the node value in the given eventIn.void
X3DExecutionContext.updateImportedNode
(String exportedName, String importedName, X3DNode inline) Create or modify an IMPORT from the specified inline node to a given import name.void
X3DExecutionContext.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D CADAssembly nodeinterface
Defines the requirements of an X3D CADFace nodeinterface
Defines the requirements of an X3D CADLayer nodeinterface
Defines the requirements of an X3D CADPart nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D MetadataDouble nodeinterface
Defines the requirements of an X3D MetadataFloat nodeinterface
Defines the requirements of an X3D MetadataInteger nodeinterface
Defines the requirements of an X3D MetadataSet nodeinterface
Defines the requirements of an X3D MetadataString nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D DISEntityManager nodeinterface
Defines the requirements of an X3D DISEntityTypeMapping nodeinterface
Defines 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 TypeMethodDescriptionvoid
DISEntityManager.getAddedEntities
(X3DNode[] val) Return the addedEntities value in the argument X3DNode[]void
DISEntityManager.getMapping
(X3DNode[] val) Return the mapping value in the argument X3DNode[]void
DISEntityManager.getRemovedEntities
(X3DNode[] val) Return the removedEntities value in the argument X3DNode[]void
EspduTransform.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
DISEntityManager.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D Background nodeinterface
Defines the requirements of an X3D Fog nodeinterface
Defines the requirements of an X3D FogCoordinate nodeinterface
Defines the requirements of an X3D LocalFog nodeinterface
Defines the requirements of an X3D TextureBackground nodeMethods in org.web3d.x3d.sai.environmentaleffects with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
TextureBackground.getBackTexture
(X3DNode[] val) Return the backTexture value in the argument X3DNode[]void
TextureBackground.getBottomTexture
(X3DNode[] val) Return the bottomTexture value in the argument X3DNode[]void
TextureBackground.getFrontTexture
(X3DNode[] val) Return the frontTexture value in the argument X3DNode[]void
TextureBackground.getLeftTexture
(X3DNode[] val) Return the leftTexture value in the argument X3DNode[]void
TextureBackground.getRightTexture
(X3DNode[] val) Return the rightTexture value in the argument X3DNode[]void
TextureBackground.getTopTexture
(X3DNode[] val) Return the topTexture value in the argument X3DNode[]void
TextureBackground.setBackTexture
(X3DNode[] val) Set the backTexture field.void
TextureBackground.setBottomTexture
(X3DNode[] val) Set the bottomTexture field.void
TextureBackground.setFrontTexture
(X3DNode[] val) Set the frontTexture field.void
TextureBackground.setLeftTexture
(X3DNode[] val) Set the leftTexture field.void
TextureBackground.setRightTexture
(X3DNode[] val) Set the rightTexture field.void
TextureBackground.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D ProximitySensor nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D BooleanFilter nodeinterface
Defines the requirements of an X3D BooleanSequencer nodeinterface
Defines the requirements of an X3D BooleanToggle nodeinterface
Defines the requirements of an X3D BooleanTrigger nodeinterface
Defines the requirements of an X3D IntegerSequencer nodeinterface
Defines the requirements of an X3D IntegerTrigger nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D Polyline2D nodeinterface
Defines the requirements of an X3D Polypoint2D nodeinterface
Defines the requirements of an X3D Rectangle2D nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D Box nodeinterface
Defines the requirements of an X3D Cone nodeinterface
Defines the requirements of an X3D Cylinder nodeinterface
Defines the requirements of an X3D ElevationGrid nodeinterface
Defines the requirements of an X3D Extrusion nodeinterface
Defines the requirements of an X3D IndexedFaceSet nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D GeoCoordinate nodeinterface
Defines the requirements of an X3D GeoElevationGrid nodeinterface
Defines the requirements of an X3D GeoLocation nodeinterface
Defines the requirements of an X3D GeoLOD nodeinterface
Defines the requirements of an X3D GeoMetadata nodeinterface
Defines the requirements of an X3D GeoOrigin nodeinterface
Defines the requirements of an X3D GeoPositionInterpolator nodeinterface
Defines the requirements of an X3D GeoTouchSensor nodeinterface
Defines the requirements of an X3D GeoTransform nodeinterface
Defines 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 TypeMethodDescriptionvoid
GeoLOD.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
Return the data value in the argument X3DNode[]void
GeoLOD.getRootNode
(X3DNode[] val) Return the rootNode value in the argument X3DNode[]void
Set the data field.void
GeoCoordinate.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
GeoElevationGrid.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
GeoLocation.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
GeoLOD.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
GeoPositionInterpolator.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
GeoTouchSensor.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
GeoTransform.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
GeoViewpoint.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
GeoLOD.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D Group nodeinterface
Defines the requirements of an X3D StaticGroup nodeinterface
Defines the requirements of an X3D Switch nodeinterface
Defines the requirements of an X3D Transform nodeMethods in org.web3d.x3d.sai.grouping with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
StaticGroup.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
StaticGroup.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D HAnimDisplacer nodeinterface
Defines the requirements of an X3D HAnimHumanoid nodeinterface
Defines the requirements of an X3D HAnimJoint nodeinterface
Defines the requirements of an X3D HAnimSegment nodeinterface
Defines 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 TypeMethodDescriptionvoid
HAnimSegment.getDisplacers
(X3DNode[] val) Return the displacers value in the argument X3DNode[]void
Return the joints value in the argument X3DNode[]void
HAnimHumanoid.getSegments
(X3DNode[] val) Return the segments value in the argument X3DNode[]void
Return the sites value in the argument X3DNode[]void
HAnimHumanoid.getSkeleton
(X3DNode[] val) Return the skeleton value in the argument X3DNode[]void
Return the skin value in the argument X3DNode[]void
HAnimHumanoid.getViewpoints
(X3DNode[] val) Return the viewpoints value in the argument X3DNode[]void
HAnimSegment.setDisplacers
(X3DNode[] val) Set the displacers field.void
Set the joints field.void
HAnimHumanoid.setSegments
(X3DNode[] val) Set the segments field.void
Set the sites field.void
HAnimHumanoid.setSkeleton
(X3DNode[] val) Set the skeleton field.void
Set the skin field.void
HAnimHumanoid.setSkinCoord
(X3DNode val) Set the skinCoord field.void
HAnimHumanoid.setSkinNormal
(X3DNode val) Set the skinNormal field.void
HAnimHumanoid.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D ColorInterpolator nodeinterface
Defines the requirements of an X3D CoordinateInterpolator nodeinterface
Defines the requirements of an X3D CoordinateInterpolator2D nodeinterface
Defines the requirements of an X3D NormalInterpolator nodeinterface
Defines the requirements of an X3D OrientationInterpolator nodeinterface
Defines the requirements of an X3D PositionInterpolator nodeinterface
Defines the requirements of an X3D PositionInterpolator2D nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D KeySensor nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D CustomViewport nodeinterface
Defines the requirements of an X3D FixedViewport nodeinterface
Defines the requirements of an X3D Layer nodeinterface
Defines the requirements of an X3D LayerSet nodeinterface
Defines the requirements of an X3D ProportionalViewport nodeMethods in org.web3d.x3d.sai.layering with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
Layer.addChildren
(X3DNode[] val) Set the addChildren field.void
Layer.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
Return the layers value in the argument X3DNode[]void
Layer.removeChildren
(X3DNode[] val) Set the removeChildren field.void
Layer.setChildren
(X3DNode[] val) Set the children field.void
Set the layers field. -
Uses of X3DNode in org.web3d.x3d.sai.lighting
Subinterfaces of X3DNode in org.web3d.x3d.sai.lightingModifier and TypeInterfaceDescriptioninterface
Defines the requirements of an X3D DirectionalLight nodeinterface
Defines the requirements of an X3D PointLight nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D Anchor nodeinterface
Defines the requirements of an X3D Inline nodeinterface
Defines the requirements of an X3D LoadSensor nodeMethods in org.web3d.x3d.sai.networking with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
LoadSensor.getWatchList
(X3DNode[] val) Return the watchList value in the argument X3DNode[]void
LoadSensor.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D ExplosionEmitter nodeinterface
Defines the requirements of an X3D GravityPhysicsModel nodeinterface
Defines the requirements of an X3D ParticleSystem nodeinterface
Defines the requirements of an X3D PointEmitter nodeinterface
Defines the requirements of an X3D PolylineEmitter nodeinterface
Defines 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 TypeMethodDescriptionvoid
ParticleSystem.getPhysics
(X3DNode[] val) Return the physics value in the argument X3DNode[]void
ParticleSystem.setColorRamp
(X3DNode val) Set the colorRamp field.void
ParticleSystem.setPhysics
(X3DNode[] val) Set the physics field.void
ParticleSystem.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D LinePickSensor nodeinterface
Defines the requirements of an X3D PickableGroup nodeinterface
Defines the requirements of an X3D PointPickSensor nodeinterface
Defines the requirements of an X3D PrimitivePickSensor nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D CylinderSensor nodeinterface
Defines the requirements of an X3D PlaneSensor nodeinterface
Defines the requirements of an X3D SphereSensor nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D Color nodeinterface
Defines the requirements of an X3D ColorRGBA nodeinterface
Defines the requirements of an X3D Coordinate nodeinterface
Defines the requirements of an X3D IndexedLineSet nodeinterface
Defines the requirements of an X3D IndexedTriangleFanSet nodeinterface
Defines the requirements of an X3D IndexedTriangleSet nodeinterface
Defines the requirements of an X3D IndexedTriangleStripSet nodeinterface
Defines the requirements of an X3D LineSet nodeinterface
Defines the requirements of an X3D Normal nodeinterface
Defines the requirements of an X3D PointSet nodeinterface
Defines the requirements of an X3D TriangleFanSet nodeinterface
Defines the requirements of an X3D TriangleSet nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D BallJoint nodeinterface
Defines the requirements of an X3D CollidableOffset nodeinterface
Defines the requirements of an X3D CollidableShape nodeinterface
Defines the requirements of an X3D CollisionCollection nodeinterface
Defines the requirements of an X3D CollisionSensor nodeinterface
Defines the requirements of an X3D CollisionSpace nodeinterface
Defines the requirements of an X3D Contact nodeinterface
Defines the requirements of an X3D DoubleAxisHingeJoint nodeinterface
Defines the requirements of an X3D MotorJoint nodeinterface
Defines the requirements of an X3D RigidBodyCollection nodeinterface
Defines the requirements of an X3D SingleAxisHingeJoint nodeinterface
Defines the requirements of an X3D SliderJoint nodeinterface
Defines 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 TypeMethodDescriptionvoid
Return the bodies value in the argument X3DNode[]void
CollisionCollection.getCollidables
(X3DNode[] val) Return the collidables value in the argument X3DNode[]void
CollisionSpace.getCollidables
(X3DNode[] val) Return the collidables value in the argument X3DNode[]void
CollisionSensor.getContacts
(X3DNode[] val) Return the contacts value in the argument X3DNode[]void
CollisionSensor.getIntersections
(X3DNode[] val) Return the intersections value in the argument X3DNode[]void
Return the joints value in the argument X3DNode[]void
Set the bodies field.void
Set the body1 field.void
Set the body2 field.void
CollisionCollection.setCollidables
(X3DNode[] val) Set the collidables field.void
CollisionSensor.setCollidables
(X3DNode val) Set the collidables field.void
CollisionSpace.setCollidables
(X3DNode[] val) Set the collidables field.void
RigidBodyCollection.setCollider
(X3DNode val) Set the collider field.void
RigidBodyCollection.setContacts
(X3DNode[] val) Set the contacts field.void
Set the joints field.void
Set the shape field. -
Uses of X3DNode in org.web3d.x3d.sai.scripting
Subinterfaces of X3DNode in org.web3d.x3d.sai.scriptingModifier and TypeInterfaceDescriptioninterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D Appearance nodeinterface
Defines the requirements of an X3D LineProperties nodeinterface
Defines the requirements of an X3D Material nodeinterface
Defines the requirements of an X3D Shape nodeinterface
Defines 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 TypeMethodDescriptionvoid
Appearance.setFillProperties
(X3DNode val) Set the fillProperties field.void
Appearance.setLineProperties
(X3DNode val) Set the lineProperties field.void
Appearance.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D AudioClip nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D FontStyle nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D ImageTexture nodeinterface
Defines the requirements of an X3D MovieTexture nodeinterface
Defines the requirements of an X3D MultiTexture nodeinterface
Defines the requirements of an X3D MultiTextureCoordinate nodeinterface
Defines the requirements of an X3D MultiTextureTransform nodeinterface
Defines the requirements of an X3D PixelTexture nodeinterface
Defines the requirements of an X3D TextureCoordinate nodeinterface
Defines the requirements of an X3D TextureCoordinateGenerator nodeinterface
Defines the requirements of an X3D TextureProperties nodeinterface
Defines the requirements of an X3D TextureTransform nodeMethods in org.web3d.x3d.sai.texturing with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
MultiTextureCoordinate.getTexCoord
(X3DNode[] val) Return the texCoord value in the argument X3DNode[]void
MultiTexture.getTexture
(X3DNode[] val) Return the texture value in the argument X3DNode[]void
MultiTextureTransform.getTextureTransform
(X3DNode[] val) Return the textureTransform value in the argument X3DNode[]void
MultiTextureCoordinate.setTexCoord
(X3DNode[] val) Set the texCoord field.void
MultiTexture.setTexture
(X3DNode[] val) Set the texture field.void
MultiTextureTransform.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 TypeInterfaceDescriptioninterface
Defines the requirements of an X3D TextureCoordinate3D nodeinterface
Defines 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 TypeInterfaceDescriptioninterface
Defines 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 TypeMethodDescriptionvoid
Xj3DCADViewListener.assemblyAdded
(X3DNode assembly) Notification that an assembly was added to the root of the world.void
Xj3DCADViewListener.assemblyRemoved
(X3DNode assembly) Notification that an assembly was removed from the root of the world.void
Xj3DCADView.highlightPart
(X3DNode structureNode, X3DNode material) Highlight the given part or assembly using the given alternate appearance attributes.void
Xj3DCADViewListener.layerAdded
(X3DNode layer) Notification that a CADLayer was added to the root of the world.void
Xj3DCADViewListener.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 TypeClassDescriptionclass
A concrete implementation of the CADAssembly node interfaceclass
A concrete implementation of the CADFace node interfaceclass
A concrete implementation of the CADLayer node interfaceclass
A concrete implementation of the CADPart node interfaceclass
A 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 TypeMethodDescriptionvoid
SAICADAssembly.addChildren
(X3DNode[] val) Set the addChildren field.void
SAICADLayer.addChildren
(X3DNode[] val) Set the addChildren field.void
SAICADPart.addChildren
(X3DNode[] val) Set the addChildren field.void
Return the attrib value in the argument X3DNode[]void
SAICADAssembly.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAICADLayer.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAICADPart.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAICADAssembly.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAICADLayer.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAICADPart.removeChildren
(X3DNode[] val) Set the removeChildren field.void
Set the attrib field.void
SAICADAssembly.setChildren
(X3DNode[] val) Set the children field.void
SAICADLayer.setChildren
(X3DNode[] val) Set the children field.void
SAICADPart.setChildren
(X3DNode[] val) Set the children field.void
SAIQuadSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
Set 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 TypeClassDescriptionclass
A concrete implementation of the MetadataDouble node interfaceclass
A concrete implementation of the MetadataFloat node interfaceclass
A concrete implementation of the MetadataInteger node interfaceclass
A concrete implementation of the MetadataSet node interfaceclass
A concrete implementation of the MetadataString node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the DISEntityManager node interfaceclass
A concrete implementation of the DISEntityTypeMapping node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIEspduTransform.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIDISEntityManager.getAddedEntities
(X3DNode[] val) Return the addedEntities value in the argument X3DNode[]void
SAIEspduTransform.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIDISEntityManager.getMapping
(X3DNode[] val) Return the mapping value in the argument X3DNode[]void
SAIDISEntityManager.getRemovedEntities
(X3DNode[] val) Return the removedEntities value in the argument X3DNode[]void
SAIEspduTransform.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIEspduTransform.setChildren
(X3DNode[] val) Set the children field.void
SAIEspduTransform.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIDISEntityManager.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 TypeClassDescriptionclass
A concrete implementation of the Background node interfaceclass
A concrete implementation of the Fog node interfaceclass
A concrete implementation of the FogCoordinate node interfaceclass
A concrete implementation of the LocalFog node interfaceclass
A concrete implementation of the TextureBackground node interfaceMethods in org.xj3d.sai.external.node.environmentaleffects with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
SAITextureBackground.getBackTexture
(X3DNode[] val) Return the backTexture value in the argument X3DNode[]void
SAITextureBackground.getBottomTexture
(X3DNode[] val) Return the bottomTexture value in the argument X3DNode[]void
SAITextureBackground.getFrontTexture
(X3DNode[] val) Return the frontTexture value in the argument X3DNode[]void
SAITextureBackground.getLeftTexture
(X3DNode[] val) Return the leftTexture value in the argument X3DNode[]void
SAITextureBackground.getRightTexture
(X3DNode[] val) Return the rightTexture value in the argument X3DNode[]void
SAITextureBackground.getTopTexture
(X3DNode[] val) Return the topTexture value in the argument X3DNode[]void
SAITextureBackground.setBackTexture
(X3DNode[] val) Set the backTexture field.void
SAITextureBackground.setBottomTexture
(X3DNode[] val) Set the bottomTexture field.void
SAITextureBackground.setFrontTexture
(X3DNode[] val) Set the frontTexture field.void
SAITextureBackground.setLeftTexture
(X3DNode[] val) Set the leftTexture field.void
SAITextureBackground.setRightTexture
(X3DNode[] val) Set the rightTexture field.void
SAITextureBackground.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 TypeClassDescriptionclass
A concrete implementation of the ProximitySensor node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the BooleanFilter node interfaceclass
A concrete implementation of the BooleanSequencer node interfaceclass
A concrete implementation of the BooleanToggle node interfaceclass
A concrete implementation of the BooleanTrigger node interfaceclass
A concrete implementation of the IntegerSequencer node interfaceclass
A concrete implementation of the IntegerTrigger node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the Polyline2D node interfaceclass
A concrete implementation of the Polypoint2D node interfaceclass
A concrete implementation of the Rectangle2D node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the Box node interfaceclass
A concrete implementation of the Cone node interfaceclass
A concrete implementation of the Cylinder node interfaceclass
A concrete implementation of the ElevationGrid node interfaceclass
A concrete implementation of the Extrusion node interfaceclass
A concrete implementation of the IndexedFaceSet node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the GeoCoordinate node interfaceclass
A concrete implementation of the GeoElevationGrid node interfaceclass
A concrete implementation of the GeoLocation node interfaceclass
A concrete implementation of the GeoLOD node interfaceclass
A concrete implementation of the GeoMetadata node interfaceclass
A concrete implementation of the GeoOrigin node interfaceclass
A concrete implementation of the GeoPositionInterpolator node interfaceclass
A concrete implementation of the GeoTouchSensor node interfaceclass
A concrete implementation of the GeoTransform node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIGeoLocation.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIGeoTransform.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIGeoLocation.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIGeoLOD.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIGeoTransform.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
Return the data value in the argument X3DNode[]void
SAIGeoLOD.getRootNode
(X3DNode[] val) Return the rootNode value in the argument X3DNode[]void
SAIGeoLocation.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIGeoTransform.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIGeoLocation.setChildren
(X3DNode[] val) Set the children field.void
SAIGeoTransform.setChildren
(X3DNode[] val) Set the children field.void
Set the data field.void
SAIGeoCoordinate.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoElevationGrid.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoLocation.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoLOD.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoPositionInterpolator.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoTouchSensor.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoTransform.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoViewpoint.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoLOD.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 TypeClassDescriptionclass
A concrete implementation of the Group node interfaceclass
A concrete implementation of the StaticGroup node interfaceclass
A concrete implementation of the Switch node interfaceclass
A concrete implementation of the Transform node interfaceMethods in org.xj3d.sai.external.node.grouping with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
SAIGroup.addChildren
(X3DNode[] val) Set the addChildren field.void
SAISwitch.addChildren
(X3DNode[] val) Set the addChildren field.void
SAITransform.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIGroup.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIStaticGroup.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAISwitch.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAITransform.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIGroup.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAISwitch.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAITransform.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIGroup.setChildren
(X3DNode[] val) Set the children field.void
SAIStaticGroup.setChildren
(X3DNode[] val) Set the children field.void
SAISwitch.setChildren
(X3DNode[] val) Set the children field.void
SAITransform.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 TypeClassDescriptionclass
A concrete implementation of the HAnimDisplacer node interfaceclass
A concrete implementation of the HAnimHumanoid node interfaceclass
A concrete implementation of the HAnimJoint node interfaceclass
A concrete implementation of the HAnimSegment node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIHAnimJoint.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIHAnimSegment.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIHAnimSite.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIHAnimJoint.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIHAnimSegment.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIHAnimSite.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIHAnimSegment.getDisplacers
(X3DNode[] val) Return the displacers value in the argument X3DNode[]void
Return the joints value in the argument X3DNode[]void
SAIHAnimHumanoid.getSegments
(X3DNode[] val) Return the segments value in the argument X3DNode[]void
Return the sites value in the argument X3DNode[]void
SAIHAnimHumanoid.getSkeleton
(X3DNode[] val) Return the skeleton value in the argument X3DNode[]void
Return the skin value in the argument X3DNode[]void
SAIHAnimHumanoid.getViewpoints
(X3DNode[] val) Return the viewpoints value in the argument X3DNode[]void
SAIHAnimJoint.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIHAnimSegment.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIHAnimSite.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIHAnimJoint.setChildren
(X3DNode[] val) Set the children field.void
SAIHAnimSegment.setChildren
(X3DNode[] val) Set the children field.void
SAIHAnimSite.setChildren
(X3DNode[] val) Set the children field.void
SAIHAnimSegment.setDisplacers
(X3DNode[] val) Set the displacers field.void
Set the joints field.void
SAIHAnimHumanoid.setSegments
(X3DNode[] val) Set the segments field.void
Set the sites field.void
SAIHAnimHumanoid.setSkeleton
(X3DNode[] val) Set the skeleton field.void
Set the skin field.void
SAIHAnimHumanoid.setSkinCoord
(X3DNode val) Set the skinCoord field.void
SAIHAnimHumanoid.setSkinNormal
(X3DNode val) Set the skinNormal field.void
SAIHAnimHumanoid.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 TypeClassDescriptionclass
A concrete implementation of the ColorInterpolator node interfaceclass
A concrete implementation of the CoordinateInterpolator node interfaceclass
A concrete implementation of the CoordinateInterpolator2D node interfaceclass
A concrete implementation of the NormalInterpolator node interfaceclass
A concrete implementation of the OrientationInterpolator node interfaceclass
A concrete implementation of the PositionInterpolator node interfaceclass
A concrete implementation of the PositionInterpolator2D node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the KeySensor node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the DirectionalLight node interfaceclass
A concrete implementation of the PointLight node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the Anchor node interfaceclass
A concrete implementation of the Inline node interfaceclass
A concrete implementation of the LoadSensor node interfaceMethods in org.xj3d.sai.external.node.networking with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
SAIAnchor.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIAnchor.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAILoadSensor.getWatchList
(X3DNode[] val) Return the watchList value in the argument X3DNode[]void
SAIAnchor.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIAnchor.setChildren
(X3DNode[] val) Set the children field.void
SAILoadSensor.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 TypeClassDescriptionclass
A concrete implementation of the ExplosionEmitter node interfaceclass
A concrete implementation of the GravityPhysicsModel node interfaceclass
A concrete implementation of the ParticleSystem node interfaceclass
A concrete implementation of the PointEmitter node interfaceclass
A concrete implementation of the PolylineEmitter node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIParticleSystem.getPhysics
(X3DNode[] val) Return the physics value in the argument X3DNode[]void
SAIParticleSystem.setColorRamp
(X3DNode val) Set the colorRamp field.void
SAIParticleSystem.setPhysics
(X3DNode[] val) Set the physics field.void
SAIParticleSystem.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 TypeClassDescriptionclass
A concrete implementation of the LinePickSensor node interfaceclass
A concrete implementation of the PickableGroup node interfaceclass
A concrete implementation of the PointPickSensor node interfaceclass
A concrete implementation of the PrimitivePickSensor node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIPickableGroup.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIPickableGroup.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAILinePickSensor.getPickedGeometry
(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]void
SAIPointPickSensor.getPickedGeometry
(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]void
SAIPrimitivePickSensor.getPickedGeometry
(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]void
SAIVolumePickSensor.getPickedGeometry
(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]void
SAILinePickSensor.getPickTarget
(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]void
SAIPointPickSensor.getPickTarget
(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]void
SAIPrimitivePickSensor.getPickTarget
(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]void
SAIVolumePickSensor.getPickTarget
(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]void
SAIPickableGroup.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIPickableGroup.setChildren
(X3DNode[] val) Set the children field.void
SAILinePickSensor.setPickingGeometry
(X3DNode val) Set the pickingGeometry field.void
SAIPointPickSensor.setPickingGeometry
(X3DNode val) Set the pickingGeometry field.void
SAIPrimitivePickSensor.setPickingGeometry
(X3DNode val) Set the pickingGeometry field.void
SAIVolumePickSensor.setPickingGeometry
(X3DNode val) Set the pickingGeometry field.void
SAILinePickSensor.setPickTarget
(X3DNode[] val) Set the pickTarget field.void
SAIPointPickSensor.setPickTarget
(X3DNode[] val) Set the pickTarget field.void
SAIPrimitivePickSensor.setPickTarget
(X3DNode[] val) Set the pickTarget field.void
SAIVolumePickSensor.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 TypeClassDescriptionclass
A concrete implementation of the CylinderSensor node interfaceclass
A concrete implementation of the PlaneSensor node interfaceclass
A concrete implementation of the SphereSensor node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the Color node interfaceclass
A concrete implementation of the ColorRGBA node interfaceclass
A concrete implementation of the Coordinate node interfaceclass
A concrete implementation of the IndexedLineSet node interfaceclass
A concrete implementation of the IndexedTriangleFanSet node interfaceclass
A concrete implementation of the IndexedTriangleSet node interfaceclass
A concrete implementation of the IndexedTriangleStripSet node interfaceclass
A concrete implementation of the LineSet node interfaceclass
A concrete implementation of the Normal node interfaceclass
A concrete implementation of the PointSet node interfaceclass
A concrete implementation of the TriangleFanSet node interfaceclass
A concrete implementation of the TriangleSet node interfaceclass
A 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 TypeMethodDescriptionvoid
Return the attrib value in the argument X3DNode[]void
Return the attrib value in the argument X3DNode[]void
Return the attrib value in the argument X3DNode[]void
Return the attrib value in the argument X3DNode[]void
Return the attrib value in the argument X3DNode[]void
Return the attrib value in the argument X3DNode[]void
Set the attrib field.void
Set the attrib field.void
Set the attrib field.void
Set the attrib field.void
Set the attrib field.void
Set the attrib field.void
SAIIndexedTriangleFanSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
SAIIndexedTriangleSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
SAIIndexedTriangleStripSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
SAITriangleFanSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
SAITriangleSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
SAITriangleStripSet.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 TypeClassDescriptionclass
A concrete implementation of the BallJoint node interfaceclass
A concrete implementation of the CollidableOffset node interfaceclass
A concrete implementation of the CollidableShape node interfaceclass
A concrete implementation of the CollisionCollection node interfaceclass
A concrete implementation of the CollisionSensor node interfaceclass
A concrete implementation of the CollisionSpace node interfaceclass
A concrete implementation of the Contact node interfaceclass
A concrete implementation of the DoubleAxisHingeJoint node interfaceclass
A concrete implementation of the MotorJoint node interfaceclass
A concrete implementation of the RigidBodyCollection node interfaceclass
A concrete implementation of the SingleAxisHingeJoint node interfaceclass
A concrete implementation of the SliderJoint node interfaceclass
A 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 TypeMethodDescriptionvoid
Return the bodies value in the argument X3DNode[]void
SAICollisionCollection.getCollidables
(X3DNode[] val) Return the collidables value in the argument X3DNode[]void
SAICollisionSpace.getCollidables
(X3DNode[] val) Return the collidables value in the argument X3DNode[]void
SAICollisionSensor.getContacts
(X3DNode[] val) Return the contacts value in the argument X3DNode[]void
SAICollisionSensor.getIntersections
(X3DNode[] val) Return the intersections value in the argument X3DNode[]void
Return the joints value in the argument X3DNode[]void
Set the bodies field.void
Set the body1 field.void
Set the body1 field.void
Set the body1 field.void
Set the body1 field.void
Set the body1 field.void
Set the body1 field.void
Set the body1 field.void
Set the body2 field.void
Set the body2 field.void
Set the body2 field.void
Set the body2 field.void
Set the body2 field.void
Set the body2 field.void
Set the body2 field.void
SAICollisionCollection.setCollidables
(X3DNode[] val) Set the collidables field.void
SAICollisionSensor.setCollidables
(X3DNode val) Set the collidables field.void
SAICollisionSpace.setCollidables
(X3DNode[] val) Set the collidables field.void
SAIRigidBodyCollection.setCollider
(X3DNode val) Set the collider field.void
SAIRigidBodyCollection.setContacts
(X3DNode[] val) Set the set_contacts field.void
Set the joints field.void
Set 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A concrete implementation of the Appearance node interfaceclass
A concrete implementation of the LineProperties node interfaceclass
A concrete implementation of the Material node interfaceclass
A concrete implementation of the Shape node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIAppearance.setFillProperties
(X3DNode val) Set the fillProperties field.void
SAIAppearance.setLineProperties
(X3DNode val) Set the lineProperties field.void
SAIAppearance.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 TypeClassDescriptionclass
A concrete implementation of the AudioClip node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the FontStyle node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the ImageTexture node interfaceclass
A concrete implementation of the MultiTexture node interfaceclass
A concrete implementation of the MultiTextureCoordinate node interfaceclass
A concrete implementation of the MultiTextureTransform node interfaceclass
A concrete implementation of the PixelTexture node interfaceclass
A concrete implementation of the TextureCoordinate node interfaceclass
A concrete implementation of the TextureCoordinateGenerator node interfaceclass
A concrete implementation of the TextureProperties node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIMultiTextureCoordinate.getTexCoord
(X3DNode[] val) Return the texCoord value in the argument X3DNode[]void
SAIMultiTexture.getTexture
(X3DNode[] val) Return the texture value in the argument X3DNode[]void
SAIMultiTextureTransform.getTextureTransform
(X3DNode[] val) Return the textureTransform value in the argument X3DNode[]void
SAIMultiTextureCoordinate.setTexCoord
(X3DNode[] val) Set the texCoord field.void
SAIMultiTexture.setTexture
(X3DNode[] val) Set the texture field.void
SAIImageTexture.setTextureProperties
(X3DNode val) Set the textureProperties field.void
SAIPixelTexture.setTextureProperties
(X3DNode val) Set the textureProperties field.void
SAIMultiTextureTransform.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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A concrete implementation of the CADAssembly node interfaceclass
A concrete implementation of the CADFace node interfaceclass
A concrete implementation of the CADLayer node interfaceclass
A concrete implementation of the CADPart node interfaceclass
A 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 TypeMethodDescriptionvoid
SAICADAssembly.addChildren
(X3DNode[] val) Set the addChildren field.void
SAICADLayer.addChildren
(X3DNode[] val) Set the addChildren field.void
SAICADPart.addChildren
(X3DNode[] val) Set the addChildren field.void
Return the attrib value in the argument X3DNode[]void
SAICADAssembly.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAICADLayer.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAICADPart.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAICADAssembly.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAICADLayer.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAICADPart.removeChildren
(X3DNode[] val) Set the removeChildren field.void
Set the attrib field.void
SAICADAssembly.setChildren
(X3DNode[] val) Set the children field.void
SAICADLayer.setChildren
(X3DNode[] val) Set the children field.void
SAICADPart.setChildren
(X3DNode[] val) Set the children field.void
SAIQuadSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
Set 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 TypeClassDescriptionclass
A concrete implementation of the MetadataDouble node interfaceclass
A concrete implementation of the MetadataFloat node interfaceclass
A concrete implementation of the MetadataInteger node interfaceclass
A concrete implementation of the MetadataSet node interfaceclass
A concrete implementation of the MetadataString node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the DISEntityManager node interfaceclass
A concrete implementation of the DISEntityTypeMapping node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIEspduTransform.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIDISEntityManager.getAddedEntities
(X3DNode[] val) Return the addedEntities value in the argument X3DNode[]void
SAIEspduTransform.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIDISEntityManager.getMapping
(X3DNode[] val) Return the mapping value in the argument X3DNode[]void
SAIDISEntityManager.getRemovedEntities
(X3DNode[] val) Return the removedEntities value in the argument X3DNode[]void
SAIEspduTransform.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIEspduTransform.setChildren
(X3DNode[] val) Set the children field.void
SAIEspduTransform.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIDISEntityManager.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 TypeClassDescriptionclass
A concrete implementation of the Background node interfaceclass
A concrete implementation of the Fog node interfaceclass
A concrete implementation of the FogCoordinate node interfaceclass
A concrete implementation of the LocalFog node interfaceclass
A concrete implementation of the TextureBackground node interfaceMethods in org.xj3d.sai.internal.node.environmentaleffects with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
SAITextureBackground.getBackTexture
(X3DNode[] val) Return the backTexture value in the argument X3DNode[]void
SAITextureBackground.getBottomTexture
(X3DNode[] val) Return the bottomTexture value in the argument X3DNode[]void
SAITextureBackground.getFrontTexture
(X3DNode[] val) Return the frontTexture value in the argument X3DNode[]void
SAITextureBackground.getLeftTexture
(X3DNode[] val) Return the leftTexture value in the argument X3DNode[]void
SAITextureBackground.getRightTexture
(X3DNode[] val) Return the rightTexture value in the argument X3DNode[]void
SAITextureBackground.getTopTexture
(X3DNode[] val) Return the topTexture value in the argument X3DNode[]void
SAITextureBackground.setBackTexture
(X3DNode[] val) Set the backTexture field.void
SAITextureBackground.setBottomTexture
(X3DNode[] val) Set the bottomTexture field.void
SAITextureBackground.setFrontTexture
(X3DNode[] val) Set the frontTexture field.void
SAITextureBackground.setLeftTexture
(X3DNode[] val) Set the leftTexture field.void
SAITextureBackground.setRightTexture
(X3DNode[] val) Set the rightTexture field.void
SAITextureBackground.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 TypeClassDescriptionclass
A concrete implementation of the ProximitySensor node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the BooleanFilter node interfaceclass
A concrete implementation of the BooleanSequencer node interfaceclass
A concrete implementation of the BooleanToggle node interfaceclass
A concrete implementation of the BooleanTrigger node interfaceclass
A concrete implementation of the IntegerSequencer node interfaceclass
A concrete implementation of the IntegerTrigger node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the Polyline2D node interfaceclass
A concrete implementation of the Polypoint2D node interfaceclass
A concrete implementation of the Rectangle2D node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the Box node interfaceclass
A concrete implementation of the Cone node interfaceclass
A concrete implementation of the Cylinder node interfaceclass
A concrete implementation of the ElevationGrid node interfaceclass
A concrete implementation of the Extrusion node interfaceclass
A concrete implementation of the IndexedFaceSet node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the GeoCoordinate node interfaceclass
A concrete implementation of the GeoElevationGrid node interfaceclass
A concrete implementation of the GeoLocation node interfaceclass
A concrete implementation of the GeoLOD node interfaceclass
A concrete implementation of the GeoMetadata node interfaceclass
A concrete implementation of the GeoOrigin node interfaceclass
A concrete implementation of the GeoPositionInterpolator node interfaceclass
A concrete implementation of the GeoTouchSensor node interfaceclass
A concrete implementation of the GeoTransform node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIGeoLocation.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIGeoTransform.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIGeoLocation.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIGeoLOD.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIGeoTransform.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
Return the data value in the argument X3DNode[]void
SAIGeoLOD.getRootNode
(X3DNode[] val) Return the rootNode value in the argument X3DNode[]void
SAIGeoLocation.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIGeoTransform.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIGeoLocation.setChildren
(X3DNode[] val) Set the children field.void
SAIGeoTransform.setChildren
(X3DNode[] val) Set the children field.void
Set the data field.void
SAIGeoCoordinate.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoElevationGrid.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoLocation.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoLOD.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoPositionInterpolator.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoTouchSensor.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoTransform.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoViewpoint.setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
SAIGeoLOD.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 TypeClassDescriptionclass
A concrete implementation of the Group node interfaceclass
A concrete implementation of the StaticGroup node interfaceclass
A concrete implementation of the Switch node interfaceclass
A concrete implementation of the Transform node interfaceMethods in org.xj3d.sai.internal.node.grouping with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
SAIGroup.addChildren
(X3DNode[] val) Set the addChildren field.void
SAISwitch.addChildren
(X3DNode[] val) Set the addChildren field.void
SAITransform.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIGroup.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIStaticGroup.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAISwitch.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAITransform.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIGroup.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAISwitch.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAITransform.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIGroup.setChildren
(X3DNode[] val) Set the children field.void
SAIStaticGroup.setChildren
(X3DNode[] val) Set the children field.void
SAISwitch.setChildren
(X3DNode[] val) Set the children field.void
SAITransform.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 TypeClassDescriptionclass
A concrete implementation of the HAnimDisplacer node interfaceclass
A concrete implementation of the HAnimHumanoid node interfaceclass
A concrete implementation of the HAnimJoint node interfaceclass
A concrete implementation of the HAnimSegment node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIHAnimJoint.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIHAnimSegment.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIHAnimSite.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIHAnimJoint.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIHAnimSegment.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIHAnimSite.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAIHAnimSegment.getDisplacers
(X3DNode[] val) Return the displacers value in the argument X3DNode[]void
Return the joints value in the argument X3DNode[]void
SAIHAnimHumanoid.getSegments
(X3DNode[] val) Return the segments value in the argument X3DNode[]void
Return the sites value in the argument X3DNode[]void
SAIHAnimHumanoid.getSkeleton
(X3DNode[] val) Return the skeleton value in the argument X3DNode[]void
Return the skin value in the argument X3DNode[]void
SAIHAnimHumanoid.getViewpoints
(X3DNode[] val) Return the viewpoints value in the argument X3DNode[]void
SAIHAnimJoint.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIHAnimSegment.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIHAnimSite.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIHAnimJoint.setChildren
(X3DNode[] val) Set the children field.void
SAIHAnimSegment.setChildren
(X3DNode[] val) Set the children field.void
SAIHAnimSite.setChildren
(X3DNode[] val) Set the children field.void
SAIHAnimSegment.setDisplacers
(X3DNode[] val) Set the displacers field.void
Set the joints field.void
SAIHAnimHumanoid.setSegments
(X3DNode[] val) Set the segments field.void
Set the sites field.void
SAIHAnimHumanoid.setSkeleton
(X3DNode[] val) Set the skeleton field.void
Set the skin field.void
SAIHAnimHumanoid.setSkinCoord
(X3DNode val) Set the skinCoord field.void
SAIHAnimHumanoid.setSkinNormal
(X3DNode val) Set the skinNormal field.void
SAIHAnimHumanoid.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 TypeClassDescriptionclass
A concrete implementation of the ColorInterpolator node interfaceclass
A concrete implementation of the CoordinateInterpolator node interfaceclass
A concrete implementation of the CoordinateInterpolator2D node interfaceclass
A concrete implementation of the NormalInterpolator node interfaceclass
A concrete implementation of the OrientationInterpolator node interfaceclass
A concrete implementation of the PositionInterpolator node interfaceclass
A concrete implementation of the PositionInterpolator2D node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the KeySensor node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the DirectionalLight node interfaceclass
A concrete implementation of the PointLight node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the Anchor node interfaceclass
A concrete implementation of the Inline node interfaceclass
A concrete implementation of the LoadSensor node interfaceMethods in org.xj3d.sai.internal.node.networking with parameters of type X3DNodeModifier and TypeMethodDescriptionvoid
SAIAnchor.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIAnchor.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAILoadSensor.getWatchList
(X3DNode[] val) Return the watchList value in the argument X3DNode[]void
SAIAnchor.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIAnchor.setChildren
(X3DNode[] val) Set the children field.void
SAILoadSensor.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 TypeClassDescriptionclass
A concrete implementation of the ExplosionEmitter node interfaceclass
A concrete implementation of the GravityPhysicsModel node interfaceclass
A concrete implementation of the ParticleSystem node interfaceclass
A concrete implementation of the PointEmitter node interfaceclass
A concrete implementation of the PolylineEmitter node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIParticleSystem.getPhysics
(X3DNode[] val) Return the physics value in the argument X3DNode[]void
SAIParticleSystem.setColorRamp
(X3DNode val) Set the colorRamp field.void
SAIParticleSystem.setPhysics
(X3DNode[] val) Set the physics field.void
SAIParticleSystem.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 TypeClassDescriptionclass
A concrete implementation of the LinePickSensor node interfaceclass
A concrete implementation of the PickableGroup node interfaceclass
A concrete implementation of the PointPickSensor node interfaceclass
A concrete implementation of the PrimitivePickSensor node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIPickableGroup.addChildren
(X3DNode[] val) Set the addChildren field.void
SAIPickableGroup.getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
SAILinePickSensor.getPickedGeometry
(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]void
SAIPointPickSensor.getPickedGeometry
(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]void
SAIPrimitivePickSensor.getPickedGeometry
(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]void
SAIVolumePickSensor.getPickedGeometry
(X3DNode[] val) Return the pickedGeometry value in the argument X3DNode[]void
SAILinePickSensor.getPickTarget
(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]void
SAIPointPickSensor.getPickTarget
(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]void
SAIPrimitivePickSensor.getPickTarget
(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]void
SAIVolumePickSensor.getPickTarget
(X3DNode[] val) Return the pickTarget value in the argument X3DNode[]void
SAIPickableGroup.removeChildren
(X3DNode[] val) Set the removeChildren field.void
SAIPickableGroup.setChildren
(X3DNode[] val) Set the children field.void
SAILinePickSensor.setPickingGeometry
(X3DNode val) Set the pickingGeometry field.void
SAIPointPickSensor.setPickingGeometry
(X3DNode val) Set the pickingGeometry field.void
SAIPrimitivePickSensor.setPickingGeometry
(X3DNode val) Set the pickingGeometry field.void
SAIVolumePickSensor.setPickingGeometry
(X3DNode val) Set the pickingGeometry field.void
SAILinePickSensor.setPickTarget
(X3DNode[] val) Set the pickTarget field.void
SAIPointPickSensor.setPickTarget
(X3DNode[] val) Set the pickTarget field.void
SAIPrimitivePickSensor.setPickTarget
(X3DNode[] val) Set the pickTarget field.void
SAIVolumePickSensor.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 TypeClassDescriptionclass
A concrete implementation of the CylinderSensor node interfaceclass
A concrete implementation of the PlaneSensor node interfaceclass
A concrete implementation of the SphereSensor node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the Color node interfaceclass
A concrete implementation of the ColorRGBA node interfaceclass
A concrete implementation of the Coordinate node interfaceclass
A concrete implementation of the IndexedLineSet node interfaceclass
A concrete implementation of the IndexedTriangleFanSet node interfaceclass
A concrete implementation of the IndexedTriangleSet node interfaceclass
A concrete implementation of the IndexedTriangleStripSet node interfaceclass
A concrete implementation of the LineSet node interfaceclass
A concrete implementation of the Normal node interfaceclass
A concrete implementation of the PointSet node interfaceclass
A concrete implementation of the TriangleFanSet node interfaceclass
A concrete implementation of the TriangleSet node interfaceclass
A 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 TypeMethodDescriptionvoid
Return the attrib value in the argument X3DNode[]void
Return the attrib value in the argument X3DNode[]void
Return the attrib value in the argument X3DNode[]void
Return the attrib value in the argument X3DNode[]void
Return the attrib value in the argument X3DNode[]void
Return the attrib value in the argument X3DNode[]void
Set the attrib field.void
Set the attrib field.void
Set the attrib field.void
Set the attrib field.void
Set the attrib field.void
Set the attrib field.void
SAIIndexedTriangleFanSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
SAIIndexedTriangleSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
SAIIndexedTriangleStripSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
SAITriangleFanSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
SAITriangleSet.setFogCoord
(X3DNode val) Set the fogCoord field.void
SAITriangleStripSet.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 TypeClassDescriptionclass
A concrete implementation of the BallJoint node interfaceclass
A concrete implementation of the CollidableOffset node interfaceclass
A concrete implementation of the CollidableShape node interfaceclass
A concrete implementation of the CollisionCollection node interfaceclass
A concrete implementation of the CollisionSensor node interfaceclass
A concrete implementation of the CollisionSpace node interfaceclass
A concrete implementation of the Contact node interfaceclass
A concrete implementation of the DoubleAxisHingeJoint node interfaceclass
A concrete implementation of the MotorJoint node interfaceclass
A concrete implementation of the RigidBodyCollection node interfaceclass
A concrete implementation of the SingleAxisHingeJoint node interfaceclass
A concrete implementation of the SliderJoint node interfaceclass
A 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 TypeMethodDescriptionvoid
Return the bodies value in the argument X3DNode[]void
SAICollisionCollection.getCollidables
(X3DNode[] val) Return the collidables value in the argument X3DNode[]void
SAICollisionSpace.getCollidables
(X3DNode[] val) Return the collidables value in the argument X3DNode[]void
SAICollisionSensor.getContacts
(X3DNode[] val) Return the contacts value in the argument X3DNode[]void
SAICollisionSensor.getIntersections
(X3DNode[] val) Return the intersections value in the argument X3DNode[]void
Return the joints value in the argument X3DNode[]void
Set the bodies field.void
Set the body1 field.void
Set the body1 field.void
Set the body1 field.void
Set the body1 field.void
Set the body1 field.void
Set the body1 field.void
Set the body1 field.void
Set the body2 field.void
Set the body2 field.void
Set the body2 field.void
Set the body2 field.void
Set the body2 field.void
Set the body2 field.void
Set the body2 field.void
SAICollisionCollection.setCollidables
(X3DNode[] val) Set the collidables field.void
SAICollisionSensor.setCollidables
(X3DNode val) Set the collidables field.void
SAICollisionSpace.setCollidables
(X3DNode[] val) Set the collidables field.void
SAIRigidBodyCollection.setCollider
(X3DNode val) Set the collider field.void
SAIRigidBodyCollection.setContacts
(X3DNode[] val) Set the set_contacts field.void
Set the joints field.void
Set 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A concrete implementation of the Appearance node interfaceclass
A concrete implementation of the LineProperties node interfaceclass
A concrete implementation of the Material node interfaceclass
A concrete implementation of the Shape node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIAppearance.setFillProperties
(X3DNode val) Set the fillProperties field.void
SAIAppearance.setLineProperties
(X3DNode val) Set the lineProperties field.void
SAIAppearance.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 TypeClassDescriptionclass
A concrete implementation of the AudioClip node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the FontStyle node interfaceclass
A 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 TypeClassDescriptionclass
A concrete implementation of the ImageTexture node interfaceclass
A concrete implementation of the MultiTexture node interfaceclass
A concrete implementation of the MultiTextureCoordinate node interfaceclass
A concrete implementation of the MultiTextureTransform node interfaceclass
A concrete implementation of the PixelTexture node interfaceclass
A concrete implementation of the TextureCoordinate node interfaceclass
A concrete implementation of the TextureCoordinateGenerator node interfaceclass
A concrete implementation of the TextureProperties node interfaceclass
A 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 TypeMethodDescriptionvoid
SAIMultiTextureCoordinate.getTexCoord
(X3DNode[] val) Return the texCoord value in the argument X3DNode[]void
SAIMultiTexture.getTexture
(X3DNode[] val) Return the texture value in the argument X3DNode[]void
SAIMultiTextureTransform.getTextureTransform
(X3DNode[] val) Return the textureTransform value in the argument X3DNode[]void
SAIMultiTextureCoordinate.setTexCoord
(X3DNode[] val) Set the texCoord field.void
SAIMultiTexture.setTexture
(X3DNode[] val) Set the texture field.void
SAIImageTexture.setTextureProperties
(X3DNode val) Set the textureProperties field.void
SAIPixelTexture.setTextureProperties
(X3DNode val) Set the textureProperties field.void
SAIMultiTextureTransform.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 TypeClassDescriptionclass
A concrete implementation of the TimeSensor node interface