Uses of Class
ifs.example.rpp.Location

Packages that use Location
ifs.example.rpp Random Placement Problem. 
 

Uses of Location in ifs.example.rpp
 

Methods in ifs.example.rpp with parameters of type Location
 boolean Location.hasIntersection(Location anotherLocation)
          Returns true if the given location intersects with this location
 

Constructors in ifs.example.rpp with parameters of type Location
Rectangle(String name, int width, int height, int minX, int maxX, int minY, int maxY, Location initialLocation)
          Constructor.
 



Copyright © 2005 Tomáš Müller