Interface VertexPredicated<V>
-
- Type Parameters:
V
-
- All Known Subinterfaces:
EdgeAwareLayoutAlgorithm<V,E>
- All Known Implementing Classes:
EdgeAwareTreeLayoutAlgorithm
,MultiRowEdgeAwareTreeLayoutAlgorithm
,RadialEdgeAwareTreeLayoutAlgorithm
,TidierRadialTreeLayoutAlgorithm
,TidierTreeLayoutAlgorithm
public interface VertexPredicated<V>
an interface forLayoutAlgorithm
with a settablePredicate
to filter vertices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setVertexPredicate(Predicate<V> vertexPredicate)
-