java.lang.Objectcomputational.geometry.meshgeneration.MyPoint
computational.geometry.meshgeneration.Vertex
public class Vertex
Constructor Summary | |
---|---|
Vertex(int x,
int y,
Edge E)
|
|
Vertex(MyPoint P)
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object x)
|
boolean |
contained(java.util.LinkedList VeVector)
|
Edge |
getEdge()
|
Methods inherited from class computational.geometry.meshgeneration.MyPoint |
---|
contains, draw, drawLabels, drawPoints, getLabel, getPoints, getx, gety, setLabel, setx, sety, translate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Vertex(int x, int y, Edge E)
public Vertex(MyPoint P)
Method Detail |
---|
public int compareTo(java.lang.Object x)
compareTo
in class MyPoint
public boolean contained(java.util.LinkedList VeVector)
public Edge getEdge()