public class SankeyMatrix extends LinkedHashMap<Double,ArrayList<SankeyNode>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SankeyMatrix(ArrayList<SankeyNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeNodeDepths(List<SankeyLink> links,
double nodePadding,
double height,
int iterationLimit) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic SankeyMatrix(ArrayList<SankeyNode> nodes)
public void computeNodeDepths(List<SankeyLink> links, double nodePadding, double height, int iterationLimit)
Copyright © 2017 OpenSource BIM. All rights reserved.