Package com.treemap

Interface Nesting<N,Row,Column,Color,Font>

All Known Implementing Classes:
AbstractNesting

public interface Nesting<N,Row,Column,Color,Font>
Defines extra spacing between levels of the hierarchy.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.macrofocus.geom.Shape
    getNested(TreeMapModel<N,Row,Column,Color,Font> treeMapModel, N currentRoot, N node, com.macrofocus.geom.Shape shape)
     
  • Method Details