Uses of Interface
edu.uci.ics.jung.visualization.renderers.Renderer
Packages that use Renderer
Package
Description
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Visualization mechanisms relating to rendering.
Visualization mechanisms related to transformation of graph element shapes.
-
Uses of Renderer in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization declared as RendererModifier and TypeFieldDescriptionBasicVisualizationServer.rendererhandles the actual drawing of graph elementsMethods in edu.uci.ics.jung.visualization that return RendererModifier and TypeMethodDescriptionBasicVisualizationServer.getRenderer()VisualizationServer.getRenderer()Methods in edu.uci.ics.jung.visualization with parameters of type RendererModifier and TypeMethodDescriptionvoidBasicVisualizationServer.setRenderer(Renderer<V, E> r) voidVisualizationServer.setRenderer(Renderer<V, E> r) Sets the showing Renderer to be the input Renderer. -
Uses of Renderer in edu.uci.ics.jung.visualization.renderers
Classes in edu.uci.ics.jung.visualization.renderers that implement RendererModifier and TypeClassDescriptionclassBasicRenderer<V,E> The default implementation of the Renderer used by the VisualizationViewer.classCachingRenderer<V,E> -
Uses of Renderer in edu.uci.ics.jung.visualization.transform.shape
Fields in edu.uci.ics.jung.visualization.transform.shape declared as Renderer