Package | Description |
---|---|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
edu.uci.ics.jung.visualization.contrib |
These are additional layouts contributed by various users.
|
Modifier and Type | Field and Description |
---|---|
protected GraphDraw |
GraphDraw.SliderChangeListener.gd |
Constructor and Description |
---|
GraphDraw.SliderChangeListener(GraphDraw gd,
javax.swing.JSlider js,
LevelFilter l) |
Modifier and Type | Field and Description |
---|---|
protected GraphDraw |
BirdsEyeGraphDraw.gd
Deprecated.
the GraphDraw to manage
|
Constructor and Description |
---|
BirdsEyeGraphDraw(GraphDraw gd,
float scalex,
float scaley)
Deprecated.
Creates a read-only graph drawing environment that draws this graph object.
|