Uses of Enum Class
org.variantsync.diffdetective.variation.diff.serialize.GraphFormat
Package
Description
-
Uses of GraphFormat in org.variantsync.diffdetective.variation.diff.render
Modifier and TypeFieldDescriptionprivate GraphFormat
RenderOptions.Builder.format
private final GraphFormat
RenderOptions.format
The field for theformat
record component.Modifier and TypeMethodDescriptionRenderOptions.format()
Returns the value of theformat
record component.ModifierConstructorDescriptionRenderOptions
(GraphFormat format, VariationDiffLabelFormat treeFormat, DiffNodeLabelFormat<? super L> nodeFormat, EdgeLabelFormat<? super L> edgeFormat, boolean cleanUpTemporaryFiles, int dpi, int nodesize, double edgesize, int arrowsize, int fontsize, boolean withlabels, List<String> extraArguments) Creates an instance of aRenderOptions
record class. -
Uses of GraphFormat in org.variantsync.diffdetective.variation.diff.serialize
Modifier and TypeFieldDescriptionprivate final GraphFormat
LineGraphExportOptions.graphFormat
The field for thegraphFormat
record component.private final GraphFormat
LineGraphImportOptions.graphFormat
The field for thegraphFormat
record component.Modifier and TypeMethodDescriptionLineGraphExportOptions.graphFormat()
Returns the value of thegraphFormat
record component.LineGraphImportOptions.graphFormat()
Returns the value of thegraphFormat
record component.static GraphFormat
Returns the enum constant of this class with the specified name.static GraphFormat[]
GraphFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionLineGraphExportOptions
(GraphFormat graphFormat, VariationDiffLabelFormat treeFormat, DiffNodeLabelFormat<? super L> nodeFormat, EdgeLabelFormat<? super L> edgeFormat) Creates a export options with a neutral filter (that accepts all trees), no transformers, and that logs errors.LineGraphExportOptions
(GraphFormat graphFormat, VariationDiffLabelFormat treeFormat, DiffNodeLabelFormat<? super L> nodeFormat, EdgeLabelFormat<? super L> edgeFormat, BiConsumer<PatchDiff, Exception> onError) Creates an instance of aLineGraphExportOptions
record class.LineGraphImportOptions
(GraphFormat graphFormat, VariationDiffLabelFormat treeFormat, DiffNodeLabelFormat<? super L> nodeFormat, EdgeLabelFormat<? super L> edgeFormat) Creates an instance of aLineGraphImportOptions
record class.