Package net.sourceforge.plantuml.posimo
Interface PathDrawer
-
public interface PathDrawer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddrawPathAfter(UGraphic ug, Positionable start, Positionable end, Path path)voiddrawPathBefore(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)
-
-