Uses of Class
org.verapdf.wcag.algorithms.entities.content.ImageChunk
-
-
Uses of ImageChunk in org.verapdf.gf.model.impl.sa
Fields in org.verapdf.gf.model.impl.sa declared as ImageChunk Modifier and Type Field Description ImageChunkGFSAImageChunk. imageChunkConstructors in org.verapdf.gf.model.impl.sa with parameters of type ImageChunk Constructor Description GFSAImageChunk(ImageChunk imageChunk) -
Uses of ImageChunk in org.verapdf.wcag.algorithms.entities
Fields in org.verapdf.wcag.algorithms.entities declared as ImageChunk Modifier and Type Field Description protected ImageChunkSemanticImageNode. imageMethods in org.verapdf.wcag.algorithms.entities that return ImageChunk Modifier and Type Method Description ImageChunkSemanticImageNode. getImage()Constructors in org.verapdf.wcag.algorithms.entities with parameters of type ImageChunk Constructor Description SemanticImageNode(ImageChunk image) -
Uses of ImageChunk in org.verapdf.wcag.algorithms.entities.tables
Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type ImageChunk Constructor Description TableToken(ImageChunk imageChunk, INode node) -
Uses of ImageChunk in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils with type arguments of type ImageChunk Modifier and Type Method Description static Set<ListInterval>ListLabelsUtils. getImageListItemsIntervals(List<ImageChunk> listItems)
-