Uses of Class
org.verapdf.wcag.algorithms.entities.content.LineChunk
-
-
Uses of LineChunk in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return LineChunk Modifier and Type Method Description LineChunkRectangle. getLine(double lineWidth)Methods in org.verapdf.gf.model.factory.chunks that return types with arguments of type LineChunk Modifier and Type Method Description List<LineChunk>Rectangle. getLines(double lineWidth) -
Uses of LineChunk in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content that return LineChunk Modifier and Type Method Description static 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 LineChunk Modifier and Type Method Description SortedSet<LineChunk>LinesCollection. getHorizontalLines(Integer pageNumber)SortedSet<LineChunk>LinesCollection. getVerticalLines(Integer pageNumber)Methods in org.verapdf.wcag.algorithms.entities.content with parameters of type LineChunk Modifier and Type Method Description intLineChunk.HorizontalLineComparator. compare(LineChunk line1, LineChunk line2)intLineChunk.VerticalLineComparator. compare(LineChunk line1, LineChunk line2)static VertexLineChunk. getIntersectionVertex(LineChunk horizontalLine, LineChunk verticalLine) -
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 LineChunk Modifier and Type Method Description Set<LineChunk>TableBorderBuilder. getHorizontalLines()Set<LineChunk>TableBorderBuilder. getVerticalLines()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type LineChunk Modifier and Type Method Description voidTableBorderBuilder. addLine(LineChunk lineChunk)Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type LineChunk Constructor Description TableBorderBuilder(LineChunk lineChunk) -
Uses of LineChunk in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type LineChunk Modifier and Type Method Description static booleanNodeUtils. areOverlapping(TextChunk textChunk, LineChunk lineChunk)
-