Uses of Class
org.variantsync.diffdetective.variation.diff.serialize.Format
Package
Description
-
Uses of Format in org.variantsync.diffdetective.internal
Modifier and TypeFieldDescriptionprivate static final Format<DiffLinesLabel>
TextDiffToTikz.format
Format used for the test export. -
Uses of Format in org.variantsync.diffdetective.show.variation
Modifier and TypeMethodDescriptionVariationDiffApp.calculateLayout
(VariationDiff<L> d, GraphvizExporter.LayoutAlgorithm layout, Format<L> format) -
Uses of Format in org.variantsync.diffdetective.variation.diff.serialize
Modifier and TypeFieldDescriptionGraphvizExporter.format
LineGraphExporter.format
TikzExporter.format
Modifier and TypeMethodDescriptionstatic <L extends Label>
voidGraphvizExporter.layoutNodesIn
(VariationDiff<L> variationDiff, Format<? super L> format, GraphvizExporter.LayoutAlgorithm algorithm, TriConsumer<Integer, Double, Double> positionNode) ModifierConstructorDescriptionGraphvizExporter
(Format<? super L> format) LineGraphExporter
(Format<? super L> format) TikzExporter
(Format<? super L> format)