Uses of Class
org.web3d.x3d.sai.InvalidFieldException
Packages that use InvalidFieldException
Package
Description
-
Uses of InvalidFieldException in org.web3d.vrml.scripting.external.sai
Methods in org.web3d.vrml.scripting.external.sai that throw InvalidFieldExceptionModifier and TypeMethodDescriptionSAIFieldFactory.getField
(VRMLNodeType vrmlNode, int fieldID, String eventName) Produce an asynchronous field.SAIFieldFactory.getField
(VRMLNodeType vrmlNode, String eventName) Produce an asynchronous field.SAIFieldFactory.getStoredField
(VRMLNodeType vrmlNode, int fieldID, String eventName, boolean isInput) Produce an stored field. -
Uses of InvalidFieldException in org.web3d.vrml.scripting.sai
Methods in org.web3d.vrml.scripting.sai that throw InvalidFieldException -
Uses of InvalidFieldException in org.web3d.x3d.sai
Subclasses of InvalidFieldException in org.web3d.x3d.saiModifier and TypeClassDescriptionclass
The exception that is thrown when a reference to an readable field is not valid.class
The exception that is thrown when a reference to an writable field is not valid.Methods in org.web3d.x3d.sai that throw InvalidFieldExceptionModifier and TypeMethodDescriptionGet a field for this node.void
MFImage.setImage
(int imgIndex, RenderedImage img) Set the image value in the given writable field to the new image defined by a set of pixels.void
MFImage.setImage
(RenderedImage[] img) Set the given writable field to the new array of image values.void
SFImage.setImage
(RenderedImage img) Set the image value in the given writable field to the new image defined by a set of pixels.void
MFImage.setSubImage
(int imgIndex, RenderedImage img, int srcWidth, int srcHeight, int srcXOffset, int srcYOffset, int destXOffset, int destYOffset) Copy a region of the argument RenderedImage to replace a portion of the current SFimage.void
SFImage.setSubImage
(RenderedImage img, int srcWidth, int srcHeight, int srcXOffset, int srcYOffset, int destXOffset, int destYOffset) Copy a region of the argument RenderedImage to replace a portion of the current SFimage.