Package org.jzy3d.plot3d.rendering.canvas


package org.jzy3d.plot3d.rendering.canvas
  • Class
    Description
    CanvasAWT is a base implementation that primarily allows to integrate a Jzy3d chart in an AWT application.
    A Newt canvas wrapped in an AWT Panel.
     
    Check periodically if screen size has changed, hence allowing to check a changing monitor.
    This canvas allows rendering charts with jGL as OpenGL backend which perform in CPU.
    A ICanvas represent the target component for rendering OpenGL.
     
     
    An IScreenCanvas defines a panel into which rendering occurs, and that can be integrated in an existing GUI.
     
    An ICanvas implementation able to render the chart in an offscreen canvas, meaning no frame or GUI is needed to get a chart.
     
    Provides a structure for setting the rendering quality, i.e., the tradeoff between computation speed, and graphic quality.