Package org.jzy3d.plot3d.rendering.canvas

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

Class Summary
CanvasAWT A ICanvas embed a 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.
CanvasNewt Experimental Newt canvas.
CanvasSwing A CanvasSwing owns an OpenGL Renderer3d for handling GL events, and link it to the scene's View.
OffscreenCanvas  
Quality Provides a structure for setting the rendering quality, i.e., the tradeoff between computation speed, and graphic quality.