com.iver.cit.gvsig.gui
Class GUIUtil.Location

java.lang.Object
  extended bycom.iver.cit.gvsig.gui.GUIUtil.Location
Enclosing class:
GUIUtil

public static class GUIUtil.Location
extends java.lang.Object


Constructor Summary
GUIUtil.Location(int x, boolean fromRight, int y, boolean fromBottom)
          Constructor taking an initial location, offset hint.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIUtil.Location

public GUIUtil.Location(int x,
                        boolean fromRight,
                        int y,
                        boolean fromBottom)
Constructor taking an initial location, offset hint.

Parameters:
fromBottom - whether y is the number of pixels between the bottom edges of the toolbox and desktop pane, or between the top edges.