Searched defs:WindowDimensions (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowDimensions.java29 class WindowDimensions { class
39 public WindowDimensions(int x, int y, int width, int height, boolean isClient) { method in class:WindowDimensions
47 public WindowDimensions(Rectangle rec, Insets ins, boolean isClient) { method in class:WindowDimensions
61 public WindowDimensions(Point loc, Dimension size, Insets in, boolean isClient) { method in class:WindowDimensions
69 public WindowDimensions(Rectangle bounds, boolean isClient) { method in class:WindowDimensions
73 public WindowDimensions(final WindowDimensions dims) { method in class:WindowDimensions
168 if (!(o instanceof WindowDimensions)) {
171 WindowDimensions dims = (WindowDimensions)
[all...]

Completed in 27 milliseconds