-
public final class BoundsBrowser window bounds information
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerleftprivate final Integertopprivate final Integerwidthprivate final Integerheightprivate final WindowStatewindowState
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Integercomponent3()final Integercomponent4()final WindowStatecomponent5()final Boundscopy(Integer left, Integer top, Integer width, Integer height, WindowState windowState)final IntegergetLeft()The offset from the left edge of the screen to the window in pixels. final IntegergetTop()The offset from the top edge of the screen to the window in pixels. final IntegergetWidth()The window width in pixels. final IntegergetHeight()The window height in pixels. final WindowStategetWindowState()The window state. -
-
Constructor Detail
-
Bounds
Bounds(Integer left, Integer top, Integer width, Integer height, WindowState windowState)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Integer component4()
-
component5
final WindowState component5()
-
copy
final Bounds copy(Integer left, Integer top, Integer width, Integer height, WindowState windowState)
-
getLeft
final Integer getLeft()
The offset from the left edge of the screen to the window in pixels.
-
getWindowState
final WindowState getWindowState()
The window state. Default to normal.
-
-
-
-