Class WindowBounds

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

public class WindowBounds
extends java.lang.Object
Window bounds.
  • Constructor Summary

    Constructors 
    Constructor Description
    WindowBounds()  
    WindowBounds​(java.lang.Integer top, java.lang.Integer left, java.lang.Integer width, java.lang.Integer height)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getHeight()  
    java.lang.Integer getLeft()  
    java.lang.Integer getTop()  
    java.lang.Integer getWidth()  
    void setHeight​(java.lang.Integer height)  
    void setLeft​(java.lang.Integer left)  
    void setTop​(java.lang.Integer top)  
    void setWidth​(java.lang.Integer width)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WindowBounds

      public WindowBounds()
    • WindowBounds

      public WindowBounds​(java.lang.Integer top, java.lang.Integer left, java.lang.Integer width, java.lang.Integer height)
  • Method Details

    • getTop

      public java.lang.Integer getTop()
    • setTop

      public void setTop​(java.lang.Integer top)
    • getLeft

      public java.lang.Integer getLeft()
    • setLeft

      public void setLeft​(java.lang.Integer left)
    • getWidth

      public java.lang.Integer getWidth()
    • setWidth

      public void setWidth​(java.lang.Integer width)
    • getHeight

      public java.lang.Integer getHeight()
    • setHeight

      public void setHeight​(java.lang.Integer height)