Interface EdgeSorting<E>
-
- Type Parameters:
E
-
- All Known Subinterfaces:
EdgeAwareLayoutAlgorithm<V,E>
- All Known Implementing Classes:
EdgeAwareTreeLayoutAlgorithm
,MultiRowEdgeAwareTreeLayoutAlgorithm
,RadialEdgeAwareTreeLayoutAlgorithm
,TidierRadialTreeLayoutAlgorithm
,TidierTreeLayoutAlgorithm
public interface EdgeSorting<E>
an interface forLayoutAlgorithm
s with a settable Comparator for edges
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setEdgeComparator(Comparator<E> comparator)
-
-
-
Method Detail
-
setEdgeComparator
void setEdgeComparator(Comparator<E> comparator)
-
-