Uses of Class
org.verapdf.wcag.algorithms.entities.content.ImageChunk
-
Packages that use ImageChunk Package Description org.verapdf.gf.model.impl.sa org.verapdf.wcag.algorithms.entities org.verapdf.wcag.algorithms.entities.tables -
-
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)
-