Uses of Interface
org.variantsync.diffdetective.variation.diff.serialize.Exporter
Packages that use Exporter
-
Uses of Exporter in org.variantsync.diffdetective.variation.diff.serialize
Classes in org.variantsync.diffdetective.variation.diff.serialize that implement ExporterModifier and TypeClassDescriptionclassGraphvizExporter<L extends Label>Exporter for the Graphviz dot format.classLineGraphExporter<L extends Label>Exporter that converts a single VariationDiff's nodes and edges to linegraph.final classTikzExporter<L extends Label>Exporter for TikZ pictures which can be embedded into a LaTeX document.