Constructor Summary
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 Summary
 AttributedCharacterIterator getACI()
           
 float getAdvance()
           
 int getEndIdx()
           
 GVTGlyphVector getGlyphVector()
           
 float getLastCharWidth()
           
 float getLineWidth()
           
 Point2D.Float getLocation()
           
 int getStartIdx()
           
 Point2D.Float getVerticalAlignOffset()
           
 float getVisualAdvance()
           
 boolean isPartialLine()
           
 
Constructor Detail

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 Detail

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


Copyright ? 2008 Apache Software Foundation. All Rights Reserved.