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.
|
edu.uci.ics.jung.visualization.control | |
edu.uci.ics.jung.visualization.graphdraw |
Provides support classes for the
GraphDraw mechanism: generalized functions so users can tweak variables freely when creating with EdgeDraw. |
edu.uci.ics.jung.visualization.transform.shape | |
samples.graph |
Provides sample graph code that may be of interest.
|
samples.preview_new_graphdraw |
This module provides a new way of thinking about graph drawing.
|
scratch.danyel.sample |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRenderer
This abstract class structures much of the annoying
bits of Renderers, allowing the user to simply override
the important methods and move on.
|
class |
PluggableRenderer
A renderer with all sorts of buttons to press and dials to turn.
|
Modifier and Type | Field and Description |
---|---|
protected Renderer |
BirdsEyeVisualizationViewer.renderer
Deprecated.
|
protected Renderer |
VisualizationViewer.renderer
handles the actual drawing of graph elements
|
Modifier and Type | Method and Description |
---|---|
Renderer |
GraphDraw.getRender()
Deprecated.
As of version 1.5.2, replaced by getRenderer.
|
Renderer |
GraphDraw.getRenderer()
Deprecated.
Use getVisualizationViewer.getRenderer() instead.
|
Renderer |
VisualizationViewer.getRenderer()
Returns the renderer used by this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
BirdsEyeVisualizationViewer.setRenderer(Renderer r)
Deprecated.
UNTESTED.
|
void |
GraphDraw.setRenderer(Renderer r)
Deprecated.
Use getVisualizationViewer().setRenderer(r) instead.
|
void |
VisualizationViewer.setRenderer(Renderer r)
Sets the showing Renderer to be the input Renderer.
|
Constructor and Description |
---|
VisualizationViewer(Layout layout,
Renderer renderer)
Create an instance with passed parameters.
|
VisualizationViewer(Layout layout,
Renderer renderer,
java.awt.Dimension preferredSize)
Create an instance with passed parameters.
|
VisualizationViewer(VisualizationModel model,
Renderer renderer)
Create an instance with passed parameters.
|
VisualizationViewer(VisualizationModel model,
Renderer renderer,
java.awt.Dimension preferredSize)
Create an instance with passed parameters.
|
Modifier and Type | Method and Description |
---|---|
Renderer |
BirdsEyeGraphDraw.getRender()
Deprecated.
getter for the original renderer
|
Modifier and Type | Method and Description |
---|---|
void |
BirdsEyeGraphDraw.setRenderer(Renderer r)
Deprecated.
A method to set the renderer.
|
Constructor and Description |
---|
SatelliteVisualizationViewer(VisualizationViewer master,
Layout layout,
Renderer renderer) |
SatelliteVisualizationViewer(VisualizationViewer master,
Layout layout,
Renderer renderer,
java.awt.Dimension preferredSize) |
SatelliteVisualizationViewer(VisualizationViewer master,
VisualizationModel model,
Renderer renderer) |
SatelliteVisualizationViewer(VisualizationViewer master,
VisualizationModel model,
Renderer renderer,
java.awt.Dimension preferredSize) |
Modifier and Type | Class and Description |
---|---|
class |
SettableRenderer
Deprecated.
Replaced by PluggableRenderer.
|
Modifier and Type | Class and Description |
---|---|
class |
PluggableRendererDecorator
A complete wrapping of PluggableRenderer, used as a base class
|
class |
TransformingPluggableRenderer
a subclass to apply a TransformingGraphics to certain operations
|
Modifier and Type | Field and Description |
---|---|
protected Renderer |
ViewLensSupport.renderer |
Modifier and Type | Class and Description |
---|---|
class |
BasicRenderer |
Constructor and Description |
---|
OldToNewRenderer(Renderer r) |
Modifier and Type | Class and Description |
---|---|
class |
FadeBetweennessRenderer |
class |
FadeRenderer |
class |
SimpleRenderer |