Uses of Class
org.jgrapht.io.MatrixExporter.Format
-
Packages that use MatrixExporter.Format Package Description org.jgrapht.io Importers/Exporters for various graph formats. -
-
Uses of MatrixExporter.Format in org.jgrapht.io
Methods in org.jgrapht.io that return MatrixExporter.Format Modifier and Type Method Description MatrixExporter.Format
MatrixExporter. getFormat()
Deprecated.Get the format that the exporter is using.static MatrixExporter.Format
MatrixExporter.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatrixExporter.Format[]
MatrixExporter.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgrapht.io with parameters of type MatrixExporter.Format Modifier and Type Method Description void
MatrixExporter. setFormat(MatrixExporter.Format format)
Deprecated.Set the output format of the exporterConstructors in org.jgrapht.io with parameters of type MatrixExporter.Format Constructor Description MatrixExporter(MatrixExporter.Format format)
Deprecated.Creates a new MatrixExporter with integer name provider for the vertex identifiers.MatrixExporter(MatrixExporter.Format format, ComponentNameProvider<V> vertexIDProvider)
Deprecated.Creates a new MatrixExporter.
-