All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.uci.ics.jung.visualization.spatial.rtree.BoundedMap Maven / Gradle / Ivy

package edu.uci.ics.jung.visualization.spatial.rtree;

import java.awt.geom.Rectangle2D;

public interface BoundedMap extends java.util.Map {

  //    void put(T n);
  //
  //    void put(LeafEntry entry);

  Rectangle2D getBounds();

  void recalculateBounds();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy