Package net.sourceforge.plantuml.posimo
Class PathDrawerInterface
java.lang.Object
net.sourceforge.plantuml.posimo.PathDrawerInterface
- All Implemented Interfaces:
PathDrawer
-
Method Summary
Modifier and TypeMethodDescriptionstatic PathDrawerInterface
create
(ISkinParam param, LinkType linkType) void
drawPathAfter
(UGraphic ug, Positionable start, Positionable end, Path path) void
drawPathBefore
(UGraphic ug, Positionable start, Positionable end, Path path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
create
-
drawPathBefore
- Specified by:
drawPathBefore
in interfacePathDrawer
-
drawPathAfter
- Specified by:
drawPathAfter
in interfacePathDrawer
-