Class GWTBoundingBox


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

      Constructors 
      Modifier Constructor Description
      protected GWTBoundingBox()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static GWTBoundingBox create​(int x, int y, int width, int height)  
      int getHeight()  
      int getWidth()  
      int getX()  
      int getY()  
      • 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

      • GWTBoundingBox

        protected GWTBoundingBox()
    • Method Detail

      • create

        public static final GWTBoundingBox create​(int x,
                                                  int y,
                                                  int width,
                                                  int height)
      • getX

        public final int getX()
      • getY

        public final int getY()
      • getWidth

        public final int getWidth()
      • getHeight

        public final int getHeight()