Uses of Interface
org.jungrapht.visualization.util.EdgeIndexFunction
-
Packages that use EdgeIndexFunction Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.org.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of EdgeIndexFunction in org.jungrapht.visualization
Fields in org.jungrapht.visualization declared as EdgeIndexFunction Modifier and Type Field Description protected EdgeIndexFunction<V,E>
DefaultRenderContext. parallelEdgeIndexFunction
Methods in org.jungrapht.visualization that return EdgeIndexFunction Modifier and Type Method Description EdgeIndexFunction<V,E>
DefaultRenderContext. getParallelEdgeIndexFunction()
EdgeIndexFunction<V,E>
RenderContext. getParallelEdgeIndexFunction()
Methods in org.jungrapht.visualization with parameters of type EdgeIndexFunction Modifier and Type Method Description void
DefaultRenderContext. setParallelEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)
void
RenderContext. setParallelEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)
-
Uses of EdgeIndexFunction in org.jungrapht.visualization.decorators
Fields in org.jungrapht.visualization.decorators declared as EdgeIndexFunction Modifier and Type Field Description protected EdgeIndexFunction<V,E>
ParallelEdgeShapeFunction. edgeIndexFunction
Methods in org.jungrapht.visualization.decorators that return EdgeIndexFunction Modifier and Type Method Description EdgeIndexFunction<V,E>
ParallelEdgeShapeFunction. getEdgeIndexFunction()
Methods in org.jungrapht.visualization.decorators with parameters of type EdgeIndexFunction Modifier and Type Method Description void
EdgeShape.CubicCurve. setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction)
void
EdgeShape.QuadCurve. setEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)
void
ParallelEdgeShapeFunction. setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction)
-
Uses of EdgeIndexFunction in org.jungrapht.visualization.util
Classes in org.jungrapht.visualization.util that implement EdgeIndexFunction Modifier and Type Class Description class
ParallelEdgeIndexFunction<V,E>
A class which creates and maintains indices for parallel edges.class
PredicatedParallelEdgeIndexFunction<V,E>
A class which creates and maintains indices for parallel edges.
-