Uses of Class
org.web3d.x3d.sai.InvalidFieldValueException
Packages that use InvalidFieldValueException
-
Uses of InvalidFieldValueException in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai that throw InvalidFieldValueExceptionModifier and TypeMethodDescriptionvoid
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.