Package net.sourceforge.plantuml.posimo
Class PathDrawerInterface
java.lang.Object
net.sourceforge.plantuml.posimo.PathDrawerInterface
- All Implemented Interfaces:
PathDrawer
-
Method Summary
Modifier and TypeMethodDescriptionstatic PathDrawerInterfacecreate(ISkinParam param, LinkType linkType) voiddrawPathAfter(UGraphic ug, Positionable start, Positionable end, Path path) voiddrawPathBefore(UGraphic ug, Positionable start, Positionable end, Path path)
-
Method Details
-
create
-
drawPathBefore
- Specified by:
drawPathBeforein interfacePathDrawer
-
drawPathAfter
- Specified by:
drawPathAfterin interfacePathDrawer
-