Uses of Class
org.verapdf.wcag.algorithms.semanticalgorithms.tables.TableCluster
Packages that use TableCluster
Package
Description
-
Uses of TableCluster in org.verapdf.wcag.algorithms.entities.tables
Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type TableClusterConstructor parameters in org.verapdf.wcag.algorithms.entities.tables with type arguments of type TableCluster -
Uses of TableCluster in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return TableClusterModifier and TypeMethodDescriptionTableCluster.getHeader()TableClusterGap.getLink()static TableClusterTableCluster.getTableCluster(TextInfoChunk chunk) Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return types with arguments of type TableClusterModifier and TypeMethodDescriptionTableRecognitionArea.getClusters()TableRecognitionArea.getHeaders()Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TableClusterModifier and TypeMethodDescriptionvoidTableCluster.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 -
Uses of TableCluster in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type TableClusterModifier and TypeMethodDescriptionstatic booleanTableUtils.isWeakCluster(TableCluster cluster, List<TableCluster> headers) Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils with type arguments of type TableClusterModifier and TypeMethodDescriptionstatic booleanTableUtils.isWeakCluster(TableCluster cluster, List<TableCluster> headers) static voidTableUtils.sortClustersLeftToRight(List<TableCluster> clusters) static voidTableUtils.sortClustersUpToBottom(List<TableCluster> clusters)