public class Path extends Object
Constructor and Description |
---|
Path(Block start,
Block end,
Label label) |
Path(Block start,
Block end,
Label label,
int length) |
Modifier and Type | Method and Description |
---|---|
DotPath |
getDotPath() |
Block |
getEnd() |
Label |
getLabel() |
int |
getLength() |
Block |
getStart() |
void |
setDotPath(DotPath dotPath) |
void |
setLabelPosition(double x,
double y) |
void |
setLabelPositionCenter(double labelX,
double labelY) |
public final Label getLabel()
public final Block getStart()
public final Block getEnd()
public void setLabelPositionCenter(double labelX, double labelY)
public void setLabelPosition(double x, double y)
public void setDotPath(DotPath dotPath)
public final DotPath getDotPath()
public int getLength()
Copyright © 2015. All Rights Reserved.