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 |
Modifier and Type | Class and Description |
---|---|
class |
ConstantVertexColorFunction |
Modifier and Type | Field and Description |
---|---|
protected VertexColorFunction |
VertexColorToVertexPaintConverter.vcf
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphDraw.setVertexColorFunction(VertexColorFunction vcf)
Deprecated.
Modify this property via the renderer instead.
|
void |
PluggableRenderer.setVertexColorFunction(VertexColorFunction vcf)
Deprecated.
Use setVertexPaintFunction with a VertexPaintFunction if you can
|
Constructor and Description |
---|
VertexColorToVertexPaintConverter(VertexColorFunction vcf)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected VertexColorFunction |
SettableRenderer.vertexColorFunction
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SettableRenderer.setVertexColorFunction(VertexColorFunction vcf)
Deprecated.
Finds the color of a vertex with a VertexColorFunction.
|
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setVertexColorFunction(VertexColorFunction vcf) |