Class BoundingClientRect

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.util.helper.BoundingClientRect

public final class BoundingClientRect extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    fromElement(com.google.gwt.dom.client.Element e)
     
    double
     
    double
     

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BoundingClientRect

      protected BoundingClientRect()
  • Method Details

    • getTop

      public double getTop()
    • getLeft

      public double getLeft()
    • fromElement

      public static BoundingClientRect fromElement(com.google.gwt.dom.client.Element e)