Uses of Enum Class
org.variantsync.diffdetective.variation.diff.serialize.GraphvizExporter.LayoutAlgorithm
Packages that use GraphvizExporter.LayoutAlgorithm
Package
Description
-
Uses of GraphvizExporter.LayoutAlgorithm in org.variantsync.diffdetective.internal
Methods in org.variantsync.diffdetective.internal with parameters of type GraphvizExporter.LayoutAlgorithmModifier and TypeMethodDescriptionstatic StringTextDiffToTikz.exportAsTikz(VariationDiff<DiffLinesLabel> variationDiff, GraphvizExporter.LayoutAlgorithm layout) voidTextDiffToTikz.textDiff2Tikz(Path fileToConvert, GraphvizExporter.LayoutAlgorithm layout) -
Uses of GraphvizExporter.LayoutAlgorithm in org.variantsync.diffdetective.show.variation
Methods in org.variantsync.diffdetective.show.variation with parameters of type GraphvizExporter.LayoutAlgorithmModifier and TypeMethodDescriptionVariationDiffApp.calculateLayout(VariationDiff<L> d, GraphvizExporter.LayoutAlgorithm layout, Format<L> format) private voidVariationDiffApp.layoutNodes(GraphvizExporter.LayoutAlgorithm layoutAlgorithm) -
Uses of GraphvizExporter.LayoutAlgorithm in org.variantsync.diffdetective.variation.diff.serialize
Methods in org.variantsync.diffdetective.variation.diff.serialize that return GraphvizExporter.LayoutAlgorithmModifier 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.Methods in org.variantsync.diffdetective.variation.diff.serialize with parameters of type GraphvizExporter.LayoutAlgorithmModifier and TypeMethodDescription<La extends L>
InputStreamGraphvizExporter.computeGraphvizLayout(VariationDiff<La> variationDiff, GraphvizExporter.LayoutAlgorithm algorithm, GraphvizExporter.OutputFormat outputFormat) Runs the Graphvizdotprogram returning its result.<La extends L>
voidTikzExporter.exportVariationDiff(VariationDiff<La> variationDiff, GraphvizExporter.LayoutAlgorithm algorithm, OutputStream destination) ExportvariationDiffas TikZ graph intodestination.static <L extends Label>
voidGraphvizExporter.layoutNodesIn(VariationDiff<L> variationDiff, Format<? super L> format, GraphvizExporter.LayoutAlgorithm algorithm, TriConsumer<Integer, Double, Double> positionNode)