|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Renderer | |
---|---|
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 |
Uses of Renderer in edu.uci.ics.jung.visualization |
---|
Classes in edu.uci.ics.jung.visualization that implement Renderer | |
---|---|
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. |
Fields in edu.uci.ics.jung.visualization declared as Renderer | |
---|---|
protected Renderer |
BirdsEyeVisualizationViewer.renderer
Deprecated. |
protected Renderer |
VisualizationViewer.renderer
handles the actual drawing of graph elements |
Methods in edu.uci.ics.jung.visualization that return Renderer | |
---|---|
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. |
Methods in edu.uci.ics.jung.visualization with parameters of type Renderer | |
---|---|
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. |
Constructors in edu.uci.ics.jung.visualization with parameters of type Renderer | |
---|---|
VisualizationViewer(Layout layout,
Renderer renderer)
Create an instance with passed parameters. |
|
VisualizationViewer(Layout layout,
Renderer renderer,
Dimension preferredSize)
Create an instance with passed parameters. |
|
VisualizationViewer(VisualizationModel model,
Renderer renderer)
Create an instance with passed parameters. |
|
VisualizationViewer(VisualizationModel model,
Renderer renderer,
Dimension preferredSize)
Create an instance with passed parameters. |
Uses of Renderer in edu.uci.ics.jung.visualization.contrib |
---|
Methods in edu.uci.ics.jung.visualization.contrib that return Renderer | |
---|---|
Renderer |
BirdsEyeGraphDraw.getRender()
Deprecated. getter for the original renderer |
Methods in edu.uci.ics.jung.visualization.contrib with parameters of type Renderer | |
---|---|
void |
BirdsEyeGraphDraw.setRenderer(Renderer r)
Deprecated. A method to set the renderer. |
Uses of Renderer in edu.uci.ics.jung.visualization.control |
---|
Constructors in edu.uci.ics.jung.visualization.control with parameters of type Renderer | |
---|---|
SatelliteVisualizationViewer(VisualizationViewer master,
Layout layout,
Renderer renderer)
|
|
SatelliteVisualizationViewer(VisualizationViewer master,
Layout layout,
Renderer renderer,
Dimension preferredSize)
|
|
SatelliteVisualizationViewer(VisualizationViewer master,
VisualizationModel model,
Renderer renderer)
|
|
SatelliteVisualizationViewer(VisualizationViewer master,
VisualizationModel model,
Renderer renderer,
Dimension preferredSize)
|
Uses of Renderer in edu.uci.ics.jung.visualization.graphdraw |
---|
Classes in edu.uci.ics.jung.visualization.graphdraw that implement Renderer | |
---|---|
class |
SettableRenderer
Deprecated. Replaced by PluggableRenderer. |
Uses of Renderer in edu.uci.ics.jung.visualization.transform.shape |
---|
Classes in edu.uci.ics.jung.visualization.transform.shape that implement Renderer | |
---|---|
class |
PluggableRendererDecorator
A complete wrapping of PluggableRenderer, used as a base class |
class |
TransformingPluggableRenderer
a subclass to apply a TransformingGraphics to certain operations |
Fields in edu.uci.ics.jung.visualization.transform.shape declared as Renderer | |
---|---|
protected Renderer |
ViewLensSupport.renderer
|
Uses of Renderer in samples.graph |
---|
Classes in samples.graph that implement Renderer | |
---|---|
class |
BasicRenderer
|
Uses of Renderer in samples.preview_new_graphdraw |
---|
Constructors in samples.preview_new_graphdraw with parameters of type Renderer | |
---|---|
OldToNewRenderer(Renderer r)
|
Uses of Renderer in scratch.danyel.sample |
---|
Classes in scratch.danyel.sample that implement Renderer | |
---|---|
class |
FadeBetweennessRenderer
|
class |
FadeRenderer
|
class |
SimpleRenderer
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |