Uses of Enum Class
com.deltaxml.core.config.SVGGranularity
Packages that use SVGGranularity
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of SVGGranularity in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return SVGGranularityModifier and TypeMethodDescriptionSVGConfiguration.getSVGComparisonGranularity()Returns theSVGGranularitysetting for SVG comparison results.static SVGGranularitySVGGranularity.getSVGGranularity(String val) Returns theSVGGranularityinstance representing the supplied String value.static SVGGranularityReturns the enum constant of this class with the specified name.static SVGGranularity[]SVGGranularity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.core.config with parameters of type SVGGranularityModifier and TypeMethodDescriptionvoidSVGConfiguration.setSVGComparisonGranularity(SVGGranularity svgComparisonGranularity) Sets theSVGGranularityat which the differences between two SVG images will be represented.