com.openfin.desktop
Class WindowBounds
java.lang.Object
com.openfin.desktop.WindowBounds
public class WindowBounds
- extends Object
Window bounds.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowBounds
public WindowBounds(Integer top,
Integer left,
Integer width,
Integer height)
getTop
public Integer getTop()
setTop
public void setTop(Integer top)
getLeft
public Integer getLeft()
setLeft
public void setLeft(Integer left)
getWidth
public Integer getWidth()
setWidth
public void setWidth(Integer width)
getHeight
public Integer getHeight()
setHeight
public void setHeight(Integer height)
Copyright © 2016. All rights reserved.