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.gf.model.impl.serializer
Methods in org.verapdf.gf.model.impl.serializer with parameters of type ImageChunk Modifier and Type Method Description voidImageSerializer. serialize(ImageChunk imageChunk, 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 ImageChunk Constructor Description ImageSerializer(Class<ImageChunk> t) -
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.lists.info
Methods in org.verapdf.wcag.algorithms.entities.lists.info that return ImageChunk Modifier and Type Method Description ImageChunkListItemImageInfo. getListItemValue()Constructors in org.verapdf.wcag.algorithms.entities.lists.info with parameters of type ImageChunk Constructor Description ListItemImageInfo(int index, SemanticType semanticType, 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)
-