Class Location.RelativeTo
java.lang.Object
net.sf.jaxodraw.util.Location.RelativeTo
- All Implemented Interfaces:
Location
- Enclosing interface:
Location
-
Nested Class Summary
Nested classes/interfaces inherited from interface Location
Location.RelativeTo, Location.RelativeToAvoiding -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSet the location of the given window.
-
Constructor Details
-
RelativeTo
Constructor.- Parameters:
c- the component that serves as a reference point.
-
-
Method Details
-
setLocation
Set the location of the given window.- Specified by:
setLocationin interfaceLocation- Parameters:
w- the window to locate.
-