Class LinkConstraint

java.lang.Object
net.sourceforge.plantuml.cucadiagram.LinkConstraint

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

    Constructors
    Constructor
    Description
    LinkConstraint(Link link1, Link link2, Display display)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    drawMe(UGraphic ug, ISkinParam skinParam)
     
    void
    setPosition(Link link, java.awt.geom.Point2D pt)
     

    Methods inherited from class java.lang.Object

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

    • LinkConstraint

      public LinkConstraint(Link link1, Link link2, Display display)
  • Method Details

    • setPosition

      public void setPosition(Link link, java.awt.geom.Point2D pt)
    • drawMe

      public void drawMe(UGraphic ug, ISkinParam skinParam)