Uses of Class
org.verapdf.wcag.algorithms.semanticalgorithms.tables.TableCluster.Side
-
Packages that use TableCluster.Side Package Description org.verapdf.wcag.algorithms.semanticalgorithms.tables -
-
Uses of TableCluster.Side in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return TableCluster.Side Modifier and Type Method Description static TableCluster.SideTableCluster.Side. opposite(TableCluster.Side side)static TableCluster.SideTableCluster.Side. valueOf(String name)Returns the enum constant of this type with the specified name.static TableCluster.Side[]TableCluster.Side. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TableCluster.Side Modifier and Type Method Description static TableCluster.SideTableCluster.Side. opposite(TableCluster.Side side)voidTableCluster. updateMinGap(TableCluster.Side side)
-