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 with type parameters of type ImageChunk Modifier and Type Field Description protected List<ImageChunk>SemanticFigure. imagesMethods in org.verapdf.wcag.algorithms.entities that return types with arguments of type ImageChunk Modifier and Type Method Description List<ImageChunk>SemanticFigure. getImages()Method parameters in org.verapdf.wcag.algorithms.entities with type arguments of type ImageChunk Modifier and Type Method Description voidSemanticFigure. addImages(List<ImageChunk> images)Constructors in org.verapdf.wcag.algorithms.entities with parameters of type ImageChunk Constructor Description SemanticFigure(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)
-