Searched defs:FontMetrics (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DFontMetrics.java35 * The <code>FontMetrics</code> class defines a font metrics object, which
54 * <img src="doc-files/FontMetrics-1.gif" alt="The letter 'p' showing its 'reference point'" border=15 align
99 public abstract class FontMetrics implements java.io.Serializable { class in inherits:java.io.Serializable
128 * Creates a new <code>FontMetrics</code> object for finding out
134 protected FontMetrics(Font font) { method in class:FontMetrics
140 * <code>FontMetrics</code> object.
142 * <code>FontMetrics</code> object.
150 * <code>FontMetrics</code> object to measure text.
157 * <code>FontMetrics</code> object.
166 * <code>Font</code> described by this <code>FontMetrics</cod
[all...]

Completed in 42 milliseconds