computational.geometry.convexhull
Class GrahamScanEvent.ConvexHullFound

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

public static class GrahamScanEvent.ConvexHullFound
extends GrahamScanEvent

ConvexHullFound


Nested Class Summary
 
Nested classes/interfaces inherited from class computational.geometry.convexhull.GrahamScanEvent
GrahamScanEvent.BottomFound, GrahamScanEvent.CcwSorted, GrahamScanEvent.ConvexHullFound, GrahamScanEvent.PointPopped, GrahamScanEvent.PointPushed
 
Constructor Summary
GrahamScanEvent.ConvexHullFound(Polygon ch)
           
 
Method Summary
 Polygon getConvexHull()
           
 java.util.Stack getStack()
           
 java.lang.String getTest()
           
 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

GrahamScanEvent.ConvexHullFound

public GrahamScanEvent.ConvexHullFound(Polygon ch)
Method Detail

getConvexHull

public Polygon getConvexHull()

getStack

public java.util.Stack getStack()
Specified by:
getStack in class GrahamScanEvent

getTest

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

getType

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

toString

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