Interface StatusObject

  • All Known Implementing Classes:
    VoronoiTreemap

    public interface StatusObject
    This object is used to notify certain steps to outer objects, e.g. when a node is finished. It gives the corresponding child ids and polygons of the finished node.
    • Method Detail

      • finishedNode

        void finishedNode​(int Node,
                          int layer,
                          int[] children,
                          PolygonSimple[] polygons)
      • finished

        void finished()