computational.geometry.convexhull
Class GrahamScanEvent.PointPushed

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

public static class GrahamScanEvent.PointPushed
extends GrahamScanEvent

PointPushed


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.PointPushed(Point pushed, java.util.Stack vertices)
           
 
Method Summary
 Point getPushed()
           
 java.util.Stack getStack()
           
 java.lang.String getTest()
           
 java.lang.String getType()
           
 java.util.Stack getVertices()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GrahamScanEvent.PointPushed

public GrahamScanEvent.PointPushed(Point pushed,
                                   java.util.Stack vertices)
Method Detail

getPushed

public Point getPushed()

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

getVertices

public java.util.Stack getVertices()

toString

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