Uses of Interface
edu.uci.ics.jung.graph.util.EdgeIndexFunction

Packages that use EdgeIndexFunction
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
 class DefaultParallelEdgeIndexFunction<V,E>
          A class which creates and maintains indices for parallel edges.
 class IncidentEdgeIndexFunction<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
protected  EdgeIndexFunction<V,E> PluggableRenderContext.incidentEdgeIndexFunction
           
protected  EdgeIndexFunction<V,E> PluggableRenderContext.parallelEdgeIndexFunction
           
 

Methods in edu.uci.ics.jung.visualization that return EdgeIndexFunction
 EdgeIndexFunction<V,E> RenderContext.getParallelEdgeIndexFunction()
           
 EdgeIndexFunction<V,E> PluggableRenderContext.getParallelEdgeIndexFunction()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type EdgeIndexFunction
 void RenderContext.setParallelEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)
           
 void PluggableRenderContext.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
protected  EdgeIndexFunction<V,E> EdgeShape.Orthogonal.edgeIndexFunction
           
protected  EdgeIndexFunction<V,E> EdgeShape.BentLine.parallelEdgeIndexFunction
           
protected  EdgeIndexFunction<V,E> EdgeShape.QuadCurve.parallelEdgeIndexFunction
           
protected  EdgeIndexFunction<V,E> EdgeShape.CubicCurve.parallelEdgeIndexFunction
           
protected  EdgeIndexFunction<V,E> EdgeShape.Loop.parallelEdgeIndexFunction
           
protected  EdgeIndexFunction<V,E> EdgeShape.Box.parallelEdgeIndexFunction
           
 

Methods in edu.uci.ics.jung.visualization.decorators that return EdgeIndexFunction
 EdgeIndexFunction<V,E> EdgeShape.BentLine.getEdgeIndexFunction()
           
 EdgeIndexFunction<V,E> EdgeShape.QuadCurve.getEdgeIndexFunction()
           
 EdgeIndexFunction<V,E> EdgeShape.CubicCurve.getEdgeIndexFunction()
           
 EdgeIndexFunction<V,E> EdgeShape.Loop.getEdgeIndexFunction()
           
 EdgeIndexFunction<V,E> EdgeShape.Box.getEdgeIndexFunction()
           
 EdgeIndexFunction<V,E> EdgeShape.Orthogonal.getEdgeIndexFunction()
           
 EdgeIndexFunction<V,E> EdgeShape.IndexedRendering.getEdgeIndexFunction()
           
 

Methods in edu.uci.ics.jung.visualization.decorators with parameters of type EdgeIndexFunction
 void EdgeShape.BentLine.setEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)
           
 void EdgeShape.QuadCurve.setEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)
           
 void EdgeShape.CubicCurve.setEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)
           
 void EdgeShape.Loop.setEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)
           
 void EdgeShape.Box.setEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)
           
 void EdgeShape.Orthogonal.setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction)
           
 void EdgeShape.IndexedRendering.setEdgeIndexFunction(EdgeIndexFunction<V,E> peif)
           
 

Uses of EdgeIndexFunction in edu.uci.ics.jung.visualization.util
 

Classes in edu.uci.ics.jung.visualization.util that implement EdgeIndexFunction
 class PredicatedParallelEdgeIndexFunction<V,E>
          A class which creates and maintains indices for parallel edges.
 



Copyright © 2009. All Rights Reserved.