Uses of Class
org.web3d.vrml.lang.InvalidFieldAccessException
Packages that use InvalidFieldAccessException
Package
Description
-
Uses of InvalidFieldAccessException in org.web3d.vrml.nodes
Methods in org.web3d.vrml.nodes that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
VRMLBoundedNodeType.setBboxCenter
(float[] newBboxCenter) Set a new value for field attribute bboxCentervoid
VRMLBoundedNodeType.setBboxSize
(float[] newBboxSize) Set a new value for field attribute bboxSizevoid
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
VRMLLayerNodeType.setViewport
(VRMLNodeType node) Set the viewport node instance used to control the size of screen real estate to use for this layer. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes
Methods in org.web3d.vrml.renderer.common.nodes that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
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
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.protected void
AbstractNode.throwInitOnlyWriteException
(String fieldName) Generate an error message for attempting to write an initOnly field after setup has finished.protected void
AbstractNode.throwInputOnlyWriteException
(String fieldName) Generate an error message for attempting to write an inputOnly field before setup has finished.protected void
AbstractNode.throwOutputOnlyWriteException
(String fieldName) Generate an error message for attempting to write an outputOnly field. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.cadgeometry
Methods in org.web3d.vrml.renderer.common.nodes.cadgeometry that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseCADFace.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseIndexedQuadSet.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of integers. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.enveffects
Methods in org.web3d.vrml.renderer.common.nodes.enveffects that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseTextureBackground.setValue
(int index, VRMLNodeType child) Set the value of the field at the given index as an array of nodes. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.eventutils
Methods in org.web3d.vrml.renderer.common.nodes.eventutils that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseIntegerSequencer.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as an array of ints. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.geom3d
Methods in org.web3d.vrml.renderer.common.nodes.geom3d that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseElevationGrid.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats.void
BaseExtrusion.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as an array of floats. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.geospatial
Methods in org.web3d.vrml.renderer.common.nodes.geospatial that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
Set the value of the field at the given index as an array of strings.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, 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
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 an array of strings.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
Set the value of the field at the given index as an array of strings.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
BaseGeoSRFSet.setValue
(int index, int[] value, int numValid) 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 an array of strings.void
Set the value of the field at the given index as an array of strings. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.hanim
Methods in org.web3d.vrml.renderer.common.nodes.hanim that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseHAnimHumanoid.setBboxCenter
(float[] val) Set the bounding box for this node.void
BaseHAnimHumanoid.setBboxSize
(float[] val) Set the bounding box for this node.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
BaseHAnimHumanoid.setValue
(int index, VRMLNodeType[] children, int numValid) Set the value of the field at the given index as an array of nodes. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.layering
Methods in org.web3d.vrml.renderer.common.nodes.layering that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
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.void
BaseLayer.setViewport
(VRMLNodeType vp) Set the viewport node instance used to control the size of screen real estate to use for this layer. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.layout
Methods in org.web3d.vrml.renderer.common.nodes.layout that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseSurfaceChildNode.setBboxSize
(float[] bbox) Convenience method to check on the raw value of the bbox to make sure it is OK.void
BaseLayer2D.setViewport
(VRMLNodeType vp) Set the viewport node instance used to control the size of screen real estate to use for this layer. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.networking
Methods in org.web3d.vrml.renderer.common.nodes.networking that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseInline.setBboxCenter
(float[] newBboxCenter) Convenience method to set a new value the vfBboxCenter fieldsvoid
BaseInline.setBboxSize
(float[] newBboxSize) Convenience method to set a new value for the vfBboxSize field. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.particle
Methods in org.web3d.vrml.renderer.common.nodes.particle that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseParticleSystem.setBboxCenter
(float[] newBboxCenter) Convenience method to set a new value the vfBboxCenter fieldsvoid
BaseParticleSystem.setBboxSize
(float[] newBboxSize) Convenience method to set a new value for the vfBboxSize field.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, VRMLNodeType child) Set the value of the field at the given index as a node.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. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.rigidphysics
Methods in org.web3d.vrml.renderer.common.nodes.rigidphysics that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionprotected void
BaseRigidBody.addGeometry
(VRMLNodeType node) Add a geometry node to the list for this body during setup.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
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[] children, int numValid) Set the value of the field at the given index as an array of nodes.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[] children, int numValid) Set the value of the field at the given index as an array of nodes. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.shape
Methods in org.web3d.vrml.renderer.common.nodes.shape that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseShape.setBboxCenter
(float[] newBboxCenter) Convenience method to set a new value the vfBboxCenter fieldsvoid
BaseShape.setBboxSize
(float[] newBboxSize) Convenience method to set a new value for the vfBboxSize field.void
BaseShape.setValue
(int index, float[] value, int numValid) Set the value of the field at the given index as a node. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.sound
Methods in org.web3d.vrml.renderer.common.nodes.sound that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseSound.setValue
(int index, boolean value) Set the value of the field at the given index as a boolean. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.surface
Methods in org.web3d.vrml.renderer.common.nodes.surface that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseSurfaceChildNode.setBboxSize
(float[] bbox) Convenience method to check on the raw value of the bbox to make sure it is OK. -
Uses of InvalidFieldAccessException in org.web3d.vrml.renderer.common.nodes.texture
Methods in org.web3d.vrml.renderer.common.nodes.texture that throw InvalidFieldAccessExceptionModifier and TypeMethodDescriptionvoid
BaseRenderedTexture.setValue
(int index, int[] value, int numValid) Set the value of the field at the given index as a float.