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. parallelEdgeIndexFunctionMethods 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 voidDefaultRenderContext. setParallelEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)voidRenderContext. 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. edgeIndexFunctionMethods 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 voidEdgeShape.CubicCurve. setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction)voidEdgeShape.QuadCurve. setEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)voidParallelEdgeShapeFunction. 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 classParallelEdgeIndexFunction<V,E>A class which creates and maintains indices for parallel edges.classPredicatedParallelEdgeIndexFunction<V,E>A class which creates and maintains indices for parallel edges.
-