infovis.tree.visualization.treemap
Class Strip

java.lang.Object
  extended by infovis.tree.visualization.treemap.Treemap
      extended by infovis.tree.visualization.treemap.Squarified
          extended by infovis.tree.visualization.treemap.Strip
All Implemented Interfaces:
Layout

public class Strip
extends Squarified

Strip Treemap algorithm.

Version:
$Revision: 1.8 $
Author:
Jean-Daniel Fekete
InfoVis factory arguments:
TreemapFactory Strip

Field Summary
static Strip instance
          Instance.
 
Constructor Summary
Strip()
          Constructor.
 
Method Summary
 String getName()
          Returns the name of the layout algorithm.
 
Methods inherited from class infovis.tree.visualization.treemap.Squarified
computeShapes
 
Methods inherited from class infovis.tree.visualization.treemap.Treemap
beginBox, borderShape, computeShapes, finish, getPreferredSize, invalidate, removeBorder, start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final Strip instance
Instance.

Constructor Detail

Strip

public Strip()
Constructor.

Method Detail

getName

public String getName()
Returns the name of the layout algorithm.

Specified by:
getName in interface Layout
Overrides:
getName in class Squarified
Returns:
the name of the layout algorithm


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.