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 TypeClassDescriptionclass
BasicEdgeRenderer<V,
E> class
CachingEdgeRenderer<V,
E> static class
class
uses a flatness argument to break edges into smaller segments.Fields in edu.uci.ics.jung.visualization.renderers declared as Renderer.EdgeMethods 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 TypeMethodDescriptionvoid
BasicRenderer.setEdgeRenderer
(Renderer.Edge<V, E> r) void
Renderer.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.reshapingEdgeRenderer
protected Renderer.Edge
<V, E> ViewLensSupport.reshapingEdgeRenderer
protected Renderer.Edge
<V, E> MagnifyImageLensSupport.savedEdgeRenderer
protected Renderer.Edge
<V, E> ViewLensSupport.savedEdgeRenderer