Uses of Class
org.verapdf.wcag.algorithms.entities.lists.info.ListItemTextInfo
-
-
Uses of ListItemTextInfo in org.verapdf.wcag.algorithms.entities.lists.info
Constructors in org.verapdf.wcag.algorithms.entities.lists.info with parameters of type ListItemTextInfo Constructor Description ListItemTextInfo(ListItemTextInfo info) -
Uses of ListItemTextInfo in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils with type arguments of type ListItemTextInfo Modifier and Type Method Description static Set<ListInterval>ListLabelsUtils. getItemsWithEqualsLabels(List<ListItemTextInfo> itemsInfo)static Set<ListInterval>ListLabelsUtils. getListItemsIntervals(List<ListItemTextInfo> itemsInfo) -
Uses of ListItemTextInfo in org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection
Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection with type arguments of type ListItemTextInfo Modifier and Type Method Description Set<ListInterval>ArabicNumbersListLabelsDetectionAlgorithm. getItemsIntervals(List<ListItemTextInfo> itemsInfo)Set<ListInterval>LettersListLabelsDetectionAlgorithm. getItemsIntervals(List<ListItemTextInfo> itemsInfo)abstract Set<ListInterval>ListLabelsDetectionAlgorithm. getItemsIntervals(List<ListItemTextInfo> itemsInfo)
-