Package com.treemap

Class AbstractTreeMapModel<N extends MutableTreeMapNode<N,Column,Color,Font>,Row,Column,Color,Font>

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

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