Package com.treemap

Class AbstractAlgorithm<N,Row,Column,Color,Font>

java.lang.Object
com.treemap.AbstractAlgorithm<N,Row,Column,Color,Font>
All Implemented Interfaces:
Algorithm<N,Row,Column,Color,Font>
Direct Known Subclasses:
AbstractTagCloudAlgorithm, BarAlgorithm, IcicleAlgorithm, PieAlgorithm, PivotByAlgorithm, SliceAndDiceAlgorithm, SquarifiedAlgorithm, SquarifiedPlusAlgorithm, SunburstAlgorithm

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