Class Neighborhood

java.lang.Object
net.sourceforge.plantuml.cucadiagram.dot.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

    Modifier and Type
    Method
    Description
    void
    drawU(UGraphic ug, double minX, double minY, Bibliotekon bibliotekon, Dimension2D shapeDim)
     

    Methods inherited from class java.lang.Object

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

    • Neighborhood

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