Uses of Interface
edu.uci.ics.jung.visualization.renderers.Renderer
-
Packages that use Renderer Package Description edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.edu.uci.ics.jung.visualization.renderers Visualization mechanisms relating to rendering.edu.uci.ics.jung.visualization.transform.shape 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 Renderer Modifier and Type Field Description protected Renderer<V,E>BasicVisualizationServer. rendererhandles the actual drawing of graph elementsMethods in edu.uci.ics.jung.visualization that return Renderer Modifier and Type Method Description Renderer<V,E>BasicVisualizationServer. getRenderer()Renderer<V,E>VisualizationServer. getRenderer()Methods in edu.uci.ics.jung.visualization with parameters of type Renderer Modifier and Type Method Description voidBasicVisualizationServer. 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 Renderer Modifier and Type Class Description classBasicRenderer<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 Modifier and Type Field Description protected Renderer<V,E>MagnifyImageLensSupport. rendererprotected Renderer<V,E>MagnifyImageLensSupport. transformingRenderer
-