Class ClusterTableConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.ClusterTableConsumer
-
public class ClusterTableConsumer extends WCAGConsumer
-
-
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()WCAGProgressStatusgetWCAGProgressStatus()static booleanisNodeInsideTable(INode node, Long id, BoundingBox boundingBox, SemanticType semanticType)-
Methods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
getPercent
-
-
-
-
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)
-
getWCAGProgressStatus
public WCAGProgressStatus getWCAGProgressStatus()
- Overrides:
getWCAGProgressStatusin classWCAGConsumer
-
-