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 GraphFormatRenderOptions.Builder.formatprivate final GraphFormatRenderOptions.formatThe field for theformatrecord component.Methods in org.variantsync.diffdetective.variation.diff.render that return GraphFormatModifier and TypeMethodDescriptionRenderOptions.format()Returns the value of theformatrecord 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 aRenderOptionsrecord 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 GraphFormatLineGraphExportOptions.graphFormatThe field for thegraphFormatrecord component.private final GraphFormatLineGraphImportOptions.graphFormatThe field for thegraphFormatrecord component.Methods in org.variantsync.diffdetective.variation.diff.serialize that return GraphFormatModifier and TypeMethodDescriptionLineGraphExportOptions.graphFormat()Returns the value of thegraphFormatrecord component.LineGraphImportOptions.graphFormat()Returns the value of thegraphFormatrecord component.static GraphFormatReturns 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 aLineGraphExportOptionsrecord class.LineGraphImportOptions(GraphFormat graphFormat, VariationDiffLabelFormat treeFormat, DiffNodeLabelFormat<? super L> nodeFormat, EdgeLabelFormat<? super L> edgeFormat) Creates an instance of aLineGraphImportOptionsrecord class.