Uses of Class
org.jhotdraw.util.Bounds

Packages that use Bounds
org.jhotdraw.test.util   
org.jhotdraw.util   
 

Uses of Bounds in org.jhotdraw.test.util
 

Methods in org.jhotdraw.test.util that return Bounds
 Bounds BoundsTest.createInstance()
          Factory method for instances of the class to be tested.
 

Uses of Bounds in org.jhotdraw.util
 

Methods in org.jhotdraw.util with parameters of type Bounds
 void Bounds.includeBounds(Bounds aBounds)
           
 void Bounds.intersect(Bounds aBounds)
           
 boolean Bounds.intersectsBounds(Bounds aBounds)
           
 boolean Bounds.isCompletelyInside(Bounds aBounds)
           
 

Constructors in org.jhotdraw.util with parameters of type Bounds
Bounds(Bounds aBounds)