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 TypeMethodDescriptionvoid
finished()
void
finishedNode
(int Node, int layer, int[] children, PolygonSimple[] polygons)
-
Method Details
-
finishedNode
-
finished
void finished()
-