| java.lang.Object java.awt.font.TextLayout
Inner Class :public static class CaretPolicy | |
Method Summary | |
protected Object | clone() | public void | draw(Graphics2D g2d, float x, float y) | public boolean | equals(TextLayout layout) | public boolean | equals(Object obj) | public float | getAdvance() | public float | getAscent() | public byte | getBaseline() | public float[] | getBaselineOffsets() | public Shape | getBlackBoxBounds(int firstEndpoint, int secondEndpoint) | public Rectangle2D | getBounds() | public float[] | getCaretInfo(TextHitInfo hitInfo) | public float[] | getCaretInfo(TextHitInfo hitInfo, Rectangle2D bounds) | public Shape | getCaretShape(TextHitInfo hitInfo, Rectangle2D bounds) | public Shape | getCaretShape(TextHitInfo hitInfo) | public Shape[] | getCaretShapes(int offset) | public Shape[] | getCaretShapes(int offset, Rectangle2D bounds) | public Shape[] | getCaretShapes(int offset, Rectangle2D bounds, TextLayout.CaretPolicy policy) | public int | getCharacterCount() | public byte | getCharacterLevel(int index) | public float | getDescent() | public TextLayout | getJustifiedLayout(float justificationWidth) | public float | getLeading() | public Shape | getLogicalHighlightShape(int firstEndpoint, int secondEndpoint) | public Shape | getLogicalHighlightShape(int firstEndpoint, int secondEndpoint, Rectangle2D bounds) | public int[] | getLogicalRangesForVisualSelection(TextHitInfo hit1, TextHitInfo hit2) | public TextHitInfo | getNextLeftHit(int offset) | public TextHitInfo | getNextLeftHit(TextHitInfo hitInfo) | public TextHitInfo | getNextLeftHit(int offset, TextLayout.CaretPolicy policy) | public TextHitInfo | getNextRightHit(TextHitInfo hitInfo) | public TextHitInfo | getNextRightHit(int offset) | public TextHitInfo | getNextRightHit(int offset, TextLayout.CaretPolicy policy) | public Shape | getOutline(AffineTransform xform) | public float | getVisibleAdvance() | public Shape | getVisualHighlightShape(TextHitInfo hit1, TextHitInfo hit2, Rectangle2D bounds) | public Shape | getVisualHighlightShape(TextHitInfo hit1, TextHitInfo hit2) | public TextHitInfo | getVisualOtherHit(TextHitInfo hitInfo) | protected void | handleJustify(float justificationWidth) | public int | hashCode() | public TextHitInfo | hitTestChar(float x, float y) | public TextHitInfo | hitTestChar(float x, float y, Rectangle2D bounds) | public boolean | isLeftToRight() | public boolean | isVertical() | public String | toString() |
justificationWidth | float justificationWidth(Code) | | |
TextLayout | TextLayout(TextRunBreaker breaker)(Code) | | |
getAdvance | public float getAdvance()(Code) | | |
getAscent | public float getAscent()(Code) | | |
getBaseline | public byte getBaseline()(Code) | | |
getBaselineOffsets | public float[] getBaselineOffsets()(Code) | | |
getBlackBoxBounds | public Shape getBlackBoxBounds(int firstEndpoint, int secondEndpoint)(Code) | | |
getCaretShapes | public Shape[] getCaretShapes(int offset)(Code) | | |
getCharacterCount | public int getCharacterCount()(Code) | | |
getCharacterLevel | public byte getCharacterLevel(int index)(Code) | | |
getDescent | public float getDescent()(Code) | | |
getLeading | public float getLeading()(Code) | | |
getLogicalHighlightShape | public Shape getLogicalHighlightShape(int firstEndpoint, int secondEndpoint)(Code) | | |
getLogicalHighlightShape | public Shape getLogicalHighlightShape(int firstEndpoint, int secondEndpoint, Rectangle2D bounds)(Code) | | |
getVisibleAdvance | public float getVisibleAdvance()(Code) | | |
handleJustify | protected void handleJustify(float justificationWidth)(Code) | | |
hashCode | public int hashCode()(Code) | | |
isLeftToRight | public boolean isLeftToRight()(Code) | | |
isVertical | public boolean isVertical()(Code) | | |
|
|