Class CushionRectangleRenderer<N>

java.lang.Object
de.engehausen.treemap.swing.impl.CushionRectangleRenderer<N>
Type Parameters:
N - the type of node the renderer supports
All Implemented Interfaces:
IRectangleRenderer<N,Graphics2D,Color>
Direct Known Subclasses:
CushionRectangleRendererEx

public class CushionRectangleRenderer<N> extends Object implements IRectangleRenderer<N,Graphics2D,Color>
Rectangle renderer that attempts to produce a "cushion effect" for the rectangles. It does not paint any labels. The renderer is not thread safe and cannot be shared between different threads.