Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
WeightedEdgeGraphFilter
This simple filter accepts Edges if their EdgeWeightLabeller turns out
to be greater than the input value.
|
Modifier and Type | Field and Description |
---|---|
protected LevelFilter |
GraphDraw.SliderChangeListener.levelFilter |
Modifier and Type | Method and Description |
---|---|
javax.swing.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.
|
Constructor and Description |
---|
GraphDraw.SliderChangeListener(GraphDraw gd,
javax.swing.JSlider js,
LevelFilter l) |