Package edu.uci.ics.jung.samples
Class PluggableRendererDemo.DirectionDisplayPredicate<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.samples.PluggableRendererDemo.DirectionDisplayPredicate<V,E>
-
- All Implemented Interfaces:
com.google.common.base.Predicate<Context<Graph<V,E>,E>>
,java.util.function.Predicate<Context<Graph<V,E>,E>>
- Enclosing class:
- PluggableRendererDemo
private static final class PluggableRendererDemo.DirectionDisplayPredicate<V,E> extends java.lang.Object implements com.google.common.base.Predicate<Context<Graph<V,E>,E>>
-
-
Constructor Summary
Constructors Constructor Description DirectionDisplayPredicate(boolean show_d, boolean show_u)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
apply(Context<Graph<V,E>,E> context)
void
showDirected(boolean b)
void
showUndirected(boolean b)
-