public class TreeLaminator extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TreeLaminator.ChildrenFunction<N> |
| Constructor and Description |
|---|
TreeLaminator() |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> int |
getShallowDepth(T node,
TreeLaminator.ChildrenFunction<T> childNodes) |
static <T> Matrix<T> |
layoutTree(T rootNode,
TreeLaminator.ChildrenFunction<T> children) |
protected static <T> boolean |
shallowFit(int row,
int pos,
T node,
TreeLaminator.ChildrenFunction<T> childNodes,
Matrix<T> matrix) |
public static <T> Matrix<T> layoutTree(T rootNode, TreeLaminator.ChildrenFunction<T> children)
protected static <T> int getShallowDepth(T node,
TreeLaminator.ChildrenFunction<T> childNodes)
protected static <T> boolean shallowFit(int row,
int pos,
T node,
TreeLaminator.ChildrenFunction<T> childNodes,
Matrix<T> matrix)
Copyright © 2016–2019. All rights reserved.