public interface CapturedImageObserver
Modified by: Joseph A.Huwaldt
Modifier and Type | Method and Description |
---|---|
void |
canvasImageCaptured(java.awt.image.BufferedImage img)
Notification that an image has been captured from the canvas and is ready for
processing.
|
boolean |
captureNextFrame()
Returns a flag indicating if the next frame should be captured or not.
|
void canvasImageCaptured(java.awt.image.BufferedImage img)
img
- The image that was captured.boolean captureNextFrame()
true
if the observer should be passed an image for the next
frame and false
if it should not.