Uses of Class
com.itextpdf.kernel.geom.LineSegment
Package
Description
-
Uses of LineSegment in com.itextpdf.kernel.geom
Modifier and TypeMethodDescriptionLineSegment.transformBy
(Matrix m) Transforms the segment by the specified matrixModifier and TypeMethodDescriptionboolean
LineSegment.containsSegment
(LineSegment other) Checks if a segment contains another segment in itself -
Uses of LineSegment in com.itextpdf.kernel.pdf.canvas.parser.data
Modifier and TypeMethodDescriptionTextRenderInfo.getAscentLine()
Gets the ascent line for the text (i.e.TextRenderInfo.getBaseline()
Gets the baseline for the text (i.e.TextRenderInfo.getDescentLine()
Gets the descent line for the text (i.e.TextRenderInfo.getUnscaledBaseline()
-
Uses of LineSegment in com.itextpdf.kernel.pdf.canvas.parser.listener
Modifier and TypeMethodDescriptionLocationTextExtractionStrategy.ITextChunkLocationStrategy.createLocation
(TextRenderInfo renderInfo, LineSegment baseline)