net.sourceforge.plantuml.posimo
Class Path
- java.lang.Object
-
- net.sourceforge.plantuml.posimo.Path
-
public class Path extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description Path(Block start, Block end, Label label)Path(Block start, Block end, Label label, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description DotPathgetDotPath()BlockgetEnd()LabelgetLabel()intgetLength()BlockgetStart()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()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG