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 | Interface and Description |
---|---|
interface |
SettableVertexShapeFunction |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVertexShapeFunction |
class |
EllipseVertexShapeFunction |
class |
VertexIconAndShapeFunction
A default implementation that stores images in a Map keyed on the
vertex.
|
Modifier and Type | Field and Description |
---|---|
protected VertexShapeFunction |
VertexIconAndShapeFunction.delegate |
Modifier and Type | Method and Description |
---|---|
VertexShapeFunction |
VertexIconAndShapeFunction.getDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
VertexIconAndShapeFunction.setDelegate(VertexShapeFunction delegate) |
Constructor and Description |
---|
VertexIconAndShapeFunction(VertexShapeFunction delegate) |
Modifier and Type | Field and Description |
---|---|
protected VertexShapeFunction |
PluggableRenderer.vertexShapeFunction |
Modifier and Type | Method and Description |
---|---|
VertexShapeFunction |
HasShapeFunctions.getVertexShapeFunction() |
VertexShapeFunction |
PluggableRenderer.getVertexShapeFunction()
Returns the
VertexShapeFunction currently being
used by this instance. |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setVertexShapeFunction(VertexShapeFunction vsf)
Sets the
VertexShapeFunction ,
which specifies the Shape for each vertex. |
Modifier and Type | Method and Description |
---|---|
VertexShapeFunction |
PluggableRendererDecorator.getVertexShapeFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setVertexShapeFunction(VertexShapeFunction vsf) |
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.
|
Constructor and Description |
---|
VertexImageShaperDemo.DemoVertexImageShapeFunction(VertexShapeFunction delegate) |