|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VertexGenerator | |
---|---|
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. |
Uses of VertexGenerator in edu.uci.ics.jung.io |
---|
Methods in edu.uci.ics.jung.io with parameters of type VertexGenerator | |
---|---|
Graph |
PajekNetReader.load(Reader reader,
Graph g,
NumberEdgeValue nev,
VertexGenerator vg)
Populates the graph g with the graph represented by the
Pajek-format data supplied by reader . |
Uses of VertexGenerator in edu.uci.ics.jung.utils |
---|
Classes in edu.uci.ics.jung.utils that implement VertexGenerator | |
---|---|
class |
TypedVertexGenerator
Generates vertices according to the edge requirements submitted to the constructor. |
Methods in edu.uci.ics.jung.utils that return VertexGenerator | |
---|---|
static VertexGenerator |
GraphUtils.getVertexGenerator(ArchetypeGraph g)
Returns the VertexGenerator , if any, stored in g 's
user data at the standardized location specified by the VG interface: VertexGenerator.TAG . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |