|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scilab.forge.scirenderer.implementation.jogl.JoGLCanvasFactory
public final class JoGLCanvasFactory
Method Summary | |
---|---|
static Canvas |
createCanvas(GLAutoDrawable autoDrawable)
Create a canvas from an auto drawable object. |
static Canvas |
createCanvas(int width,
int height)
Create a canvas for an offscreen rendering. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Canvas createCanvas(GLAutoDrawable autoDrawable)
autoDrawable
- the auto drawable object.
public static Canvas createCanvas(int width, int height)
width
- the widthheight
- the height
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |