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>>, Predicate<Context<Graph<V, E>, E>>
- Enclosing class:
PluggableRendererDemo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidshowDirected(boolean b) voidshowUndirected(boolean b) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals, test
-
Field Details
-
show_d
protected boolean show_d -
show_u
protected boolean show_u
-
-
Constructor Details
-
DirectionDisplayPredicate
public DirectionDisplayPredicate(boolean show_d, boolean show_u)
-
-
Method Details
-
showDirected
public void showDirected(boolean b) -
showUndirected
public void showUndirected(boolean b) -
apply
-