public class LineInfo extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
AttributedCharacterIterator |
getACI() |
float |
getAdvance() |
int |
getEndIdx() |
GVTGlyphVector |
getGlyphVector() |
float |
getLastCharWidth() |
float |
getLineWidth() |
Point2D.Float |
getLocation() |
int |
getStartIdx() |
Point2D.Float |
getVerticalAlignOffset() |
float |
getVisualAdvance() |
boolean |
isPartialLine() |
String |
toString() |
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)
public Point2D.Float getLocation()
public AttributedCharacterIterator getACI()
public GVTGlyphVector getGlyphVector()
public int getStartIdx()
public int getEndIdx()
public float getAdvance()
public float getVisualAdvance()
public float getLastCharWidth()
public float getLineWidth()
public boolean isPartialLine()
public Point2D.Float getVerticalAlignOffset()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.