Interface EdgePredicated<E>
-
- Type Parameters:
E
-
- All Known Subinterfaces:
EdgeAwareLayoutAlgorithm<V,E>
- All Known Implementing Classes:
EdgeAwareTreeLayoutAlgorithm
,MultiRowEdgeAwareTreeLayoutAlgorithm
,RadialEdgeAwareTreeLayoutAlgorithm
,TidierRadialTreeLayoutAlgorithm
,TidierTreeLayoutAlgorithm
public interface EdgePredicated<E>
an interface forLayoutAlgorithm
that can set aPredicate
to filter edges
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setEdgePredicate(Predicate<E> edgePredicate)
-