| Package | Description |
|---|---|
| org.bimserver.charting.Algorithms.StreamGraph | |
| org.bimserver.charting.Charts | |
| org.bimserver.charting.Containers | |
| org.bimserver.charting.Delegates |
| Modifier and Type | Field and Description |
|---|---|
TreeNode |
TreeNodeDataSource.Root |
| Constructor and Description |
|---|
TreeNodeDataSource(TreeNode root) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<TreeNode> |
SmallMultiplesArea.sortLargerDatesToEnd |
| Modifier and Type | Field and Description |
|---|---|
TreeNode[] |
TreeNode.Children
An array of all this node's child nodes.
|
TreeNode |
TreeNode.CollapsesInto |
| Modifier and Type | Method and Description |
|---|---|
TreeNode[] |
TreeNode.children()
Gets a list of all the child nodes of this node.
|
static TreeNode |
TreeNode.Consume(ChartRows filteredData,
ModelDimension hierarchy,
ModelDimension size) |
static TreeNode |
TreeNode.Consume(ChartRows filteredData,
ModelDimension hierarchy,
ModelDimension size,
Double minimumSize) |
static TreeNode |
TreeNode.ConsumeByGroup(ChartRows filteredData,
ModelDimension group,
ModelDimension size) |
TreeNode |
TreeNode.get(Integer index) |
TreeNode |
TreeNode.get(String className) |
TreeNode |
TreeNode.get(String className,
String name) |
TreeNode |
TreeNode.getByName(String name) |
TreeNode |
TreeNode.getMajorBranch() |
TreeNode |
TreeNode.getParent()
Gets the parent node of this one.
|
TreeNode |
TreeNode.remove(int index)
Removes the child at position
index from the tree. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TreeNode> |
TreeNode.iterateFromLeafNodesToRoot() |
Iterator<TreeNode> |
TreeNode.iterateFromRootToLeafNodes() |
Iterator<TreeNode> |
TreeNode.iterateLeafNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeNode.add(TreeNode child)
Adds the
child node to this container making this its parent. |
void |
TreeNode.add(TreeNode child,
Integer index)
Adds the
child node to this container making this its parent. |
void |
TreeNode.padParentWithXNodesThatCollapseIntoThisNode(TreeNode thisNode,
int delta) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITreeNodeHandler.handleNode(TreeNode node) |
Copyright © 2017 OpenSource BIM. All rights reserved.