Package com.treemap

Class ExpandLabeling<N,Row,Column,Color,Font>

java.lang.Object
com.treemap.AbstractLabeling<N,Row,Column,Color,Font>
com.treemap.ExpandLabeling<N,Row,Column,Color,Font>
Type Parameters:
N - the type of nodes
All Implemented Interfaces:
Labeling<N,Row,Column,Color,Font>

@JsType public class ExpandLabeling<N,Row,Column,Color,Font> extends AbstractLabeling<N,Row,Column,Color,Font>
Display the label of the parent nodes in the center of its children (overlaid).
  • Constructor Details

    • ExpandLabeling

      public ExpandLabeling()
  • Method Details