computational.geometry.meshgeneration
Class Vertex

java.lang.Object
  extended by computational.geometry.meshgeneration.MyPoint
      extended by computational.geometry.meshgeneration.Vertex
All Implemented Interfaces:
Shape, java.lang.Cloneable

public class Vertex
extends MyPoint


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

Vertex

public Vertex(int x,
              int y,
              Edge E)

Vertex

public Vertex(MyPoint P)
Method Detail

compareTo

public int compareTo(java.lang.Object x)
Overrides:
compareTo in class MyPoint

contained

public boolean contained(java.util.LinkedList VeVector)

getEdge

public Edge getEdge()