Uses of Class
step.plugins.compare.AbstractCompareFunctionType
-
Packages that use AbstractCompareFunctionType Package Description step.plugins.compare step.plugins.compare.image step.plugins.pdftest -
-
Uses of AbstractCompareFunctionType in step.plugins.compare
Methods in step.plugins.compare that return AbstractCompareFunctionType Modifier and Type Method Description protected abstract AbstractCompareFunctionType<?>
AbstractComparePlugin. getCompareFunctionType(step.core.GlobalContext context)
-
Uses of AbstractCompareFunctionType in step.plugins.compare.image
Subclasses of AbstractCompareFunctionType in step.plugins.compare.image Modifier and Type Class Description class
ImageCompareFunctionType
Methods in step.plugins.compare.image that return AbstractCompareFunctionType Modifier and Type Method Description protected AbstractCompareFunctionType
ImageComparePlugin. getCompareFunctionType(step.core.GlobalContext context)
-
Uses of AbstractCompareFunctionType in step.plugins.pdftest
Subclasses of AbstractCompareFunctionType in step.plugins.pdftest Modifier and Type Class Description class
PdfTestFunctionType
Methods in step.plugins.pdftest that return AbstractCompareFunctionType Modifier and Type Method Description protected AbstractCompareFunctionType
PdfTestPlugin. getCompareFunctionType(step.core.GlobalContext context)
-