Package net.sf.jaxodraw.util
Class Location.RelativeTo
- java.lang.Object
-
- net.sf.jaxodraw.util.Location.RelativeTo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.jaxodraw.util.Location
Location.RelativeTo, Location.RelativeToAvoiding
-
-
Constructor Summary
Constructors Constructor Description RelativeTo(java.awt.Component c)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetLocation(java.awt.Window w)Set the location of the given window.
-
-
-
Method Detail
-
setLocation
public void setLocation(java.awt.Window w)
Set the location of the given window.- Specified by:
setLocationin interfaceLocation- Parameters:
w- the window to locate.
-
-