public class CellGraphEdge extends Object
| Modifier and Type | Field and Description |
|---|---|
private float[] |
angle |
private CellGraphNode |
dst |
private int |
id |
private double |
length |
private CellGraphNode |
src |
private float[] |
widthL |
private float[] |
widthR |
private float[] |
x |
private float[] |
y |
| Constructor and Description |
|---|
CellGraphEdge(int id,
double length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
float[] |
getAngle() |
CellGraphNode |
getDst() |
int |
getId() |
double |
getLength() |
CellGraphNode |
getSrc() |
float[] |
getWidthL() |
float[] |
getWidthR() |
float[] |
getXCoordinates() |
float[] |
getYCoordinates() |
void |
setAngle(float[] angle) |
void |
setDst(CellGraphNode dst) |
void |
setSrc(CellGraphNode src) |
void |
setWidthL(float[] widthL) |
void |
setWidthR(float[] widthR) |
void |
setXCoordinates(float[] x) |
void |
setYCoordinates(float[] y) |
String |
toString() |
private double length
private int id
private CellGraphNode src
private CellGraphNode dst
private float[] x
private float[] y
private float[] angle
private float[] widthL
private float[] widthR
public void setXCoordinates(float[] x)
public void setYCoordinates(float[] y)
public void setAngle(float[] angle)
public void setWidthR(float[] widthR)
public void setWidthL(float[] widthL)
public float[] getXCoordinates()
public float[] getYCoordinates()
public float[] getAngle()
public float[] getWidthL()
public float[] getWidthR()
public double getLength()
public int getId()
public void setSrc(CellGraphNode src)
public void setDst(CellGraphNode dst)
public CellGraphNode getSrc()
public CellGraphNode getDst()
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.