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 PathDrawerpublic void drawPathAfter(UGraphic ug, Positionable start, Positionable end, Path path)
drawPathAfter in interface PathDrawerCopyright © 2017. All rights reserved.