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

/openjdk10/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 DLigatureCaretTest.java136 hit = layout.hitTestChar(layout.getAdvance()/2, 0);
H A DTestJustification.java150 float lw = layout.getAdvance();
240 float adv = layout.getAdvance();
/openjdk10/jdk/src/java.desktop/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 DImageGraphicAttribute.java139 public float getAdvance() { method in class:ImageGraphicAttribute
H A DGlyphMetrics.java103 * float glyphAdvance = metrics.getAdvance();
214 public float getAdvance() { method in class:GlyphMetrics
H A DShapeGraphicAttribute.java130 public float getAdvance() { method in class:ShapeGraphicAttribute
H A DTextLayout.java889 public float getAdvance() { method in class:TextLayout
899 * @see #getAdvance()
H A DTextLine.java281 x += tlc.getAdvance();
/openjdk10/jdk/src/java.desktop/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
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DPrintTextLayout.java112 g2d.drawLine(x, dpos2, x+(int)tl.getAdvance(), dpos2);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DGlyphPainter2.java74 return layout.getAdvance();
213 hit = layout.hitTestChar(layout.getAdvance() - len, 0);
/openjdk10/jdk/test/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/
H A Dbug8132119.java299 return layout.getAdvance();
/openjdk10/jdk/src/java.desktop/share/classes/sun/swing/
H A DSwingUtilities2.java351 return layout.getAdvance();
970 getAdvance();
980 retVal = layout.getAdvance();
/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java454 wid += tl.getAdvance();
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DFont.java2613 return new Rectangle2D.Float(0, -tl.getAscent(), tl.getAdvance(),
/openjdk10/jdk/src/demo/share/jfc/Font2DTest/
H A DFontPanel.java935 canvasInset_X : ( (float) w - oneLine.getAdvance() - canvasInset_X );

Completed in 210 milliseconds