Skip navigation links
B C D E G I J M O R S T U V 

B

buildEdge(V, V, String, Map<String, String>) - Method in interface org.jgrapht.ext.EdgeProvider
Deprecated.
Construct an edge.
buildVertex(String, Map<String, String>) - Method in interface org.jgrapht.ext.VertexProvider
Deprecated.
Create a vertex

C

ComponentAttributeProvider<T> - Interface in org.jgrapht.ext
Deprecated.
ComponentNameProvider<T> - Interface in org.jgrapht.ext
Deprecated.
ComponentUpdater<T> - Interface in org.jgrapht.ext
Deprecated.
Use ComponentUpdater instead.
createDefaultEdgeAttributes(Graph<V, E>) - Static method in class org.jgrapht.ext.JGraphModelAdapter
Creates and returns a map of attributes to be used as defaults for edge attributes, depending on the specified graph.
createDefaultVertexAttributes() - Static method in class org.jgrapht.ext.JGraphModelAdapter
Creates and returns a map of attributes to be used as defaults for vertex attributes.
createEdgeCell(EE) - Method in interface org.jgrapht.ext.JGraphModelAdapter.CellFactory
Creates an edge cell that contains its respective JGraphT edge.
createEdgeCell(EE) - Method in class org.jgrapht.ext.JGraphModelAdapter.DefaultCellFactory
 
createVertexCell(VV) - Method in interface org.jgrapht.ext.JGraphModelAdapter.CellFactory
Creates a vertex cell that contains its respective JGraphT vertex.
createVertexCell(VV) - Method in class org.jgrapht.ext.JGraphModelAdapter.DefaultCellFactory
 
CSVExporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use CSVExporter instead.
CSVExporter() - Constructor for class org.jgrapht.ext.CSVExporter
Deprecated.
Creates a new CSVExporter with CSVFormat.ADJACENCY_LIST format and integer name provider for the vertices.
CSVExporter(CSVFormat) - Constructor for class org.jgrapht.ext.CSVExporter
Deprecated.
Creates a new CSVExporter with integer name providers for the vertices.
CSVExporter(CSVFormat, char) - Constructor for class org.jgrapht.ext.CSVExporter
Deprecated.
Creates a new CSVExporter with integer name providers for the vertices.
CSVExporter(ComponentNameProvider<V>, CSVFormat, char) - Constructor for class org.jgrapht.ext.CSVExporter
Deprecated.
Constructs a new CSVExporter with the given ID providers and format.
CSVFormat - Enum in org.jgrapht.ext
Deprecated.
Use CSVFormat instead.
CSVFormat.Parameter - Enum in org.jgrapht.ext
Deprecated.
Use CSVFormat.Parameter instead.
CSVImporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use CSVImporter instead.
CSVImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.ext.CSVImporter
Deprecated.
Constructs a new importer using the CSVFormat.ADJACENCY_LIST format as default.
CSVImporter(VertexProvider<V>, EdgeProvider<V, E>, CSVFormat) - Constructor for class org.jgrapht.ext.CSVImporter
Deprecated.
Constructs a new importer.
CSVImporter(VertexProvider<V>, EdgeProvider<V, E>, CSVFormat, char) - Constructor for class org.jgrapht.ext.CSVImporter
Deprecated.
Constructs a new importer.

D

DEFAULT_DIMACS_FORMAT - Static variable in class org.jgrapht.ext.DIMACSExporter
Deprecated.
The default format used by the exporter.
DEFAULT_GRAPH_ID - Static variable in class org.jgrapht.ext.DOTExporter
Deprecated.
Default graph id used by the exporter.
DEFAULT_GRAPH_ID_KEY - Static variable in class org.jgrapht.ext.DOTImporter
Deprecated.
Default key used in the graph updater (if provided) for the graph ID.
DefaultCellFactory() - Constructor for class org.jgrapht.ext.JGraphModelAdapter.DefaultCellFactory
 
DIMACSExporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use DIMACSExporter instead.
DIMACSExporter() - Constructor for class org.jgrapht.ext.DIMACSExporter
Deprecated.
Constructs a new exporter.
DIMACSExporter(ComponentNameProvider<V>) - Constructor for class org.jgrapht.ext.DIMACSExporter
Deprecated.
Constructs a new exporter with a given vertex ID provider.
DIMACSExporter(ComponentNameProvider<V>, DIMACSFormat) - Constructor for class org.jgrapht.ext.DIMACSExporter
Deprecated.
Constructs a new exporter with a given vertex ID provider.
DIMACSExporter.Parameter - Enum in org.jgrapht.ext
Deprecated.
DIMACSFormat - Enum in org.jgrapht.ext
Deprecated.
Use DIMACSFormat instead.
DIMACSImporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use DIMACSImporter instead.
DIMACSImporter(VertexProvider<V>, EdgeProvider<V, E>, double) - Constructor for class org.jgrapht.ext.DIMACSImporter
Deprecated.
Construct a new DIMACSImporter
DIMACSImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.ext.DIMACSImporter
Deprecated.
Construct a new DIMACSImporter
DOTExporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use DOTExporter instead.
DOTExporter() - Constructor for class org.jgrapht.ext.DOTExporter
Deprecated.
Constructs a new DOTExporter object with an integer name provider for the vertex IDs and null providers for the vertex and edge labels.
DOTExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>) - Constructor for class org.jgrapht.ext.DOTExporter
Deprecated.
Constructs a new DOTExporter object with the given ID and label providers.
DOTExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>, ComponentAttributeProvider<V>, ComponentAttributeProvider<E>) - Constructor for class org.jgrapht.ext.DOTExporter
Deprecated.
Constructs a new DOTExporter object with the given ID, label, and attribute providers.
DOTExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>, ComponentAttributeProvider<V>, ComponentAttributeProvider<E>, ComponentNameProvider<Graph<V, E>>) - Constructor for class org.jgrapht.ext.DOTExporter
Deprecated.
Constructs a new DOTExporter object with the given ID, label, attribute, and graph id providers.
DOTImporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use DOTImporter instead.
DOTImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.ext.DOTImporter
Deprecated.
Constructs a new DOTImporter with the given providers
DOTImporter(VertexProvider<V>, EdgeProvider<V, E>, ComponentUpdater<V>) - Constructor for class org.jgrapht.ext.DOTImporter
Deprecated.
Constructs a new DOTImporter with the given providers
DOTImporter(VertexProvider<V>, EdgeProvider<V, E>, ComponentUpdater<V>, ComponentUpdater<Graph<V, E>>) - Constructor for class org.jgrapht.ext.DOTImporter
Deprecated.
Constructs a new DOTImporter with the given providers
DOTUtils - Class in org.jgrapht.ext
Deprecated.
Contains no public methods
DOTUtils() - Constructor for class org.jgrapht.ext.DOTUtils
Deprecated.
 

E

edgeAdded(GraphEdgeChangeEvent<V, E>) - Method in class org.jgrapht.ext.JGraphXAdapter
 
EdgeProvider<V,E> - Interface in org.jgrapht.ext
Deprecated.
Use EdgeProvider instead.
edgeRemoved(GraphEdgeChangeEvent<V, E>) - Method in class org.jgrapht.ext.JGraphXAdapter
 
ExportException - Exception in org.jgrapht.ext
Deprecated.
Use ExportException instead.
ExportException() - Constructor for exception org.jgrapht.ext.ExportException
Deprecated.
Constructs an ExportException with null as its error detail message.
ExportException(String) - Constructor for exception org.jgrapht.ext.ExportException
Deprecated.
Constructs an ExportException with the specified detail message.
ExportException(String, Throwable) - Constructor for exception org.jgrapht.ext.ExportException
Deprecated.
Constructs an ExportException with the specified detail message and cause.
ExportException(Throwable) - Constructor for exception org.jgrapht.ext.ExportException
Deprecated.
Constructs an ExportException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.ext.CSVExporter
Deprecated.
Exports a graph
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.ext.DIMACSExporter
Deprecated.
Export a graph
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.ext.DOTExporter
Deprecated.
Exports a graph into a plain text file in DOT format.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.ext.GmlExporter
Deprecated.
Exports an graph into a plain text GML format.
exportGraph(Graph<V, E>, OutputStream) - Method in interface org.jgrapht.ext.GraphExporter
Deprecated.
Export a graph
exportGraph(Graph<V, E>, Writer) - Method in interface org.jgrapht.ext.GraphExporter
Deprecated.
Export a graph
exportGraph(Graph<V, E>, File) - Method in interface org.jgrapht.ext.GraphExporter
Deprecated.
Export a graph
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Exports a graph in GraphML format.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.ext.MatrixExporter
Deprecated.
 
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.ext.VisioExporter
Deprecated.
Exports the specified graph into a Visio CSV file format.

G

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
Deprecated.
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.
getDelimiter() - Method in class org.jgrapht.ext.CSVExporter
Deprecated.
Get the delimiter (comma, semicolon, pipe, etc).
getDelimiter() - Method in class org.jgrapht.ext.CSVImporter
Deprecated.
Get the delimiter (comma, semicolon, pipe, etc).
getEdgeAttributeProvider() - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Get the edge attribute provider
getEdgeCell(E) - Method in class org.jgrapht.ext.JGraphModelAdapter
Returns the JGraph edge cell that corresponds to the specified JGraphT edge.
getEdgeDescriptor() - Method in enum org.jgrapht.ext.DIMACSFormat
Deprecated.
Get the edge descriptor used in the format.
getEdgeLabelAttributeName() - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Get the attribute name for edge labels
getEdgeLabelProvider() - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Get the edge label provider
getEdgeProvider() - Method in class org.jgrapht.ext.DIMACSImporter
Deprecated.
Get the edge provider
getEdgeProvider() - Method in class org.jgrapht.ext.GmlImporter
Deprecated.
Get the edge provider
getEdgeProvider() - Method in class org.jgrapht.ext.GraphMLImporter
Deprecated.
Get the edge provider
getEdgeToCellMap() - Method in class org.jgrapht.ext.JGraphXAdapter
Returns Hashmap which maps the edges onto their visualization mxICells.
getEdgeWeightAttributeName() - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Get the attribute name for edge weights
getEdgeWeightAttributeName() - Method in class org.jgrapht.ext.GraphMLImporter
Deprecated.
Get the attribute name for edge weights
getFormat() - Method in class org.jgrapht.ext.CSVExporter
Deprecated.
Get the format of the exporter
getFormat() - Method in class org.jgrapht.ext.CSVImporter
Deprecated.
Get the format that the importer is using.
getFormat() - Method in class org.jgrapht.ext.DIMACSExporter
Deprecated.
Get the format of the exporter
getFormat() - Method in class org.jgrapht.ext.MatrixExporter
Deprecated.
Get the format that the exporter is using.
getProblem() - Method in enum org.jgrapht.ext.DIMACSFormat
Deprecated.
Get the name of the problem.
getVertexAttributeProvider() - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Get the vertex attribute provider
getVertexCell(Object) - Method in class org.jgrapht.ext.JGraphModelAdapter
Returns the JGraph vertex cell that corresponds to the specified JGraphT vertex.
getVertexLabelAttributeName() - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Get the attribute name for vertex labels
getVertexLabelProvider() - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Get the vertex label provider
getVertexPort(Object) - Method in class org.jgrapht.ext.JGraphModelAdapter
Returns the JGraph port cell that corresponds to the specified JGraphT vertex.
getVertexProvider() - Method in class org.jgrapht.ext.DIMACSImporter
Deprecated.
Get the vertex provider
getVertexProvider() - Method in class org.jgrapht.ext.GmlImporter
Deprecated.
Get the vertex provider
getVertexProvider() - Method in class org.jgrapht.ext.GraphMLImporter
Deprecated.
Get the vertex provider
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
Deprecated.
Use GmlExporter instead.
GmlExporter() - Constructor for class org.jgrapht.ext.GmlExporter
Deprecated.
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(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>, ComponentNameProvider<E>) - Constructor for class org.jgrapht.ext.GmlExporter
Deprecated.
Constructs a new GmlExporter object with the given ID and label providers.
GmlExporter.Parameter - Enum in org.jgrapht.ext
Deprecated.
GmlImporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use GmlImporter instead.
GmlImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.ext.GmlImporter
Deprecated.
Constructs a new importer.
GraphExporter<V,E> - Interface in org.jgrapht.ext
Deprecated.
Use GraphExporter instead.
GraphImporter<V,E> - Interface in org.jgrapht.ext
Deprecated.
Use GraphImporter instead.
GraphMLExporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use GraphMLExporter instead.
GraphMLExporter() - Constructor for class org.jgrapht.ext.GraphMLExporter
Deprecated.
Constructs a new GraphMLExporter with integer name providers for the vertex and edge identifiers.
GraphMLExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>, ComponentNameProvider<E>) - Constructor for class org.jgrapht.ext.GraphMLExporter
Deprecated.
Constructs a new GraphMLExporter.
GraphMLExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentAttributeProvider<V>, ComponentNameProvider<E>, ComponentNameProvider<E>, ComponentAttributeProvider<E>) - Constructor for class org.jgrapht.ext.GraphMLExporter
Deprecated.
Constructs a new GraphMLExporter.
GraphMLExporter.AttributeCategory - Enum in org.jgrapht.ext
Deprecated.
Use attribute support from GraphMLExporter instead.
GraphMLExporter.AttributeType - Enum in org.jgrapht.ext
Deprecated.
Use attribute support from GraphMLExporter instead.
GraphMLImporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use GraphMLImporter instead.
GraphMLImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.ext.GraphMLImporter
Deprecated.
Constructs a new importer.

I

ImportException - Exception in org.jgrapht.ext
Deprecated.
Use ImportException instead.
ImportException() - Constructor for exception org.jgrapht.ext.ImportException
Deprecated.
Constructs an ImportException with null as its error detail message.
ImportException(String) - Constructor for exception org.jgrapht.ext.ImportException
Deprecated.
Constructs an ImportException with the specified detail message.
ImportException(String, Throwable) - Constructor for exception org.jgrapht.ext.ImportException
Deprecated.
Constructs an ImportException with the specified detail message and cause.
ImportException(Throwable) - Constructor for exception org.jgrapht.ext.ImportException
Deprecated.
Constructs an ImportException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.ext.CSVImporter
Deprecated.
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.ext.DIMACSImporter
Deprecated.
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.ext.DOTImporter
Deprecated.
Read a dot formatted input and populate the provided graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.ext.GmlImporter
Deprecated.
Import a graph.
importGraph(Graph<V, E>, InputStream) - Method in interface org.jgrapht.ext.GraphImporter
Deprecated.
Import a graph
importGraph(Graph<V, E>, Reader) - Method in interface org.jgrapht.ext.GraphImporter
Deprecated.
Import a graph
importGraph(Graph<V, E>, File) - Method in interface org.jgrapht.ext.GraphImporter
Deprecated.
Import a graph
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.ext.GraphMLImporter
Deprecated.
Import a graph.
IntegerComponentNameProvider<T> - Class in org.jgrapht.ext
Deprecated.
IntegerComponentNameProvider() - Constructor for class org.jgrapht.ext.IntegerComponentNameProvider
Deprecated.
 
isExportEdgeWeights() - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Whether the exporter will print edge weights.
isParameter(CSVFormat.Parameter) - Method in class org.jgrapht.ext.CSVExporter
Deprecated.
Return if a particular parameter of the exporter is enabled
isParameter(CSVFormat.Parameter) - Method in class org.jgrapht.ext.CSVImporter
Deprecated.
Return if a particular parameter of the exporter is enabled
isParameter(DIMACSExporter.Parameter) - Method in class org.jgrapht.ext.DIMACSExporter
Deprecated.
Return if a particular parameter of the exporter is enabled
isParameter(GmlExporter.Parameter) - Method in class org.jgrapht.ext.GmlExporter
Deprecated.
Return if a particular parameter of the exporter is enabled

J

JGraphModelAdapter<V,E> - Class in org.jgrapht.ext
A JGraph model adapter.
JGraphModelAdapter(Graph<V, E>) - Constructor for class org.jgrapht.ext.JGraphModelAdapter
Constructs a new JGraph model adapter for the specified JGraphT graph.
JGraphModelAdapter(Graph<V, E>, AttributeMap, AttributeMap) - Constructor for class org.jgrapht.ext.JGraphModelAdapter
Constructs a new JGraph model adapter for the specified JGraphT graph.
JGraphModelAdapter(Graph<V, E>, AttributeMap, AttributeMap, JGraphModelAdapter.CellFactory<V, E>) - Constructor for class org.jgrapht.ext.JGraphModelAdapter
Constructs a new JGraph model adapter for the specified JGraphT graph.
JGraphModelAdapter.CellFactory<VV,EE> - Interface in org.jgrapht.ext
Creates the JGraph cells that reflect the respective JGraphT elements.
JGraphModelAdapter.DefaultCellFactory<VV,EE> - Class in org.jgrapht.ext
A simple default cell factory.
JGraphXAdapter<V,E> - Class in org.jgrapht.ext
Adapter to draw a JGraphT graph with the JGraphX drawing library.
JGraphXAdapter(ListenableGraph<V, E>) - Constructor for class org.jgrapht.ext.JGraphXAdapter
Constructs and draws a new ListenableGraph.
JGraphXAdapter(Graph<V, E>) - Constructor for class org.jgrapht.ext.JGraphXAdapter
Constructs and draws a new mxGraph from a jGraphT graph.

M

MatrixExporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use MatrixExporter instead.
MatrixExporter() - Constructor for class org.jgrapht.ext.MatrixExporter
Deprecated.
Creates a new MatrixExporter with integer name provider for the vertex identifiers and MatrixExporter.Format.SPARSE_ADJACENCY_MATRIX as the default format.
MatrixExporter(MatrixExporter.Format) - Constructor for class org.jgrapht.ext.MatrixExporter
Deprecated.
Creates a new MatrixExporter with integer name provider for the vertex identifiers.
MatrixExporter(MatrixExporter.Format, ComponentNameProvider<V>) - Constructor for class org.jgrapht.ext.MatrixExporter
Deprecated.
Creates a new MatrixExporter.
MatrixExporter.Format - Enum in org.jgrapht.ext
Deprecated.

O

org.jgrapht.ext - package org.jgrapht.ext
Extensions and integration means to other products.

R

registerAttribute(String, GraphMLExporter.AttributeCategory, GraphMLExporter.AttributeType) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Register a GraphML-Attribute
registerAttribute(String, GraphMLExporter.AttributeCategory, GraphMLExporter.AttributeType, String) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Register a GraphML-Attribute

S

setDefaultEdgeAttributes(AttributeMap) - Method in class org.jgrapht.ext.JGraphModelAdapter
Sets the default edge attributes used for creating new JGraph edges.
setDefaultVertexAttributes(AttributeMap) - Method in class org.jgrapht.ext.JGraphModelAdapter
Sets the default vertex attributes used for creating new JGraph vertices.
setDelimiter(char) - Method in class org.jgrapht.ext.CSVExporter
Deprecated.
Set the delimiter (comma, semicolon, pipe, etc).
setDelimiter(char) - Method in class org.jgrapht.ext.CSVImporter
Deprecated.
Set the delimiter (comma, semicolon, pipe, etc).
setEdgeAttributeProvider(ComponentAttributeProvider<E>) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Set the edge attribute provider.
setEdgeLabelAttributeName(String) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Set the attribute name to use for edge labels.
setEdgeLabelProvider(ComponentNameProvider<E>) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Set the edge label provider.
setEdgeProvider(EdgeProvider<V, E>) - Method in class org.jgrapht.ext.DIMACSImporter
Deprecated.
Set the edge provider.
setEdgeProvider(EdgeProvider<V, E>) - Method in class org.jgrapht.ext.GmlImporter
Deprecated.
Set the edge provider.
setEdgeProvider(EdgeProvider<V, E>) - Method in class org.jgrapht.ext.GraphMLImporter
Deprecated.
Set the edge provider.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Set the attribute name to use for edge weights.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.ext.GraphMLImporter
Deprecated.
Set the attribute name to use for edge weights.
setExportEdgeWeights(boolean) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Set whether the exporter will print edge weights.
setFormat(CSVFormat) - Method in class org.jgrapht.ext.CSVExporter
Deprecated.
Set the format of the exporter
setFormat(CSVFormat) - Method in class org.jgrapht.ext.CSVImporter
Deprecated.
Set the format of the importer
setFormat(DIMACSFormat) - Method in class org.jgrapht.ext.DIMACSExporter
Deprecated.
Set the format of the exporter
setFormat(MatrixExporter.Format) - Method in class org.jgrapht.ext.MatrixExporter
Deprecated.
Set the output format of the exporter
setParameter(CSVFormat.Parameter, boolean) - Method in class org.jgrapht.ext.CSVExporter
Deprecated.
Set the value of a parameter of the exporter
setParameter(CSVFormat.Parameter, boolean) - Method in class org.jgrapht.ext.CSVImporter
Deprecated.
Set the value of a parameter of the exporter
setParameter(DIMACSExporter.Parameter, boolean) - Method in class org.jgrapht.ext.DIMACSExporter
Deprecated.
Set the value of a parameter of the exporter
setParameter(GmlExporter.Parameter, boolean) - Method in class org.jgrapht.ext.GmlExporter
Deprecated.
Set the value of a parameter of the exporter
setVertexAttributeProvider(ComponentAttributeProvider<V>) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Set the vertex attribute provider.
setVertexLabelAttributeName(String) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Set the attribute name to use for vertex labels.
setVertexLabelProvider(ComponentNameProvider<V>) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Set the vertex label provider.
setVertexProvider(VertexProvider<V>) - Method in class org.jgrapht.ext.DIMACSImporter
Deprecated.
Set the vertex provider
setVertexProvider(VertexProvider<V>) - Method in class org.jgrapht.ext.GmlImporter
Deprecated.
Set the vertex provider
setVertexProvider(VertexProvider<V>) - Method in class org.jgrapht.ext.GraphMLImporter
Deprecated.
Set the vertex provider
StringComponentNameProvider<T> - Class in org.jgrapht.ext
Deprecated.
StringComponentNameProvider() - Constructor for class org.jgrapht.ext.StringComponentNameProvider
Deprecated.
 

T

toString() - Method in enum org.jgrapht.ext.GraphMLExporter.AttributeCategory
Deprecated.
Get a string representation of the attribute category
toString() - Method in enum org.jgrapht.ext.GraphMLExporter.AttributeType
Deprecated.
Get a string representation of the attribute type

U

unregisterAttribute(String) - Method in class org.jgrapht.ext.GraphMLExporter
Deprecated.
Unregister a GraphML-Attribute
update(T, Map<String, String>) - Method in interface org.jgrapht.ext.ComponentUpdater
Deprecated.
Update component with the extra attributes.

V

valueOf(String) - Static method in enum org.jgrapht.ext.CSVFormat.Parameter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.ext.CSVFormat
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.ext.DIMACSExporter.Parameter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.ext.DIMACSFormat
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.ext.GmlExporter.Parameter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.ext.GraphMLExporter.AttributeCategory
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.ext.GraphMLExporter.AttributeType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.ext.MatrixExporter.Format
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jgrapht.ext.CSVFormat.Parameter
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.ext.CSVFormat
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.ext.DIMACSExporter.Parameter
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.ext.DIMACSFormat
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.ext.GmlExporter.Parameter
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.ext.GraphMLExporter.AttributeCategory
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.ext.GraphMLExporter.AttributeType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.ext.MatrixExporter.Format
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
vertexAdded(GraphVertexChangeEvent<V>) - Method in class org.jgrapht.ext.JGraphXAdapter
 
VertexProvider<V> - Interface in org.jgrapht.ext
Deprecated.
Use VertexProvider instead.
vertexRemoved(GraphVertexChangeEvent<V>) - Method in class org.jgrapht.ext.JGraphXAdapter
 
VisioExporter<V,E> - Class in org.jgrapht.ext
Deprecated.
Use VisioExporter instead.
VisioExporter(ComponentNameProvider<V>) - Constructor for class org.jgrapht.ext.VisioExporter
Deprecated.
Creates a new VisioExporter with the specified naming policy.
VisioExporter() - Constructor for class org.jgrapht.ext.VisioExporter
Deprecated.
Creates a new VisioExporter.
B C D E G I J M O R S T U V 
Skip navigation links

Copyright © 2017. All Rights Reserved.