Interface INativeCanvas
-
- All Known Implementing Classes:
CanvasAWT,CanvasNewtAwt,CanvasNewtSWT,CanvasSwing,OffscreenCanvas
public interface INativeCanvas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.jogamp.opengl.GLAutoDrawablegetDrawable()Returns the GLDrawable associated with the canvasRenderer3dgetRenderer()com.jogamp.opengl.util.texture.TextureDatascreenshot()Returns an image with the current renderer's size
-
-
-
Method Detail
-
getDrawable
com.jogamp.opengl.GLAutoDrawable getDrawable()
Returns the GLDrawable associated with the canvas
-
getRenderer
Renderer3d getRenderer()
-
screenshot
com.jogamp.opengl.util.texture.TextureData screenshot()
Returns an image with the current renderer's size
-
-