Package org.web3d.browser
Interface ScreenCaptureListener
- All Known Implementing Classes:
CaptureViewpointsAction,MovieAction,SAIBrowser,SceneThumbnailRecorder,ScreenShotAction,ThumbnailRecorder,TimeSensorSceneRecorder
public interface ScreenCaptureListener
Notification of Screen captures.
- Version:
- $Revision: 1.1 $
- Author:
- Alan Hudson
-
Method Summary
Modifier and TypeMethodDescriptionvoidscreenCaptured(Buffer buffer, int width, int height) Notification of a new screen capture.
-
Method Details
-
screenCaptured
Notification of a new screen capture. This will be in openGL pixel order.- Parameters:
buffer- The screen capturewidth- The width in pixels of the captured screenheight- The height in pixels of the captured screen
-