Class Neighborhood


  • public class Neighborhood
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Neighborhood​(ILeaf leaf, java.util.List<Link> sametailLinks, java.util.List<Link> all)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drawU​(UGraphic ug, double minX, double minY, Bibliotekon bibliotekon, java.awt.geom.Dimension2D shapeDim)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Neighborhood

        public Neighborhood​(ILeaf leaf,
                            java.util.List<Link> sametailLinks,
                            java.util.List<Link> all)
    • Method Detail

      • drawU

        public void drawU​(UGraphic ug,
                          double minX,
                          double minY,
                          Bibliotekon bibliotekon,
                          java.awt.geom.Dimension2D shapeDim)