Uses of Interface
edu.uci.ics.jung.visualization.renderers.Renderer.Edge
Packages that use Renderer.Edge
Package
Description
Visualization mechanisms relating to rendering.
Visualization mechanisms related to transformation of graph element shapes.
-
Uses of Renderer.Edge in edu.uci.ics.jung.visualization.renderers
Classes in edu.uci.ics.jung.visualization.renderers that implement Renderer.EdgeModifier and TypeClassDescriptionclassBasicEdgeRenderer<V,E> classCachingEdgeRenderer<V,E> static classclassuses a flatness argument to break edges into smaller segments.Methods in edu.uci.ics.jung.visualization.renderers that return Renderer.EdgeMethods in edu.uci.ics.jung.visualization.renderers with parameters of type Renderer.EdgeModifier and TypeMethodDescriptionvoidBasicRenderer.setEdgeRenderer(Renderer.Edge<V, E> r) voidRenderer.setEdgeRenderer(Renderer.Edge<V, E> r) -
Uses of Renderer.Edge in edu.uci.ics.jung.visualization.transform.shape
Fields in edu.uci.ics.jung.visualization.transform.shape declared as Renderer.EdgeModifier and TypeFieldDescriptionprotected Renderer.Edge<V, E> MagnifyImageLensSupport.reshapingEdgeRendererprotected Renderer.Edge<V, E> ViewLensSupport.reshapingEdgeRendererprotected Renderer.Edge<V, E> MagnifyImageLensSupport.savedEdgeRendererprotected Renderer.Edge<V, E> ViewLensSupport.savedEdgeRenderer