Uses of Interface
edu.uci.ics.jung.graph.util.EdgeIndexFunction
Packages that use EdgeIndexFunction
Package
Description
Utility interfaces and classes for the JUNG API.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
Utilities for graph visualization.
-
Uses of EdgeIndexFunction in edu.uci.ics.jung.graph.util
Classes in edu.uci.ics.jung.graph.util that implement EdgeIndexFunctionModifier and TypeClassDescriptionclass
A class which creates and maintains indices for parallel edges.class
A class which creates and maintains indices for incident edges. -
Uses of EdgeIndexFunction in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization declared as EdgeIndexFunctionModifier and TypeFieldDescriptionprotected EdgeIndexFunction
<V, E> PluggableRenderContext.incidentEdgeIndexFunction
protected EdgeIndexFunction
<V, E> PluggableRenderContext.parallelEdgeIndexFunction
Methods in edu.uci.ics.jung.visualization that return EdgeIndexFunctionModifier and TypeMethodDescriptionPluggableRenderContext.getParallelEdgeIndexFunction()
RenderContext.getParallelEdgeIndexFunction()
Methods in edu.uci.ics.jung.visualization with parameters of type EdgeIndexFunctionModifier and TypeMethodDescriptionvoid
PluggableRenderContext.setParallelEdgeIndexFunction
(EdgeIndexFunction<V, E> parallelEdgeIndexFunction) void
RenderContext.setParallelEdgeIndexFunction
(EdgeIndexFunction<V, E> parallelEdgeIndexFunction) -
Uses of EdgeIndexFunction in edu.uci.ics.jung.visualization.decorators
Fields in edu.uci.ics.jung.visualization.decorators declared as EdgeIndexFunctionModifier and TypeFieldDescriptionprotected EdgeIndexFunction
<V, E> ParallelEdgeShapeTransformer.edgeIndexFunction
Methods in edu.uci.ics.jung.visualization.decorators that return EdgeIndexFunctionMethods in edu.uci.ics.jung.visualization.decorators with parameters of type EdgeIndexFunctionModifier and TypeMethodDescriptionprivate int
EdgeShape.getIndex
(E e, EdgeIndexFunction<V, E> edgeIndexFunction) void
EdgeShape.BentLine.setEdgeIndexFunction
(EdgeIndexFunction<V, E> edgeIndexFunction) void
EdgeShape.CubicCurve.setEdgeIndexFunction
(EdgeIndexFunction<V, E> edgeIndexFunction) void
EdgeShape.QuadCurve.setEdgeIndexFunction
(EdgeIndexFunction<V, E> parallelEdgeIndexFunction) void
ParallelEdgeShapeTransformer.setEdgeIndexFunction
(EdgeIndexFunction<V, E> edgeIndexFunction) -
Uses of EdgeIndexFunction in edu.uci.ics.jung.visualization.util
Classes in edu.uci.ics.jung.visualization.util that implement EdgeIndexFunctionModifier and TypeClassDescriptionclass
A class which creates and maintains indices for parallel edges.