Uses of Interface
org.verapdf.wcag.algorithms.entities.IPage
-
Packages that use IPage Package Description org.verapdf.gf.model.impl.sa org.verapdf.gf.model.impl.serializer org.verapdf.wcag.algorithms.entities -
-
Uses of IPage in org.verapdf.gf.model.impl.sa
Classes in org.verapdf.gf.model.impl.sa that implement IPage Modifier and Type Class Description classGFSAPageMethods in org.verapdf.gf.model.impl.sa that return IPage Modifier and Type Method Description IPageGFSAPDFDocument. getPage(Integer pageNumber)Methods in org.verapdf.gf.model.impl.sa that return types with arguments of type IPage Modifier and Type Method Description List<IPage>GFSAPDFDocument. getPages() -
Uses of IPage in org.verapdf.gf.model.impl.serializer
Methods in org.verapdf.gf.model.impl.serializer with parameters of type IPage Modifier and Type Method Description voidPageSerializer. serialize(IPage page, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)Constructor parameters in org.verapdf.gf.model.impl.serializer with type arguments of type IPage Constructor Description PageSerializer(Class<IPage> t) -
Uses of IPage in org.verapdf.wcag.algorithms.entities
Classes in org.verapdf.wcag.algorithms.entities that implement IPage Modifier and Type Class Description classPageMethods in org.verapdf.wcag.algorithms.entities that return IPage Modifier and Type Method Description IPageDocument. getPage(Integer pageNumber)IPageIDocument. getPage(Integer pageNumber)Methods in org.verapdf.wcag.algorithms.entities that return types with arguments of type IPage Modifier and Type Method Description List<IPage>Document. getPages()List<IPage>IDocument. getPages()
-