Package net.sourceforge.plantuml.posimo
Class Path
- java.lang.Object
-
- net.sourceforge.plantuml.posimo.Path
-
public class Path extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DotPath
getDotPath()
Block
getEnd()
Label
getLabel()
int
getLength()
Block
getStart()
boolean
isInvis()
void
setDotPath(DotPath dotPath)
void
setLabelPosition(double x, double y)
void
setLabelPositionCenter(double labelX, double labelY)
-
-
-
Method Detail
-
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()
-
isInvis
public final boolean isInvis()
-
-