computational.geometry.convexhull
Class JarvisMarchEvent

java.lang.Object
  extended by computational.geometry.convexhull.JarvisMarchEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
JarvisMarchEvent.BottomFound, JarvisMarchEvent.ConvexHullFound, JarvisMarchEvent.PointsCompared, JarvisMarchEvent.VertexFound

public abstract class JarvisMarchEvent
extends java.lang.Object
implements Event


Nested Class Summary
static class JarvisMarchEvent.BottomFound
          BottomFound
static class JarvisMarchEvent.ConvexHullFound
          ConvexHullFound
static class JarvisMarchEvent.PointsCompared
          PointsCompared
static class JarvisMarchEvent.VertexFound
          VertexFound
 
Constructor Summary
JarvisMarchEvent()
           
 
Method Summary
abstract  java.lang.String getTest()
           
abstract  java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarvisMarchEvent

public JarvisMarchEvent()
Method Detail

getTest

public abstract java.lang.String getTest()

getType

public abstract java.lang.String getType()