Package | Description |
---|---|
edu.uci.ics.jung.graph.decorators |
Provides mechanisms for annotating nodes consistently with useful information.
|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
edu.uci.ics.jung.visualization.control | |
samples.graph |
Provides sample graph code that may be of interest.
|
Constructor and Description |
---|
GradientEdgePaintFunction(java.awt.Color c1,
java.awt.Color c2,
HasGraphLayout vv,
LayoutTransformer transformer) |
Modifier and Type | Class and Description |
---|---|
class |
VisualizationViewer
A class that maintains many of the details necessary for creating
visualizations of graphs.
|
Modifier and Type | Field and Description |
---|---|
protected HasGraphLayout |
RadiusPickSupport.hasGraphLayout |
protected HasGraphLayout |
ShapePickSupport.hasGraphLayout |
Modifier and Type | Method and Description |
---|---|
void |
PickSupport.setHasGraphLayout(HasGraphLayout vv) |
void |
RadiusPickSupport.setHasGraphLayout(HasGraphLayout hasGraphLayout)
called by VisualizationViewer when this PickSupport impl is
added to VisualizationViewer.
|
void |
ShapePickSupport.setHasGraphLayout(HasGraphLayout hasGraphLayout)
called by a HasLayout impl (like VisualizationViewer) when this
PickSupport impl is
added to it.
|
Constructor and Description |
---|
RadiusPickSupport(HasGraphLayout hasGraphLayout,
double maxDistance) |
ShapePickSupport(HasGraphLayout hasGraphLayout,
LayoutTransformer layoutTransformer,
HasShapeFunctions hasShapeFunctions,
float pickSize)
Create an instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SatelliteVisualizationViewer
A VisualizationViewer that can act as a satellite view for another
(master) VisualizationViewer.
|
Constructor and Description |
---|
PluggableRendererDemo.GradientPickedEdgePaintFunction(EdgePaintFunction defaultEdgePaintFunction,
HasGraphLayout vv,
LayoutTransformer transformer,
PickedInfo pi) |