Package net.sourceforge.plantuml.posimo
Interface PathDrawer
-
public interface PathDrawer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawPathAfter(UGraphic ug, Positionable start, Positionable end, Path path)
void
drawPathBefore(UGraphic ug, Positionable start, Positionable end, Path path)
-
-
-
Method Detail
-
drawPathBefore
void drawPathBefore(UGraphic ug, Positionable start, Positionable end, Path path)
-
drawPathAfter
void drawPathAfter(UGraphic ug, Positionable start, Positionable end, Path path)
-
-