Uses of Enum Class
com.deltaxml.core.config.image.OutputImageRefFavourSourceDoc
Packages that use OutputImageRefFavourSourceDoc
Package
Description
Contains classes and enums used to provide configuration options for Image Comparison to
PipelinedComparator and
DocumentComparator.Configuration objects for the DITA comparison API.
Configuration objects for the DocBook comparison API.
DeltaNova HTML Compare API.
-
Uses of OutputImageRefFavourSourceDoc in com.deltaxml.core.config.image
Methods in com.deltaxml.core.config.image that return OutputImageRefFavourSourceDocModifier and TypeMethodDescriptionImageConfiguration.getOutputImageRefFavourSourceDoc()OutputImageRefFavourSourceDoc.toOutputImageRefFavourSourceDoc(String sourceDoc) Returns the enum constant of this class with the specified name.static OutputImageRefFavourSourceDoc[]OutputImageRefFavourSourceDoc.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.core.config.image with parameters of type OutputImageRefFavourSourceDocModifier and TypeMethodDescriptionvoidImageConfiguration.setOutputImageRefFavourSourceDoc(OutputImageRefFavourSourceDoc outputImageRefFavourSourceDoc) -
Uses of OutputImageRefFavourSourceDoc in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return OutputImageRefFavourSourceDocMethods in com.deltaxml.dita.config with parameters of type OutputImageRefFavourSourceDocModifier and TypeMethodDescriptionvoidImageConfiguration.setOutputImageRefFavourSourceDoc(OutputImageRefFavourSourceDoc outputImageRefFavourSourceDoc) -
Uses of OutputImageRefFavourSourceDoc in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return OutputImageRefFavourSourceDocModifier and TypeMethodDescriptionImageConfiguration.getOutputImageRefFavourSourceDoc()Gets the value of the outputImageRefFavourSourceDoc parameter.Methods in com.deltaxml.docbook.config with parameters of type OutputImageRefFavourSourceDocModifier and TypeMethodDescriptionvoidImageConfiguration.setOutputImageRefFavourSourceDoc(OutputImageRefFavourSourceDoc value) IfImageConfiguration.setImageCompareEnabled(boolean)is set to true and there are no differences in the A and B images, this determines which of the source Documents, A or B, will be used to set the value of the result fileref. -
Uses of OutputImageRefFavourSourceDoc in com.deltaxml.htmlcompare
Methods in com.deltaxml.htmlcompare that return OutputImageRefFavourSourceDocModifier and TypeMethodDescriptionImageConfiguration.getOutputImageRefFavourSourceDoc()Gets the value of the outputImageRefFavourSourceDoc parameter.Methods in com.deltaxml.htmlcompare with parameters of type OutputImageRefFavourSourceDocModifier and TypeMethodDescriptionvoidImageConfiguration.setOutputImageRefFavourSourceDoc(OutputImageRefFavourSourceDoc value) IfImageConfiguration.setEnabled(boolean)is set to true and there are no differences in the A and B images, this determines which of the source Documents, A or B, will be used to set the value of the result fileref.