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 Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    finishedNode(int Node, int layer, int[] children, PolygonSimple[] polygons)
     
  • Method Details

    • finishedNode

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

      void finished()