Interface Layered<V,E>
-
- All Known Implementing Classes:
AbstractHierarchicalMinCrossLayoutAlgorithm
,EiglspergerLayoutAlgorithm
,HierarchicalMinCrossLayoutAlgorithm
,SugiyamaLayoutAlgorithm
,TestEiglspergerLayoutAlgorithm
,TestSugiyamaLayoutAlgorithm
public interface Layered<V,E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLayering(Layering layering)
void
setMaxLevelCrossFunction(Function<org.jgrapht.Graph<V,E>,Integer> maxLevelCrossFunction)
-