Package net.sf.jaxodraw.util
Class Location.RelativeToAvoiding
- java.lang.Object
-
- net.sf.jaxodraw.util.Location.RelativeToAvoiding
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.jaxodraw.util.Location
Location.RelativeTo, Location.RelativeToAvoiding
-
-
Constructor Summary
Constructors Constructor Description RelativeToAvoiding(java.awt.Component c, java.awt.Rectangle avoidr)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setLocation(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:
setLocation
in interfaceLocation
- Parameters:
w
- the window to locate.
-
-