net.sourceforge.plantuml.posimo
Class PathDrawerInterface
java.lang.Object
net.sourceforge.plantuml.posimo.PathDrawerInterface
- All Implemented Interfaces:
- PathDrawer
public class PathDrawerInterface
- extends Object
- implements PathDrawer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 interface PathDrawer
drawPathAfter
public void drawPathAfter(UGraphic ug,
Positionable start,
Positionable end,
Path path)
- Specified by:
drawPathAfter
in interface PathDrawer
Copyright © 2012. All Rights Reserved.