Uses of Enum Class
com.deltaxml.docbook.config.SVGGranularity
Packages that use SVGGranularity
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of SVGGranularity in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return SVGGranularityModifier and TypeMethodDescriptionSVGConfig.getSVGGranularity()Gets the value of the svgComparisonGranularity 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.docbook.config with parameters of type SVGGranularityModifier and TypeMethodDescriptionvoidSVGConfig.setSVGGranularity(SVGGranularity value) Specifies the granularity at which the differences between two SVG images will be represented.