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.GLAutoDrawable
getDrawable()
Returns the GLDrawable associated with the canvasRenderer3d
getRenderer()
com.jogamp.opengl.util.texture.TextureData
screenshot()
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
-
-