Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected ParallelEdgeIndexFunction |
EdgeShape.BentLine.parallelEdgeIndexFunction |
protected ParallelEdgeIndexFunction |
EdgeShape.QuadCurve.parallelEdgeIndexFunction |
protected ParallelEdgeIndexFunction |
EdgeShape.CubicCurve.parallelEdgeIndexFunction |
protected ParallelEdgeIndexFunction |
EdgeShape.Loop.parallelEdgeIndexFunction |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultParallelEdgeIndexFunction
A class which creates and maintains indices for parallel edges.
|
class |
ParallelEdgeIndexSingleton
A class which creates and maintains indices for parallel edges.
|
Modifier and Type | Method and Description |
---|---|
static ParallelEdgeIndexFunction |
ParallelEdgeIndexSingleton.getInstance() |
Modifier and Type | Field and Description |
---|---|
protected ParallelEdgeIndexFunction |
PluggableRenderer.parallelEdgeIndexFunction |
Modifier and Type | Method and Description |
---|---|
ParallelEdgeIndexFunction |
PluggableRenderer.getParallelEdgeIndexFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction) |
Modifier and Type | Method and Description |
---|---|
ParallelEdgeIndexFunction |
PluggableRendererDecorator.getParallelEdgeIndexFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction) |