Uses of Class
org.verapdf.wcag.algorithms.entities.lists.info.ListItemInfo
Packages that use ListItemInfo
Package
Description
-
Uses of ListItemInfo in org.verapdf.wcag.algorithms.entities.lists
Methods in org.verapdf.wcag.algorithms.entities.lists that return ListItemInfoModifier and TypeMethodDescriptionListInterval.getFirstListItemInfo()ListInterval.getLastListItemInfo()ListInterval.getPenultListItemInfo()ListInterval.getSecondListItemInfo()Methods in org.verapdf.wcag.algorithms.entities.lists that return types with arguments of type ListItemInfoMethod parameters in org.verapdf.wcag.algorithms.entities.lists with type arguments of type ListItemInfoModifier and TypeMethodDescriptionListInterval.getListsIndexesContainedInListItemsIndexes(List<ListItemInfo> listItemsInfos) Constructor parameters in org.verapdf.wcag.algorithms.entities.lists with type arguments of type ListItemInfoModifierConstructorDescriptionListInterval(List<ListItemInfo> listItemsInfos, List<Integer> listsIndexes, Integer numberOfColumns) -
Uses of ListItemInfo in org.verapdf.wcag.algorithms.entities.lists.info
Subclasses of ListItemInfo in org.verapdf.wcag.algorithms.entities.lists.infoModifier and TypeClassDescriptionclassclassclassMethods in org.verapdf.wcag.algorithms.entities.lists.info that return ListItemInfoModifier and TypeMethodDescriptionstatic ListItemInfoListItemInfo.createListItemInfo(ListItemInfo info) Methods in org.verapdf.wcag.algorithms.entities.lists.info with parameters of type ListItemInfoModifier and TypeMethodDescriptionstatic ListItemInfoListItemInfo.createListItemInfo(ListItemInfo info) Constructors in org.verapdf.wcag.algorithms.entities.lists.info with parameters of type ListItemInfo -
Uses of ListItemInfo in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils with type arguments of type ListItemInfoModifier and TypeMethodDescriptionstatic Set<ListInterval>ListLabelsUtils.getImageListItemsIntervals(List<? extends ListItemInfo> itemsInfo)