Class GUIUtil.Location
java.lang.Object
com.vividsolutions.jump.workbench.ui.GUIUtil.Location
- Enclosing class:
GUIUtil
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLocation(int x, boolean fromRight, int y, boolean fromBottom) Constructor taking an initial location, offset hint. -
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
fromRight
public boolean fromRight -
fromBottom
public boolean fromBottom
-
-
Constructor Details
-
Location
public 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.
-