Uses of Class
step.plugins.compare.services.atomic.AbstractDocumentToImageService
-
-
Uses of AbstractDocumentToImageService in step.plugins.compare
Fields in step.plugins.compare declared as AbstractDocumentToImageService Modifier and Type Field Description protected AbstractDocumentToImageService
DocumentCompareServices. docToImageServices
Methods in step.plugins.compare that return AbstractDocumentToImageService Modifier and Type Method Description protected abstract AbstractDocumentToImageService
AbstractCompareFunctionHandler. getDocToImageService()
protected AbstractDocumentToImageService
ImageCompareFunctionHandler. getDocToImageService()
-
Uses of AbstractDocumentToImageService in step.plugins.compare.services.atomic
Subclasses of AbstractDocumentToImageService in step.plugins.compare.services.atomic Modifier and Type Class Description class
ImageToImageService
-
Uses of AbstractDocumentToImageService in step.plugins.compare.services.comparison
Methods in step.plugins.compare.services.comparison that return AbstractDocumentToImageService Modifier and Type Method Description AbstractDocumentToImageService
ComparisonContext. getDocToImageService()
Constructors in step.plugins.compare.services.comparison with parameters of type AbstractDocumentToImageService Constructor Description ComparisonContext(AbstractDocumentToImageService docToImageService, AbstractExtractionService extractionService, ImageDiffService imageDiffService)
-
Uses of AbstractDocumentToImageService in step.plugins.pdftest
Methods in step.plugins.pdftest that return AbstractDocumentToImageService Modifier and Type Method Description protected AbstractDocumentToImageService
PdfTestFunctionHandler. getDocToImageService()
-
Uses of AbstractDocumentToImageService in step.plugins.pdftest.services.atomic
Subclasses of AbstractDocumentToImageService in step.plugins.pdftest.services.atomic Modifier and Type Class Description class
PdfToImageService
This service is responsible for the conversion of PDF Documents to a list of images
-