Uses of Class
org.web3d.x3d.jsail.Core.ProtoInstanceObject
-
Uses of ProtoInstanceObject in org.web3d.x3d.jsail
Methods in org.web3d.x3d.jsail with parameters of type ProtoInstanceObject Modifier and Type Method Description abstract X3DConcreteNode
X3DConcreteNode. setMetadata(ProtoInstanceObject newValue)
Assign X3DMetadataObject instance (using a properly typed ProtoInstanceObject) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.CADGeometry
Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type ProtoInstanceObject Modifier and Type Method Description IndexedQuadSetObject
IndexedQuadSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.QuadSetObject
QuadSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.CADAssemblyObject
CADAssemblyObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.CADLayerObject
CADLayerObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.CADPartObject
CADPartObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.IndexedQuadSetObject
IndexedQuadSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.QuadSetObject
QuadSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedQuadSetObject
IndexedQuadSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.QuadSetObject
QuadSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedQuadSetObject
IndexedQuadSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.QuadSetObject
QuadSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.CADAssemblyObject
CADAssemblyObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CADFaceObject
CADFaceObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CADLayerObject
CADLayerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CADPartObject
CADPartObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedQuadSetObject
IndexedQuadSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.QuadSetObject
QuadSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedQuadSetObject
IndexedQuadSetObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.QuadSetObject
QuadSetObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.CADFaceObject
CADFaceObject. setShape(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field shape.IndexedQuadSetObject
IndexedQuadSetObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.QuadSetObject
QuadSetObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return ProtoInstanceObject Modifier and Type Method Description ProtoInstanceObject
ProtoInstanceObject. addComments(java.lang.String newComment)
Add comment as String to contained commentsList.ProtoInstanceObject
ProtoInstanceObject. addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.ProtoInstanceObject
ProtoInstanceObject. addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.ProtoInstanceObject
ProtoInstanceObject. addFieldValue(fieldValueObject newFieldValue)
Add fieldValueProtoInstanceObject
ProtoInstanceObject. clearFieldValue()
Utility method to clear MFNode value of fieldValueList field.ProtoInstanceObject
ProtoInstanceObject. clearIS()
Utility method to clear SFNode value of IS field.ProtoInstanceObject
ProtoInstanceObject. clearMetadata()
Utility method to clear SFNode value of metadata field.ProtoInstanceObject
ProtoInstanceObject. setContainerField(java.lang.String containerFieldName)
Utility method that assigns ProtoInstanceObject containerField value Hint: ProtoInstance containerField is important for determining parent-child node relationships.ProtoInstanceObject
ProtoInstanceObject. setCssClass(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named class.ProtoInstanceObject
ProtoInstanceObject. setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.ProtoInstanceObject
ProtoInstanceObject. setDEF(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named DEF.ProtoInstanceObject
ProtoInstanceObject. setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ProtoInstanceObject
ProtoInstanceObject. setFieldValue(fieldValueObject newValue)
Set single child fieldValue node, replacing prior array of existing nodes (if any).ProtoInstanceObject
ProtoInstanceObject. setFieldValueList(java.util.ArrayList<fieldValueObject> newValue)
Accessor method to assign fieldValueObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field fieldValue.ProtoInstanceObject
ProtoInstanceObject. setIS(ISObject newValue)
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.ProtoInstanceObject
ProtoInstanceObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProtoInstanceObject
ProtoInstanceObject. setMetadata(X3DMetadataObject newValue)
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ProtoInstanceObject
ProtoInstanceObject. setName(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named name.ProtoInstanceObject
ProtoInstanceObject. setName(SFStringObject newValue)
Assign typed object value to SFString name field, similar tosetName(String)
.ProtoInstanceObject
ProtoInstanceObject. setUSE(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named USE.ProtoInstanceObject
ProtoInstanceObject. setUSE(ProtoInstanceObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.ProtoInstanceObject
ProtoInstanceObject. setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar tosetUSE(String)
.Methods in org.web3d.x3d.jsail.Core with parameters of type ProtoInstanceObject Modifier and Type Method Description fieldObject
fieldObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.fieldValueObject
fieldValueObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.ProtoBodyObject
ProtoBodyObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.SceneObject
SceneObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.MetadataSetObject
MetadataSetObject. addValue(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for value field.MetadataBooleanObject
MetadataBooleanObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataDoubleObject
MetadataDoubleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataFloatObject
MetadataFloatObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataIntegerObject
MetadataIntegerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataSetObject
MetadataSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MetadataStringObject
MetadataStringObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProtoInstanceObject
ProtoInstanceObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.WorldInfoObject
WorldInfoObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProtoInstanceObject
ProtoInstanceObject. setUSE(ProtoInstanceObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.CubeMapTexturing
Methods in org.web3d.x3d.jsail.CubeMapTexturing with parameters of type ProtoInstanceObject Modifier and Type Method Description ComposedCubeMapTextureObject
ComposedCubeMapTextureObject. setBack(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field back.ComposedCubeMapTextureObject
ComposedCubeMapTextureObject. setBottom(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field bottom.ComposedCubeMapTextureObject
ComposedCubeMapTextureObject. setFront(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field front.ComposedCubeMapTextureObject
ComposedCubeMapTextureObject. setLeft(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field left.ComposedCubeMapTextureObject
ComposedCubeMapTextureObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeneratedCubeMapTextureObject
GeneratedCubeMapTextureObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ImageCubeMapTextureObject
ImageCubeMapTextureObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ComposedCubeMapTextureObject
ComposedCubeMapTextureObject. setRight(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field right.GeneratedCubeMapTextureObject
GeneratedCubeMapTextureObject. setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageCubeMapTextureObject
ImageCubeMapTextureObject. setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.ComposedCubeMapTextureObject
ComposedCubeMapTextureObject. setTop(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field top. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.DIS
Methods in org.web3d.x3d.jsail.DIS with parameters of type ProtoInstanceObject Modifier and Type Method Description EspduTransformObject
EspduTransformObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.DISEntityManagerObject
DISEntityManagerObject. addMapping(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for mapping field.DISEntityManagerObject
DISEntityManagerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.DISEntityTypeMappingObject
DISEntityTypeMappingObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.EspduTransformObject
EspduTransformObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ReceiverPduObject
ReceiverPduObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SignalPduObject
SignalPduObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TransmitterPduObject
TransmitterPduObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.EnvironmentalEffects
Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type ProtoInstanceObject Modifier and Type Method Description TextureBackgroundObject
TextureBackgroundObject. setBackTexture(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field backTexture.TextureBackgroundObject
TextureBackgroundObject. setBottomTexture(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field bottomTexture.TextureBackgroundObject
TextureBackgroundObject. setFrontTexture(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field frontTexture.TextureBackgroundObject
TextureBackgroundObject. setLeftTexture(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field leftTexture.BackgroundObject
BackgroundObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FogCoordinateObject
FogCoordinateObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FogObject
FogObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LocalFogObject
LocalFogObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureBackgroundObject
TextureBackgroundObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureBackgroundObject
TextureBackgroundObject. setRightTexture(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field rightTexture.TextureBackgroundObject
TextureBackgroundObject. setTopTexture(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field topTexture. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.EnvironmentalSensor
Methods in org.web3d.x3d.jsail.EnvironmentalSensor with parameters of type ProtoInstanceObject Modifier and Type Method Description ProximitySensorObject
ProximitySensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TransformSensorObject
TransformSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.VisibilitySensorObject
VisibilitySensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TransformSensorObject
TransformSensorObject. setTargetObject(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field targetObject. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.EventUtilities
Methods in org.web3d.x3d.jsail.EventUtilities with parameters of type ProtoInstanceObject Modifier and Type Method Description BooleanFilterObject
BooleanFilterObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BooleanSequencerObject
BooleanSequencerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BooleanToggleObject
BooleanToggleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BooleanTriggerObject
BooleanTriggerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IntegerSequencerObject
IntegerSequencerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IntegerTriggerObject
IntegerTriggerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TimeTriggerObject
TimeTriggerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Followers
Methods in org.web3d.x3d.jsail.Followers with parameters of type ProtoInstanceObject Modifier and Type Method Description ColorChaserObject
ColorChaserObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ColorDamperObject
ColorDamperObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateChaserObject
CoordinateChaserObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDamperObject
CoordinateDamperObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OrientationChaserObject
OrientationChaserObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OrientationDamperObject
OrientationDamperObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionChaser2DObject
PositionChaser2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionChaserObject
PositionChaserObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionDamper2DObject
PositionDamper2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionDamperObject
PositionDamperObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScalarChaserObject
ScalarChaserObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScalarDamperObject
ScalarDamperObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TexCoordChaser2DObject
TexCoordChaser2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TexCoordDamper2DObject
TexCoordDamper2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Geometry2D
Methods in org.web3d.x3d.jsail.Geometry2D with parameters of type ProtoInstanceObject Modifier and Type Method Description Arc2DObject
Arc2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ArcClose2DObject
ArcClose2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Circle2DObject
Circle2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Disk2DObject
Disk2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Polyline2DObject
Polyline2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Polypoint2DObject
Polypoint2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Rectangle2DObject
Rectangle2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TriangleSet2DObject
TriangleSet2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Geometry3D
Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type ProtoInstanceObject Modifier and Type Method Description ElevationGridObject
ElevationGridObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.IndexedFaceSetObject
IndexedFaceSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.ElevationGridObject
ElevationGridObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedFaceSetObject
IndexedFaceSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedFaceSetObject
IndexedFaceSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.ElevationGridObject
ElevationGridObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedFaceSetObject
IndexedFaceSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.BoxObject
BoxObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ConeObject
ConeObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CylinderObject
CylinderObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ElevationGridObject
ElevationGridObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ExtrusionObject
ExtrusionObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedFaceSetObject
IndexedFaceSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SphereObject
SphereObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ElevationGridObject
ElevationGridObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedFaceSetObject
IndexedFaceSetObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.ElevationGridObject
ElevationGridObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.IndexedFaceSetObject
IndexedFaceSetObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Geospatial
Methods in org.web3d.x3d.jsail.Geospatial with parameters of type ProtoInstanceObject Modifier and Type Method Description GeoLocationObject
GeoLocationObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.GeoTransformObject
GeoTransformObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.GeoMetadataObject
GeoMetadataObject. addData(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for data field.GeoLODObject
GeoLODObject. addRootNode(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for rootNode field.GeoElevationGridObject
GeoElevationGridObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.GeoCoordinateObject
GeoCoordinateObject. setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoElevationGridObject
GeoElevationGridObject. setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoLocationObject
GeoLocationObject. setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoLODObject
GeoLODObject. setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoPositionInterpolatorObject
GeoPositionInterpolatorObject. setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoProximitySensorObject
GeoProximitySensorObject. setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoTouchSensorObject
GeoTouchSensorObject. setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoTransformObject
GeoTransformObject. setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoViewpointObject
GeoViewpointObject. setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoCoordinateObject
GeoCoordinateObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoElevationGridObject
GeoElevationGridObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoLocationObject
GeoLocationObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoLODObject
GeoLODObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoMetadataObject
GeoMetadataObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoOriginObject
GeoOriginObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoPositionInterpolatorObject
GeoPositionInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoProximitySensorObject
GeoProximitySensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoTouchSensorObject
GeoTouchSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoTransformObject
GeoTransformObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoViewpointObject
GeoViewpointObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoElevationGridObject
GeoElevationGridObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.GeoElevationGridObject
GeoElevationGridObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Grouping
Methods in org.web3d.x3d.jsail.Grouping with parameters of type ProtoInstanceObject Modifier and Type Method Description GroupObject
GroupObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.StaticGroupObject
StaticGroupObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.SwitchObject
SwitchObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.TransformObject
TransformObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.GroupObject
GroupObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.StaticGroupObject
StaticGroupObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SwitchObject
SwitchObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TransformObject
TransformObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.HAnim
Methods in org.web3d.x3d.jsail.HAnim with parameters of type ProtoInstanceObject Modifier and Type Method Description HAnimJointObject
HAnimJointObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.HAnimSegmentObject
HAnimSegmentObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.HAnimSiteObject
HAnimSiteObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.HAnimJointObject
HAnimJointObject. addDisplacers(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for displacers field.HAnimSegmentObject
HAnimSegmentObject. addDisplacers(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for displacers field.HAnimHumanoidObject
HAnimHumanoidObject. addJoints(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for joints field.HAnimHumanoidObject
HAnimHumanoidObject. addMotions(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for motions field.HAnimHumanoidObject
HAnimHumanoidObject. addSegments(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for segments field.HAnimHumanoidObject
HAnimHumanoidObject. addSites(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for sites field.HAnimHumanoidObject
HAnimHumanoidObject. addSkeleton(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for skeleton field.HAnimHumanoidObject
HAnimHumanoidObject. addSkin(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for skin field.HAnimHumanoidObject
HAnimHumanoidObject. addViewpoints(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for viewpoints field.HAnimSegmentObject
HAnimSegmentObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.HAnimDisplacerObject
HAnimDisplacerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimHumanoidObject
HAnimHumanoidObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimJointObject
HAnimJointObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimMotionObject
HAnimMotionObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimSegmentObject
HAnimSegmentObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimSiteObject
HAnimSiteObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.HAnimHumanoidObject
HAnimHumanoidObject. setSkinBindingCoords(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field skinBindingCoords.HAnimHumanoidObject
HAnimHumanoidObject. setSkinBindingNormals(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field skinBindingNormals.HAnimHumanoidObject
HAnimHumanoidObject. setSkinCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field skinCoord.HAnimHumanoidObject
HAnimHumanoidObject. setSkinNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field skinNormal. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type ProtoInstanceObject Modifier and Type Method Description ColorInterpolatorObject
ColorInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateInterpolator2DObject
CoordinateInterpolator2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateInterpolatorObject
CoordinateInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.EaseInEaseOutObject
EaseInEaseOutObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NormalInterpolatorObject
NormalInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OrientationInterpolatorObject
OrientationInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionInterpolator2DObject
PositionInterpolator2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionInterpolatorObject
PositionInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScalarInterpolatorObject
ScalarInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SplinePositionInterpolator2DObject
SplinePositionInterpolator2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SplinePositionInterpolatorObject
SplinePositionInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SplineScalarInterpolatorObject
SplineScalarInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SquadOrientationInterpolatorObject
SquadOrientationInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.KeyDeviceSensor
Methods in org.web3d.x3d.jsail.KeyDeviceSensor with parameters of type ProtoInstanceObject Modifier and Type Method Description KeySensorObject
KeySensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.StringSensorObject
StringSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Layering
Methods in org.web3d.x3d.jsail.Layering with parameters of type ProtoInstanceObject Modifier and Type Method Description LayerObject
LayerObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.ViewportObject
ViewportObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.LayerSetObject
LayerSetObject. addLayers(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for layers field.LayerObject
LayerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayerSetObject
LayerSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ViewportObject
ViewportObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayerObject
LayerObject. setViewport(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Layout
Methods in org.web3d.x3d.jsail.Layout with parameters of type ProtoInstanceObject Modifier and Type Method Description LayoutGroupObject
LayoutGroupObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.LayoutLayerObject
LayoutLayerObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.ScreenGroupObject
ScreenGroupObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.LayoutGroupObject
LayoutGroupObject. setLayout(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field layout.LayoutLayerObject
LayoutLayerObject. setLayout(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field layout.LayoutGroupObject
LayoutGroupObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayoutLayerObject
LayoutLayerObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayoutObject
LayoutObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScreenFontStyleObject
ScreenFontStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScreenGroupObject
ScreenGroupObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayoutGroupObject
LayoutGroupObject. setViewport(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport.LayoutLayerObject
LayoutLayerObject. setViewport(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Lighting
Methods in org.web3d.x3d.jsail.Lighting with parameters of type ProtoInstanceObject Modifier and Type Method Description DirectionalLightObject
DirectionalLightObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointLightObject
PointLightObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SpotLightObject
SpotLightObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Navigation
Methods in org.web3d.x3d.jsail.Navigation with parameters of type ProtoInstanceObject Modifier and Type Method Description BillboardObject
BillboardObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.CollisionObject
CollisionObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.LODObject
LODObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.ViewpointGroupObject
ViewpointGroupObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.BillboardObject
BillboardObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollisionObject
CollisionObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LODObject
LODObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NavigationInfoObject
NavigationInfoObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OrthoViewpointObject
OrthoViewpointObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ViewpointGroupObject
ViewpointGroupObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ViewpointObject
ViewpointObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollisionObject
CollisionObject. setProxy(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field proxy. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Networking
Methods in org.web3d.x3d.jsail.Networking with parameters of type ProtoInstanceObject Modifier and Type Method Description AnchorObject
AnchorObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.LoadSensorObject
LoadSensorObject. addWatchList(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for watchList field.AnchorObject
AnchorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.InlineObject
InlineObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LoadSensorObject
LoadSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type ProtoInstanceObject Modifier and Type Method Description Contour2DObject
Contour2DObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.NurbsSetObject
NurbsSetObject. addGeometry(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for geometry field.NurbsTrimmedSurfaceObject
NurbsTrimmedSurfaceObject. addTrimmingContour(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for trimmingContour field.NurbsCurveObject
NurbsCurveObject. setControlPoint(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsOrientationInterpolatorObject
NurbsOrientationInterpolatorObject. setControlPoint(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsPatchSurfaceObject
NurbsPatchSurfaceObject. setControlPoint(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsPositionInterpolatorObject
NurbsPositionInterpolatorObject. setControlPoint(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsSurfaceInterpolatorObject
NurbsSurfaceInterpolatorObject. setControlPoint(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsTrimmedSurfaceObject
NurbsTrimmedSurfaceObject. setControlPoint(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsSweptSurfaceObject
NurbsSweptSurfaceObject. setCrossSectionCurve(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.Contour2DObject
Contour2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ContourPolyline2DObject
ContourPolyline2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDoubleObject
CoordinateDoubleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsCurve2DObject
NurbsCurve2DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsCurveObject
NurbsCurveObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsOrientationInterpolatorObject
NurbsOrientationInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsPatchSurfaceObject
NurbsPatchSurfaceObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsPositionInterpolatorObject
NurbsPositionInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSetObject
NurbsSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSurfaceInterpolatorObject
NurbsSurfaceInterpolatorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSweptSurfaceObject
NurbsSweptSurfaceObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSwungSurfaceObject
NurbsSwungSurfaceObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsTextureCoordinateObject
NurbsTextureCoordinateObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsTrimmedSurfaceObject
NurbsTrimmedSurfaceObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSwungSurfaceObject
NurbsSwungSurfaceObject. setProfileCurve(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field profileCurve.NurbsPatchSurfaceObject
NurbsPatchSurfaceObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.NurbsTrimmedSurfaceObject
NurbsTrimmedSurfaceObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.NurbsSweptSurfaceObject
NurbsSweptSurfaceObject. setTrajectoryCurve(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.NurbsSwungSurfaceObject
NurbsSwungSurfaceObject. setTrajectoryCurve(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field trajectoryCurve. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.ParticleSystems
Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type ProtoInstanceObject Modifier and Type Method Description ParticleSystemObject
ParticleSystemObject. addPhysics(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for physics field.ParticleSystemObject
ParticleSystemObject. setAppearance(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field appearance.ParticleSystemObject
ParticleSystemObject. setColorRamp(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field colorRamp.PolylineEmitterObject
PolylineEmitterObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.VolumeEmitterObject
VolumeEmitterObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.ParticleSystemObject
ParticleSystemObject. setEmitter(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field emitter.BoundedPhysicsModelObject
BoundedPhysicsModelObject. setGeometry(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.ParticleSystemObject
ParticleSystemObject. setGeometry(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.BoundedPhysicsModelObject
BoundedPhysicsModelObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ConeEmitterObject
ConeEmitterObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ExplosionEmitterObject
ExplosionEmitterObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ForcePhysicsModelObject
ForcePhysicsModelObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ParticleSystemObject
ParticleSystemObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointEmitterObject
PointEmitterObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PolylineEmitterObject
PolylineEmitterObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SurfaceEmitterObject
SurfaceEmitterObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.VolumeEmitterObject
VolumeEmitterObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.WindPhysicsModelObject
WindPhysicsModelObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SurfaceEmitterObject
SurfaceEmitterObject. setSurface(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field surface.ParticleSystemObject
ParticleSystemObject. setTexCoordRamp(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field texCoordRamp. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Picking
Methods in org.web3d.x3d.jsail.Picking with parameters of type ProtoInstanceObject Modifier and Type Method Description PickableGroupObject
PickableGroupObject. addChildren(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.LinePickSensorObject
LinePickSensorObject. addPickTarget(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for pickTarget field.PointPickSensorObject
PointPickSensorObject. addPickTarget(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for pickTarget field.PrimitivePickSensorObject
PrimitivePickSensorObject. addPickTarget(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for pickTarget field.VolumePickSensorObject
VolumePickSensorObject. addPickTarget(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for pickTarget field.LinePickSensorObject
LinePickSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PickableGroupObject
PickableGroupObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointPickSensorObject
PointPickSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PrimitivePickSensorObject
PrimitivePickSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.VolumePickSensorObject
VolumePickSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LinePickSensorObject
LinePickSensorObject. setPickingGeometry(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pickingGeometry.PointPickSensorObject
PointPickSensorObject. setPickingGeometry(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pickingGeometry.PrimitivePickSensorObject
PrimitivePickSensorObject. setPickingGeometry(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pickingGeometry.VolumePickSensorObject
VolumePickSensorObject. setPickingGeometry(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pickingGeometry. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.PointingDeviceSensor
Methods in org.web3d.x3d.jsail.PointingDeviceSensor with parameters of type ProtoInstanceObject Modifier and Type Method Description CylinderSensorObject
CylinderSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PlaneSensorObject
PlaneSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SphereSensorObject
SphereSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TouchSensorObject
TouchSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering with parameters of type ProtoInstanceObject Modifier and Type Method Description IndexedLineSetObject
IndexedLineSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.IndexedTriangleFanSetObject
IndexedTriangleFanSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.IndexedTriangleSetObject
IndexedTriangleSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.IndexedTriangleStripSetObject
IndexedTriangleStripSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.LineSetObject
LineSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.PointSetObject
PointSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.TriangleFanSetObject
TriangleFanSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.TriangleSetObject
TriangleSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.TriangleStripSetObject
TriangleStripSetObject. addAttrib(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.IndexedLineSetObject
IndexedLineSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleFanSetObject
IndexedTriangleFanSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleSetObject
IndexedTriangleSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleStripSetObject
IndexedTriangleStripSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.LineSetObject
LineSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.PointSetObject
PointSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.TriangleFanSetObject
TriangleFanSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.TriangleSetObject
TriangleSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.TriangleStripSetObject
TriangleStripSetObject. setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedLineSetObject
IndexedLineSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedTriangleFanSetObject
IndexedTriangleFanSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedTriangleSetObject
IndexedTriangleSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedTriangleStripSetObject
IndexedTriangleStripSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.LineSetObject
LineSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.PointSetObject
PointSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.TriangleFanSetObject
TriangleFanSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.TriangleSetObject
TriangleSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.TriangleStripSetObject
TriangleStripSetObject. setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedLineSetObject
IndexedLineSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleFanSetObject
IndexedTriangleFanSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleSetObject
IndexedTriangleSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedTriangleStripSetObject
IndexedTriangleStripSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.LineSetObject
LineSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.PointSetObject
PointSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleFanSetObject
TriangleFanSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleSetObject
TriangleSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.TriangleStripSetObject
TriangleStripSetObject. setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.ClipPlaneObject
ClipPlaneObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ColorObject
ColorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ColorRGBAObject
ColorRGBAObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateObject
CoordinateObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedLineSetObject
IndexedLineSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedTriangleFanSetObject
IndexedTriangleFanSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedTriangleSetObject
IndexedTriangleSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedTriangleStripSetObject
IndexedTriangleStripSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LineSetObject
LineSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NormalObject
NormalObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointSetObject
PointSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TriangleFanSetObject
TriangleFanSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TriangleSetObject
TriangleSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TriangleStripSetObject
TriangleStripSetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedTriangleFanSetObject
IndexedTriangleFanSetObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedTriangleSetObject
IndexedTriangleSetObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedTriangleStripSetObject
IndexedTriangleStripSetObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.TriangleFanSetObject
TriangleFanSetObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.TriangleSetObject
TriangleSetObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.TriangleStripSetObject
TriangleStripSetObject. setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedTriangleFanSetObject
IndexedTriangleFanSetObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.IndexedTriangleSetObject
IndexedTriangleSetObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.IndexedTriangleStripSetObject
IndexedTriangleStripSetObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.TriangleFanSetObject
TriangleFanSetObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.TriangleSetObject
TriangleSetObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.TriangleStripSetObject
TriangleStripSetObject. setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.RigidBodyPhysics
Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type ProtoInstanceObject Modifier and Type Method Description RigidBodyCollectionObject
RigidBodyCollectionObject. addBodies(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for bodies field.CollisionCollectionObject
CollisionCollectionObject. addCollidables(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for collidables field.CollisionSpaceObject
CollisionSpaceObject. addCollidables(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for collidables field.RigidBodyObject
RigidBodyObject. addGeometry(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for geometry field.RigidBodyCollectionObject
RigidBodyCollectionObject. addJoints(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for joints field.BallJointObject
BallJointObject. setBody1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.ContactObject
ContactObject. setBody1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setBody1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.MotorJointObject
MotorJointObject. setBody1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.SingleAxisHingeJointObject
SingleAxisHingeJointObject. setBody1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.SliderJointObject
SliderJointObject. setBody1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.UniversalJointObject
UniversalJointObject. setBody1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.BallJointObject
BallJointObject. setBody2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.ContactObject
ContactObject. setBody2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setBody2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.MotorJointObject
MotorJointObject. setBody2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.SingleAxisHingeJointObject
SingleAxisHingeJointObject. setBody2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.SliderJointObject
SliderJointObject. setBody2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.UniversalJointObject
UniversalJointObject. setBody2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.CollidableOffsetObject
CollidableOffsetObject. setCollidable(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field collidable.CollisionSensorObject
CollisionSensorObject. setCollider(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field collider.RigidBodyCollectionObject
RigidBodyCollectionObject. setCollider(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field collider.ContactObject
ContactObject. setGeometry1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry1.ContactObject
ContactObject. setGeometry2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry2.RigidBodyObject
RigidBodyObject. setMassDensityModel(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field massDensityModel.BallJointObject
BallJointObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollidableOffsetObject
CollidableOffsetObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollidableShapeObject
CollidableShapeObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollisionCollectionObject
CollisionCollectionObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollisionSensorObject
CollisionSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollisionSpaceObject
CollisionSpaceObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ContactObject
ContactObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MotorJointObject
MotorJointObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.RigidBodyCollectionObject
RigidBodyCollectionObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.RigidBodyObject
RigidBodyObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SingleAxisHingeJointObject
SingleAxisHingeJointObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SliderJointObject
SliderJointObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.UniversalJointObject
UniversalJointObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollidableShapeObject
CollidableShapeObject. setShape(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field shape. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Scripting
Methods in org.web3d.x3d.jsail.Scripting with parameters of type ProtoInstanceObject Modifier and Type Method Description ScriptObject
ScriptObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Shaders
Methods in org.web3d.x3d.jsail.Shaders with parameters of type ProtoInstanceObject Modifier and Type Method Description ComposedShaderObject
ComposedShaderObject. addParts(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for parts field.ProgramShaderObject
ProgramShaderObject. addPrograms(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for programs field.ComposedShaderObject
ComposedShaderObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FloatVertexAttributeObject
FloatVertexAttributeObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Matrix3VertexAttributeObject
Matrix3VertexAttributeObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Matrix4VertexAttributeObject
Matrix4VertexAttributeObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PackagedShaderObject
PackagedShaderObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProgramShaderObject
ProgramShaderObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ShaderPartObject
ShaderPartObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ShaderProgramObject
ShaderProgramObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Shape
Methods in org.web3d.x3d.jsail.Shape with parameters of type ProtoInstanceObject Modifier and Type Method Description AppearanceObject
AppearanceObject. addShaders(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for shaders field.ShapeObject
ShapeObject. setAppearance(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field appearance.AppearanceObject
AppearanceObject. setFillProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fillProperties.ShapeObject
ShapeObject. setGeometry(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.AppearanceObject
AppearanceObject. setLineProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field lineProperties.AppearanceObject
AppearanceObject. setMaterial(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field material.AppearanceObject
AppearanceObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FillPropertiesObject
FillPropertiesObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LinePropertiesObject
LinePropertiesObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MaterialObject
MaterialObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointPropertiesObject
PointPropertiesObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ShapeObject
ShapeObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TwoSidedMaterialObject
TwoSidedMaterialObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.AppearanceObject
AppearanceObject. setPointProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pointProperties.AppearanceObject
AppearanceObject. setTexture(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texture.AppearanceObject
AppearanceObject. setTextureTransform(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field textureTransform. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Sound
Methods in org.web3d.x3d.jsail.Sound with parameters of type ProtoInstanceObject Modifier and Type Method Description AudioClipObject
AudioClipObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SoundObject
SoundObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SoundObject
SoundObject. setSource(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field source. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Text
Methods in org.web3d.x3d.jsail.Text with parameters of type ProtoInstanceObject Modifier and Type Method Description TextObject
TextObject. setFontStyle(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fontStyle.FontStyleObject
FontStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextObject
TextObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type ProtoInstanceObject Modifier and Type Method Description MultiTextureCoordinateObject
MultiTextureCoordinateObject. addTexCoord(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for texCoord field.MultiTextureObject
MultiTextureObject. addTexture(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for texture field.MultiTextureTransformObject
MultiTextureTransformObject. addTextureTransform(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for textureTransform field.ImageTextureObject
ImageTextureObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MovieTextureObject
MovieTextureObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MultiTextureCoordinateObject
MultiTextureCoordinateObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MultiTextureObject
MultiTextureObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.MultiTextureTransformObject
MultiTextureTransformObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PixelTextureObject
PixelTextureObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinateGeneratorObject
TextureCoordinateGeneratorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinateObject
TextureCoordinateObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TexturePropertiesObject
TexturePropertiesObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransformObject
TextureTransformObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ImageTextureObject
ImageTextureObject. setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.MovieTextureObject
MovieTextureObject. setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.PixelTextureObject
PixelTextureObject. setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Texturing3D
Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type ProtoInstanceObject Modifier and Type Method Description ComposedTexture3DObject
ComposedTexture3DObject. addTexture(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for texture field.ComposedTexture3DObject
ComposedTexture3DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ImageTexture3DObject
ImageTexture3DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PixelTexture3DObject
PixelTexture3DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate3DObject
TextureCoordinate3DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate4DObject
TextureCoordinate4DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransform3DObject
TextureTransform3DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransformMatrix3DObject
TextureTransformMatrix3DObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ComposedTexture3DObject
ComposedTexture3DObject. setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageTexture3DObject
ImageTexture3DObject. setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.PixelTexture3DObject
PixelTexture3DObject. setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.Time
Methods in org.web3d.x3d.jsail.Time with parameters of type ProtoInstanceObject Modifier and Type Method Description TimeSensorObject
TimeSensorObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of ProtoInstanceObject in org.web3d.x3d.jsail.VolumeRendering
Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type ProtoInstanceObject Modifier and Type Method Description ComposedVolumeStyleObject
ComposedVolumeStyleObject. addRenderStyle(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for renderStyle field.IsoSurfaceVolumeDataObject
IsoSurfaceVolumeDataObject. addRenderStyle(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for renderStyle field.SegmentedVolumeDataObject
SegmentedVolumeDataObject. addRenderStyle(ProtoInstanceObject newValue)
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for renderStyle field.IsoSurfaceVolumeDataObject
IsoSurfaceVolumeDataObject. setGradients(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field gradients.ShadedVolumeStyleObject
ShadedVolumeStyleObject. setMaterial(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field material.BlendedVolumeStyleObject
BlendedVolumeStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BoundaryEnhancementVolumeStyleObject
BoundaryEnhancementVolumeStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CartoonVolumeStyleObject
CartoonVolumeStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ComposedVolumeStyleObject
ComposedVolumeStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.EdgeEnhancementVolumeStyleObject
EdgeEnhancementVolumeStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IsoSurfaceVolumeDataObject
IsoSurfaceVolumeDataObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OpacityMapVolumeStyleObject
OpacityMapVolumeStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProjectionVolumeStyleObject
ProjectionVolumeStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SegmentedVolumeDataObject
SegmentedVolumeDataObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ShadedVolumeStyleObject
ShadedVolumeStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.SilhouetteEnhancementVolumeStyleObject
SilhouetteEnhancementVolumeStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ToneMappedVolumeStyleObject
ToneMappedVolumeStyleObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.VolumeDataObject
VolumeDataObject. setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BlendedVolumeStyleObject
BlendedVolumeStyleObject. setRenderStyle(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field renderStyle.VolumeDataObject
VolumeDataObject. setRenderStyle(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field renderStyle.SegmentedVolumeDataObject
SegmentedVolumeDataObject. setSegmentIdentifiers(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field segmentIdentifiers.CartoonVolumeStyleObject
CartoonVolumeStyleObject. setSurfaceNormals(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.EdgeEnhancementVolumeStyleObject
EdgeEnhancementVolumeStyleObject. setSurfaceNormals(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ShadedVolumeStyleObject
ShadedVolumeStyleObject. setSurfaceNormals(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.SilhouetteEnhancementVolumeStyleObject
SilhouetteEnhancementVolumeStyleObject. setSurfaceNormals(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ToneMappedVolumeStyleObject
ToneMappedVolumeStyleObject. setSurfaceNormals(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.OpacityMapVolumeStyleObject
OpacityMapVolumeStyleObject. setTransferFunction(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field transferFunction.BlendedVolumeStyleObject
BlendedVolumeStyleObject. setVoxels(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.IsoSurfaceVolumeDataObject
IsoSurfaceVolumeDataObject. setVoxels(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.SegmentedVolumeDataObject
SegmentedVolumeDataObject. setVoxels(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.VolumeDataObject
VolumeDataObject. setVoxels(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.BlendedVolumeStyleObject
BlendedVolumeStyleObject. setWeightTransferFunction1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field weightTransferFunction1.BlendedVolumeStyleObject
BlendedVolumeStyleObject. setWeightTransferFunction2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field weightTransferFunction2.