Uses of Enum Class
com.deltaxml.htmlcompare.SvgGranularity
Packages that use SvgGranularity
-
Uses of SvgGranularity in com.deltaxml.htmlcompare
Methods in com.deltaxml.htmlcompare that return SvgGranularityModifier and TypeMethodDescriptionSvgConfiguration.getSvgGranularity()Get the current value of the SVG granularity parameter.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.htmlcompare with parameters of type SvgGranularityModifier and TypeMethodDescriptionvoidSvgConfiguration.setSvgGranularity(SvgGranularity value) Set the new value of the SVG granularity parameter.