| java.lang.Object java.awt.FontMetrics
Method Summary | |
public int | bytesWidth(byte[] data, int off, int len) | public int | charWidth(int ch) | public int | charWidth(char ch) | public int | charsWidth(char[] data, int off, int len) | public int | getAscent() | public int | getDescent() | public Font | getFont() | public int | getHeight() | public int | getLeading() | public LineMetrics | getLineMetrics(CharacterIterator ci, int beginIndex, int limit, Graphics context) | public LineMetrics | getLineMetrics(String str, Graphics context) | public LineMetrics | getLineMetrics(char[] chars, int beginIndex, int limit, Graphics context) | public LineMetrics | getLineMetrics(String str, int beginIndex, int limit, Graphics context) | public int | getMaxAdvance() | public int | getMaxAscent() | public Rectangle2D | getMaxCharBounds(Graphics context) | public int | getMaxDecent() | public int | getMaxDescent() | public Rectangle2D | getStringBounds(CharacterIterator ci, int beginIndex, int limit, Graphics context) | public Rectangle2D | getStringBounds(String str, int beginIndex, int limit, Graphics context) | public Rectangle2D | getStringBounds(char[] chars, int beginIndex, int limit, Graphics context) | public Rectangle2D | getStringBounds(String str, Graphics context) | public int[] | getWidths() | public boolean | hasUniformLineMetrics() | public int | stringWidth(String str) | public String | toString() |
bytesWidth | public int bytesWidth(byte[] data, int off, int len)(Code) | | |
charWidth | public int charWidth(int ch)(Code) | | |
charWidth | public int charWidth(char ch)(Code) | | |
charsWidth | public int charsWidth(char[] data, int off, int len)(Code) | | |
getAscent | public int getAscent()(Code) | | |
getDescent | public int getDescent()(Code) | | |
getHeight | public int getHeight()(Code) | | |
getLeading | public int getLeading()(Code) | | |
getMaxAdvance | public int getMaxAdvance()(Code) | | |
getMaxAscent | public int getMaxAscent()(Code) | | |
getMaxDecent | public int getMaxDecent()(Code) | | |
getMaxDescent | public int getMaxDescent()(Code) | | |
getWidths | public int[] getWidths()(Code) | | |
hasUniformLineMetrics | public boolean hasUniformLineMetrics()(Code) | | |
|
|