computational.geometry.convexhull
Class JarvisMarchEvent.VertexFound

java.lang.Object
  extended by computational.geometry.convexhull.JarvisMarchEvent
      extended by computational.geometry.convexhull.JarvisMarchEvent.VertexFound
All Implemented Interfaces:
Event
Enclosing class:
JarvisMarchEvent

public static class JarvisMarchEvent.VertexFound
extends JarvisMarchEvent

VertexFound


Nested Class Summary
 
Nested classes/interfaces inherited from class computational.geometry.convexhull.JarvisMarchEvent
JarvisMarchEvent.BottomFound, JarvisMarchEvent.ConvexHullFound, JarvisMarchEvent.PointsCompared, JarvisMarchEvent.VertexFound
 
Constructor Summary
JarvisMarchEvent.VertexFound(java.util.List vertices)
           
 
Method Summary
 Point getAdded()
           
 java.lang.String getTest()
           
 java.lang.String getType()
           
 java.util.List getVertices()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JarvisMarchEvent.VertexFound

public JarvisMarchEvent.VertexFound(java.util.List vertices)
Method Detail

getAdded

public Point getAdded()

getTest

public java.lang.String getTest()
Specified by:
getTest in class JarvisMarchEvent

getType

public java.lang.String getType()
Specified by:
getType in class JarvisMarchEvent

getVertices

public java.util.List getVertices()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object