Uses of Class
com.itextpdf.kernel.geom.LineSegment
Packages that use LineSegment
Package
Description
-
Uses of LineSegment in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom that return LineSegmentModifier and TypeMethodDescriptionLineSegment.transformBy
(Matrix m) Transforms the segment by the specified matrixMethods in com.itextpdf.kernel.geom with parameters of type LineSegmentModifier 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
Methods in com.itextpdf.kernel.pdf.canvas.parser.data that return LineSegmentModifier 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()
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 LineSegmentModifier and TypeMethodDescriptionLocationTextExtractionStrategy.ITextChunkLocationStrategy.createLocation
(TextRenderInfo renderInfo, LineSegment baseline) LocationTextExtractionStrategy.ITextChunkLocationStrategyImpl.createLocation
(TextRenderInfo renderInfo, LineSegment baseline)