net.sourceforge.plantuml.posimo
Interface PathDrawer

All Known Implementing Classes:
PathDrawerInterface

public interface PathDrawer


Method Summary
 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)


Copyright © 2012. All Rights Reserved.