Searched refs:getAdvance (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance());
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance());
72 if(tl.getAdvance() != tl2.getAdvance()) {
73 throw new RuntimeException("Advance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance());
H A DVisibleAdvance.java93 System.out.println (what + "Advance = " + layout.getAdvance () +
95 float advance = layout.getAdvance();
100 throw new RuntimeException("MISMATCH in advance.. " + what + "Advance = " + layout.getAdvance () +
H A DKerningLeak.java52 totalAdvance += tl.getAdvance();
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); method in class:GraphicAttribute
150 getAdvance(), ascent+getDescent());
208 float advance = getAdvance();
H A DGlyphMetrics.java103 * float glyphAdvance = metrics.getAdvance();
214 public float getAdvance() { method in class:GlyphMetrics
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()
H A DTextLine.java280 x += tlc.getAdvance();
/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLineComponent.java48 public float getAdvance(); method in interface:TextLineComponent
H A DFontDesignMetrics.java470 width = new TextLayout(str, font, frc).getAdvance();
478 width = new TextLayout(str, font, frc).getAdvance();
497 width = new TextLayout(str, font, frc).getAdvance();
510 width = new TextLayout(str, font, frc).getAdvance();
H A DGraphicComponent.java85 this.graphicAdvance = graphic.getAdvance();
318 public float getAdvance() { method in class:GraphicComponent
H A DExtendedTextSourceLabel.java132 public float getAdvance() { method in class:ExtendedTextSourceLabel
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphPainter2.java74 return layout.getAdvance();
212 hit = layout.hitTestChar(layout.getAdvance() - len, 0);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java395 return (int) layout.getAdvance();
883 float screenWidth = layout.getAdvance();
889 retVal = layout.getAdvance();
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java454 wid += tl.getAdvance();
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java2427 return new Rectangle2D.Float(0, -tl.getAscent(), tl.getAdvance(),
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java970 canvasInset_X : ( (float) w - oneLine.getAdvance() - canvasInset_X );

Completed in 145 milliseconds