Uses of Interface
artofillusion.view.CanvasDrawer

Packages that use CanvasDrawer
artofillusion   
artofillusion.view   
 

Uses of CanvasDrawer in artofillusion
 

Methods in artofillusion that return CanvasDrawer
 CanvasDrawer ViewerCanvas.getCanvasDrawer()
          Get the CanvasDrawer which is rendering the image for this canvas.
 

Uses of CanvasDrawer in artofillusion.view
 

Classes in artofillusion.view that implement CanvasDrawer
 class GLCanvasDrawer
          This is a CanvasDrawer which uses OpenGL to render the contents of a ViewerCanvas.
 class SoftwareCanvasDrawer
          This is a CanvasDrawer which implements a software renderer for generating the contents of a ViewerCanvas.
 



Copyright © 1999-2011 by Peter Eastman.