|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.sahits.game.graphic.display.util.Edge
final class Edge
An edge is the conection between two Points.
| Field Summary | |
|---|---|
private Point |
a
|
private Point |
b
|
| Constructor Summary | |
|---|---|
Edge(Point a,
Point b)
|
|
| Method Summary | |
|---|---|
Point |
getA()
|
Point |
getB()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final Point a
private final Point b
| Constructor Detail |
|---|
public Edge(Point a,
Point b)
| Method Detail |
|---|
public Point getA()
public Point getB()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||