Uses of Class
org.web3d.x3d.jsail.Core.ProtoInstance
Package
Description
The X3D Java Scene Access Interface Library (X3DJSAIL) provides a
comprehensive set of strongly typed X3D Java interfaces for
concrete implementation classes.
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
The Environment Sensor nodes emit events indicating activity in the scene environment, usually based on interactions between the viewer and the world.
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence numerous event-types for common interactive applications without the use of a Script node.
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification.
Interpolator nodes provide keyframe-based animation capability.
The Key Device Sensor defines how keyboard keystrokes are inserted into an X3D world.
The Layering component describes how to layer a set of subscene layers into a composite scene.
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
The Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
The Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web.
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
The Scripting component describes how Script nodes are used to effect changes in X3D worlds.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
The Text component defines how text strings are rendered in an X3D scene.
TextureProjection nodes project texture images onto geometry in a scene.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
The Time component defines how time is sensed, computed and associated with events in an X3D scene.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of ProtoInstance in org.web3d.x3d.jsail
Modifier and TypeMethodDescriptionabstract X3DConcreteNode
X3DConcreteNode.setMetadata
(ProtoInstance newValue) Assign X3DMetadataObject instance (using a properly typed ProtoInstance) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.CADGeometry
Modifier and TypeMethodDescriptionIndexedQuadSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.QuadSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.CADAssembly.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.CADLayer.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.CADPart.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.IndexedQuadSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.QuadSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedQuadSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.QuadSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedQuadSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.QuadSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.CADAssembly.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CADFace.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CADLayer.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CADPart.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedQuadSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.QuadSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedQuadSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.QuadSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.CADFace.setShape
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field shape.IndexedQuadSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.QuadSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionProtoInstance.addComments
(String newComment) Add comment as String to contained commentsList.ProtoInstance.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ProtoInstance.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ProtoInstance.addFieldValue
(fieldValue newFieldValue) Add fieldValueProtoInstance.clearFieldValue()
Utility method to clear MFNode value of fieldValueList field.ProtoInstance.clearIS()
Utility method to clear SFNode value of IS field.ProtoInstance.clearMetadata()
Utility method to clear SFNode value of metadata field.ProtoInstance.createProtoInstanceUSE()
Utility method that creates a USE copy of ProtoInstance containerField value, if DEF and name providedProtoInstance.setContainerField
(String containerFieldName) Utility method that assigns ProtoInstance containerField value Hint: ProtoInstance containerField is important for determining parent-child node relationships.final ProtoInstance
ProtoInstance.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ProtoInstance.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ProtoInstance
ProtoInstance.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ProtoInstance.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ProtoInstance
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ProtoInstance.setFieldValue
(fieldValue newValue) Set single child fieldValue node, replacing prior array of existing nodes (if any).ProtoInstance.setFieldValueList
(ArrayList<fieldValue> newValue) Accessor method to assign fieldValue array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field fieldValue.final ProtoInstance
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.ProtoInstance.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProtoInstance.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final ProtoInstance
Accessor method to assign String value to inputOutput SFString field named name.Assign typed object value to SFString name field, similar tosetName(String)
.final ProtoInstance
Accessor method to assign String value to inputOutput SFString field named USE.ProtoInstance.setUSE
(ProtoInstance DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionfield.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.fieldValue.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.ProtoBody.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Scene.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.MetadataSet.addValue
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for value field.MetadataBoolean.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataDouble.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataFloat.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataInteger.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataString.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProtoInstance.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.WorldInfo.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProtoInstance.setUSE
(ProtoInstance DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
. -
Uses of ProtoInstance in org.web3d.x3d.jsail.CubeMapTexturing
Modifier and TypeMethodDescriptionComposedCubeMapTexture.setBackTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field backTexture.ComposedCubeMapTexture.setBottomTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field bottomTexture.ComposedCubeMapTexture.setFrontTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field frontTexture.ComposedCubeMapTexture.setLeftTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field leftTexture.ComposedCubeMapTexture.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeneratedCubeMapTexture.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ImageCubeMapTexture.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ComposedCubeMapTexture.setRightTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field rightTexture.ComposedCubeMapTexture.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.GeneratedCubeMapTexture.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageCubeMapTexture.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.ComposedCubeMapTexture.setTopTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field topTexture. -
Uses of ProtoInstance in org.web3d.x3d.jsail.DIS
Modifier and TypeMethodDescriptionDISEntityManager.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.EspduTransform.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.DISEntityManager.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.DISEntityTypeMapping.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.EspduTransform.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ReceiverPdu.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SignalPdu.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TransmitterPdu.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.EnvironmentalEffects
Modifier and TypeMethodDescriptionTextureBackground.setBackTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field backTexture.TextureBackground.setBottomTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field bottomTexture.TextureBackground.setFrontTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field frontTexture.TextureBackground.setLeftTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field leftTexture.Background.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Fog.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FogCoordinate.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LocalFog.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureBackground.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureBackground.setRightTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field rightTexture.TextureBackground.setTopTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field topTexture. -
Uses of ProtoInstance in org.web3d.x3d.jsail.EnvironmentalSensor
Modifier and TypeMethodDescriptionProximitySensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TransformSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.VisibilitySensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TransformSensor.setTargetObject
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field targetObject. -
Uses of ProtoInstance in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeMethodDescriptionBooleanFilter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BooleanSequencer.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BooleanToggle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BooleanTrigger.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IntegerSequencer.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IntegerTrigger.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TimeTrigger.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Followers
Modifier and TypeMethodDescriptionColorChaser.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ColorDamper.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateChaser.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDamper.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OrientationChaser.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OrientationDamper.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionChaser.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionChaser2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionDamper.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionDamper2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScalarChaser.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScalarDamper.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TexCoordChaser2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TexCoordDamper2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Geometry2D
Modifier and TypeMethodDescriptionArc2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ArcClose2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Circle2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Disk2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Polyline2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Polypoint2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Rectangle2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TriangleSet2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionElevationGrid.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.IndexedFaceSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.ElevationGrid.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedFaceSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedFaceSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.ElevationGrid.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedFaceSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.Box.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Cone.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Cylinder.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ElevationGrid.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Extrusion.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedFaceSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Sphere.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ElevationGrid.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedFaceSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.ElevationGrid.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.IndexedFaceSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Geospatial
Modifier and TypeMethodDescriptionGeoLocation.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.GeoTransform.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.GeoMetadata.addData
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for data field.GeoLOD.addRootNode
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for rootNode field.GeoElevationGrid.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.GeoCoordinate.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoElevationGrid.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoLocation.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoLOD.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoPositionInterpolator.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoProximitySensor.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoTouchSensor.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoTransform.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoViewpoint.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoCoordinate.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoElevationGrid.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoLocation.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoLOD.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoMetadata.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoOrigin.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoPositionInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoProximitySensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoTouchSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoTransform.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoViewpoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoViewpoint.setNavigationInfo
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field navigationInfo.GeoElevationGrid.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.GeoElevationGrid.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Grouping
Modifier and TypeMethodDescriptionGroup.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.StaticGroup.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Switch.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Transform.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Group.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.StaticGroup.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Switch.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Transform.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.HAnim
Modifier and TypeMethodDescriptionHAnimJoint.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.HAnimSegment.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.HAnimSite.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.HAnimJoint.addDisplacers
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for displacers field.HAnimSegment.addDisplacers
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for displacers field.HAnimHumanoid.addJoints
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for joints field.HAnimHumanoid.addMotions
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for motions field.HAnimHumanoid.addSegments
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for segments field.HAnimHumanoid.addSites
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for sites field.HAnimHumanoid.addSkeleton
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for skeleton field.HAnimHumanoid.addSkin
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for skin field.HAnimHumanoid.addViewpoints
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for viewpoints field.HAnimSegment.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.HAnimDisplacer.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimHumanoid.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimJoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimMotion.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimSegment.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimSite.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimHumanoid.setSkinBindingCoords
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field skinBindingCoords.HAnimHumanoid.setSkinBindingNormals
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field skinBindingNormals.HAnimHumanoid.setSkinCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field skinCoord.HAnimHumanoid.setSkinNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field skinNormal. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Interpolation
Modifier and TypeMethodDescriptionColorInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateInterpolator2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.EaseInEaseOut.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NormalInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OrientationInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionInterpolator2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScalarInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SplinePositionInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SplinePositionInterpolator2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SplineScalarInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SquadOrientationInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.KeyDeviceSensor
Modifier and TypeMethodDescriptionKeySensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.StringSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Layering
Modifier and TypeMethodDescriptionLayer.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Viewport.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.LayerSet.addLayers
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for layers field.Layer.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayerSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Viewport.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Layer.setViewport
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Layout
Modifier and TypeMethodDescriptionLayoutGroup.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.LayoutLayer.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.ScreenGroup.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.LayoutGroup.setLayout
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field layout.LayoutLayer.setLayout
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field layout.Layout.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayoutGroup.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayoutLayer.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScreenFontStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScreenGroup.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayoutGroup.setViewport
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport.LayoutLayer.setViewport
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Lighting
Modifier and TypeMethodDescriptionDirectionalLight.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointLight.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SpotLight.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Networking
Modifier and TypeMethodDescriptionAnchor.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.LoadSensor.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Anchor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Inline.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LoadSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.NURBS
Modifier and TypeMethodDescriptionContour2D.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.NurbsSet.addGeometry
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for geometry field.NurbsTrimmedSurface.addTrimmingContour
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for trimmingContour field.NurbsCurve.setControlPoint
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsOrientationInterpolator.setControlPoint
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsPatchSurface.setControlPoint
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsPositionInterpolator.setControlPoint
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsSurfaceInterpolator.setControlPoint
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsTrimmedSurface.setControlPoint
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsSweptSurface.setCrossSectionCurve
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.Contour2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ContourPolyline2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsCurve.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsCurve2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsOrientationInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsPatchSurface.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsPositionInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSurfaceInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSweptSurface.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSwungSurface.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsTextureCoordinate.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsTrimmedSurface.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSwungSurface.setProfileCurve
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field profileCurve.NurbsPatchSurface.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.NurbsTrimmedSurface.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.NurbsSweptSurface.setTrajectoryCurve
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.NurbsSwungSurface.setTrajectoryCurve
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field trajectoryCurve. -
Uses of ProtoInstance in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeMethodDescriptionParticleSystem.addPhysics
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for physics field.ParticleSystem.setAppearance
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field appearance.ParticleSystem.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field color.PolylineEmitter.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.VolumeEmitter.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.ParticleSystem.setEmitter
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field emitter.BoundedPhysicsModel.setGeometry
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.ParticleSystem.setGeometry
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.BoundedPhysicsModel.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ConeEmitter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ExplosionEmitter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ForcePhysicsModel.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ParticleSystem.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointEmitter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PolylineEmitter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SurfaceEmitter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.VolumeEmitter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.WindPhysicsModel.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SurfaceEmitter.setSurface
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field surface.ParticleSystem.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field texCoord. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Picking
Modifier and TypeMethodDescriptionPickableGroup.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.LinePickSensor.addPickTarget
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for pickTarget field.PointPickSensor.addPickTarget
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for pickTarget field.PrimitivePickSensor.addPickTarget
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for pickTarget field.VolumePickSensor.addPickTarget
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for pickTarget field.LinePickSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PickableGroup.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointPickSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PrimitivePickSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.VolumePickSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LinePickSensor.setPickingGeometry
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pickingGeometry.PointPickSensor.setPickingGeometry
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pickingGeometry.PrimitivePickSensor.setPickingGeometry
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pickingGeometry.VolumePickSensor.setPickingGeometry
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pickingGeometry. -
Uses of ProtoInstance in org.web3d.x3d.jsail.PointingDeviceSensor
Modifier and TypeMethodDescriptionCylinderSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PlaneSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SphereSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TouchSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Rendering
Modifier and TypeMethodDescriptionIndexedLineSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.IndexedTriangleFanSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.IndexedTriangleSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.IndexedTriangleStripSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.LineSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.PointSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.TriangleFanSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.TriangleSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.TriangleStripSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.IndexedLineSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleFanSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleStripSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.LineSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.PointSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.TriangleFanSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.TriangleSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.TriangleStripSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedLineSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedTriangleFanSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedTriangleSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedTriangleStripSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.LineSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.PointSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.TriangleFanSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.TriangleSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.TriangleStripSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedLineSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleFanSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleStripSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.LineSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.PointSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleFanSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleStripSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.ClipPlane.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Color.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ColorRGBA.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Coordinate.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDouble.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedLineSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedTriangleFanSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedTriangleSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedTriangleStripSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LineSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Normal.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TriangleFanSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TriangleSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TriangleStripSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedLineSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedTriangleFanSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedTriangleSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedTriangleStripSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.LineSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.PointSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.TriangleFanSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.TriangleSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.TriangleStripSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedTriangleFanSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.IndexedTriangleSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.IndexedTriangleStripSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.TriangleFanSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.TriangleSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.TriangleStripSet.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of ProtoInstance in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeMethodDescriptionRigidBodyCollection.addBodies
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for bodies field.CollisionCollection.addCollidables
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for collidables field.CollisionSpace.addCollidables
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for collidables field.RigidBody.addGeometry
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for geometry field.RigidBodyCollection.addJoints
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for joints field.BallJoint.setBody1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.Contact.setBody1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.DoubleAxisHingeJoint.setBody1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.MotorJoint.setBody1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.SingleAxisHingeJoint.setBody1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.SliderJoint.setBody1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.UniversalJoint.setBody1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.BallJoint.setBody2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.Contact.setBody2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.DoubleAxisHingeJoint.setBody2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.MotorJoint.setBody2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.SingleAxisHingeJoint.setBody2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.SliderJoint.setBody2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.UniversalJoint.setBody2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.CollidableOffset.setCollidable
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field collidable.CollisionSensor.setCollider
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field collider.RigidBodyCollection.setCollider
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field collider.Contact.setGeometry1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry1.Contact.setGeometry2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry2.RigidBody.setMassDensityModel
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field massDensityModel.BallJoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollidableOffset.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollidableShape.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollisionCollection.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollisionSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollisionSpace.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Contact.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.DoubleAxisHingeJoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MotorJoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.RigidBody.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.RigidBodyCollection.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SingleAxisHingeJoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SliderJoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.UniversalJoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollidableShape.setShape
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field shape. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Scripting
Modifier and TypeMethodDescriptionScript.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Shaders
Modifier and TypeMethodDescriptionComposedShader.addParts
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for parts field.ProgramShader.addPrograms
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for programs field.ComposedShader.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FloatVertexAttribute.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Matrix3VertexAttribute.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Matrix4VertexAttribute.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PackagedShader.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProgramShader.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ShaderPart.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ShaderProgram.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Shape
Modifier and TypeMethodDescriptionAppearance.addShaders
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for shaders field.Appearance.setAcousticProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field acousticProperties.Material.setAmbientTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field ambientTexture.Shape.setAppearance
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field appearance.Appearance.setBackMaterial
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field backMaterial.PhysicalMaterial.setBaseTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field baseTexture.Material.setDiffuseTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field diffuseTexture.Material.setEmissiveTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field emissiveTexture.PhysicalMaterial.setEmissiveTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field emissiveTexture.UnlitMaterial.setEmissiveTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field emissiveTexture.Appearance.setFillProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fillProperties.Shape.setGeometry
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.Appearance.setLineProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field lineProperties.Appearance.setMaterial
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field material.AcousticProperties.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Appearance.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FillProperties.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LineProperties.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Material.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PhysicalMaterial.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointProperties.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Shape.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TwoSidedMaterial.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.UnlitMaterial.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PhysicalMaterial.setMetallicRoughnessTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metallicRoughnessTexture.Material.setNormalTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normalTexture.PhysicalMaterial.setNormalTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normalTexture.UnlitMaterial.setNormalTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normalTexture.Material.setOcclusionTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field occlusionTexture.PhysicalMaterial.setOcclusionTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field occlusionTexture.Appearance.setPointProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pointProperties.Material.setShininessTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field shininessTexture.Material.setSpecularTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field specularTexture.Appearance.setTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texture.Appearance.setTextureTransform
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field textureTransform. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Sound
Modifier and TypeMethodDescriptionAnalyser.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.AudioDestination.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.BiquadFilter.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.ChannelMerger.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.ChannelSelector.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.ChannelSplitter.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Convolver.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Delay.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.DynamicsCompressor.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Gain.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.SpatialSound.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.StreamAudioDestination.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.WaveShaper.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.ChannelSplitter.addOutputs
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for outputs field.Analyser.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.AudioClip.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.AudioDestination.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BiquadFilter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BufferAudioSource.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ChannelMerger.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ChannelSelector.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ChannelSplitter.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Convolver.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Delay.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.DynamicsCompressor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Gain.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ListenerPointSource.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MicrophoneSource.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OscillatorSource.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PeriodicWave.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Sound.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SpatialSound.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.StreamAudioDestination.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.StreamAudioSource.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.WaveShaper.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Sound.setSource
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field source. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Text
Modifier and TypeMethodDescriptionText.setFontStyle
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fontStyle.FontStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Text.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.TextureProjection
Modifier and TypeMethodDescriptionTextureProjector.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureProjectorParallel.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureProjector.setTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texture.TextureProjectorParallel.setTexture
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texture. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionMultiTextureCoordinate.addTexCoord
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for texCoord field.MultiTexture.addTexture
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for texture field.MultiTextureTransform.addTextureTransform
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for textureTransform field.ImageTexture.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MovieTexture.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MultiTexture.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MultiTextureCoordinate.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MultiTextureTransform.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PixelTexture.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinateGenerator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureProperties.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransform.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ImageTexture.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.MovieTexture.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.PixelTexture.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeMethodDescriptionComposedTexture3D.addTexture
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for texture field.ComposedTexture3D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ImageTexture3D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PixelTexture3D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate3D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate4D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransform3D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransformMatrix3D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ComposedTexture3D.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageTexture3D.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.PixelTexture3D.setTextureProperties
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties. -
Uses of ProtoInstance in org.web3d.x3d.jsail.Time
Modifier and TypeMethodDescriptionTimeSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstance in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionComposedVolumeStyle.addRenderStyle
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for renderStyle field.IsoSurfaceVolumeData.addRenderStyle
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for renderStyle field.SegmentedVolumeData.addRenderStyle
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for renderStyle field.IsoSurfaceVolumeData.setGradients
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field gradients.ShadedVolumeStyle.setMaterial
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field material.BlendedVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BoundaryEnhancementVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CartoonVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ComposedVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.EdgeEnhancementVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IsoSurfaceVolumeData.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OpacityMapVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProjectionVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SegmentedVolumeData.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ShadedVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SilhouetteEnhancementVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ToneMappedVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.VolumeData.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BlendedVolumeStyle.setRenderStyle
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field renderStyle.VolumeData.setRenderStyle
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field renderStyle.SegmentedVolumeData.setSegmentIdentifiers
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field segmentIdentifiers.CartoonVolumeStyle.setSurfaceNormals
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.EdgeEnhancementVolumeStyle.setSurfaceNormals
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ShadedVolumeStyle.setSurfaceNormals
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.SilhouetteEnhancementVolumeStyle.setSurfaceNormals
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ToneMappedVolumeStyle.setSurfaceNormals
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.OpacityMapVolumeStyle.setTransferFunction
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field transferFunction.BlendedVolumeStyle.setVoxels
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.IsoSurfaceVolumeData.setVoxels
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.SegmentedVolumeData.setVoxels
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.VolumeData.setVoxels
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.BlendedVolumeStyle.setWeightTransferFunction1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field weightTransferFunction1.BlendedVolumeStyle.setWeightTransferFunction2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field weightTransferFunction2.