net.sf.jaxodraw.util
Interface Location

All Known Implementing Classes:
Location.RelativeTo, Location.RelativeToAvoiding

public interface Location

Policy for placing windows.


Nested Class Summary
static class Location.RelativeTo
          Class to set locations relative to other components.
static class Location.RelativeToAvoiding
          Class to set locations relative to other components.
 
Method Summary
 void setLocation(java.awt.Window w)
          Set the location of the given window.
 

Method Detail

setLocation

void setLocation(java.awt.Window w)
Set the location of the given window.

Parameters:
w - the window to locate.


Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.