Package com.treemap
Interface TreeMapHeaderRenderer<N,Row,Column,Color,Font>
- Type Parameters:
N
-
- All Known Implementing Classes:
DefaultTreeMapHeaderRenderer
public interface TreeMapHeaderRenderer<N,Row,Column,Color,Font>
This interface defines the method required to render headers in a TreeMapView.
-
Method Summary
-
Method Details
-
getTreeMapHeaderRendererComponent
com.macrofocus.labeling.EnhancedLabel<Color,Font> getTreeMapHeaderRendererComponent(TreeMapModel<N, Row, Column, Color, Font> model, N node, Dimension dimension) Returns the component used for drawing the headers.- Parameters:
model
- the modelnode
- the nodedimension
-- Returns:
- the component
-