Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 String s. |
Modifier and Type | Field and Description |
---|---|
protected EdgeStringer |
PluggableRenderer.edgeStringer |
Modifier and Type | Method and Description |
---|---|
EdgeStringer |
PluggableRenderer.getEdgeStringer() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setEdgeStringer(EdgeStringer es)
Sets the
EdgeStringer that specifies the label to
draw for each edge. |
Modifier and Type | Field and Description |
---|---|
protected EdgeStringer |
SettableRenderer.mEdgeLabelFunction
Deprecated.
|
Constructor and Description |
---|
SettableRenderer(StringLabeller sl,
EdgeStringer el)
Deprecated.
Creates a SettableRenderer that will label edges with the given EdgeStringer.
|
Modifier and Type | Method and Description |
---|---|
EdgeStringer |
PluggableRendererDecorator.getEdgeStringer() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setEdgeStringer(EdgeStringer es) |
Modifier and Type | Field and Description |
---|---|
protected EdgeStringer |
PluggableRendererDemo.es |
protected EdgeStringer |
PluggableRendererDemo.es_none |