Uses of Enum Class
org.variantsync.diffdetective.variation.diff.serialize.GraphvizExporter.LayoutAlgorithm
Package
Description
-
Uses of GraphvizExporter.LayoutAlgorithm in org.variantsync.diffdetective.internal
Modifier and TypeMethodDescriptionstatic String
TextDiffToTikz.exportAsTikz
(VariationDiff<DiffLinesLabel> variationDiff, GraphvizExporter.LayoutAlgorithm layout) static void
TextDiffToTikz.textDiff2Tikz
(Path fileToConvert, GraphvizExporter.LayoutAlgorithm layout) -
Uses of GraphvizExporter.LayoutAlgorithm in org.variantsync.diffdetective.show.variation
Modifier and TypeMethodDescriptionVariationDiffApp.calculateLayout
(VariationDiff<L> d, GraphvizExporter.LayoutAlgorithm layout, Format<L> format) private void
VariationDiffApp.layoutNodes
(GraphvizExporter.LayoutAlgorithm layoutAlgorithm) -
Uses of GraphvizExporter.LayoutAlgorithm in org.variantsync.diffdetective.variation.diff.serialize
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GraphvizExporter.LayoutAlgorithm[]
GraphvizExporter.LayoutAlgorithm.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.<La extends L>
voidTikzExporter.exportVariationDiff
(VariationDiff<La> variationDiff, GraphvizExporter.LayoutAlgorithm algorithm, OutputStream destination) ExportvariationDiff
as TikZ graph intodestination
.static <L extends Label>
voidGraphvizExporter.layoutNodesIn
(VariationDiff<L> variationDiff, Format<? super L> format, GraphvizExporter.LayoutAlgorithm algorithm, TriConsumer<Integer, Double, Double> positionNode)