Uses of Interface
edu.uci.ics.jung.graph.filters.LevelFilter

Packages that use LevelFilter
edu.uci.ics.jung.graph.filters.impl   
edu.uci.ics.jung.visualization   
 

Uses of LevelFilter in edu.uci.ics.jung.graph.filters.impl
 

Classes in edu.uci.ics.jung.graph.filters.impl that implement LevelFilter
 class WeightedEdgeGraphFilter
          This simple filter accepts Edges if their EdgeWeightLabeller turns out to be greater than the input value.
 

Uses of LevelFilter in edu.uci.ics.jung.visualization
 

Methods in edu.uci.ics.jung.visualization with parameters of type LevelFilter
 javax.swing.JSlider GraphDraw.addSlider(LevelFilter l, int low, int high, int defaultVal)
          Creates a new slider based off of a LevelFilter.