Class CanvasSwing

  • All Implemented Interfaces:
    com.jogamp.nativewindow.awt.AWTPrintLifecycle, com.jogamp.nativewindow.NativeSurfaceHolder, com.jogamp.nativewindow.ScalableSurface, com.jogamp.nativewindow.WindowClosingProtocol, com.jogamp.opengl.awt.AWTGLAutoDrawable, com.jogamp.opengl.awt.ComponentEvents, com.jogamp.opengl.GLAutoDrawable, com.jogamp.opengl.GLDrawable, com.jogamp.opengl.GLSharedContextSetter, ImageObserver, MenuContainer, Serializable, Accessible, ICanvas, INativeCanvas, IScreenCanvas

    public class CanvasSwing
    extends com.jogamp.opengl.awt.GLJPanel
    implements IScreenCanvas, INativeCanvas
    Author:
    Martin Pernollet
    See Also:
    Serialized Form
    • Constructor Detail

      • CanvasSwing

        public CanvasSwing​(IChartFactory factory,
                           org.jzy3d.plot3d.rendering.scene.Scene scene,
                           Quality quality,
                           com.jogamp.opengl.GLCapabilitiesImmutable glci)
        Initialize a Canvas3d attached to a Scene, with a given rendering Quality.
      • CanvasSwing

        public CanvasSwing​(IChartFactory factory,
                           org.jzy3d.plot3d.rendering.scene.Scene scene,
                           Quality quality,
                           com.jogamp.opengl.GLCapabilitiesImmutable glci,
                           boolean traceGL,
                           boolean debugGL)
        Initialize a Canvas3d attached to a Scene, with a given rendering Quality.