Uses of Class
org.verapdf.wcag.algorithms.semanticalgorithms.tables.TableCluster
-
Packages that use TableCluster Package Description org.verapdf.wcag.algorithms.entities.tables org.verapdf.wcag.algorithms.semanticalgorithms.tables org.verapdf.wcag.algorithms.semanticalgorithms.utils -
-
Uses of TableCluster in org.verapdf.wcag.algorithms.entities.tables
Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type TableCluster Constructor Description TableCell(TableCluster cluster, SemanticType semanticType)Constructor parameters in org.verapdf.wcag.algorithms.entities.tables with type arguments of type TableCluster Constructor Description Table(List<TableCluster> headers) -
Uses of TableCluster in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return TableCluster Modifier and Type Method Description TableClusterTableCluster. getHeader()TableClusterTableClusterGap. getLink()Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return types with arguments of type TableCluster Modifier and Type Method Description List<TableCluster>TableRecognitionArea. getClusters()List<TableCluster>TableRecognitionArea. getHeaders()Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TableCluster Modifier and Type Method Description voidTableCluster. merge(TableCluster other, boolean update)voidTableCluster. mergeWithoutRowNumbers(TableCluster other)voidTableCluster. setHeader(TableCluster header)voidTableClusterGap. setLink(TableCluster link)Constructors in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TableCluster Constructor Description TableClusterGap(TableCluster link, double gap) -
Uses of TableCluster in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type TableCluster Modifier and Type Method Description static booleanTableUtils. isWeakCluster(TableCluster cluster, List<TableCluster> headers)Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils with type arguments of type TableCluster Modifier and Type Method Description static booleanTableUtils. isWeakCluster(TableCluster cluster, List<TableCluster> headers)static voidTableUtils. sortClustersLeftToRight(List<TableCluster> clusters)static voidTableUtils. sortClustersUpToBottom(List<TableCluster> clusters)
-