Uses of Class
org.verapdf.wcag.algorithms.semanticalgorithms.tables.TableClusterGap
-
Packages that use TableClusterGap Package Description org.verapdf.wcag.algorithms.entities.tables org.verapdf.wcag.algorithms.semanticalgorithms.tables -
-
Uses of TableClusterGap in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return TableClusterGap Modifier and Type Method Description TableClusterGapTableTokenRow. getLeftGap()TableClusterGapTableTokenRow. getRightGap()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type TableClusterGap Modifier and Type Method Description voidTableTokenRow. setLeftGap(TableClusterGap gap)voidTableTokenRow. setRightGap(TableClusterGap gap) -
Uses of TableClusterGap in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return TableClusterGap Modifier and Type Method Description TableClusterGapTableCluster. getMinLeftGap()TableClusterGapTableCluster. getMinRightGap()Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TableClusterGap Modifier and Type Method Description voidTableCluster. setMinLeftGap(TableClusterGap leftGap)voidTableCluster. setMinRightGap(TableClusterGap rightGap)
-