Interface SFImage

All Superinterfaces:
X3DField

public interface SFImage extends X3DField
Representation of a SFImage field.

Images are represented as arrays of integers as per the VRML IS specification Section 5.5 SFImage. Pixel values are between 0 and 256 and represented as integers to maintain consistency with java's ImageConsumer interface and PixelGrabber class.

Version:
1.0 30 April 1998