Package | Description |
---|---|
org.jgrapht.ext |
Extensions and integration means to other products.
|
Modifier and Type | Method and Description |
---|---|
MatrixExporter.Format |
MatrixExporter.getFormat()
Deprecated.
Get the format that the exporter is using.
|
static MatrixExporter.Format |
MatrixExporter.Format.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static MatrixExporter.Format[] |
MatrixExporter.Format.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixExporter.setFormat(MatrixExporter.Format format)
Deprecated.
Set the output format of the exporter
|
Constructor and 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.
|
Copyright © 2017. All rights reserved.