Package net.sourceforge.plantuml.cruise
Class XAbstractEdge
- java.lang.Object
-
- net.sourceforge.plantuml.cruise.XAbstractEdge
-
-
Field Summary
Fields Modifier and Type Field Description protected Bibliotekon
bibliotekon
protected Link
link
protected ISkinParam
skinParam
-
Constructor Summary
Constructors Modifier Constructor Description protected
XAbstractEdge(Link link, ISkinParam skinParam, Bibliotekon bibliotekon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UmlDiagramType
diagramType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.svek.GuideLine
getArrowDirection, getArrowDirectionInRadian
-
-
-
-
Field Detail
-
link
protected final Link link
-
skinParam
protected final ISkinParam skinParam
-
bibliotekon
protected final Bibliotekon bibliotekon
-
-
Constructor Detail
-
XAbstractEdge
protected XAbstractEdge(Link link, ISkinParam skinParam, Bibliotekon bibliotekon)
-
-
Method Detail
-
diagramType
protected final UmlDiagramType diagramType()
-
-