Package net.sourceforge.plantuml.posimo
Class Path
java.lang.Object
net.sourceforge.plantuml.posimo.Path
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal DotPath
final Block
getEnd()
final Label
getLabel()
int
final Block
getStart()
final boolean
isInvis()
void
setDotPath
(DotPath dotPath) void
setLabelPosition
(double x, double y) void
setLabelPositionCenter
(double labelX, double labelY)
-
Constructor Details
-
Path
-
Path
-
-
Method Details
-
getLabel
-
getStart
-
getEnd
-
setLabelPositionCenter
public void setLabelPositionCenter(double labelX, double labelY) -
setLabelPosition
public void setLabelPosition(double x, double y) -
setDotPath
-
getDotPath
-
getLength
public int getLength() -
isInvis
public final boolean isInvis()
-