Uses of Enum Class
org.variantsync.diffdetective.variation.diff.serialize.GraphvizExporter.OutputFormat
-
Uses of GraphvizExporter.OutputFormat in org.variantsync.diffdetective.variation.diff.serialize
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GraphvizExporter.OutputFormat[]
GraphvizExporter.OutputFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription<La extends L>
InputStreamGraphvizExporter.computeGraphvizLayout
(VariationDiff<La> variationDiff, GraphvizExporter.LayoutAlgorithm algorithm, GraphvizExporter.OutputFormat outputFormat) Runs the Graphvizdot
program returning its result.