public class GraphEdge extends Object
Modifier and Type | Field and Description |
---|---|
int |
site1 |
int |
site2 |
double |
x1 |
double |
x2 |
double |
y1 |
double |
y2 |
Constructor and Description |
---|
GraphEdge() |
Modifier and Type | Method and Description |
---|---|
int |
getX1() |
int |
getX2() |
int |
getY1() |
int |
getY2() |
boolean |
isPoint() |
String |
toString() |
Copyright © 2017. All rights reserved.