Uses of Class
org.web3d.vrml.lang.InvalidFieldException
Packages that use InvalidFieldException
Package
Description
-
Uses of InvalidFieldException in org.web3d.vrml.lang
Methods in org.web3d.vrml.lang that throw InvalidFieldExceptionModifier and TypeMethodDescriptionint
VRMLNodeTemplate.appendField
(VRMLFieldDeclaration field) Append a field declaration to this node.void
VRMLNodeTemplate.deleteField
(int index) Delete the field at the given index.void
VRMLNodeTemplate.deleteField
(VRMLFieldDeclaration field) Delete the named field.VRMLNode.getUserData
(int index) Fetch the stored user data for a given field index.void
VRMLNode.setUserData
(int index, Object data) Set arbitrary data for a given field. -
Uses of InvalidFieldException in org.web3d.vrml.nodes
Methods in org.web3d.vrml.nodes that throw InvalidFieldExceptionModifier and TypeMethodDescriptionvoid
VRMLProtoDeclare.addFieldNodeValue
(int index, VRMLNodeType node) Used to set the field value where the field represents a SFNode or MFNode.boolean
VRMLMultiExternalNodeType.checkValidContentType
(int index, String mimetype) Check to see if the given MIME type is one that would be supported as content coming into this node at the given field index.ImportNodeProxy.getFieldValue
(int index) Get the value of a field.VRMLNodeType.getFieldValue
(int index) Get the value of a field.VRMLProtoDeclare.getFieldValue
(int index) Get the value of a field.Class<?>[]
VRMLMultiExternalNodeType.getPreferredClassTypes
(int index) Get the list of preferred content class types in order of preference.VRMLTexture2DNodeType.getTextureProperties()
Get node content for the textureProperties field.String[]
VRMLMultiExternalNodeType.getUrl
(int index) Get the list of URLs for the given field index requested by this node.ImportNodeProxy.getUserData
(int index) Fetch the stored user data for a given field index.void
VRMLMultiExternalNodeType.setContent
(int index, String mimetype, Object content) Set the content of this node to the given object.void
VRMLLightNodeType.setGlobal
(boolean global) Set the current value of the global field.void
VRMLTexture2DNodeType.setTextureProperties
(VRMLNodeType props) Set node content as replacement for the textureProperties field.void
ImportNodeProxy.setUserData
(int index, Object data) Set arbitrary data for a given field.void
ImportNodeProxy.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
ImportNodeProxy.setValue
(int index, boolean[] value, int numValid) Set the value of the field at the given index as an array of boolean.void
ImportNodeProxy.setValue
(int index, double value) Set the value of the field at the given index as an double.void
ImportNodeProxy.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
ImportNodeProxy.setValue
(int index, float value) Set the value of the field at the given index as a float.void
ImportNodeProxy.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
ImportNodeProxy.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
ImportNodeProxy.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
ImportNodeProxy.setValue
(int index, long value) Set the value of the field at the given index as an long.void
ImportNodeProxy.setValue
(int index, long[] value, int numValid) Set the value of the field at the given index as an array of longs.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
ImportNodeProxy.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
ImportNodeProxy.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
VRMLNodeType.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
VRMLNodeType.setValue
(int index, boolean[] value, int numValid) Set the value of the field at the given index as an array of boolean.void
VRMLNodeType.setValue
(int index, double value) Set the value of the field at the given index as an double.void
VRMLNodeType.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
VRMLNodeType.setValue
(int index, float value) Set the value of the field at the given index as a float.void
VRMLNodeType.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
VRMLNodeType.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
VRMLNodeType.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
VRMLNodeType.setValue
(int index, long value) Set the value of the field at the given index as an long.void
VRMLNodeType.setValue
(int index, long[] value, int numValid) Set the value of the field at the given index as an array of longs.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
VRMLNodeType.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
VRMLNodeType.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
VRMLProtoDeclare.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
VRMLProtoDeclare.setValue
(int index, boolean[] value, int numValid) Set the value of the field at the given index as an array of boolean.void
VRMLProtoDeclare.setValue
(int index, double value) Set the value of the field at the given index as an double.void
VRMLProtoDeclare.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
VRMLProtoDeclare.setValue
(int index, float value) Set the value of the field at the given index as a float.void
VRMLProtoDeclare.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
VRMLProtoDeclare.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
VRMLProtoDeclare.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
VRMLProtoDeclare.setValue
(int index, long value) Set the value of the field at the given index as an long.void
VRMLProtoDeclare.setValue
(int index, long[] value, int numValid) Set the value of the field at the given index as an array of longs.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings. -
Uses of InvalidFieldException in org.web3d.vrml.nodes.proto
Methods in org.web3d.vrml.nodes.proto that throw InvalidFieldExceptionModifier and TypeMethodDescriptionvoid
PrototypeDecl.addFieldNodeValue
(int index, VRMLNodeType node) Used to set the field value where the field represents a SFNode or MFNode.void
PrototypeDecl.addIS
(String declFieldName, VRMLNodeType destNode, int destField) Register an IS setup between the incoming field and the destination node.int
AbstractProto.appendField
(VRMLFieldDeclaration field) Append a field declaration to this node.void
AbstractProto.deleteField
(int index) Delete the field at the given index.void
AbstractProto.deleteField
(VRMLFieldDeclaration field) Delete the named field.ProtoInstancePlaceHolder.getFieldValue
(int index) Get the value of a field.PrototypeDecl.getFieldValue
(int index) Get the value of a field.ExternalPrototypeDecl.getUserData
(int index) ProtoInstancePlaceHolder.getUserData
(int index) Fetch the stored user data for a given field index.void
ExternalPrototypeDecl.setUserData
(int index, Object data) void
ProtoInstancePlaceHolder.setUserData
(int index, Object data) Set arbitrary data for a given field.void
ProtoInstancePlaceHolder.setValue
(int index, boolean value) Set the value of the field at the given index as an booleaneger.void
ProtoInstancePlaceHolder.setValue
(int index, boolean[] value, int numValid) Set the value of the field at the given index as an array of booleanegers.void
ProtoInstancePlaceHolder.setValue
(int index, double value) Set the value of the field at the given index as an double.void
ProtoInstancePlaceHolder.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
ProtoInstancePlaceHolder.setValue
(int index, float value) Set the value of the field at the given index as a float.void
ProtoInstancePlaceHolder.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
ProtoInstancePlaceHolder.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
ProtoInstancePlaceHolder.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
ProtoInstancePlaceHolder.setValue
(int index, long value) Set the value of the field at the given index as an long.void
ProtoInstancePlaceHolder.setValue
(int index, long[] value, int numValid) Set the value of the field at the given index as an array of longs.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
ProtoInstancePlaceHolder.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
ProtoInstancePlaceHolder.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
PrototypeDecl.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
PrototypeDecl.setValue
(int index, boolean[] value, int numValid) Set the value of the field at the given index as an array of boolean.void
PrototypeDecl.setValue
(int index, double value) Set the value of the field at the given index as an double.void
PrototypeDecl.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
PrototypeDecl.setValue
(int index, float value) Set the value of the field at the given index as a float.void
PrototypeDecl.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
PrototypeDecl.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
PrototypeDecl.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
PrototypeDecl.setValue
(int index, long value) Set the value of the field at the given index as an long.void
PrototypeDecl.setValue
(int index, long[] value, int numValid) Set the value of the field at the given index as an array of longs.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings. -
Uses of InvalidFieldException in org.web3d.vrml.renderer
Methods in org.web3d.vrml.renderer that throw InvalidFieldExceptionModifier and TypeMethodDescriptionCRProtoInstance.getFieldValue
(int index) Get the value of a field.CRProtoInstance.getUserData
(int index) Fetch the stored user data for a given field index.boolean
CRProtoInstance.isDefaultValue
(int index) Determine whether the field is a default value or has been set by the proto resolving.void
CRProtoInstance.setUserData
(int index, Object data) Set arbitrary data for a given field.void
CRProtoInstance.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
CRProtoInstance.setValue
(int index, boolean[] value, int numValid) Set the value of the field at the given index as an array of booleans.void
CRProtoInstance.setValue
(int index, double value) Set the value of the field at the given index as an double.void
CRProtoInstance.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
CRProtoInstance.setValue
(int index, float value) Set the value of the field at the given index as a float.void
CRProtoInstance.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
CRProtoInstance.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
CRProtoInstance.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
CRProtoInstance.setValue
(int index, long value) Set the value of the field at the given index as an integer.void
CRProtoInstance.setValue
(int index, long[] value, int numValid) Set the value of the field at the given index as an array of integers.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
CRProtoInstance.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
CRProtoInstance.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes
Methods in org.web3d.vrml.renderer.common.nodes that throw InvalidFieldExceptionModifier and TypeMethodDescriptionvoid
AbstractDynamicFieldNode.deleteField
(int index) Delete the field at the given index.void
AbstractDynamicFieldNode.deleteField
(VRMLFieldDeclaration field) Delete the named field.AbstractNode.getFieldValue
(int index) BaseBindableNode.getFieldValue
(int index) Get the value of a field.BaseComponentGeometryNode.getFieldValue
(int index) Get the value of a field.BaseDragSensorNode.getFieldValue
(int index) Get the value of a field.BaseGroupingNode.getFieldValue
(int index) Get the value of a field.BaseIndexedGeometryNode.getFieldValue
(int index) Get the value of a field.BaseIndexedTriangleGeometryNode.getFieldValue
(int index) Get the value of a field.BaseInterpolatorNode.getFieldValue
(int index) Get the value of a field.BaseLightNode.getFieldValue
(int index) Get the value of a field.BaseMetadataObjectNode.getFieldValue
(int index) Get the value of a field.BaseSensorNode.getFieldValue
(int index) Get the value of a field.BaseSequencerNode.getFieldValue
(int index) Get the value of a field.BaseTexture2DNode.getFieldValue
(int index) Get the value of a field.BaseTexture3DNode.getFieldValue
(int index) Get the value of a field.BaseTimeControlledNode.getFieldValue
(int index) Get the value of a field.BaseTexture2DNode.getTextureProperties()
Get node content for the textureProperties field.AbstractNode.getUserData
(int index) void
BaseLightNode.setGlobal
(boolean global) Set the current value of the global field.void
BaseTexture2DNode.setTextureProperties
(VRMLNodeType props) Set node content as replacement for the textureProperties field.void
AbstractNode.setUserData
(int index, Object data) void
AbstractNode.setValue
(int index, boolean value) void
AbstractNode.setValue
(int index, boolean[] value, int numValid) void
AbstractNode.setValue
(int index, double value) void
AbstractNode.setValue
(int index, double[] value, int numValid) void
AbstractNode.setValue
(int index, float value) void
AbstractNode.setValue
(int index, float[] value, int numValid) void
AbstractNode.setValue
(int index, int value) void
AbstractNode.setValue
(int index, int[] value, int numValid) void
AbstractNode.setValue
(int index, long value) void
AbstractNode.setValue
(int index, long[] value, int numValid) void
void
void
AbstractNode.setValue
(int index, VRMLNodeType child) void
AbstractNode.setValue
(int index, VRMLNodeType[] children, int numValid) void
BaseBindableNode.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseComponentGeometryNode.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseComponentGeometryNode.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseDragSensorNode.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
Set the value of the field at the given index as an array of floats.void
BaseGroupingNode.setValue
(int index, float[] value, int numValid) void
BaseGroupingNode.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseGroupingNode.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseIndexedGeometryNode.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
BaseIndexedTriangleGeometryNode.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
BaseIndexedTriangleGeometryNode.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseInterpolatorNode.setValue
(int index, float[] value, int numValid) Set the value of the field as an array of floats.void
BaseLightNode.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseLightNode.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseLightNode.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BasePointSetGeometryNode.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseSensorNode.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseSequencerNode.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseSequencerNode.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseSequencerNode.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseTexture2DNode.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
Set the value of the field at the given index as a String.void
BaseTexture2DNode.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseTexture3DNode.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseTimeControlledNode.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseTimeControlledNode.setValue
(int index, double value) Set the value of the field at the given index as a double for the SFTime fields.void
BaseTriangleGeometryNode.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.annotation
Methods in org.web3d.vrml.renderer.common.nodes.annotation that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseAnnotation.getFieldValue
(int index) Get the value of a field.BaseAnnotationTarget.getFieldValue
(int index) Get the value of a field.void
BaseAnnotation.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseAnnotationTarget.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseAnnotationTarget.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseAnnotationTarget.setValue
(int index, VRMLNodeType[] value, int numValid) Set the value of the field at the given index as an array of nodes. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.cadgeometry
Methods in org.web3d.vrml.renderer.common.nodes.cadgeometry that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseCADAssembly.getFieldValue
(int index) Get the value of a field.BaseCADFace.getFieldValue
(int index) Get the value of a field.BaseCADLayer.getFieldValue
(int index) Get the value of a field.BaseCADPart.getFieldValue
(int index) Get the value of a field.BaseIndexedQuadSet.getFieldValue
(int index) Get the value of a field.BaseSolidBREP.getFieldValue
(int index) Get the value of a field.void
Set the value of the field at the given index as a String.void
BaseCADFace.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a String.void
BaseCADFace.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseCADLayer.setValue
(int index, boolean[] value, int numValid) Set the value of the field at the given index as an array of booleans.void
Set the value of the field at the given index as a String.void
BaseCADPart.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a String.void
BaseIndexedQuadSet.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
BaseSolidBREP.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseSolidBREP.setValue
(int index, float value) Set the value of the field at the given index as a float. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.core
Methods in org.web3d.vrml.renderer.common.nodes.core that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseMetadataBoolean.getFieldValue
(int index) Get the value of a field.BaseMetadataDouble.getFieldValue
(int index) Get the value of a field.BaseMetadataFloat.getFieldValue
(int index) Get the value of a field.BaseMetadataInteger.getFieldValue
(int index) Get the value of a field.BaseMetadataSet.getFieldValue
(int index) Get the value of a field.BaseMetadataString.getFieldValue
(int index) Get the value of a field.BaseWorldInfo.getFieldValue
(int index) Get the value of a field.BaseWorldRoot.getFieldValue
(int index) Get the value of a field.void
BaseMetadataBoolean.setValue
(int index, boolean[] value, int numValid) Set the value of the field at the given index as an array of boolean.void
BaseMetadataDouble.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
BaseMetadataFloat.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseMetadataInteger.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of int.void
BaseMetadataSet.setValue
(int index, VRMLNodeType value) Set the value of the field at the given index as a single node.void
BaseMetadataSet.setValue
(int index, VRMLNodeType[] value, int numValid) Set the value of the field at the given index as an array of nodes.void
Set the value of the field at the given index as an array of doubles.void
Set the value of the field from the raw string.void
Set the value of the field from the raw collection of strings.void
BaseWorldRoot.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseWorldRoot.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseWorldRoot.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.dis
Methods in org.web3d.vrml.renderer.common.nodes.dis that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseDISEntityManager.getFieldValue
(int index) BaseDISEntityTypeMapping.getFieldValue
(int index) BaseEspduTransform.getFieldValue
(int index) void
BaseDISEntityManager.setValue
(int index, int value) void
void
BaseDISEntityManager.setValue
(int index, VRMLNodeType child) void
BaseDISEntityManager.setValue
(int index, VRMLNodeType[] children, int numValid) void
BaseDISEntityTypeMapping.setValue
(int index, int value) void
void
void
BaseEspduTransform.setValue
(int index, boolean value) void
BaseEspduTransform.setValue
(int index, double value) void
BaseEspduTransform.setValue
(int index, float value) void
BaseEspduTransform.setValue
(int index, float[] value, int numValid) void
BaseEspduTransform.setValue
(int index, int value) void
void
void
BaseEspduTransform.setValue
(int index, VRMLNodeType child) -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.enveffects
Methods in org.web3d.vrml.renderer.common.nodes.enveffects that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseBackground.getFieldValue
(int index) BaseFog.getFieldValue
(int index) Get the value of a field.BaseFogCoordinate.getFieldValue
(int index) Get the value of a field.BaseLocalFog.getFieldValue
(int index) Get the value of a field.BaseTextureBackground.getFieldValue
(int index) Get the value of a field.Class[]
BaseBackground.getPreferredClassTypes
(int index) String[]
BaseBackground.getUrl
(int index) void
BaseBackground.setValue
(int index, float value) void
BaseBackground.setValue
(int index, float[] value, int numValid) void
void
BaseFog.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseFog.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a string.void
BaseFogCoordinate.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseLocalFog.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseLocalFog.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseLocalFog.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a string.void
BaseTextureBackground.setValue
(int index, float value) Set the value of the field at the given index as an array of floats.void
BaseTextureBackground.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BaseTextureBackground.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.environment
Methods in org.web3d.vrml.renderer.common.nodes.environment that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseProximitySensor.getFieldValue
(int index) Get the value of a field.BaseVisibilitySensor.getFieldValue
(int index) Get the value of a field.void
BaseProximitySensor.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseProximitySensor.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseVisibilitySensor.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.eventutils
Methods in org.web3d.vrml.renderer.common.nodes.eventutils that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseBooleanFilter.getFieldValue
(int index) Get the value of a field.BaseBooleanSequencer.getFieldValue
(int index) Get the value of a field.BaseBooleanToggle.getFieldValue
(int index) Get the value of a field.BaseBooleanTrigger.getFieldValue
(int index) Get the value of a field.BaseIntegerSequencer.getFieldValue
(int index) Get the value of a field.BaseIntegerTrigger.getFieldValue
(int index) Get the value of a field.BaseTimeTrigger.getFieldValue
(int index) Get the value of a field.void
BaseBooleanFilter.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseBooleanSequencer.setValue
(int index, boolean[] value, int numValid) Set the value of the field at the given index as an array of booleans.void
BaseBooleanToggle.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseBooleanTrigger.setValue
(int index, double value) Set the value of the field at the given index as a double.void
BaseIntegerSequencer.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of ints.void
BaseIntegerTrigger.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseIntegerTrigger.setValue
(int index, int value) Set the value of the field at the given index as a integer.void
BaseTimeTrigger.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.extensions
Methods in org.web3d.vrml.renderer.common.nodes.extensions that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseGamepadSensor.getFieldValue
(int index) Get the value of a field.BaseHIDSensor.getFieldValue
(int index) Get the value of a field.BaseJoystickSensor.getFieldValue
(int index) Get the value of a field.BaseWheelSensor.getFieldValue
(int index) Get the value of a field.void
BaseGamepadSensor.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseHIDSensor.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
Set the value of the field at the given index as a String.void
BaseWheelSensor.setValue
(int index, float value) Set the value of the field at the given index as a float. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.geom2d
Methods in org.web3d.vrml.renderer.common.nodes.geom2d that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseArc2D.getFieldValue
(int index) BaseDisk2D.getFieldValue
(int index) Get the value of a field.BasePolyline2D.getFieldValue
(int index) Get the value of a field.BasePolypoint2D.getFieldValue
(int index) Get the value of a field.BaseRectangle2D.getFieldValue
(int index) Get the value of a field.BaseTriangleSet2D.getFieldValue
(int index) Get the value of a field.void
BaseArc2D.setValue
(int index, float value) void
BaseDisk2D.setValue
(int index, boolean value) Set the value of the field at the given index as an array of floats.void
BaseDisk2D.setValue
(int index, float value) Set the value of the field at the given index as an array of floats.void
BasePolyline2D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BasePolypoint2D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseRectangle2D.setValue
(int index, boolean value) Set the value of the field at the given index as an array of floats.void
BaseRectangle2D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseTriangleSet2D.setValue
(int index, boolean value) Set the value of the field at the given index as an array of floats.void
BaseTriangleSet2D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.geom3d
Methods in org.web3d.vrml.renderer.common.nodes.geom3d that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseBox.getFieldValue
(int index) Get the value of a field.BaseCone.getFieldValue
(int index) Get the value of a field.BaseCylinder.getFieldValue
(int index) Get the value of a field.BaseElevationGrid.getFieldValue
(int index) Get the value of a field.BaseExtrusion.getFieldValue
(int index) Get the value of a field.BaseIndexedFaceSet.getFieldValue
(int index) Get the value of a field.BaseSphere.getFieldValue
(int index) Get the value of a field.void
BaseBox.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseBox.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float array.void
BaseCone.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseCone.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseCylinder.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseCylinder.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseElevationGrid.setValue
(int index, boolean value) Set the value of the field at the given index as a float.void
BaseElevationGrid.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseElevationGrid.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseElevationGrid.setValue
(int index, int value) Set the value of the field at the given index as an int.void
BaseElevationGrid.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseExtrusion.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseExtrusion.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseExtrusion.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseIndexedFaceSet.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseIndexedFaceSet.setValue
(int index, float value) Set the value of the field at the given index as an boolean.void
BaseIndexedFaceSet.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseSphere.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseSphere.setValue
(int index, float value) Set the value of the field at the given index as a float. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.geospatial
Methods in org.web3d.vrml.renderer.common.nodes.geospatial that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseGeoCoordinate.getFieldValue
(int index) Get the value of a field.BaseGeoECParameters.getFieldValue
(int index) Get the value of a field.BaseGeoElevationGrid.getFieldValue
(int index) Get the value of a field.BaseGeoLCCParameters.getFieldValue
(int index) Get the value of a field.BaseGeoLCE3DParameters.getFieldValue
(int index) Get the value of a field.BaseGeoLocalTangentParameters.getFieldValue
(int index) Get the value of a field.BaseGeoLocation.getFieldValue
(int index) Get the value of a field.BaseGeoLOD.getFieldValue
(int index) Get the value of a field.BaseGeoLSR3DParameters.getFieldValue
(int index) Get the value of a field.BaseGeoLTSEParameters.getFieldValue
(int index) Get the value of a field.BaseGeoMetadata.getFieldValue
(int index) Get the value of a field.BaseGeoMParameters.getFieldValue
(int index) Get the value of a field.BaseGeoObliqueMercatorParameters.getFieldValue
(int index) Get the value of a field.BaseGeoOrigin.getFieldValue
(int index) Get the value of a field.BaseGeoPositionInterpolator.getFieldValue
(int index) Get the value of a field.BaseGeoPSParameters.getFieldValue
(int index) Get the value of a field.BaseGeoReferenceSurfaceInfo.getFieldValue
(int index) Get the value of a field.BaseGeoSRFInstance.getFieldValue
(int index) Get the value of a field.BaseGeoSRFParametersInfo.getFieldValue
(int index) Get the value of a field.BaseGeoSRFParametersInfoNode.getFieldValue
(int index) Get the value of a field.BaseGeoSRFSet.getFieldValue
(int index) Get the value of a field.BaseGeoSRFTemplate.getFieldValue
(int index) Get the value of a field.BaseGeoTMParameters.getFieldValue
(int index) Get the value of a field.BaseGeoTouchSensor.getFieldValue
(int index) Get the value of a field.BaseGeoTransform.getFieldValue
(int index) Get the value of a field.BaseGeoViewpoint.getFieldValue
(int index) Get the value of a field.Class[]
BaseGeoLOD.getPreferredClassTypes
(int index) Get the list of preferred content class types in order of preference.String[]
BaseGeoLOD.getUrl
(int index) Get the list of URI's currently registered with this node for the given field index.void
BaseGeoCoordinate.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BaseGeoCoordinate.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoECParameters.setValue
(int index, double value) Set the value of the field at the given index as an double.void
Set the value of the field at the given index as an double.void
BaseGeoElevationGrid.setValue
(int index, boolean value) Set the value of the field at the given index as a float.void
BaseGeoElevationGrid.setValue
(int index, double value) Set the value of the field at the given index as a float.void
BaseGeoElevationGrid.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseGeoElevationGrid.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseGeoElevationGrid.setValue
(int index, int value) Set the value of the field at the given index as an int.void
Set the value of the field at the given index as an array of strings.void
BaseGeoElevationGrid.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoLCCParameters.setValue
(int index, double value) Set the value of the field at the given index as an double.void
BaseGeoLCE3DParameters.setValue
(int index, float[] value, int len) Set the value of the field at the given index as an integer.void
BaseGeoLocalTangentParameters.setValue
(int index, double value) Set the value of the field at the given index as an double.void
BaseGeoLocation.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BaseGeoLocation.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoLOD.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseGeoLOD.setValue
(int index, float value) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BaseGeoLOD.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoLOD.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseGeoLSR3DParameters.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
BaseGeoLTSEParameters.setValue
(int index, double value) Set the value of the field at the given index as an double.void
Set the value of the field at the given index as an array of strings.void
BaseGeoMetadata.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoMetadata.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as a node.void
BaseGeoMParameters.setValue
(int index, double value) Set the value of the field at the given index as an double.void
BaseGeoObliqueMercatorParameters.setValue
(int index, double value) Set the value of the field at the given index as an double.void
BaseGeoOrigin.setValue
(int index, boolean value) Set the value of the field at the given index as a float.void
BaseGeoOrigin.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BaseGeoPositionInterpolator.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseGeoPositionInterpolator.setValue
(int index, float value) Set the value of the field at the given index as a float.void
Set the value of the field at the given index as an array of strings.void
BaseGeoPositionInterpolator.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoPSParameters.setValue
(int index, double value) Set the value of the field at the given index as an double.void
Set the value of the field at the given index as an double.void
BaseGeoReferenceSurfaceInfo.setValue
(int index, int value) Set the value of the field at the given index as a int.void
Set the value of the field at the given index as a string.void
BaseGeoReferenceSurfaceInfo.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoSRFInstance.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
BaseGeoSRFParametersInfo.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoSRFParametersInfoNode.setValue
(int index, int value) Set the value of the field at the given index as a single int value.void
BaseGeoSRFSet.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
BaseGeoSRFSet.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of strings.void
BaseGeoSRFTemplate.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
BaseGeoSRFTemplate.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoTMParameters.setValue
(int index, double value) Set the value of the field at the given index as an double.void
Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BaseGeoTouchSensor.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoTransform.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
BaseGeoTransform.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BaseGeoTransform.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseGeoViewpoint.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseGeoViewpoint.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseGeoViewpoint.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseGeoViewpoint.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
BaseGeoViewpoint.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.group
Methods in org.web3d.vrml.renderer.common.nodes.group that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseMatrixTransform.getFieldValue
(int index) Get the value of a field.BaseStaticGroup.getFieldValue
(int index) Get the value of a field.BaseSwitch.getFieldValue
(int index) Get the value of a field.BaseTransform.getFieldValue
(int index) Get the value of a field.void
BaseMatrixTransform.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseStaticGroup.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseStaticGroup.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseStaticGroup.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseSwitch.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
BaseTransform.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.hanim
Methods in org.web3d.vrml.renderer.common.nodes.hanim that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseHAnimDisplacer.getFieldValue
(int index) Get the value of a field.BaseHAnimHumanoid.getFieldValue
(int index) Get the value of a field.BaseHAnimJoint.getFieldValue
(int index) Get the value of a field.BaseHAnimSegment.getFieldValue
(int index) Get the value of a field.BaseHAnimSite.getFieldValue
(int index) Get the value of a field.void
BaseHAnimDisplacer.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseHAnimDisplacer.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of floats.void
BaseHAnimHumanoid.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
BaseHAnimHumanoid.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseHAnimHumanoid.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseHAnimJoint.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseHAnimJoint.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of ints.void
Set the value of the field at the given index as an array of floats.void
BaseHAnimSegment.setValue
(int index, float value) Set the value of the field at the given index as a single float.void
BaseHAnimSegment.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a single string.void
BaseHAnimSegment.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseHAnimSegment.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseHAnimSite.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.interpolator
Methods in org.web3d.vrml.renderer.common.nodes.interpolator that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseColorInterpolator.getFieldValue
(int index) Get the value of a field.BaseCoordinateInterpolator.getFieldValue
(int index) Get the value of a field.BaseCoordinateInterpolator2D.getFieldValue
(int index) Get the value of a field.BaseNormalInterpolator.getFieldValue
(int index) Get the value of a field.BaseOrientationInterpolator.getFieldValue
(int index) Get the value of a field.BasePositionInterpolator.getFieldValue
(int index) Get the value of a field.BasePositionInterpolator2D.getFieldValue
(int index) Get the value of a field.BaseScalarInterpolator.getFieldValue
(int index) Get the value of a field.void
BaseColorInterpolator.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseColorInterpolator.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseCoordinateInterpolator.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseCoordinateInterpolator.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseCoordinateInterpolator2D.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseCoordinateInterpolator2D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseNormalInterpolator.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseNormalInterpolator.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseOrientationInterpolator.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseOrientationInterpolator.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BasePositionInterpolator.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BasePositionInterpolator.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BasePositionInterpolator2D.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BasePositionInterpolator2D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseScalarInterpolator.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseScalarInterpolator.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.layering
Methods in org.web3d.vrml.renderer.common.nodes.layering that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseCustomViewport.getFieldValue
(int index) Get the value of a field.BaseFixedViewport.getFieldValue
(int index) Get the value of a field.BaseLayer.getFieldValue
(int index) Get the value of a field.BaseLayerSet.getFieldValue
(int index) Get the value of a field.BaseProportionalViewport.getFieldValue
(int index) Get the value of a field.void
BaseCustomViewport.setValue
(int index, boolean value) Set the value of the field at the given index as an integer.void
BaseCustomViewport.setValue
(int index, float value) Set the value of the field at the given index as an integer.void
BaseFixedViewport.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
BaseLayer.setValue
(int index, boolean value) Set the value of the field at the given index as an integer.void
BaseLayer.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseLayer.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseLayerSet.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
BaseLayerSet.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
BaseLayerSet.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseLayerSet.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseProportionalViewport.setValue
(int index, float value) Set the value of the field at the given index as an integer. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.layout
Methods in org.web3d.vrml.renderer.common.nodes.layout that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseBorderLayout.getFieldValue
(int index) Get the value of a field.BaseGridLayout.getFieldValue
(int index) Get the value of a field.BaseImage2D.getFieldValue
(int index) Get the value of a field.BaseLayer2D.getFieldValue
(int index) Get the value of a field.BaseSurfaceChildNode.getFieldValue
(int index) Get the value of a field.BaseSurfaceLayoutNode.getFieldValue
(int index) Get the value of a field.BaseText2D.getFieldValue
(int index) Get the value of a field.BaseXYLayout.getFieldValue
(int index) Get the value of a field.void
BaseBorderLayout.setValue
(int index, float value) Set the value of the field at the given index as a float.void
Set the value of the field at the given index as a string.void
BaseGridLayout.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float array.void
BaseImage2D.setValue
(int index, boolean value) Set the value of the field from the raw string.void
BaseImage2D.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseLayer2D.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseLayer2D.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseSurfaceChildNode.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseSurfaceChildNode.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a boolean.void
BaseSurfaceLayoutNode.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseSurfaceLayoutNode.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseText2D.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseText2D.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseText2D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a string.void
BaseText2D.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseXYLayout.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.lighting
Methods in org.web3d.vrml.renderer.common.nodes.lighting that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseDirectionalLight.getFieldValue
(int index) Get the value of a field.BasePointLight.getFieldValue
(int index) Get the value of a field.BaseSpotLight.getFieldValue
(int index) Get the value of a field.void
BaseDirectionalLight.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BasePointLight.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BasePointLight.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseSpotLight.setValue
(int index, float value) Set the value of the field at the given index as an array of floats.void
BaseSpotLight.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.marker
Methods in org.web3d.vrml.renderer.common.nodes.marker that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseScreenMarker.getFieldValue
(int index) Get the value of a field.void
BaseScreenMarker.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseScreenMarker.setValue
(int index, float value) Set the value of the field at the given index as a float.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
BaseScreenMarker.setValue
(int index, VRMLNodeType node) Set the value of the field at the given index as a node. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.networking
Methods in org.web3d.vrml.renderer.common.nodes.networking that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseAnchor.getFieldValue
(int index) Get the value of a field.BaseInline.getFieldValue
(int index) Get the value of a field.BaseLoadSensor.getFieldValue
(int index) Get the value of a field.protected void
BaseInline.setLoad
(boolean value) Convenience method to handle the load field value.void
BaseAnchor.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseAnchor.setValue
(int index, double value) Set the value of the field at the given index as a double.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as a double array of floats.void
BaseInline.setValue
(int index, boolean value) Set the value of the field at the given index as an array of strings.void
BaseInline.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BaseLoadSensor.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseLoadSensor.setValue
(int index, double value) Set the value of the field at the given index as a double.void
BaseLoadSensor.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseLoadSensor.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.nurbs
Methods in org.web3d.vrml.renderer.common.nodes.nurbs that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseContourPolyline2D.getFieldValue
(int index) Get the value of a field.BaseNurbsCurve.getFieldValue
(int index) Get the value of a field.BaseNurbsCurve2D.getFieldValue
(int index) Get the value of a field.BaseNurbsPatchSurface.getFieldValue
(int index) Get the value of a field.BaseNurbsPositionInterpolator.getFieldValue
(int index) Get the value of a field.BaseNurbsTrimmedSurface.getFieldValue
(int index) Get the value of a field.void
BaseContour2D.setValue
(int index, VRMLNodeType child) void
BaseContourPolyline2D.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
BaseNurbsCurve.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseNurbsCurve.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
BaseNurbsCurve.setValue
(int index, int value) Set the value of the field at the given index as an int.void
BaseNurbsCurve.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an Nodevoid
BaseNurbsCurve2D.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseNurbsCurve2D.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
BaseNurbsCurve2D.setValue
(int index, int value) Set the value of the field at the given index as an int.void
BaseNurbsPatchSurface.setValue
(int index, boolean value) Set the value of the field at the given index as an int.void
BaseNurbsPatchSurface.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
BaseNurbsPatchSurface.setValue
(int index, int value) Set the value of the field at the given index as an int.void
BaseNurbsPatchSurface.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseNurbsPositionInterpolator.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
BaseNurbsPositionInterpolator.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseNurbsPositionInterpolator.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseNurbsPositionInterpolator.setValue
(int index, int value) Set the value of the field at the given index as an int.void
BaseNurbsTrimmedSurface.setValue
(int index, boolean value) Set the value of the field at the given index as an int.void
BaseNurbsTrimmedSurface.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
BaseNurbsTrimmedSurface.setValue
(int index, int value) Set the value of the field at the given index as an int.void
BaseNurbsTrimmedSurface.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseNurbsTrimmedSurface.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as a node. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.particle
Methods in org.web3d.vrml.renderer.common.nodes.particle that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseEmitter.getFieldValue
(int index) Get the value of a field.BaseExplosionEmitter.getFieldValue
(int index) Get the value of a field.BaseGravityPhysicsModel.getFieldValue
(int index) Get the value of a field.BaseParticleSystem.getFieldValue
(int index) Get the value of a field.BasePhysicsModel.getFieldValue
(int index) Get the value of a field.BasePointEmitter.getFieldValue
(int index) Get the value of a field.BasePolylineEmitter.getFieldValue
(int index) Get the value of a field.BaseWindPhysicsModel.getFieldValue
(int index) Get the value of a field.void
BaseEmitter.setValue
(int index, float value) Set the value of the field at the given index as a float for the SFFloat fields.void
BaseExplosionEmitter.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a double for the SFRotation fields.void
BaseGravityPhysicsModel.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a double for the SFVec3f fields.void
BaseParticleSystem.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseParticleSystem.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseParticleSystem.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float.void
BaseParticleSystem.setValue
(int index, int value) Set the value of the field at the given index as an int.void
Set the value of the field at the given index as an string.void
BaseParticleSystem.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseParticleSystem.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as a node.void
BasePhysicsModel.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BasePointEmitter.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a double for the SFRotation fields.void
BasePolylineEmitter.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float for the SFRotation fields.void
BasePolylineEmitter.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as a int array for the MFInt32 and SF/MFImage fields.void
BasePolylineEmitter.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseWindPhysicsModel.setValue
(int index, float value) Set the value of the field at the given index as a float for the SFFloat fields.void
BaseWindPhysicsModel.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a double for the SFVec3f fields. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.picking
Methods in org.web3d.vrml.renderer.common.nodes.picking that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseLinePickSensor.getFieldValue
(int index) Get the value of a field.BasePickableGroup.getFieldValue
(int index) Get the value of a field.BasePickingNode.getFieldValue
(int index) Get the value of a field.BasePointPickSensor.getFieldValue
(int index) Get the value of a field.void
BasePickableGroup.setValue
(int index, boolean value) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a single string.void
Set the value of the field at the given index as an array of floats.void
BasePickingNode.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BasePickingNode.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.render
Methods in org.web3d.vrml.renderer.common.nodes.render that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseClipPlane.getFieldValue
(int index) Get the value of a field.BaseColor.getFieldValue
(int index) Get the value of a field.BaseColorRGBA.getFieldValue
(int index) Get the value of a field.BaseCoordinate.getFieldValue
(int index) Get the value of a field.BaseLineSet.getFieldValue
(int index) Get the value of a field.BaseNormal.getFieldValue
(int index) Get the value of a field.BaseTriangleFanSet.getFieldValue
(int index) Get the value of a field.BaseTriangleStripSet.getFieldValue
(int index) Get the value of a field.void
BaseClipPlane.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseClipPlane.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as a an array of doubles.void
BaseColor.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseColorRGBA.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseCoordinate.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseLineSet.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
BaseNormal.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseTriangleFanSet.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
BaseTriangleStripSet.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.rigidphysics
Methods in org.web3d.vrml.renderer.common.nodes.rigidphysics that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseBallJoint.getFieldValue
(int index) Get the value of a field.BaseCollidableNode.getFieldValue
(int index) Get the value of a field.BaseCollidableOffset.getFieldValue
(int index) Get the value of a field.BaseCollidableShape.getFieldValue
(int index) Get the value of a field.BaseCollisionCollection.getFieldValue
(int index) Get the value of a field.BaseCollisionSensor.getFieldValue
(int index) Get the value of a field.BaseCollisionSpace.getFieldValue
(int index) Get the value of a field.BaseContact.getFieldValue
(int index) Get the value of a field.BaseDoubleAxisHingeJoint.getFieldValue
(int index) Get the value of a field.BaseJointNode.getFieldValue
(int index) Get the value of a field.BaseMotorJoint.getFieldValue
(int index) Get the value of a field.BaseRigidBody.getFieldValue
(int index) Get the value of a field.BaseRigidBodyCollection.getFieldValue
(int index) Get the value of a field.BaseSingleAxisHingeJoint.getFieldValue
(int index) Get the value of a field.BaseSliderJoint.getFieldValue
(int index) Get the value of a field.BaseUniversalJoint.getFieldValue
(int index) Get the value of a field.void
BaseBallJoint.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a single float.void
BaseCollidableNode.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseCollidableNode.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseCollidableOffset.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseCollidableShape.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseCollisionCollection.setValue
(int index, boolean value) Set the value of the field at the given index as a single boolean.void
BaseCollisionCollection.setValue
(int index, float value) Set the value of the field at the given index as a single float.void
BaseCollisionCollection.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BaseCollisionCollection.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseCollisionCollection.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseCollisionSensor.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseCollisionSensor.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseCollisionSpace.setValue
(int index, boolean value) Set the value of the field at the given index as a single boolean.void
BaseCollisionSpace.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseCollisionSpace.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseCollisionSpace.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseContact.setValue
(int index, float value) Set the value of the field at the given index as a single float.void
BaseContact.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an array of strings.void
BaseContact.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseDoubleAxisHingeJoint.setValue
(int index, float value) Set the value of the field at the given index as a single float.void
BaseDoubleAxisHingeJoint.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a single float.void
Set the value of the field at the given index as a single float.void
BaseJointNode.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseMotorJoint.setValue
(int index, boolean value) Set the value of the field at the given index as a single float.void
BaseMotorJoint.setValue
(int index, float value) Set the value of the field at the given index as a single float.void
BaseMotorJoint.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a single float.void
BaseMotorJoint.setValue
(int index, int value) Set the value of the field at the given index as a single float.void
BaseRigidBody.setValue
(int index, boolean value) Set the value of the field at the given index as a single boolean.void
BaseRigidBody.setValue
(int index, float value) Set the value of the field at the given index as a single float.void
BaseRigidBody.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseRigidBody.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseRigidBody.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as a node.void
BaseRigidBodyCollection.setValue
(int index, boolean value) Set the value of the field at the given index as a single boolean.void
BaseRigidBodyCollection.setValue
(int index, float value) Set the value of the field at the given index as a single float.void
BaseRigidBodyCollection.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseRigidBodyCollection.setValue
(int index, int value) Set the value of the field at the given index as a single boolean.void
BaseRigidBodyCollection.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseRigidBodyCollection.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as a node.void
BaseSingleAxisHingeJoint.setValue
(int index, float value) Set the value of the field at the given index as a single float.void
BaseSingleAxisHingeJoint.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a single float.void
BaseSliderJoint.setValue
(int index, float value) Set the value of the field at the given index as a single float.void
BaseSliderJoint.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a single float.void
BaseUniversalJoint.setValue
(int index, float value) Set the value of the field at the given index as a single float.void
BaseUniversalJoint.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a single float. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.scripting
Methods in org.web3d.vrml.renderer.common.nodes.scripting that throw InvalidFieldExceptionModifier and TypeMethodDescriptionfinal int
BaseScript.appendField
(VRMLFieldDeclaration field) Append a field declaration to this node.BaseScript.getFieldValue
(int index) Get the value of a field.BaseScript.getUserData
(int index) Fetch the stored user data for a given field index.void
BaseScript.setUserData
(int index, Object data) Set arbitrary data for a given field.void
BaseScript.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseScript.setValue
(int index, boolean[] value, int numValid) Set the value of the field at the given index as an array of boolean.void
BaseScript.setValue
(int index, double value) Set the value of the field at the given index as an double.void
BaseScript.setValue
(int index, double[] value, int numValid) Set the value of the field at the given index as an array of doubles.void
BaseScript.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseScript.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseScript.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
BaseScript.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
BaseScript.setValue
(int index, long value) Set the value of the field at the given index as an long.void
BaseScript.setValue
(int index, long[] value, int numValid) Set the value of the field at the given index as an array of longs.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
BaseScript.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseScript.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.sensor
Methods in org.web3d.vrml.renderer.common.nodes.sensor that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseCylinderSensor.getFieldValue
(int index) Get the value of a field.BaseKeySensor.getFieldValue
(int index) Get the value of a field.BasePlaneSensor.getFieldValue
(int index) Get the value of a field.BaseSphereSensor.getFieldValue
(int index) Get the value of a field.BaseStringSensor.getFieldValue
(int index) Get the value of a field.BaseTouchSensor.getFieldValue
(int index) Get the value of a field.void
BaseCylinderSensor.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseCylinderSensor.setValue
(int index, float[] value, int numValid) void
BasePlaneSensor.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float array.void
BaseSphereSensor.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float array.void
BaseStringSensor.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.shape
Methods in org.web3d.vrml.renderer.common.nodes.shape that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseAppearance.getFieldValue
(int index) Get the value of a field.BaseFillProperties.getFieldValue
(int index) Get the value of a field.BaseLineProperties.getFieldValue
(int index) Get the value of a field.BaseMaterial.getFieldValue
(int index) Get the value of a field.BasePointProperties.getFieldValue
(int index) Get the value of a field.BaseShape.getFieldValue
(int index) Get the value of a field.BaseTwoSidedMaterial.getFieldValue
(int index) Get the value of a field.void
BaseAppearance.setValue
(int index, float value) Set the value of the field at the given index as a float.void
Set the value of the field at the given index as a String.void
BaseAppearance.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseFillProperties.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float.void
BaseFillProperties.setValue
(int index, int value) Set the value of the field at the given index as an int.void
Set the value of the field at the given index as a String.void
BaseLineProperties.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseLineProperties.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseLineProperties.setValue
(int index, int value) Set the value of the field at the given index as an int.void
BaseMaterial.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseMaterial.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BasePointProperties.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BasePointProperties.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as an int.void
BaseShape.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a node.void
BaseShape.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseTwoSidedMaterial.setValue
(int index, boolean value) Set the value of the field at the given index as a float.void
BaseTwoSidedMaterial.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseTwoSidedMaterial.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.sound
Methods in org.web3d.vrml.renderer.common.nodes.sound that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseAudioClip.getFieldValue
(int index) Get the value of a field.BaseMidiSource.getFieldValue
(int index) Get the value of a field.BaseSound.getFieldValue
(int index) Get the value of a field.void
BaseAudioClip.setValue
(int index, float value) Set the value of the field at the given index as a float.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
Set the value of the field from the raw string.void
Set the value of the field from the raw collection of strings.void
BaseSound.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseSound.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseSound.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseSound.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index to a node. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.surface
Methods in org.web3d.vrml.renderer.common.nodes.surface that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseBorderLayout.getFieldValue
(int index) Get the value of a field.BaseGridLayout.getFieldValue
(int index) Get the value of a field.BaseImage2D.getFieldValue
(int index) Get the value of a field.BaseOverlay.getFieldValue
(int index) Get the value of a field.BaseSurfaceChildNode.getFieldValue
(int index) Get the value of a field.BaseSurfaceLayoutNode.getFieldValue
(int index) Get the value of a field.BaseText2D.getFieldValue
(int index) Get the value of a field.BaseXYLayout.getFieldValue
(int index) Get the value of a field.void
BaseBorderLayout.setValue
(int index, float value) Set the value of the field at the given index as a float.void
Set the value of the field at the given index as a string.void
BaseGridLayout.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float array.void
BaseImage2D.setValue
(int index, boolean value) Set the value of the field from the raw string.void
BaseImage2D.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseOverlay.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseOverlay.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseSurfaceChildNode.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseSurfaceChildNode.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a boolean.void
BaseSurfaceLayoutNode.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseSurfaceLayoutNode.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseText2D.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseText2D.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseText2D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a string.void
BaseText2D.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseXYLayout.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.text
Methods in org.web3d.vrml.renderer.common.nodes.text that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseFontStyle.getFieldValue
(int index) Get the value of a field.BaseText.getFieldValue
(int index) Get the value of a field.void
BaseFontStyle.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseFontStyle.setValue
(int index, float value) Set the value of the field at the given index as a float.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
BaseText.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseText.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseText.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
BaseText.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.texture
Methods in org.web3d.vrml.renderer.common.nodes.texture that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseComposedCubeMapTexture.getFieldValue
(int index) Get the value of a field.BaseComposedTexture3D.getFieldValue
(int index) Get the value of a field.BaseImageCubeMapTexture.getFieldValue
(int index) Get the value of a field.BaseImageTexture.getFieldValue
(int index) Get the value of a field.BaseImageTexture3D.getFieldValue
(int index) Get the value of a field.BaseMovieTexture.getFieldValue
(int index) Get the value of a field.BaseMultiTexture.getFieldValue
(int index) Get the value of a field.BaseMultiTextureCoordinate.getFieldValue
(int index) Get the value of a field.BaseMultiTextureTransform.getFieldValue
(int index) Get the value of a field.BasePixelCubeMapTexture.getFieldValue
(int index) Get the value of a field.BasePixelTexture.getFieldValue
(int index) Get the value of a field.BasePixelTexture3D.getFieldValue
(int index) Get the value of a field.BaseRenderedTexture.getFieldValue
(int index) Get the value of a field.BaseTextureCoordinate.getFieldValue
(int index) Get the value of a field.BaseTextureCoordinate3D.getFieldValue
(int index) Get the value of a field.BaseTextureCoordinate4D.getFieldValue
(int index) Get the value of a field.BaseTextureCoordinateGenerator.getFieldValue
(int index) Get the value of a field.BaseTextureProperties.getFieldValue
(int index) Get the value of a field.BaseTextureTransform.getFieldValue
(int index) Get the value of a field.BaseTextureTransform3D.getFieldValue
(int index) Get the value of a field.BaseMovieTexture.getTextureProperties()
Get node content for the textureProperties field.void
BaseMovieTexture.setTextureProperties
(VRMLNodeType props) Set node content as replacement for the textureProperties field.void
BaseComposedCubeMapTexture.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseComposedTexture3D.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseComposedTexture3D.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
BaseImageTexture.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseImageTexture.setValue
(int index, double value) Set the value of the field at the given index as a double.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
BaseMovieTexture.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseMovieTexture.setValue
(int index, float value) Set the value of the field at the given index as a float.void
Set the value of the field at the given index as an array of strings.void
BaseMovieTexture.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseMultiTexture.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseMultiTexture.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a float.void
Set the value of the field at the given index as a string.void
Set the value of the field at the given index as an array of strings.void
BaseMultiTexture.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseMultiTexture.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseMultiTextureCoordinate.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseMultiTextureCoordinate.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BaseMultiTextureTransform.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes.void
BaseMultiTextureTransform.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes.void
BasePixelCubeMapTexture.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
BasePixelTexture.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
BasePixelTexture3D.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers.void
BaseRenderedTexture.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as a float.void
Set the value of the field at the given index as a float.void
BaseRenderedTexture.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
BaseTextureCoordinate.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseTextureCoordinate3D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseTextureCoordinate4D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseTextureProperties.setValue
(int index, boolean value) Set the value of the field at the given index as an boolean.void
BaseTextureProperties.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseTextureProperties.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseTextureProperties.setValue
(int index, int value) Set the value of the field at the given index as an integer.void
Set the value of the field at the given index as a string.void
BaseTextureTransform.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseTextureTransform.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseTextureTransform3D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.common.nodes.time
Methods in org.web3d.vrml.renderer.common.nodes.time that throw InvalidFieldExceptionModifier and TypeMethodDescriptionBaseTimeController.getFieldValue
(int index) Get the value of a field.BaseTimeSensor.getFieldValue
(int index) Get the value of a field.void
BaseTimeController.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseTimeController.setValue
(int index, double value) Set the value of the field at the given index as a double for the SFTime fields.void
BaseTimeController.setValue
(int index, float value) Set the value of the field at the given index as a float.void
BaseTimeSensor.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean.void
BaseTimeSensor.setValue
(int index, double value) Set the value of the field at the given index as a double for the SFTime fields. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.ogl.nodes.geom3d
Methods in org.web3d.vrml.renderer.ogl.nodes.geom3d that throw InvalidFieldExceptionModifier and TypeMethodDescriptionvoid
OGLElevationGrid.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node.void
OGLExtrusion.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.ogl.nodes.geospatial
Methods in org.web3d.vrml.renderer.ogl.nodes.geospatial that throw InvalidFieldExceptionModifier and TypeMethodDescriptionvoid
OGLGeoElevationGrid.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as a node. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.ogl.nodes.group
Methods in org.web3d.vrml.renderer.ogl.nodes.group that throw InvalidFieldExceptionModifier and TypeMethodDescriptionvoid
OGLSwitch.setValue
(int index, int value) Set the value of the field at the given index as an integer. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.ogl.nodes.lighting
Methods in org.web3d.vrml.renderer.ogl.nodes.lighting that throw InvalidFieldExceptionModifier and TypeMethodDescriptionvoid
OGLDirectionalLight.setGlobal
(boolean global) Set the current value of the global field.void
OGLPointLight.setGlobal
(boolean global) Set the current value of the global field.void
OGLSpotLight.setGlobal
(boolean global) Set the current value of the global field. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.ogl.nodes.networking
Methods in org.web3d.vrml.renderer.ogl.nodes.networking that throw InvalidFieldExceptionModifier and TypeMethodDescriptionprotected void
OGLInline.setLoad
(boolean value) Convenience method to handle the load field value. -
Uses of InvalidFieldException in org.web3d.vrml.renderer.ogl.nodes.texture
Methods in org.web3d.vrml.renderer.ogl.nodes.texture that throw InvalidFieldExceptionModifier and TypeMethodDescriptionvoid
Set the value of the field at the given index as an array of strings.void
OGLTextureTransform.setValue
(int index, float value) Set the value of the field at the given index as a float.void
OGLTextureTransform.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
OGLTextureTransform3D.setValue
(int index, float value) Set the value of the field at the given index as a float.void
OGLTextureTransform3D.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldException in org.web3d.vrml.scripting.browser
Methods in org.web3d.vrml.scripting.browser that throw InvalidFieldExceptionModifier and TypeMethodDescriptionvoid
CommonBrowser.addRoute
(VRMLExecutionSpace execSpace, VRMLNodeType fromNode, String fromEventOut, VRMLNodeType toNode, String toEventIn) Add a route between two nodes, from an eventOut to an eventIn.void
VRML97CommonBrowser.createVrmlFromURL
(String[] url, VRMLNodeType node, String eventIn) Create and load VRML from the given URL and place the returned values as nodes into the given VRML node in the scene.void
CommonBrowser.deleteRoute
(VRMLExecutionSpace execSpace, VRMLNodeType fromNode, String fromEventOut, VRMLNodeType toNode, String toEventIn) Delete a route between two nodes.