Uses of Class
org.verapdf.wcag.algorithms.entities.lists.ListInterval
-
-
Uses of ListInterval in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return ListInterval Modifier and Type Method Description ListIntervalSemanticList. getListInterval()Constructors in org.verapdf.wcag.algorithms.entities with parameters of type ListInterval Constructor Description SemanticList(SemanticTextNode node, ListInterval 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 SortedSet<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)voidListIntervalsCollection. put(ListInterval listInterval)Method parameters in org.verapdf.wcag.algorithms.entities.lists with type arguments of type ListInterval Modifier and Type Method Description 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<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 ListInterval Modifier and Type Method Description static 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 ListInterval Modifier and Type Method Description static 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 ListInterval 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)
-