Uses of Class
org.verapdf.wcag.algorithms.entities.content.LineArtChunk
-
Packages that use LineArtChunk Package Description org.verapdf.gf.model.factory.chunks org.verapdf.gf.model.impl.sa org.verapdf.gf.model.impl.serializer org.verapdf.wcag.algorithms.entities -
-
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 declared as LineArtChunk Modifier and Type Field Description protected LineArtChunkSemanticFigure. lineArtMethods in org.verapdf.wcag.algorithms.entities that return LineArtChunk Modifier and Type Method Description LineArtChunkSemanticFigure. getLineArt()Constructors in org.verapdf.wcag.algorithms.entities with parameters of type LineArtChunk Constructor Description SemanticFigure(LineArtChunk lineArt)
-