|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParallelEdgeIndexFunction | |
---|---|
edu.uci.ics.jung.graph.decorators | Provides mechanisms for annotating nodes consistently with useful information. |
edu.uci.ics.jung.utils | Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application. |
edu.uci.ics.jung.visualization | Provides a visualization mechanism for drawing and rendering Graphs. |
edu.uci.ics.jung.visualization.transform.shape |
Uses of ParallelEdgeIndexFunction in edu.uci.ics.jung.graph.decorators |
---|
Fields in edu.uci.ics.jung.graph.decorators declared as ParallelEdgeIndexFunction | |
---|---|
protected ParallelEdgeIndexFunction |
EdgeShape.BentLine.parallelEdgeIndexFunction
|
protected ParallelEdgeIndexFunction |
EdgeShape.QuadCurve.parallelEdgeIndexFunction
|
protected ParallelEdgeIndexFunction |
EdgeShape.CubicCurve.parallelEdgeIndexFunction
|
protected ParallelEdgeIndexFunction |
EdgeShape.Loop.parallelEdgeIndexFunction
|
Methods in edu.uci.ics.jung.graph.decorators with parameters of type ParallelEdgeIndexFunction | |
---|---|
void |
EdgeShape.BentLine.setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction)
|
void |
EdgeShape.QuadCurve.setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction)
|
void |
EdgeShape.CubicCurve.setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction)
|
void |
EdgeShape.Loop.setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction)
|
void |
EdgeShape.ParallelRendering.setParallelEdgeIndexFunction(ParallelEdgeIndexFunction peif)
|
Uses of ParallelEdgeIndexFunction in edu.uci.ics.jung.utils |
---|
Classes in edu.uci.ics.jung.utils that implement ParallelEdgeIndexFunction | |
---|---|
class |
DefaultParallelEdgeIndexFunction
A class which creates and maintains indices for parallel edges. |
class |
ParallelEdgeIndexSingleton
A class which creates and maintains indices for parallel edges. |
Methods in edu.uci.ics.jung.utils that return ParallelEdgeIndexFunction | |
---|---|
static ParallelEdgeIndexFunction |
ParallelEdgeIndexSingleton.getInstance()
|
Uses of ParallelEdgeIndexFunction in edu.uci.ics.jung.visualization |
---|
Fields in edu.uci.ics.jung.visualization declared as ParallelEdgeIndexFunction | |
---|---|
protected ParallelEdgeIndexFunction |
PluggableRenderer.parallelEdgeIndexFunction
|
Methods in edu.uci.ics.jung.visualization that return ParallelEdgeIndexFunction | |
---|---|
ParallelEdgeIndexFunction |
PluggableRenderer.getParallelEdgeIndexFunction()
|
Methods in edu.uci.ics.jung.visualization with parameters of type ParallelEdgeIndexFunction | |
---|---|
void |
PluggableRenderer.setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction)
|
Uses of ParallelEdgeIndexFunction in edu.uci.ics.jung.visualization.transform.shape |
---|
Methods in edu.uci.ics.jung.visualization.transform.shape that return ParallelEdgeIndexFunction | |
---|---|
ParallelEdgeIndexFunction |
PluggableRendererDecorator.getParallelEdgeIndexFunction()
|
Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type ParallelEdgeIndexFunction | |
---|---|
void |
PluggableRendererDecorator.setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |