Uses of Interface
edu.uci.ics.jung.graph.util.EdgeIndexFunction
-
Packages that use EdgeIndexFunction Package Description edu.uci.ics.jung.graph.util Utility interfaces and classes for the JUNG API.edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.edu.uci.ics.jung.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.edu.uci.ics.jung.visualization.util Utilities for graph visualization. -
-
Uses of EdgeIndexFunction in edu.uci.ics.jung.graph.util
Classes in edu.uci.ics.jung.graph.util that implement EdgeIndexFunction Modifier and Type Class Description classDefaultParallelEdgeIndexFunction<V,E>A class which creates and maintains indices for parallel edges.classIncidentEdgeIndexFunction<V,E>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 EdgeIndexFunction Modifier and Type Field Description protected EdgeIndexFunction<V,E>PluggableRenderContext. incidentEdgeIndexFunctionprotected EdgeIndexFunction<V,E>PluggableRenderContext. parallelEdgeIndexFunctionMethods in edu.uci.ics.jung.visualization that return EdgeIndexFunction Modifier and Type Method Description EdgeIndexFunction<V,E>PluggableRenderContext. getParallelEdgeIndexFunction()EdgeIndexFunction<V,E>RenderContext. getParallelEdgeIndexFunction()Methods in edu.uci.ics.jung.visualization with parameters of type EdgeIndexFunction Modifier and Type Method Description voidPluggableRenderContext. 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 EdgeIndexFunction Modifier and Type Field Description protected EdgeIndexFunction<V,E>ParallelEdgeShapeTransformer. edgeIndexFunctionMethods in edu.uci.ics.jung.visualization.decorators that return EdgeIndexFunction Modifier and Type Method Description EdgeIndexFunction<V,E>ParallelEdgeShapeTransformer. getEdgeIndexFunction()Methods in edu.uci.ics.jung.visualization.decorators with parameters of type EdgeIndexFunction Modifier and Type Method Description voidEdgeShape.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 EdgeIndexFunction Modifier and Type Class Description classPredicatedParallelEdgeIndexFunction<V,E>A class which creates and maintains indices for parallel edges.
-