Uses of Class
org.gicentre.treemappa.LocatedObject

Packages that use LocatedObject
org.gicentre.treemappa Main package for handling treemaps. 
 

Uses of LocatedObject in org.gicentre.treemappa
 

Methods in org.gicentre.treemappa that return LocatedObject
 LocatedObject LocationList.get(int index)
          Gets the object at the given position in the collection.
 LocatedObject LocationList.getClosest(java.awt.geom.Point2D location)
          Retrieves the object closest to the given location.
 

Methods in org.gicentre.treemappa with parameters of type LocatedObject
 void LocationList.add(LocatedObject locObj)
          Adds the given object to the collection.
 int LocatedObject.compareTo(LocatedObject otherLocation)
          Compares this location with the given location.
 boolean LocationList.remove(LocatedObject locObj)
          Removes the given object from the collection.
 



treeMappa V.3.0.1, API documentation generated 4th April, 2011