Class LineInfo

java.lang.Object
org.apache.batik.extension.svg.LineInfo

public class LineInfo extends Object
This class encapsulates the layout information about a single line in a multi-line flow.
  • Constructor Details

  • Method Details

    • getLocation

      public Point2D.Float getLocation()
    • getACI

      public AttributedCharacterIterator getACI()
    • getGlyphVector

      public GVTGlyphVector getGlyphVector()
    • getStartIdx

      public int getStartIdx()
    • getEndIdx

      public int getEndIdx()
    • getAdvance

      public float getAdvance()
    • getVisualAdvance

      public float getVisualAdvance()
    • getLastCharWidth

      public float getLastCharWidth()
    • getLineWidth

      public float getLineWidth()
    • isPartialLine

      public boolean isPartialLine()
    • getVerticalAlignOffset

      public Point2D.Float getVerticalAlignOffset()
    • toString

      public String toString()
      Overrides:
      toString in class Object