Uses of Enum Class
com.deltaxml.dita.config.SVGGranularity
Packages that use SVGGranularity
-
Uses of SVGGranularity in com.deltaxml.dita.config
Methods in com.deltaxml.dita.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.dita.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.