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 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 Detail
-
create
public static PathDrawerInterface create(ISkinParam param, LinkType linkType)
-
drawPathBefore
public void drawPathBefore(UGraphic ug, Positionable start, Positionable end, Path path)
- Specified by:
drawPathBefore
in interfacePathDrawer
-
drawPathAfter
public void drawPathAfter(UGraphic ug, Positionable start, Positionable end, Path path)
- Specified by:
drawPathAfter
in interfacePathDrawer
-
-