net.sourceforge.plantuml.posimo
Class Path
java.lang.Object
net.sourceforge.plantuml.posimo.Path
public class Path
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Path
public Path(Block start,
Block end,
Label label)
Path
public Path(Block start,
Block end,
Label label,
int length)
getLabel
public final Label getLabel()
getStart
public final Block getStart()
getEnd
public final Block getEnd()
setLabelPositionCenter
public void setLabelPositionCenter(double labelX,
double labelY)
setLabelPosition
public void setLabelPosition(double x,
double y)
setDotPath
public void setDotPath(DotPath dotPath)
getDotPath
public final DotPath getDotPath()
getLength
public int getLength()
Copyright © 2012. All Rights Reserved.