Package net.sf.jaxodraw.util
Interface Location
-
- All Known Implementing Classes:
Location.RelativeTo
,Location.RelativeToAvoiding
public interface Location
Policy for placing windows.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLocation(java.awt.Window w)
Set the location of the given window.
-