Uses of Class
org.verapdf.wcag.algorithms.semanticalgorithms.utils.WCAGProgressStatus
-
Packages that use WCAGProgressStatus Package Description org.verapdf.wcag.algorithms.semanticalgorithms.consumers org.verapdf.wcag.algorithms.semanticalgorithms.utils -
-
Uses of WCAGProgressStatus in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers that return WCAGProgressStatus Modifier and Type Method Description WCAGProgressStatusAccumulatedNodeConsumer. getWCAGProgressStatus()WCAGProgressStatusClusterTableConsumer. getWCAGProgressStatus()WCAGProgressStatusContrastRatioConsumer. getWCAGProgressStatus()WCAGProgressStatusHeadingCaptionConsumer. getWCAGProgressStatus()WCAGProgressStatusLinesPreprocessingConsumer. getWCAGProgressStatus()WCAGProgressStatusListDetectionConsumer. getWCAGProgressStatus()WCAGProgressStatusSemanticDocumentPostprocessingConsumer. getWCAGProgressStatus()WCAGProgressStatusSemanticDocumentPreprocessingConsumer. getWCAGProgressStatus()WCAGProgressStatusTableBorderConsumer. getWCAGProgressStatus()WCAGProgressStatusTableChecker. getWCAGProgressStatus()WCAGProgressStatusTOCDetectionConsumer. getWCAGProgressStatus()WCAGProgressStatusWCAGConsumer. getWCAGProgressStatus() -
Uses of WCAGProgressStatus in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils that return WCAGProgressStatus Modifier and Type Method Description static WCAGProgressStatusWCAGProgressStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WCAGProgressStatus[]WCAGProgressStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-