Package org.jzy3d.plot3d.rendering.canvas

Interface Summary
ICanvas A ICanvas holds a Renderer3d and a View.
IScreenCanvas  
 

Class Summary
CanvasAWT A ICanvas embed an OpenGL Renderer3d for handling GL events, a mouse and keyboard controllers for setting the viewpoint (inheriting ViewPointController), and a Scene storing the actual Graph and Views.
CanvasSwing A Canvas3d embed an OpenGL Renderer3d for handling GL events, a mouse and keyboard controllers for setting the viewpoint (inheriting ViewPointController), and a Scene storing the actual Graph and Views.
OffscreenCanvas Offscreen canvas for use in headless environments.
Quality Provides a structure for setting the rendering quality, i.e., the tradeoff between computation speed, and graphic quality.