Package org.jzy3d.plot3d.rendering.canvas
package org.jzy3d.plot3d.rendering.canvas
-
ClassDescription
CanvasAWTis a base implementation that primarily allows to integrate a Jzy3d chart in an AWT application.A Newt canvas wrapped in an AWTPanel.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.AICanvasrepresent the target component for rendering OpenGL.AnIScreenCanvasdefines a panel into which rendering occurs, and that can be integrated in an existing GUI.AnICanvasimplementation 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.