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 |
ConstantVertexFontFunction |
Modifier and Type | Field and Description |
---|---|
protected VertexFontFunction |
PluggableRenderer.vertexFontFunction |
Modifier and Type | Method and Description |
---|---|
VertexFontFunction |
PluggableRenderer.getVertexFontFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setVertexFontFunction(VertexFontFunction vff)
Sets the
VertexFontFunction that specifies the font
to use for drawing each vertex label. |
Modifier and Type | Method and Description |
---|---|
VertexFontFunction |
PluggableRendererDecorator.getVertexFontFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setVertexFontFunction(VertexFontFunction vff) |