Interface MFImage

All Superinterfaces:
MField, X3DField

public interface MFImage extends MField
Representation of a MFImage field.

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

Version:
$Revision: 1.5 $