Interface INativeCanvas
- All Known Implementing Classes:
CanvasAWT,CanvasNewtAwt,CanvasNewtSWT,CanvasSwing,OffscreenCanvas
public interface INativeCanvas
-
Method Summary
Modifier and TypeMethodDescriptioncom.jogamp.opengl.GLAutoDrawableReturns the GLDrawable associated with the canvascom.jogamp.opengl.util.texture.TextureDataReturns an image with the current renderer's size
-
Method Details
-
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
-