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>> Predicate<Context<Graph<V,
E>, V>>
- Enclosing class:
PluggableRendererDemo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected static final int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Field Details
-
filter_small
protected boolean filter_small -
MIN_DEGREE
protected static final int MIN_DEGREE- See Also:
-
-
Constructor Details
-
VertexDisplayPredicate
public VertexDisplayPredicate(boolean filter)
-
-
Method Details
-
filterSmall
public void filterSmall(boolean b) -
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<V>
-