Uses of Class
org.verapdf.wcag.algorithms.entities.content.LineArtChunk
-
-
Uses of LineArtChunk in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return LineArtChunk Modifier and Type Method Description LineArtChunkLineArtContainer. getLineArt(Long mcid) -
Uses of LineArtChunk in org.verapdf.gf.model.impl.sa
Fields in org.verapdf.gf.model.impl.sa declared as LineArtChunk Modifier and Type Field Description LineArtChunkGFSALineArtChunk. lineArtChunkConstructors in org.verapdf.gf.model.impl.sa with parameters of type LineArtChunk Constructor Description GFSALineArtChunk(LineArtChunk lineArtChunk) -
Uses of LineArtChunk in org.verapdf.gf.model.impl.serializer
Methods in org.verapdf.gf.model.impl.serializer with parameters of type LineArtChunk Modifier and Type Method Description voidLineArtSerializer. serialize(LineArtChunk lineArtChunk, 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 LineArtChunk Constructor Description LineArtSerializer(Class<LineArtChunk> t) -
Uses of LineArtChunk in org.verapdf.wcag.algorithms.entities
Fields in org.verapdf.wcag.algorithms.entities with type parameters of type LineArtChunk Modifier and Type Field Description protected List<LineArtChunk>SemanticFigure. lineArtsMethods in org.verapdf.wcag.algorithms.entities that return types with arguments of type LineArtChunk Modifier and Type Method Description List<LineArtChunk>SemanticFigure. getLineArts()Method parameters in org.verapdf.wcag.algorithms.entities with type arguments of type LineArtChunk Modifier and Type Method Description voidSemanticFigure. addLineArts(List<LineArtChunk> lineArts)Constructors in org.verapdf.wcag.algorithms.entities with parameters of type LineArtChunk Constructor Description SemanticFigure(LineArtChunk lineArtChunk) -
Uses of LineArtChunk in org.verapdf.wcag.algorithms.entities.lists.info
Methods in org.verapdf.wcag.algorithms.entities.lists.info that return LineArtChunk Modifier and Type Method Description LineArtChunkListItemLineArtInfo. getListItemValue()Constructors in org.verapdf.wcag.algorithms.entities.lists.info with parameters of type LineArtChunk Constructor Description ListItemLineArtInfo(int index, SemanticType semanticType, LineArtChunk lineArt)
-