public class LayeredLayoutStatistics
extends java.lang.Object
Constructor and Description |
---|
LayeredLayoutStatistics()
Initializes a new instance of the
LayeredLayoutStatistics class. |
Modifier and Type | Method and Description |
---|---|
int |
getLayerCount()
Gets the total number of layers in the layout.
|
java.util.Hashtable<Link,java.lang.Integer> |
getLinkLayerCount()
Gets a mapping between links and the number of layers they run through.
|
java.util.Hashtable<Node,java.lang.Double> |
getNodeGridPositions()
Gets a mapping between nodes and their assigned grid positions.
|
java.util.Hashtable<Node,java.lang.Integer> |
getNodeLayerIndices()
Gets a mapping between nodes and their assigned layers.
|
public LayeredLayoutStatistics()
LayeredLayoutStatistics
class.public java.util.Hashtable<Node,java.lang.Integer> getNodeLayerIndices()
public java.util.Hashtable<Node,java.lang.Double> getNodeGridPositions()
public java.util.Hashtable<Link,java.lang.Integer> getLinkLayerCount()
public int getLayerCount()