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 | |
samples.graph |
Provides sample graph code that may be of interest.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantVertexPaintFunction
Provides the same
Paint (s) for any specified vertex. |
class |
PickableVertexPaintFunction
Paints each vertex according to the
Paint
parameters given in the constructor, so that picked and
non-picked vertices can be made to look different. |
Modifier and Type | Class and Description |
---|---|
class |
VertexColorToVertexPaintConverter
Deprecated.
You should create a new VertexPaintFunction if you can
|
Modifier and Type | Field and Description |
---|---|
protected VertexPaintFunction |
PluggableRenderer.vertexPaintFunction |
Modifier and Type | Method and Description |
---|---|
VertexPaintFunction |
PluggableRenderer.getVertexPaintFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setVertexPaintFunction(VertexPaintFunction vpf)
Sets the
VertexPaintFunction which specifies the
draw (border and text) and fill (interior) Paint for each vertex. |
Modifier and Type | Method and Description |
---|---|
VertexPaintFunction |
PluggableRendererDecorator.getVertexPaintFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setVertexPaintFunction(VertexPaintFunction vpf) |
Modifier and Type | Class and Description |
---|---|
class |
ShortestPathDemo.MyVertexPaintFunction |