Uses of Class
org.variantsync.diffdetective.variation.diff.serialize.Format
Packages that use Format
Package
Description
-
Uses of Format in org.variantsync.diffdetective.internal
Fields in org.variantsync.diffdetective.internal declared as FormatModifier and TypeFieldDescriptionprivate static final Format<DiffLinesLabel>
TextDiffToTikz.format
Format used for the test export. -
Uses of Format in org.variantsync.diffdetective.show.variation
Fields in org.variantsync.diffdetective.show.variation declared as FormatMethods in org.variantsync.diffdetective.show.variation with parameters of type FormatModifier and TypeMethodDescriptionVariationDiffApp.calculateLayout
(VariationDiff<L> d, GraphvizExporter.LayoutAlgorithm layout, Format<L> format) -
Uses of Format in org.variantsync.diffdetective.variation.diff.serialize
Fields in org.variantsync.diffdetective.variation.diff.serialize declared as FormatModifier and TypeFieldDescriptionGraphvizExporter.format
LineGraphExporter.format
TikzExporter.format
Methods in org.variantsync.diffdetective.variation.diff.serialize with parameters of type FormatModifier and TypeMethodDescriptionstatic <L extends Label>
voidGraphvizExporter.layoutNodesIn
(VariationDiff<L> variationDiff, Format<? super L> format, GraphvizExporter.LayoutAlgorithm algorithm, TriConsumer<Integer, Double, Double> positionNode) Constructors in org.variantsync.diffdetective.variation.diff.serialize with parameters of type FormatModifierConstructorDescriptionGraphvizExporter
(Format<? super L> format) LineGraphExporter
(Format<? super L> format) TikzExporter
(Format<? super L> format)