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 |
ConstantVertexIconFunction
Returns the specified label for all vertices.
|
class |
DefaultVertexIconFunction
A simple, stateful VertexIconFunction.
|
class |
PickableVertexIconFunction
Supplies an Icon for each vertex according to the
Icon
parameters given in the constructor, so that picked and
non-picked vertices can be made to look different. |
class |
VertexIconAndShapeFunction
A default implementation that stores images in a Map keyed on the
vertex.
|
Modifier and Type | Field and Description |
---|---|
protected VertexIconFunction |
PluggableRenderer.vertexIconFunction |
Modifier and Type | Method and Description |
---|---|
VertexIconFunction |
PluggableRenderer.getVertexIconFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setVertexIconFunction(VertexIconFunction vertexIconFunction) |
Modifier and Type | Method and Description |
---|---|
VertexIconFunction |
PluggableRendererDecorator.getVertexIconFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setVertexIconFunction(VertexIconFunction vertexImager) |
Modifier and Type | Class and Description |
---|---|
static class |
VertexImageShaperDemo.DemoVertexImageShapeFunction
this class exists only to provide settings to turn on/off shapes and image fill
in this demo.
|