Uses of Class
com.openhtmltopdf.pdfboxout.visualtester.PdfVisualTester.ProblemType
-
Packages that use PdfVisualTester.ProblemType Package Description com.openhtmltopdf.pdfboxout.visualtester -
-
Uses of PdfVisualTester.ProblemType in com.openhtmltopdf.pdfboxout.visualtester
Fields in com.openhtmltopdf.pdfboxout.visualtester declared as PdfVisualTester.ProblemType Modifier and Type Field Description PdfVisualTester.ProblemType
PdfVisualTester.PdfCompareResult. type
Methods in com.openhtmltopdf.pdfboxout.visualtester that return PdfVisualTester.ProblemType Modifier and Type Method Description static PdfVisualTester.ProblemType
PdfVisualTester.ProblemType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PdfVisualTester.ProblemType[]
PdfVisualTester.ProblemType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openhtmltopdf.pdfboxout.visualtester with parameters of type PdfVisualTester.ProblemType Constructor Description PdfCompareResult(PdfVisualTester.ProblemType type, java.lang.String logMessage, int pageNumber, PdfVisualTester.TestImage testImage)
-