public class PathDrawerInterface extends Object implements PathDrawer
Modifier and Type | Method and Description |
---|---|
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) |
public static PathDrawerInterface create(ISkinParam param, LinkType linkType)
public void drawPathBefore(UGraphic ug, Positionable start, Positionable end, Path path)
drawPathBefore
in interface PathDrawer
public void drawPathAfter(UGraphic ug, Positionable start, Positionable end, Path path)
drawPathAfter
in interface PathDrawer
Copyright © 2016. All Rights Reserved.