Uses of Interface
net.sf.jaxodraw.util.Location

Packages that use Location
net.sf.jaxodraw.gui.panel GUI panels. 
net.sf.jaxodraw.gui.panel.edit Edit panels that allow to edit JaxoObjects. 
net.sf.jaxodraw.object Collection of objects that can be drawn by JaxoDraw. 
net.sf.jaxodraw.util Utility methods. 
 

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

Methods in net.sf.jaxodraw.gui.panel with parameters of type Location
 void JaxoColorChooser.show(Location l)
          Brings up a color chooser menu to select the color of the specified JaxoObject.
 

Uses of Location in net.sf.jaxodraw.gui.panel.edit
 

Methods in net.sf.jaxodraw.gui.panel.edit with parameters of type Location
 void JaxoOptionsPanel.show(Component parent, Location l)
          Display the EditPanel for the current object.
protected  void JaxoOptionsPanel.showDialog(Component parent, Location l)
          Show a dialog for this panel.
 

Uses of Location in net.sf.jaxodraw.object
 

Methods in net.sf.jaxodraw.object with parameters of type Location
 void JaxoObjectEditPanel.show(Component parent, Location l)
          Display the EditPanel for the current object.
 

Uses of Location in net.sf.jaxodraw.util
 

Classes in net.sf.jaxodraw.util that implement Location
static class Location.RelativeTo
          Class to set locations relative to other components.
static class Location.RelativeToAvoiding
          Class to set locations relative to other components.
 



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