Package net.sourceforge.plantuml.graph
Interface ALink
-
- All Known Implementing Classes:
ALinkImpl
public interface ALink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDiffHeight()
ANode
getNode1()
ANode
getNode2()
java.lang.Object
getUserData()
-