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 Detail

      • getNested

        com.macrofocus.geom.Shape getNested​(TreeMapModel<N,​Row,​Column,​Color,​Font> treeMapModel,
                                            N currentRoot,
                                            N node,
                                            com.macrofocus.geom.Shape shape)