|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsamples.preview_new_graphdraw.Coordinates
samples.preview_new_graphdraw.VisVertex
public class VisVertex
| Field Summary | |
|---|---|
protected Vertex |
mVertex
|
| Fields inherited from class samples.preview_new_graphdraw.Coordinates |
|---|
x, y |
| Constructor Summary | |
|---|---|
VisVertex(Vertex v,
double x,
double y)
|
|
| Method Summary | |
|---|---|
VisVertex |
copy()
Creates a new visvertex with this same location |
double |
getSquareDistance(double x,
double y)
|
Vertex |
getVertex()
|
| Methods inherited from class samples.preview_new_graphdraw.Coordinates |
|---|
equals, getX, getY, hashCode, offset, scale, setX, setY |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Vertex mVertex
| Constructor Detail |
|---|
public VisVertex(Vertex v,
double x,
double y)
| Method Detail |
|---|
public double getSquareDistance(double x,
double y)
public Vertex getVertex()
public VisVertex copy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||