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

private static final class PluggableRendererDemo.VertexDisplayPredicate<V,E> extends Object implements com.google.common.base.Predicate<Context<Graph<V,E>,V>>
  • 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

      public boolean apply(Context<Graph<V,E>,V> context)
      Specified by:
      apply in interface com.google.common.base.Predicate<V>