Class ClientRect


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

      Constructors 
      Modifier Constructor Description
      protected ClientRect()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getBottom()  
      int getHeight()  
      int getLeft()  
      int getRight()  
      int getTop()  
      int getWidth()  
      • 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 Detail

      • ClientRect

        protected ClientRect()
    • Method Detail

      • getBottom

        public final int getBottom()
      • getHeight

        public final int getHeight()
      • getRight

        public final int getRight()
      • getLeft

        public final int getLeft()
      • getTop

        public final int getTop()
      • getWidth

        public final int getWidth()