Class 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 Detail

      • ExpandLabeling

        public ExpandLabeling()
    • Method Detail

      • paintParent

        public void paintParent​(TGraphics<Color,​Font> g,
                                java.awt.Rectangle bounds,
                                N node,
                                TreeMapView view,
                                int pass,
                                int passes)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object