Package net.sf.jaxodraw.util
Interface Location
-
- All Known Implementing Classes:
Location.RelativeTo,Location.RelativeToAvoiding
public interface LocationPolicy for placing windows.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLocation.RelativeToClass to set locations relative to other components.static classLocation.RelativeToAvoidingClass to set locations relative to other components.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLocation(java.awt.Window w)Set the location of the given window.
-