org.scilab.forge.scirenderer.implementation.jogl
Class JoGLCanvasFactory

java.lang.Object
  extended by org.scilab.forge.scirenderer.implementation.jogl.JoGLCanvasFactory

public class JoGLCanvasFactory
extends java.lang.Object

Author:
Pierre Lando

Constructor Summary
JoGLCanvasFactory()
           
 
Method Summary
static Canvas createCanvas(javax.media.opengl.GLAutoDrawable autoDrawable)
          Create a canvas from an auto drawable object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoGLCanvasFactory

public JoGLCanvasFactory()
Method Detail

createCanvas

public static Canvas createCanvas(javax.media.opengl.GLAutoDrawable autoDrawable)
Create a canvas from an auto drawable object.

Parameters:
autoDrawable - the auto drawable object.
Returns:
a canvas based on the given auto drawable object.