JIDE 3.5.15

com.jidesoft.treemap
Interface TreeMapTooltipRenderer<N>

Type Parameters:
N -
All Known Implementing Classes:
DefaultTreeMapTooltipRenderer, DefaultTreeMapTooltipRenderer.UIResource

public interface TreeMapTooltipRenderer<N>

This interface defines the method required to render tooltip values in a TreeMapView.


Method Summary
 Component getTreeMapTooltipRendererComponent(TreeMapView<N> view, TreeMapField<N> field, N node, Dimension dimension)
          Returns the component used for drawing the tooltip values.
 

Method Detail

getTreeMapTooltipRendererComponent

Component getTreeMapTooltipRendererComponent(TreeMapView<N> view,
                                             TreeMapField<N> field,
                                             N node,
                                             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

JIDE 3.5.15