Class ClusterTableConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.ClusterTableConsumer
-
public class ClusterTableConsumer extends Object
-
-
Constructor Summary
Constructors Constructor Description ClusterTableConsumer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voiddetectTableCaptions(BoundingBox tableBoundingBox, INode tableRoot)voidfindTables(INode root)List<PDFList>getLists()List<Table>getTables()static booleanisNodeInsideTable(INode node, Long id, BoundingBox boundingBox, SemanticType semanticType)
-
-
-
Method Detail
-
findTables
public void findTables(INode root)
-
detectTableCaptions
public static void detectTableCaptions(BoundingBox tableBoundingBox, INode tableRoot)
-
isNodeInsideTable
public static boolean isNodeInsideTable(INode node, Long id, BoundingBox boundingBox, SemanticType semanticType)
-
-