Package edu.uci.ics.jung.samples
Class PluggableRendererDemo.VertexDisplayPredicate<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.samples.PluggableRendererDemo.VertexDisplayPredicate<V,E>
-
- All Implemented Interfaces:
com.google.common.base.Predicate<Context<Graph<V,E>,V>>
,java.util.function.Predicate<Context<Graph<V,E>,V>>
- Enclosing class:
- PluggableRendererDemo
private static final class PluggableRendererDemo.VertexDisplayPredicate<V,E> extends java.lang.Object implements com.google.common.base.Predicate<Context<Graph<V,E>,V>>
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
filter_small
protected static int
MIN_DEGREE
-
Constructor Summary
Constructors Constructor Description VertexDisplayPredicate(boolean filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
apply(Context<Graph<V,E>,V> context)
void
filterSmall(boolean b)
-
-
-
Field Detail
-
filter_small
protected boolean filter_small
-
MIN_DEGREE
protected static final int MIN_DEGREE
- See Also:
- Constant Field Values
-
-