Package com.treemap

Class AbstractRendering<C,N,Row,Column,Color,Font>

java.lang.Object
com.treemap.AbstractRendering<C,N,Row,Column,Color,Font>
Type Parameters:
N - the type of nodes
All Implemented Interfaces:
Rendering<C,N,Row,Column,Color,Font>
Direct Known Subclasses:
CushionRendering

public abstract class AbstractRendering<C,N,Row,Column,Color,Font> extends Object implements Rendering<C,N,Row,Column,Color,Font>
This class provides a skeletal implementation of the Rendering interface to minimize the effort required to implement this interface.