Package net.sourceforge.plantuml.posimo
Class PathDrawerInterface
- java.lang.Object
-
- net.sourceforge.plantuml.posimo.PathDrawerInterface
-
- All Implemented Interfaces:
PathDrawer
public class PathDrawerInterface extends java.lang.Object implements PathDrawer
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PathDrawerInterfacecreate(ISkinParam param, LinkType linkType)voiddrawPathAfter(UGraphic ug, Positionable start, Positionable end, Path path)voiddrawPathBefore(UGraphic ug, Positionable start, Positionable end, Path path)
-
-
-
Method Detail
-
create
public static PathDrawerInterface create(ISkinParam param, LinkType linkType)
-
drawPathBefore
public void drawPathBefore(UGraphic ug, Positionable start, Positionable end, Path path)
- Specified by:
drawPathBeforein interfacePathDrawer
-
drawPathAfter
public void drawPathAfter(UGraphic ug, Positionable start, Positionable end, Path path)
- Specified by:
drawPathAfterin interfacePathDrawer
-
-