Package com.metsci.glimpse.core.painter.treemap
Painters for visualizing hierarchical data as a set of nested rectangles.
-
Interface Summary Interface Description TreeMapLayout Defines the layout of a set of nodes within a TreeMap. -
Class Summary Class Description AbstractTreeMapPainter Draws a TreeMap, useful for hierarchical data.NestedTreeMap The TreeMap datastructure for theAbstractTreeMapPainter
.SimpleTreeMapPainter A simple implementation ofAbstractTreeMapPainter
that has default colors for everything.SliceAndDiceLayout Lays out the children in a simplistic manner.SquarifiedLayout A TreeMap layout which better preserves aspect ratio and provides easier understanding of spatial relationships between nodes.