public class GraphPort extends Object implements GraphGeometry
| Modifier and Type | Method and Description |
|---|---|
double |
distanceTo(int x,
int y) |
String |
getEdgeUuid() |
int |
getIndex() |
String |
getShapeUuid() |
int |
getX() |
int |
getY() |
boolean |
isReadOnly() |
void |
setEdgeUuid(String edgeUuid) |
GraphPort |
setIndex(int index) |
void |
setReadOnly(boolean readOnly) |
void |
setShapeUuid(String shapeUuid) |
void |
setX(int x) |
void |
setXY(int x,
int y) |
void |
setY(int y) |
public String getEdgeUuid()
public void setEdgeUuid(String edgeUuid)
public String getShapeUuid()
public void setShapeUuid(String shapeUuid)
public int getIndex()
public GraphPort setIndex(int index)
public int getX()
public void setXY(int x,
int y)
public void setX(int x)
public int getY()
public void setY(int y)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public double distanceTo(int x,
int y)
distanceTo in interface GraphGeometryCopyright © 2021 vpc open source initiative. All rights reserved.