Package edu.uci.ics.jung.visualization
Class RenderContext.DirectedEdgeArrowPredicate<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.visualization.RenderContext.DirectedEdgeArrowPredicate<V,E>
-
- All Implemented Interfaces:
org.apache.commons.collections4.Predicate<edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,E>,E>>
- Enclosing interface:
- RenderContext<V,E>
public static class RenderContext.DirectedEdgeArrowPredicate<V,E> extends java.lang.Object implements org.apache.commons.collections4.Predicate<edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,E>,E>>
-
-
Constructor Summary
Constructors Constructor Description DirectedEdgeArrowPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,E>,E> c)
-