Uses of Enum Class
org.variantsync.diffdetective.variation.diff.serialize.GraphFormat
Packages that use GraphFormat
Package
Description
-
Uses of GraphFormat in org.variantsync.diffdetective.variation.diff.render
Fields in org.variantsync.diffdetective.variation.diff.render declared as GraphFormatModifier and TypeFieldDescriptionprivate GraphFormat
RenderOptions.Builder.format
private final GraphFormat
RenderOptions.format
The field for theformat
record component.Methods in org.variantsync.diffdetective.variation.diff.render that return GraphFormatModifier and TypeMethodDescriptionRenderOptions.format()
Returns the value of theformat
record component.Methods in org.variantsync.diffdetective.variation.diff.render with parameters of type GraphFormatConstructors in org.variantsync.diffdetective.variation.diff.render with parameters of type GraphFormatModifierConstructorDescriptionRenderOptions
(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
Fields in org.variantsync.diffdetective.variation.diff.serialize declared as GraphFormatModifier and TypeFieldDescriptionprivate final GraphFormat
LineGraphExportOptions.graphFormat
The field for thegraphFormat
record component.private final GraphFormat
LineGraphImportOptions.graphFormat
The field for thegraphFormat
record component.Methods in org.variantsync.diffdetective.variation.diff.serialize that return GraphFormatModifier 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.Constructors in org.variantsync.diffdetective.variation.diff.serialize with parameters of type GraphFormatModifierConstructorDescriptionLineGraphExportOptions
(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.