Class SwingAlgorithmFactory

java.lang.Object
com.treemap.AlgorithmFactory
com.treemap.swing.SwingAlgorithmFactory

public class SwingAlgorithmFactory extends AlgorithmFactory
  • Field Details

    • VORONOI

      public static final Algorithm VORONOI
      Voronoi treemap layout. It is described in:

      Balzer, Michael, Oliver Deussen, and Claus Lewerentz. "Voronoi treemaps for the visualization of software metrics." Proceedings of the 2005 ACM symposium on Software visualization. ACM, 2005.

    • TAG_CLOUD

      public static final Algorithm TAG_CLOUD
      Tag Cloud layout.
  • Constructor Details

    • SwingAlgorithmFactory

      public SwingAlgorithmFactory(Algorithm[] entries)