net.sourceforge.plantuml.posimo
Class PathDrawerInterface

java.lang.Object
  extended by net.sourceforge.plantuml.posimo.PathDrawerInterface
All Implemented Interfaces:
PathDrawer

public class PathDrawerInterface
extends Object
implements PathDrawer


Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 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.