computational.geometry.convexhull
Class JarvisMarchEvent.PointsCompared

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

public static class JarvisMarchEvent.PointsCompared
extends JarvisMarchEvent

PointsCompared


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

Constructor Detail

JarvisMarchEvent.PointsCompared

public JarvisMarchEvent.PointsCompared(Turn turn,
                                       Point chosen)
Method Detail

getChosenPoint

public Point getChosenPoint()

getTest

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

getTurn

public Turn getTurn()

getType

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

toString

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