Uses of Class
org.verapdf.wcag.algorithms.entities.content.LineChunk
Packages that use LineChunk
Package
Description
-
Uses of LineChunk in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return LineChunkMethods in org.verapdf.gf.model.factory.chunks that return types with arguments of type LineChunkModifier and TypeMethodDescriptionLineArtContainer.getLineChunks(Long mcid) Rectangle.getLines(double lineWidth) Methods in org.verapdf.gf.model.factory.chunks with parameters of type LineChunk -
Uses of LineChunk in org.verapdf.gf.model.impl.serializer
Methods in org.verapdf.gf.model.impl.serializer with parameters of type LineChunkModifier and TypeMethodDescriptionvoidLineSerializer.serialize(LineChunk lineChunk, 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 LineChunk -
Uses of LineChunk in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content that return LineChunkModifier and TypeMethodDescriptionstatic LineChunkLineChunk.createLineChunk(Integer pageNumber, double startX, double startY, double endX, double endY, double width, int cap) Methods in org.verapdf.wcag.algorithms.entities.content that return types with arguments of type LineChunkModifier and TypeMethodDescriptionLinesCollection.getHorizontalLines(Integer pageNumber) LineArtChunk.getLineChunks()LinesCollection.getSquares(Integer pageNumber) LinesCollection.getVerticalLines(Integer pageNumber) Methods in org.verapdf.wcag.algorithms.entities.content with parameters of type LineChunkModifier and TypeMethodDescriptionintintstatic VertexLineChunk.getIntersectionVertex(LineChunk horizontalLine, LineChunk verticalLine) static booleanLineChunk.haveIntersection(LineChunk horizontalLine, LineChunk verticalLine) Method parameters in org.verapdf.wcag.algorithms.entities.content with type arguments of type LineChunkConstructor parameters in org.verapdf.wcag.algorithms.entities.content with type arguments of type LineChunk -
Uses of LineChunk in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return types with arguments of type LineChunkModifier and TypeMethodDescriptionTableBorderBuilder.getHorizontalLines()TableBorderBuilder.getVerticalLines()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type LineChunkConstructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type LineChunk -
Uses of LineChunk in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type LineChunkModifier and TypeMethodDescriptionstatic booleanNodeUtils.areOverlapping(TextChunk textChunk, LineChunk lineChunk)