public class Connection extends Object
| Constructor and Description |
|---|
Connection(Point from,
double fromAngle,
Point to,
double toAngle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Point |
getFrom() |
double |
getFromAngle() |
Point |
getTo() |
double |
getToAngle() |
int |
hashCode() |
String |
toString() |
Copyright © 2017. All rights reserved.