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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorderMetrics.java50 public static AquaInternalFrameBorderMetrics getMetrics(boolean isUtility) { method in class:AquaInternalFrameBorderMetrics
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontDesignMetrics.java249 public static FontDesignMetrics getMetrics(Font font) { method in class:FontDesignMetrics
250 return getMetrics(font, getDefaultFrc());
253 public static FontDesignMetrics getMetrics(Font font, method in class:FontDesignMetrics
329 * Its private to enable caching - call getMetrics() instead.
338 /* private to enable caching - call getMetrics() instead. */
H A DGlyphList.java58 * int metrics[] = gl.getMetrics();
351 public int[] getMetrics() { method in class:GlyphList
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java101 private TextLineMetrics fMetrics = null; // built on demand in getMetrics
148 // we perform the work that used to be in getMetrics here.
545 public TextLineMetrics getMetrics() { method in class:TextLine
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java1754 public PeekMetrics getMetrics() { method in class:PeekGraphics

Completed in 41 milliseconds