Package | Description |
---|---|
edu.uci.ics.jung.graph.decorators |
Provides mechanisms for annotating nodes consistently with useful information.
|
edu.uci.ics.jung.graph.filters.impl |
Provides sample implementations and generally useful filters.
|
edu.uci.ics.jung.io |
Provides a set of graph file format interpreters for loading graphs from disk.
|
edu.uci.ics.jung.utils |
Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application.
|
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. |
samples.graph.southern | |
scratch.danyel | |
scratch.danyel.sample | |
test.edu.uci.ics.jung.algorithms.cluster |
Modifier and Type | Class and Description |
---|---|
class |
GlobalStringLabeller
The GlobalStringLabeller applies labels to all vertices in a series of
graphs.
|
class |
ToStringLabeller
Labels vertices by their toString.
|
Modifier and Type | Method and Description |
---|---|
static StringLabeller |
GlobalStringLabeller.getInstance() |
static StringLabeller |
GlobalStringLabeller.getLabeller(Graph g) |
static StringLabeller |
StringLabeller.getLabeller(Graph g)
Gets a labeller associated with this graph.
|
static StringLabeller |
StringLabeller.getLabeller(Graph g,
java.lang.Object key)
Returns a labeller attached to a particular key in the graph.
|
static StringLabeller |
GlobalStringLabeller.setLabellerTo(Graph g)
Sets the default StringLabeller of this graph to be a ToStringLabeller.
|
static StringLabeller |
ToStringLabeller.setLabellerTo(Graph g)
Sets the default StringLabeller of this graph to be a ToStringLabeller.
|
static StringLabeller |
GlobalStringLabeller.setLabellerTo(Graph g,
java.lang.Object key)
Sets the StringLabeller of this graph, at this key, to be a
ToStringLabeller.
|
static StringLabeller |
ToStringLabeller.setLabellerTo(Graph g,
java.lang.Object key)
Sets the StringLabeller of this graph, at this key, to be a
ToStringLabeller.
|
Modifier and Type | Method and Description |
---|---|
StringLabeller |
AlphabeticVertexFilter.getStringLabeller()
Returns the String Labeller being used by this filter to check vertices with.
|
Modifier and Type | Method and Description |
---|---|
void |
AlphabeticVertexFilter.setStringLabeller(StringLabeller stringLabeller)
Sets the stringLabeller.
|
Constructor and Description |
---|
AlphabeticVertexFilter(java.lang.String threshhold,
StringLabeller sl,
boolean acceptAboveThreshold) |
Modifier and Type | Method and Description |
---|---|
protected StringLabeller |
GraphMLFileHandler.getLabeller() |
Modifier and Type | Field and Description |
---|---|
protected StringLabeller |
StringLabellerVertexMapper.sl_d |
protected StringLabeller |
StringLabellerVertexMapper.sl_s |
Modifier and Type | Method and Description |
---|---|
static void |
GraphUtils.copyLabels(StringLabeller source,
StringLabeller target)
Copies the labels of vertices from one StringLabeller to another.
|
static java.lang.String |
GraphUtils.printVertices(java.util.Collection s,
StringLabeller sl)
For every vertex in s, prints sl.get(s).
|
Constructor and Description |
---|
StringLabellerVertexMapper(StringLabeller sl_src,
StringLabeller sl_dest) |
Modifier and Type | Field and Description |
---|---|
protected StringLabeller |
SettableRenderer.mStringLabeller
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SettableRenderer.setStringLabeller(StringLabeller sl)
Deprecated.
|
Constructor and Description |
---|
SettableRenderer(StringLabeller sl)
Deprecated.
Creates a SettableRenderer that will be drawn in the "heavy" style: a box
around the label
|
SettableRenderer(StringLabeller sl,
EdgeStringer el)
Deprecated.
Creates a SettableRenderer that will label edges with the given EdgeStringer.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
TestSouthernWomenBipartite.dumpNames(KPartiteGraph bpg,
StringLabeller women,
StringLabeller dates) |
Constructor and Description |
---|
BipartiteVertexRenderer(KPartiteGraph bpg,
StringLabeller women,
StringLabeller dates) |
BipartiteVertexRenderer(StringLabeller women,
StringLabeller dates) |
Modifier and Type | Method and Description |
---|---|
static void |
QuickDraw.quickDraw(Graph g,
StringLabeller sl)
Draws a graph quickly with the given StringLabeller and the
SettableRenderer with the "light" style.
|
void |
QuickDrawRenderer.setStringLabeller(StringLabeller sl) |
Constructor and Description |
---|
BPVR(KPartiteGraph bpg,
StringLabeller women,
StringLabeller dates) |
BPVR(StringLabeller women,
StringLabeller dates) |
QuickDrawRenderer(StringLabeller sl)
Creates a QuickDrawRenderer that will be drawn in the "light" style: a
colored box next to text, instead of text overlaying the box.
|
Constructor and Description |
---|
FadeBetweennessRenderer(StringLabeller sl,
FadingVertexLayout fvl,
PickedInfo pi) |
FadeRenderer(StringLabeller sl,
FadingVertexLayout fvl) |
SimpleRenderer(StringLabeller sl) |
Modifier and Type | Method and Description |
---|---|
Vertex[] |
TestBicomponentClusterer.getVerticesByLabel(Graph graph,
StringLabeller sl) |
void |
TestBicomponentClusterer.testComponents(Graph graph,
Vertex[] vertices,
java.util.Set[] c,
StringLabeller sl) |