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>> Predicate<Context<Graph<V,
E>, E>>
- Enclosing class:
PluggableRendererDemo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
showDirected
(boolean b) void
showUndirected
(boolean b) 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
-
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
- Specified by:
apply
in interfacecom.google.common.base.Predicate<V>
-