public interface EdgeWeightConstraint extends ConcreteConstraint
ConstrainedSugiyamaLayoutAlgorithm algorithm.| Modifier and Type | Method and Description |
|---|---|
double |
weight(Edge edge)
Assign a weight to the given edge.
|
double weight(Edge edge)
ConstrainedSugiyamaLayoutAlgorithm algorithm.edge - The edge to assign a weight to.