Class ClusterTableConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.ClusterTableConsumer
-
public class ClusterTableConsumer extends Object
-
-
Constructor Summary
Constructors Constructor Description ClusterTableConsumer(TableBordersCollection tableBorders, AccumulatedNodeMapper accumulatedNodeMapper)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voiddetectTableCaptions(BoundingBox tableBoundingBox, INode tableRoot, AccumulatedNodeMapper accumulatedNodeMapper)voidfindTables(INode root)List<PDFList>getLists()List<Table>getTables()
-
-
-
Constructor Detail
-
ClusterTableConsumer
public ClusterTableConsumer(TableBordersCollection tableBorders, AccumulatedNodeMapper accumulatedNodeMapper)
-
-
Method Detail
-
findTables
public void findTables(INode root)
-
detectTableCaptions
public static void detectTableCaptions(BoundingBox tableBoundingBox, INode tableRoot, AccumulatedNodeMapper accumulatedNodeMapper)
-
-