Interface TreePlotTooltipRenderer<Component,​N,​Row,​Column,​Color,​Font>

  • Type Parameters:
    N -
    All Known Implementing Classes:
    DefaultTreePlotTooltipRenderer

    public interface TreePlotTooltipRenderer<Component,​N,​Row,​Column,​Color,​Font>
    This interface defines the method required to render tooltip values in a TreeMapView.
    • Method Detail

      • getTooltipRendererComponent

        com.macrofocus.labeling.EnhancedLabel<Color,​Font> getTooltipRendererComponent​(TreePlotView<Component,​N,​Row,​Column,​Color,​Font> view,
                                                                                            TreeMapField<N,​Column> field,
                                                                                            N node,
                                                                                            java.awt.Dimension dimension)
        Returns the component used for drawing the tooltip values.
        Parameters:
        view - the view
        field - the field for which the value should be queried
        node - the node for which the value should be queried
        dimension -
        Returns:
        the component