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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java103 * float glyphAdvance = metrics.getAdvance();
214 public float getAdvance() { method in class:GlyphMetrics
H A DGraphicAttribute.java134 public abstract float getAdvance(); method in class:GraphicAttribute
150 getAdvance(), ascent+getDescent());
208 float advance = getAdvance();
H A DImageGraphicAttribute.java139 public float getAdvance() { method in class:ImageGraphicAttribute
H A DShapeGraphicAttribute.java130 public float getAdvance() { method in class:ShapeGraphicAttribute
H A DTextLayout.java884 public float getAdvance() { method in class:TextLayout
894 * @see #getAdvance()
/openjdk7/jdk/src/share/classes/sun/font/
H A DGraphicComponent.java85 this.graphicAdvance = graphic.getAdvance();
318 public float getAdvance() { method in class:GraphicComponent
H A DTextLineComponent.java48 public float getAdvance(); method in interface:TextLineComponent
H A DExtendedTextSourceLabel.java132 public float getAdvance() { method in class:ExtendedTextSourceLabel

Completed in 290 milliseconds