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)
-
Method Details
-
create
-
drawPathBefore
- Specified by:
drawPathBefore
in interfacePathDrawer
-
drawPathAfter
- Specified by:
drawPathAfter
in interfacePathDrawer
-