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 LineSegment
LineSegment. 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 boolean
LineSegment. 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 LineSegment
TextRenderInfo. getAscentLine()
Gets the ascent line for the text (i.e.LineSegment
TextRenderInfo. getBaseline()
Gets the baseline for the text (i.e.LineSegment
TextRenderInfo. getDescentLine()
Gets the descent line for the text (i.e.LineSegment
TextRenderInfo. getUnscaledBaseline()
private LineSegment
TextRenderInfo. 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 ITextChunkLocation
LocationTextExtractionStrategy.ITextChunkLocationStrategy. createLocation(TextRenderInfo renderInfo, LineSegment baseline)
ITextChunkLocation
LocationTextExtractionStrategy.ITextChunkLocationStrategyImpl. createLocation(TextRenderInfo renderInfo, LineSegment baseline)
-