Class ScreenCaptureExample
- java.lang.Object
-
- com.metsci.glimpse.core.examples.screenshot.ScreenCaptureExample
-
public class ScreenCaptureExample extends Object
Demonstrates the ability to render Glimpse plots to an off-screen buffer and save the buffer to a screenshot.- Author:
- ulman
-
-
Constructor Summary
Constructors Constructor Description ScreenCaptureExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static voidsetupScreenCapture(com.jogamp.opengl.GLContext glContext, ColorAxisPlot2D plot)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
setupScreenCapture
public static void setupScreenCapture(com.jogamp.opengl.GLContext glContext, ColorAxisPlot2D plot)
-
-