Uses of Class
org.verapdf.wcag.algorithms.entities.lists.ListInterval
Packages that use ListInterval
Package
Description
-
Uses of ListInterval in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return ListIntervalConstructors in org.verapdf.wcag.algorithms.entities with parameters of type 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 ListIntervalMethods in org.verapdf.wcag.algorithms.entities.lists with parameters of type ListIntervalModifier and TypeMethodDescriptionbooleanListInterval.contains(ListInterval second) voidListIntervalsCollection.put(ListInterval listInterval) Method parameters in org.verapdf.wcag.algorithms.entities.lists with type arguments of type ListIntervalModifier and TypeMethodDescriptionvoidListIntervalsCollection.putAll(Set<ListInterval> intervalsSet) Constructor parameters in org.verapdf.wcag.algorithms.entities.lists with type arguments of type ListInterval -
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 ListIntervalModifier and TypeMethodDescriptionstatic Set<ListInterval>ListUtils.getChildrenListIntervals(Set<ListInterval> listIntervals, List<INode> children) static Set<ListInterval>ListLabelsUtils.getImageListItemsIntervals(List<? extends ListItemInfo> itemsInfo) static Set<ListInterval>ListLabelsUtils.getItemsWithEqualsLabels(List<ListItemTextInfo> itemsInfo) static Set<ListInterval>ListLabelsUtils.getListItemsIntervals(List<ListItemTextInfo> itemsInfo) Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type ListIntervalModifier and TypeMethodDescriptionstatic voidListUtils.checkChildrenListInterval(ListIntervalsCollection listIntervalsCollection, ListInterval listInterval, List<INode> children) static voidListUtils.updateTreeWithRecognizedList(INode node, ListInterval listInterval) Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils with type arguments of type ListIntervalModifier and TypeMethodDescriptionstatic Set<ListInterval>ListUtils.getChildrenListIntervals(Set<ListInterval> listIntervals, List<INode> children) static voidListUtils.updateTreeWithRecognizedLists(INode node, 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 ListIntervalModifier and TypeMethodDescriptionArabicNumbersListLabelsDetectionAlgorithm.getItemsIntervals(List<ListItemTextInfo> itemsInfo) LettersListLabelsDetectionAlgorithm.getItemsIntervals(List<ListItemTextInfo> itemsInfo) abstract Set<ListInterval>ListLabelsDetectionAlgorithm.getItemsIntervals(List<ListItemTextInfo> itemsInfo)