Package | Description |
---|---|
fr.inria.zvtm.treemap |
Modifier and Type | Method and Description |
---|---|
Tree |
Tree.getChild(int n) |
Tree |
Tree.getParent() |
static Tree<ZMapItem> |
TreemapUtils.swingToUmd(TreeModel srcModel)
Returns a new UMD Tree instance that is equivalent to the
given Swing TreeModel
|
Modifier and Type | Method and Description |
---|---|
ListIterator<Tree> |
Tree.childrenIterator() |
List<Tree> |
Tree.peekAtChildren() |
Modifier and Type | Method and Description |
---|---|
void |
Tree.addChild(Tree<M> child) |
void |
Squarified.computeShapes(Rect bounds,
Tree node)
Lays out a tree.
|
Rect |
Squarified.computeShapesResize(Rect bounds,
Tree node,
double minWidth,
double minHeight)
Lays out a tree.
|
protected boolean |
Squarified.isVertical(double xmin,
double ymin,
double xmax,
double ymax,
Tree node) |
void |
Tree.setParent(Tree parent) |
protected int |
Squarified.visit(double xmin,
double ymin,
double xmax,
double ymax,
Tree node,
boolean throwIfMissingSpace,
double minWidth,
double minHeight) |
protected int |
Squarified.visitStrips(double xmin,
double ymin,
double xmax,
double ymax,
Tree node,
boolean throwIfMissingSpace,
double minWidth,
double minHeight)
Computes the rectangles that fill the containing rectangle allocated to
the specified node.
|
Modifier and Type | Method and Description |
---|---|
protected double |
Squarified.squarify(ListIterator<Tree> it,
double length,
double scale) |
void |
Tree.traversePost(Walker<Tree<M>> walker)
Do a postorder traversal of this Tree
|
void |
Tree.traversePre(Walker<Tree<M>> walker)
Do a preorder traversal of this Tree
|
Copyright © 2000-2002 Xerox Corporation. All Rights Reserved
Copyright © 2003 World Wide Web Consortium. All Rights Reserved
Copyright © 2004-2015 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.