Uses of Interface
net.sf.jaxodraw.gui.JaxoDrawingArea

Packages that use JaxoDrawingArea
net.sf.jaxodraw.gui GUI related classes. 
net.sf.jaxodraw.gui.panel GUI panels. 
 

Uses of JaxoDrawingArea in net.sf.jaxodraw.gui
 

Classes in net.sf.jaxodraw.gui that implement JaxoDrawingArea
 class AbstractJaxoCanvas
          Abstract base class for the canvas.
 class JaxoCanvas
          An instance of the canvas: responsible for all the painting.
 

Constructors in net.sf.jaxodraw.gui with parameters of type JaxoDrawingArea
JaxoTab(JaxoDrawingArea canvas)
          Constructor.
JaxoTab(JaxoDrawingArea canvas, JaxoGraph g)
          Constructor.
JaxoTab(JaxoDrawingArea canvas, JaxoGraph g, JaxoPaintableGrid grid)
          Constructor.
JaxoTab(JaxoDrawingArea canvas, JaxoPaintableGrid g)
          Constructor.
 

Uses of JaxoDrawingArea in net.sf.jaxodraw.gui.panel
 

Methods in net.sf.jaxodraw.gui.panel that return JaxoDrawingArea
 JaxoDrawingArea JaxoTabbedCanvasPanel.getCanvas()
          Returns an instance of the canvas.
 

Constructors in net.sf.jaxodraw.gui.panel with parameters of type JaxoDrawingArea
JaxoMoveGraph(Component parent, JaxoDrawingArea c)
          Constructor.
 



Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.