Class LinesPreprocessingConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.LinesPreprocessingConsumer
-
public class LinesPreprocessingConsumer extends WCAGConsumer
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
wcagProgressStatus
-
-
Constructor Summary
Constructors Constructor Description LinesPreprocessingConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfindTableBorders()List<List<TableBorderBuilder>>getTableBorders()-
Methods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
getPercent, getWCAGProgressStatus
-
-
-
-
Method Detail
-
getTableBorders
public List<List<TableBorderBuilder>> getTableBorders()
-
findTableBorders
public void findTableBorders()
-
-