|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LevelFilter | |
---|---|
edu.uci.ics.jung.graph.filters.impl | Provides sample implementations and generally useful filters. |
edu.uci.ics.jung.visualization | Provides a visualization mechanism for drawing and rendering Graphs. |
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 |
---|
Fields in edu.uci.ics.jung.visualization declared as LevelFilter | |
---|---|
protected LevelFilter |
GraphDraw.SliderChangeListener.levelFilter
|
Methods in edu.uci.ics.jung.visualization with parameters of type LevelFilter | |
---|---|
JSlider |
GraphDraw.addSlider(LevelFilter l,
int low,
int high,
int defaultVal)
Deprecated. Use the PluggableRenderer's vertex and edge visibility predicates instead. See the release notes for version 1.6 for more information. |
Constructors in edu.uci.ics.jung.visualization with parameters of type LevelFilter | |
---|---|
GraphDraw.SliderChangeListener(GraphDraw gd,
JSlider js,
LevelFilter l)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |