Uses of Class
org.verapdf.wcag.algorithms.entities.lists.PDFList
-
Packages that use PDFList Package Description org.verapdf.gf.model.impl.sa.lists org.verapdf.wcag.algorithms.semanticalgorithms.consumers org.verapdf.wcag.algorithms.semanticalgorithms.containers -
-
Uses of PDFList in org.verapdf.gf.model.impl.sa.lists
Constructors in org.verapdf.gf.model.impl.sa.lists with parameters of type PDFList Constructor Description GFSAList(PDFList list) -
Uses of PDFList in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers that return types with arguments of type PDFList Modifier and Type Method Description List<PDFList>ClusterTableConsumer. getLists() -
Uses of PDFList in org.verapdf.wcag.algorithms.semanticalgorithms.containers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.containers that return types with arguments of type PDFList Modifier and Type Method Description static List<PDFList>StaticContainers. getListsCollection()Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.containers with type arguments of type PDFList Modifier and Type Method Description static voidStaticContainers. setListsCollection(List<PDFList> listsCollection)
-