Uses of Class
org.verapdf.wcag.algorithms.entities.lists.ListInterval
-
-
Uses of ListInterval in org.verapdf.wcag.algorithms.entities.lists
Methods in org.verapdf.wcag.algorithms.entities.lists that return types with arguments of type ListInterval Modifier and Type Method Description Set<ListInterval>ListIntervalsCollection. getSet()Methods in org.verapdf.wcag.algorithms.entities.lists with parameters of type ListInterval Modifier and Type Method Description booleanListInterval. contains(ListInterval second)voidListInterval. put(Set<ListInterval> set, ListInterval listInterval)voidListIntervalsCollection. put(ListInterval listInterval)Method parameters in org.verapdf.wcag.algorithms.entities.lists with type arguments of type ListInterval Modifier and Type Method Description voidListInterval. put(Set<ListInterval> set, ListInterval listInterval)voidListIntervalsCollection. putAll(Set<ListInterval> intervalsSet)Constructor parameters in org.verapdf.wcag.algorithms.entities.lists with type arguments of type ListInterval Constructor Description ListIntervalsCollection(Set<ListInterval> listIntervals) -
Uses of ListInterval in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils that return types with arguments of type ListInterval Modifier and Type Method Description static Set<ListInterval>ListUtils. getChildrenListIntervals(Set<ListInterval> listIntervals, List<? extends InfoChunk> childrenFirstLines)static Set<ListInterval>ListLabelsUtils. getImageListItemsIntervals(List<ImageChunk> listItems)static Set<ListInterval>ListLabelsUtils. getItemsWithEqualsLabels(List<String> items)static Set<ListInterval>ListLabelsUtils. getListItemsIntervals(List<String> listItems)Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils with type arguments of type ListInterval Modifier and Type Method Description static Set<ListInterval>ListUtils. getChildrenListIntervals(Set<ListInterval> listIntervals, List<? extends InfoChunk> childrenFirstLines)static voidListUtils. updateTreeWithRecognizedList(INode node, List<INode> children, Set<ListInterval> listIntervals) -
Uses of ListInterval in org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils.listLabelsDetection that return types with arguments of type ListInterval Modifier and Type Method Description Set<ListInterval>ArabicNumbersListLabelsDetectionAlgorithm. getItemsIntervals(List<String> items)Set<ListInterval>LettersListLabelsDetectionAlgorithm. getItemsIntervals(List<String> items)abstract Set<ListInterval>ListLabelsDetectionAlgorithm. getItemsIntervals(List<String> items)
-