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 ClassesModifier and TypeInterfaceDescriptionstatic class
Class to set locations relative to other components.static class
Class to set locations relative to other components. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Set the location of the given window.
-
Method Details
-
setLocation
Set the location of the given window.- Parameters:
w
- the window to locate.
-