Package org.apache.batik.extension.svg
Class LineInfo
java.lang.Object
org.apache.batik.extension.svg.LineInfo
This class encapsulates the layout information about a single line
in a multi-line flow.
-
Constructor Summary
ConstructorsConstructorDescriptionLineInfo
(Point2D.Float loc, AttributedCharacterIterator aci, GVTGlyphVector gv, int startIdx, int endIdx, float advance, float visualAdvance, float lastCharWidth, float lineWidth, boolean partial, Point2D.Float verticalAlignOffset) -
Method Summary
-
Constructor Details
-
LineInfo
public LineInfo(Point2D.Float loc, AttributedCharacterIterator aci, GVTGlyphVector gv, int startIdx, int endIdx, float advance, float visualAdvance, float lastCharWidth, float lineWidth, boolean partial, Point2D.Float verticalAlignOffset)
-
-
Method Details
-
getLocation
-
getACI
-
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
-
toString
-