Uses of Interface
edu.uci.ics.jung.visualization.renderers.Renderer.Edge
-
Packages that use Renderer.Edge Package Description 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.Edge in edu.uci.ics.jung.visualization.renderers
Classes in edu.uci.ics.jung.visualization.renderers that implement Renderer.Edge Modifier and Type Class Description class
BasicEdgeRenderer<V,E>
class
CachingEdgeRenderer<V,E>
static class
Renderer.Edge.NOOP
class
ReshapingEdgeRenderer<V,E>
uses a flatness argument to break edges into smaller segments.Fields in edu.uci.ics.jung.visualization.renderers declared as Renderer.Edge Modifier and Type Field Description (package private) Renderer.Edge<V,E>
BasicRenderer. edgeRenderer
Methods in edu.uci.ics.jung.visualization.renderers that return Renderer.Edge Modifier and Type Method Description Renderer.Edge<V,E>
BasicRenderer. getEdgeRenderer()
Renderer.Edge<V,E>
Renderer. getEdgeRenderer()
Methods in edu.uci.ics.jung.visualization.renderers with parameters of type Renderer.Edge Modifier and Type Method Description void
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.Edge Modifier and Type Field Description protected 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
-