Uses of Enum Class
org.jgrapht.nio.matrix.MatrixExporter.Format
Packages that use MatrixExporter.Format
-
Uses of MatrixExporter.Format in org.jgrapht.nio.matrix
Fields in org.jgrapht.nio.matrix declared as MatrixExporter.FormatMethods in org.jgrapht.nio.matrix that return MatrixExporter.FormatModifier and TypeMethodDescriptionMatrixExporter.getFormat()
Get the format that the exporter is using.static MatrixExporter.Format
Returns the enum constant of this class with the specified name.static MatrixExporter.Format[]
MatrixExporter.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jgrapht.nio.matrix with parameters of type MatrixExporter.FormatModifier and TypeMethodDescriptionvoid
MatrixExporter.setFormat
(MatrixExporter.Format format) Set the output format of the exporterConstructors in org.jgrapht.nio.matrix with parameters of type MatrixExporter.FormatModifierConstructorDescriptionMatrixExporter
(MatrixExporter.Format format) Creates a new MatrixExporter with integer name provider for the vertex identifiers.MatrixExporter
(MatrixExporter.Format format, Function<V, String> vertexIdProvider) Creates a new MatrixExporter.