Package | Description |
---|---|
edu.uci.ics.jung.graph.decorators |
Provides mechanisms for annotating nodes consistently with useful information.
|
edu.uci.ics.jung.io |
Provides a set of graph file format interpreters for loading graphs from disk.
|
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 |
ConstantVertexStringer
Returns the specified label for all vertices.
|
class |
GlobalStringLabeller
The GlobalStringLabeller applies labels to all vertices in a series of
graphs.
|
class |
NumberVertexValueStringer
Returns the values specified by a
NumberVertexValue
instance as String s. |
class |
StringLabeller
A StringLabeller applies a set of labels to a Graph.
|
class |
ToStringLabeller
Labels vertices by their toString.
|
Modifier and Type | Method and Description |
---|---|
void |
PajekNetWriter.save(Graph g,
java.lang.String filename,
VertexStringer vs,
NumberEdgeValue nev) |
void |
PajekNetWriter.save(Graph g,
java.lang.String filename,
VertexStringer vs,
NumberEdgeValue nev,
VertexLocationFunction vld)
Saves
g to filename . |
void |
PajekNetWriter.save(Graph g,
java.io.Writer w,
VertexStringer vs,
NumberEdgeValue nev) |
void |
PajekNetWriter.save(Graph graph,
java.io.Writer w,
VertexStringer vs,
NumberEdgeValue nev,
VertexLocationFunction vld)
Writes
graph to w . |
Modifier and Type | Field and Description |
---|---|
protected VertexStringer |
PluggableRenderer.vertexStringer |
Modifier and Type | Method and Description |
---|---|
VertexStringer |
PluggableRenderer.getVertexStringer() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setVertexStringer(VertexStringer vs)
Sets the
VertexStringer that specifies the label to
draw for each vertex. |
Modifier and Type | Method and Description |
---|---|
VertexStringer |
PluggableRendererDecorator.getVertexStringer() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setVertexStringer(VertexStringer vs) |
Modifier and Type | Class and Description |
---|---|
static class |
VertexImageShaperDemo.VertexStringerImpl
A simple implementation of VertexStringer that
gets Vertex labels from a Map
|
Modifier and Type | Field and Description |
---|---|
protected VertexStringer |
PluggableRendererDemo.vs |
protected VertexStringer |
PluggableRendererDemo.vs_none |