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 DotPathgetDotPath()BlockgetEnd()LabelgetLabel()intgetLength()BlockgetStart()booleanisInvis()voidsetDotPath(DotPath dotPath)voidsetLabelPosition(double x, double y)voidsetLabelPositionCenter(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()
-
-