Generated by
JDiff

Class java.awt.FontMetrics

Documentation changed from old to new.

Changed Methods
int bytesWidth(byte[], int, int) Documentation changed from old to new.
Returns the total advance width for showing the specified array of bytes in this Font.
int charsWidth(char[], int, int) Documentation changed from old to new.
Returns the total advance width for showing the specified array of characters in this Font.
int getMaxAdvance() Documentation changed from old to new.
Gets the maximum advance width of any character in this Font.
int[] getWidths() Documentation changed from old to new.
Gets the advance widths of the first 256 characters in the Font.
int stringWidth(String) Documentation changed from old to new.
Returns the total advance width for showing the specified String in this Font.
int charWidth(char) Documentation changed from old to new.
Returns the advance width of the specified character in this Font.
int charWidth(int) Documentation changed from old to new.
Returns the advance width of the specified character in this Font.