Class EventOutSFImage

java.lang.Object
vrml.eai.field.BaseField
vrml.eai.field.EventOut
vrml.eai.field.EventOutSFImage
Direct Known Subclasses:
EventOutSFImageWrapper

public abstract class EventOutSFImage extends EventOut
VRML eventOut class for SFImage.

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