Uses of Class
com.itextpdf.text.pdf.parser.LineSegment

Packages that use LineSegment
com.itextpdf.text.pdf.parser   
 

Uses of LineSegment in com.itextpdf.text.pdf.parser
 

Methods in com.itextpdf.text.pdf.parser that return LineSegment
 LineSegment TextRenderInfo.getAscentLine()
          Gets the ascentline for the text (i.e. the line that represents the topmost extent that a string of the current font could have)
 LineSegment TextRenderInfo.getBaseline()
          Gets the baseline for the text (i.e. the line that the text 'sits' on)
 LineSegment TextRenderInfo.getDescentLine()
          Gets the descentline for the text (i.e. the line that represents the bottom most extent that a string of the current font could have)
 LineSegment LineSegment.transformBy(Matrix m)
          Transforms the segment by the specified matrix
 



Copyright © 2012. All Rights Reserved.