Class TikzExporter<L extends Label>

java.lang.Object
org.variantsync.diffdetective.variation.diff.serialize.TikzExporter<L>
All Implemented Interfaces:
Exporter<L>

public final class TikzExporter<L extends Label> extends Object implements Exporter<L>
Exporter for TikZ pictures which can be embedded into a LaTeX document. The resulting graph is styled using TikZ styles which have to be set using \tikzset. An example for all required styles can be found in the file tikz_header.tex in the resource directory. This particular style is used by <La>exportFullLatexExample(org.variantsync.diffdetective.variation.diff.VariationDiff<La>,java.nio.file.Path).