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

All Superinterfaces:
Filter
All Known Implementing Classes:
WeightedEdgeGraphFilter

public interface LevelFilter
extends Filter

A generally useful template for Filters that have a settable value. Filters like this can be used for slider bars to dynamically vary graphs.

Author:
danyelf

Method Summary
 int getValue()
           
 void setValue(int i)
           
 
Methods inherited from interface edu.uci.ics.jung.graph.filters.Filter
filter, getName
 

Method Detail

setValue

public void setValue(int i)

getValue

public int getValue()