- getCellFactory() - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the cell factory used to create the JGraph cells.
- getCellToEdgeMap() - Method in class org.jgrapht.ext.JGraphXAdapter
-
Returns Hashmap which maps the visualization mxICells onto their edges.
- getCellToVertexMap() - Method in class org.jgrapht.ext.JGraphXAdapter
-
Returns Hashmap which maps the visualization mxICells onto their
vertices.
- getComponentAttributes(T) - Method in interface org.jgrapht.ext.ComponentAttributeProvider
-
Returns a set of attribute key/value pairs for a vertex or edge.
- getDefaultEdgeAttributes() - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the default edge attributes used for creating new JGraph edges.
- getDefaultVertexAttributes() - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the default vertex attributes used for creating new JGraph
vertices.
- getEdgeCell(E) - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the JGraph edge cell that corresponds to the specified JGraphT
edge.
- getEdgeName(E) - Method in interface org.jgrapht.ext.EdgeNameProvider
-
Returns a unique name for an edge.
- getEdgeName(E) - Method in class org.jgrapht.ext.IntegerEdgeNameProvider
-
Returns the String representation of an edge.
- getEdgeName(E) - Method in class org.jgrapht.ext.StringEdgeNameProvider
-
Returns the String representation an edge.
- getEdgeToCellMap() - Method in class org.jgrapht.ext.JGraphXAdapter
-
Returns Hashmap which maps the edges onto their visualization mxICells.
- getPrintLabels() - Method in class org.jgrapht.ext.GmlExporter
-
Get whether to export the vertex and edge labels.
- getVertexCell(Object) - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the JGraph vertex cell that corresponds to the specified JGraphT
vertex.
- getVertexName(V) - Method in class org.jgrapht.ext.IntegerNameProvider
-
Returns the String representation of the unique integer representing a
vertex.
- getVertexName(V) - Method in class org.jgrapht.ext.StringNameProvider
-
Returns the String representation of the unique integer representing a
vertex.
- getVertexName(V) - Method in interface org.jgrapht.ext.VertexNameProvider
-
Returns a unique name for a vertex.
- getVertexPort(Object) - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the JGraph port cell that corresponds to the specified JGraphT
vertex.
- getVertexToCellMap() - Method in class org.jgrapht.ext.JGraphXAdapter
-
Returns Hashmap which maps the vertices onto their visualization
mxICells.
- GmlExporter<V,E> - Class in org.jgrapht.ext
-
Exports a graph into a GML file (Graph Modelling Language).
- GmlExporter() - Constructor for class org.jgrapht.ext.GmlExporter
-
Creates a new GmlExporter object with integer name providers for the
vertex and edge IDs and null providers for the vertex and edge labels.
- GmlExporter(VertexNameProvider<V>, VertexNameProvider<V>, EdgeNameProvider<E>, EdgeNameProvider<E>) - Constructor for class org.jgrapht.ext.GmlExporter
-
Constructs a new GmlExporter object with the given ID and label
providers.
- GraphMLExporter<V,E> - Class in org.jgrapht.ext
-
Exports a graph into a GraphML file.
- GraphMLExporter() - Constructor for class org.jgrapht.ext.GraphMLExporter
-
Constructs a new GraphMLExporter object with integer name providers for
the vertex and edge IDs and null providers for the vertex and edge
labels.
- GraphMLExporter(VertexNameProvider<V>, VertexNameProvider<V>, EdgeNameProvider<E>, EdgeNameProvider<E>) - Constructor for class org.jgrapht.ext.GraphMLExporter
-
Constructs a new GraphMLExporter object with the given ID and label
providers.