Package com.treemap

Class AbstractTreeMapSettings<N,Column,Color,Font>

java.lang.Object
com.treemap.AbstractTreeMapSettings<N,Column,Color,Font>
All Implemented Interfaces:
TreeMapSettings<N,Column,Color,Font>
Direct Known Subclasses:
DefaultTreeMapSettings

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