Uses of Class
com.itextpdf.kernel.geom.LineSegment
-
Packages that use LineSegment Package Description com.itextpdf.kernel.geom com.itextpdf.kernel.pdf.canvas.parser.data com.itextpdf.kernel.pdf.canvas.parser.listener -
-
Uses of LineSegment in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom that return LineSegment Modifier and Type Method Description LineSegmentLineSegment. transformBy(Matrix m)Transforms the segment by the specified matrixMethods in com.itextpdf.kernel.geom with parameters of type LineSegment Modifier and Type Method Description booleanLineSegment. containsSegment(LineSegment other)Checks if a segment contains another segment in itself -
Uses of LineSegment in com.itextpdf.kernel.pdf.canvas.parser.data
Methods in com.itextpdf.kernel.pdf.canvas.parser.data that return LineSegment Modifier and Type Method Description LineSegmentTextRenderInfo. getAscentLine()Gets the ascent line for the text (i.e.LineSegmentTextRenderInfo. getBaseline()Gets the baseline for the text (i.e.LineSegmentTextRenderInfo. getDescentLine()Gets the descent line for the text (i.e.LineSegmentTextRenderInfo. getUnscaledBaseline()private LineSegmentTextRenderInfo. getUnscaledBaselineWithOffset(float yOffset) -
Uses of LineSegment in com.itextpdf.kernel.pdf.canvas.parser.listener
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type LineSegment Modifier and Type Method Description ITextChunkLocationLocationTextExtractionStrategy.ITextChunkLocationStrategy. createLocation(TextRenderInfo renderInfo, LineSegment baseline)ITextChunkLocationLocationTextExtractionStrategy.ITextChunkLocationStrategyImpl. createLocation(TextRenderInfo renderInfo, LineSegment baseline)
-