|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdgeColorFunction | |
---|---|
edu.uci.ics.jung.graph.decorators | Provides mechanisms for annotating nodes consistently with useful information. |
edu.uci.ics.jung.visualization | Provides a visualization mechanism for drawing and rendering Graphs. |
edu.uci.ics.jung.visualization.graphdraw | Provides support classes for the GraphDraw mechanism: generalized functions so users can tweak variables freely when creating with EdgeDraw. |
edu.uci.ics.jung.visualization.transform.shape |
Uses of EdgeColorFunction in edu.uci.ics.jung.graph.decorators |
---|
Classes in edu.uci.ics.jung.graph.decorators that implement EdgeColorFunction | |
---|---|
class |
ConstantEdgeColorFunction
Deprecated. Replaced by ConstantEdgePaintFunction. |
Uses of EdgeColorFunction in edu.uci.ics.jung.visualization |
---|
Methods in edu.uci.ics.jung.visualization with parameters of type EdgeColorFunction | |
---|---|
void |
GraphDraw.setEdgeColorFunction(EdgeColorFunction ecf)
Deprecated. Modify this property via the renderer instead. |
void |
PluggableRenderer.setEdgeColorFunction(EdgeColorFunction ecf)
Deprecated. Use setEdgePaintFunction instead |
Constructors in edu.uci.ics.jung.visualization with parameters of type EdgeColorFunction | |
---|---|
EdgeColorToEdgePaintFunctionConverter(EdgeColorFunction ecf)
Deprecated. |
Uses of EdgeColorFunction in edu.uci.ics.jung.visualization.graphdraw |
---|
Fields in edu.uci.ics.jung.visualization.graphdraw declared as EdgeColorFunction | |
---|---|
protected EdgeColorFunction |
SettableRenderer.edgeColorFunction
Deprecated. |
Methods in edu.uci.ics.jung.visualization.graphdraw with parameters of type EdgeColorFunction | |
---|---|
void |
SettableRenderer.setEdgeColorFunction(EdgeColorFunction ecf)
Deprecated. Edges are drawn by calling EdgeColorFunction with the edge, to decide how it is to be drawn. |
Uses of EdgeColorFunction in edu.uci.ics.jung.visualization.transform.shape |
---|
Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type EdgeColorFunction | |
---|---|
void |
PluggableRendererDecorator.setEdgeColorFunction(EdgeColorFunction ecf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |