public class Bounds extends Object
| Constructor and Description |
|---|
Bounds() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight()
The window height in pixels.
|
Integer |
getLeft()
The offset from the left edge of the screen to the window in pixels.
|
Integer |
getTop()
The offset from the top edge of the screen to the window in pixels.
|
Integer |
getWidth()
The window width in pixels.
|
WindowState |
getWindowState()
The window state.
|
void |
setHeight(Integer height)
The window height in pixels.
|
void |
setLeft(Integer left)
The offset from the left edge of the screen to the window in pixels.
|
void |
setTop(Integer top)
The offset from the top edge of the screen to the window in pixels.
|
void |
setWidth(Integer width)
The window width in pixels.
|
void |
setWindowState(WindowState windowState)
The window state.
|
public Integer getLeft()
public void setLeft(Integer left)
public Integer getTop()
public void setTop(Integer top)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public WindowState getWindowState()
public void setWindowState(WindowState windowState)
Copyright © 2020. All rights reserved.