Uses of Class
step.plugins.compare.mask.Mask
-
Packages that use Mask Package Description step.plugins.compare.mask step.plugins.compare.services.atomic step.plugins.pdftest.services.comparison -
-
Uses of Mask in step.plugins.compare.mask
Methods in step.plugins.compare.mask that return types with arguments of type Mask Modifier and Type Method Description java.util.List<Mask>
MaskService. findMatchingMask(java.util.List<Mask> masks, java.io.File image, java.io.File pdfFile, int pageNumber)
Method parameters in step.plugins.compare.mask with type arguments of type Mask Modifier and Type Method Description java.util.List<Mask>
MaskService. findMatchingMask(java.util.List<Mask> masks, java.io.File image, java.io.File pdfFile, int pageNumber)
-
Uses of Mask in step.plugins.compare.services.atomic
Methods in step.plugins.compare.services.atomic that return types with arguments of type Mask Modifier and Type Method Description java.util.List<Mask>
CompareScenarioServices. generateMaskList(Scenario scenario, java.io.File sessionDir)
-
Uses of Mask in step.plugins.pdftest.services.comparison
Fields in step.plugins.pdftest.services.comparison with type parameters of type Mask Modifier and Type Field Description protected java.util.List<Mask>
ComparisonService.ComparisonError. masks
Methods in step.plugins.pdftest.services.comparison that return types with arguments of type Mask Modifier and Type Method Description java.util.List<Mask>
ComparisonService.ComparisonError. getMasks()
java.util.Map<java.lang.Integer,java.util.List<Mask>>
ComparisonService.ComparisonReport. getMatchedMasks()
Methods in step.plugins.pdftest.services.comparison with parameters of type Mask Modifier and Type Method Description void
ComparisonService.ComparisonReport. addMatchedMask(java.lang.Integer key, Mask value)
Method parameters in step.plugins.pdftest.services.comparison with type arguments of type Mask Modifier and Type Method Description ComparisonService.ComparisonReport
ComparisonService.ComparisonSession. compare(java.util.List<Mask> masks, java.io.File actual, java.io.File expected, java.lang.String pages)
ComparisonService.ComparisonReport
ComparisonService.ComparisonSession. compare(java.util.List<Mask> masks, java.io.InputStream actual, java.lang.String actualFileName, java.io.InputStream expected, java.lang.String expectedFileName, java.lang.String pages)
-