org.gvsig.app.gui
Class GUIUtil.Location

java.lang.Object
  extended by org.gvsig.app.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.
 
Method Summary
 
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.


Copyright © 2013 gvSIG. All Rights Reserved.