org.apache.batik.extension.svg
public class LineInfo extends Object
| Constructor Summary | |
|---|---|
| LineInfo(Float loc, AttributedCharacterIterator aci, GVTGlyphVector gv, int startIdx, int endIdx, float advance, float visualAdvance, float lastCharWidth, float lineWidth, boolean partial, Float verticalAlignOffset) | |
| Method Summary | |
|---|---|
| AttributedCharacterIterator | getACI() |
| float | getAdvance() |
| int | getEndIdx() |
| GVTGlyphVector | getGlyphVector() |
| float | getLastCharWidth() |
| float | getLineWidth() |
| Float | getLocation() |
| int | getStartIdx() |
| Float | getVerticalAlignOffset() |
| float | getVisualAdvance() |
| boolean | isPartialLine() |
| String | toString() |