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.transform.shape |
Modifier and Type | Class and Description |
---|---|
class |
ConstantEdgeFontFunction |
Modifier and Type | Field and Description |
---|---|
protected EdgeFontFunction |
PluggableRenderer.edgeFontFunction |
Modifier and Type | Method and Description |
---|---|
EdgeFontFunction |
PluggableRenderer.getEdgeFontFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setEdgeFontFunction(EdgeFontFunction eff)
Sets the
EdgeFontFunction that specifies the font
to use for drawing each edge label. |
Modifier and Type | Method and Description |
---|---|
EdgeFontFunction |
PluggableRendererDecorator.getEdgeFontFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setEdgeFontFunction(EdgeFontFunction eff) |