|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EdgeStringer | |
|---|---|
| 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 | |
| samples.graph | Provides sample graph code that may be of interest. |
| Uses of EdgeStringer in edu.uci.ics.jung.graph.decorators |
|---|
| Classes in edu.uci.ics.jung.graph.decorators that implement EdgeStringer | |
|---|---|
class |
ConstantEdgeStringer
Returns the specified label for all edges. |
class |
EdgeWeightLabellerStringer
An EdgeStringer provides a string Label for any edge: the String is the Weight produced by the EdgeWeightLabeller that it takes as input. |
class |
NumberEdgeValueStringer
Returns the values specified by a NumberEdgeValue
instance as Strings. |
| Uses of EdgeStringer in edu.uci.ics.jung.visualization |
|---|
| Fields in edu.uci.ics.jung.visualization declared as EdgeStringer | |
|---|---|
protected EdgeStringer |
PluggableRenderer.edgeStringer
|
| Methods in edu.uci.ics.jung.visualization that return EdgeStringer | |
|---|---|
EdgeStringer |
PluggableRenderer.getEdgeStringer()
|
| Methods in edu.uci.ics.jung.visualization with parameters of type EdgeStringer | |
|---|---|
void |
PluggableRenderer.setEdgeStringer(EdgeStringer es)
Sets the EdgeStringer that specifies the label to
draw for each edge. |
| Uses of EdgeStringer in edu.uci.ics.jung.visualization.graphdraw |
|---|
| Fields in edu.uci.ics.jung.visualization.graphdraw declared as EdgeStringer | |
|---|---|
protected EdgeStringer |
SettableRenderer.mEdgeLabelFunction
Deprecated. |
| Constructors in edu.uci.ics.jung.visualization.graphdraw with parameters of type EdgeStringer | |
|---|---|
SettableRenderer(StringLabeller sl,
EdgeStringer el)
Deprecated. Creates a SettableRenderer that will label edges with the given EdgeStringer. |
|
| Uses of EdgeStringer in edu.uci.ics.jung.visualization.transform.shape |
|---|
| Methods in edu.uci.ics.jung.visualization.transform.shape that return EdgeStringer | |
|---|---|
EdgeStringer |
PluggableRendererDecorator.getEdgeStringer()
|
| Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type EdgeStringer | |
|---|---|
void |
PluggableRendererDecorator.setEdgeStringer(EdgeStringer es)
|
| Uses of EdgeStringer in samples.graph |
|---|
| Fields in samples.graph declared as EdgeStringer | |
|---|---|
protected EdgeStringer |
PluggableRendererDemo.es
|
protected EdgeStringer |
PluggableRendererDemo.es_none
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||