Class ListLabelsUtils
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.utils.ListLabelsUtils
-
public class ListLabelsUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ListLabelsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<ListInterval>getImageListItemsIntervals(List<ImageChunk> listItems)static Set<ListInterval>getItemsWithEqualsLabels(List<String> items)static Set<ListInterval>getListItemsIntervals(List<String> listItems)static booleanisListLabels(List<String> listLabels)
-
-
-
Method Detail
-
getImageListItemsIntervals
public static Set<ListInterval> getImageListItemsIntervals(List<ImageChunk> listItems)
-
getListItemsIntervals
public static Set<ListInterval> getListItemsIntervals(List<String> listItems)
-
getItemsWithEqualsLabels
public static Set<ListInterval> getItemsWithEqualsLabels(List<String> items)
-
-