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 TypeClassDescriptionclassThe exception that is thrown when a reference to an readable field is not valid.classThe 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.voidMFImage.setImage(int imgIndex, RenderedImage img) Set the image value in the given writable field to the new image defined by a set of pixels.voidMFImage.setImage(RenderedImage[] img) Set the given writable field to the new array of image values.voidSFImage.setImage(RenderedImage img) Set the image value in the given writable field to the new image defined by a set of pixels.voidMFImage.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.voidSFImage.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.