com.allen_sauer.gwt.dnd.client.util
Class CoordinateArea

java.lang.Object
  extended by com.allen_sauer.gwt.dnd.client.util.AbstractArea
      extended by com.allen_sauer.gwt.dnd.client.util.CoordinateArea
All Implemented Interfaces:
Area

public class CoordinateArea
extends AbstractArea

Class representing a numerically specified rectangular region.


Constructor Summary
CoordinateArea(int left, int top, int right, int bottom)
           
 
Method Summary
 
Methods inherited from class com.allen_sauer.gwt.dnd.client.util.AbstractArea
copyOf, distanceToEdge, getBottom, getCenter, getHeight, getLeft, getRight, getSize, getTop, getWidth, inBottomRight, intersects, intersects, moveTo, setBottom, setLeft, setRight, setTop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoordinateArea

public CoordinateArea(int left,
                      int top,
                      int right,
                      int bottom)


Copyright © 2011 Sage Software, Inc. All rights reserved.