edu.uci.ics.jung.visualization
Class RenderContext.UndirectedEdgeArrowPredicate<V,E>

java.lang.Object
  extended by edu.uci.ics.jung.visualization.RenderContext.UndirectedEdgeArrowPredicate<V,E>
All Implemented Interfaces:
org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>>
Enclosing interface:
RenderContext<V,E>

public static class RenderContext.UndirectedEdgeArrowPredicate<V,E>
extends Object
implements org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>>


Constructor Summary
RenderContext.UndirectedEdgeArrowPredicate()
           
 
Method Summary
 boolean evaluate(Context<Graph<V,E>,E> c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderContext.UndirectedEdgeArrowPredicate

public RenderContext.UndirectedEdgeArrowPredicate()
Method Detail

evaluate

public boolean evaluate(Context<Graph<V,E>,E> c)
Specified by:
evaluate in interface org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>>


Copyright © 2009. All Rights Reserved.