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 TypeClassDescriptionclassA class which creates and maintains indices for parallel edges.classA 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.incidentEdgeIndexFunctionprotected EdgeIndexFunction<V, E> PluggableRenderContext.parallelEdgeIndexFunctionMethods 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 TypeMethodDescriptionvoidPluggableRenderContext.setParallelEdgeIndexFunction(EdgeIndexFunction<V, E> parallelEdgeIndexFunction) voidRenderContext.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.edgeIndexFunctionMethods in edu.uci.ics.jung.visualization.decorators that return EdgeIndexFunctionMethods in edu.uci.ics.jung.visualization.decorators with parameters of type EdgeIndexFunctionModifier and TypeMethodDescriptionvoidEdgeShape.BentLine.setEdgeIndexFunction(EdgeIndexFunction<V, E> edgeIndexFunction) voidEdgeShape.CubicCurve.setEdgeIndexFunction(EdgeIndexFunction<V, E> edgeIndexFunction) voidEdgeShape.QuadCurve.setEdgeIndexFunction(EdgeIndexFunction<V, E> parallelEdgeIndexFunction) voidParallelEdgeShapeTransformer.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 TypeClassDescriptionclassA class which creates and maintains indices for parallel edges.