j3d.org Code

org.j3d.ui
Interface CapturedImageObserver

All Known Implementing Classes:
JPEGImageObserver, JPEGSequenceObserver

public interface CapturedImageObserver

An observer for when images have been captured from the Canvas3D.

Version:
$Revision: 1.1 $

Method Summary
 void canvasImageCaptured(java.awt.image.BufferedImage img)
          Notification that an image has been captured from the canvas and is ready for processing.
 

Method Detail

canvasImageCaptured

void canvasImageCaptured(java.awt.image.BufferedImage img)
Notification that an image has been captured from the canvas and is ready for processing.

Parameters:
img - The image that was captured

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org