Class ConvexHull.CallBack

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CallBack()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract void deleteNode​(int i)  
      (package private) abstract void getXY​(int ti, Point2D pt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallBack

        private CallBack()
    • Method Detail

      • getXY

        abstract void getXY​(int ti,
                            Point2D pt)
      • deleteNode

        abstract void deleteNode​(int i)