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(Window w)
          Set the location of the given window.
 

Method Detail

setLocation

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

Parameters:
w - the window to locate.


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