com.openfin.desktop
Class WindowBounds

java.lang.Object
  extended by com.openfin.desktop.WindowBounds

public class WindowBounds
extends Object

Window bounds.


Constructor Summary
WindowBounds(Integer top, Integer left, Integer width, Integer height)
           
 
Method Summary
 Integer getHeight()
           
 Integer getLeft()
           
 Integer getTop()
           
 Integer getWidth()
           
 void setHeight(Integer height)
           
 void setLeft(Integer left)
           
 void setTop(Integer top)
           
 void setWidth(Integer width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowBounds

public WindowBounds(Integer top,
                    Integer left,
                    Integer width,
                    Integer height)
Method Detail

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.