Package | Description |
---|---|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
edu.uci.ics.jung.visualization.control | |
edu.uci.ics.jung.visualization.transform |
Modifier and Type | Method and Description |
---|---|
void |
VisualizationViewer.addPostRenderPaintable(VisualizationViewer.Paintable paintable) |
void |
VisualizationViewer.addPreRenderPaintable(VisualizationViewer.Paintable paintable) |
void |
VisualizationViewer.removePostRenderPaintable(VisualizationViewer.Paintable paintable) |
void |
VisualizationViewer.removePreRenderPaintable(VisualizationViewer.Paintable paintable) |
Modifier and Type | Field and Description |
---|---|
protected VisualizationViewer.Paintable |
PickingGraphMousePlugin.lensPaintable
the Paintable for the lens picking rectangle
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractLensSupport.Lens
the background for the hyperbolic projection
|
static class |
AbstractLensSupport.LensControls
the background for the hyperbolic projection
|