Searched refs:drawString (Results 26 - 50 of 119) sorted by relevance

12345

/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/
H A DLCDTextSrcEa.java73 g2d.drawString("Some sample text.", 10, 20);
H A DRotTransText.java27 * @summary Transformed fonts using drawString and TextLayout should be in
75 g2d.drawString(s, x, y);
/openjdk7/jdk/test/java/awt/PrintJob/EdgeTest/
H A DEdgeTest.java68 g.drawString("This page should have no borders!",
/openjdk7/jdk/test/java/awt/PrintJob/Text/
H A DStringWidth.java58 pg.drawString(test, x-1, y);
/openjdk7/jdk/test/java/awt/font/Rotate/
H A DShear.java63 g.drawString("JavaFX", 100, 100);
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DPrintARGBImage.java67 g2.drawString("This text should be visible through the image", 0, 20);
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DPrtException.java70 g2.drawString("Hello world.", 10, 10);
H A DPrintLatinCJKTest.java78 g.drawString("\u4e00\u4e01\u4e02\u4e03\u4e04English", 20, 100);
/openjdk7/jdk/src/share/demo/applets/BarChart/
H A DBarChart.java200 g.drawString(title, cx, cy);
229 g.drawString(labels[i], cx, cy);
251 g.drawString(Integer.toString(values[i]), cx, cy);
271 g.drawString(labels[i], cx, cy);
293 g.drawString(Integer.toString(values[i]), cx, cy);
/openjdk7/jdk/test/java/awt/Multiscreen/DeviceIdentificationTest/
H A DDeviceIdentificationTest.java126 g.drawString("FS on device: "+gd, 200, 200);
127 g.drawString("Click to exit Full-screen.", 200, 250);
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java199 public void drawString(String str, int x, int y) { method in class:Test6657026.MyGraphics
203 public void drawString(AttributedCharacterIterator iterator, int x, int y) { method in class:Test6657026.MyGraphics
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DGlyphListPipe.java47 public void drawString(SunGraphics2D sg2d, String s, method in class:GlyphListPipe
52 SurfaceData.outlineTextRenderer.drawString(sg2d, s, x, y);
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics2D.java301 * @see java.awt.Graphics#drawString(byte[], int, int, int, int)
733 public void drawString(String str, int x, int y) { method in class:ProxyGraphics2D
734 mGraphics.drawString(str, x, y);
757 public void drawString(AttributedCharacterIterator iterator, method in class:ProxyGraphics2D
759 mGraphics.drawString(iterator, x, y);
782 public void drawString(AttributedCharacterIterator iterator, method in class:ProxyGraphics2D
784 mGraphics.drawString(iterator, x, y);
1359 public void drawString(String str, method in class:ProxyGraphics2D
1362 mGraphics.drawString(str, x, y);
1429 * in all drawing methods such as drawImage, drawString, dra
[all...]
H A DProxyGraphics.java196 * @see java.awt.Graphics#drawString(java.lang.String, int, int)
741 public void drawString(String str, int x, int y) { method in class:ProxyGraphics
742 g.drawString(str, x, y);
757 public void drawString(AttributedCharacterIterator iterator, method in class:ProxyGraphics
759 g.drawString(iterator, x, y);
773 * @see java.awt.Graphics#drawString
790 * @see java.awt.Graphics#drawString
H A DPathGraphics.java569 public void drawString(String str, int x, int y) { method in class:PathGraphics
570 drawString(str, (float) x, (float) y);
573 public void drawString(String str, float x, float y) { method in class:PathGraphics
582 protected void drawString(String str, float x, float y, method in class:PathGraphics
603 public void drawString(AttributedCharacterIterator iterator, method in class:PathGraphics
605 drawString(iterator, (float) x, (float) y);
607 public void drawString(AttributedCharacterIterator iterator, method in class:PathGraphics
833 * also compatible FRC's, and we can do one drawString call.
865 * TextLayout or indirectly from drawString. In such a case, if the
868 * drawString woul
[all...]
H A DPSPathGraphics.java113 public void drawString(String str, int x, int y) { method in class:PSPathGraphics
114 drawString(str, (float) x, (float) y);
139 public void drawString(String str, float x, float y) { method in class:PSPathGraphics
140 drawString(str, x, y, getFont(), getFontRenderContext(), 0f);
153 protected void drawString(String str, float x, float y, method in class:PSPathGraphics
242 super.drawString(str, x, y, font, frc, w);
H A DPeekGraphics.java365 * @see java.awt.Graphics#drawString(byte[], int, int, int, int)
859 public void drawString(String str, int x, int y) { method in class:PeekGraphics
861 drawString(str, (float)x, (float)y);
884 public void drawString(AttributedCharacterIterator iterator, method in class:PeekGraphics
887 drawString(iterator, (float)x, (float)y);
910 public void drawString(AttributedCharacterIterator iterator, method in class:PeekGraphics
1460 public void drawString(String str, method in class:PeekGraphics
1545 * in all drawing methods such as drawImage, drawString, draw,
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DBlockWidget.java79 g.drawString(s, r.x + 5, r.y + (int) r1.getHeight());
/openjdk7/jdk/test/java/awt/FullScreen/BufferStrategyExceptionTest/
H A DBufferStrategyExceptionTest.java124 g.drawString("Rendering test", 20, 20);
/openjdk7/jdk/src/share/demo/applets/Blink/
H A DBlink.java119 g.drawString(word, x, y);
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java138 SwingUtilities2.drawString(host, g, getSampleText(),textXOffset+(textGap/2),
147 SwingUtilities2.drawString(host, g, getSampleText(),
160 SwingUtilities2.drawString(host, g, getSampleText(),
/openjdk7/jdk/test/java/awt/Window/TranslucentShapedFrameTest/
H A DTSFrame.java103 g.drawString("Non-Opaque Swing JFrame", 10, 15);
127 g.drawString("Non-Opaque Swing JFrame", 10, 15);
158 g.drawString("Non-Opaque AWT Frame", 10, 15);
/openjdk7/jdk/test/java/awt/FullScreen/MultimonFullscreenTest/
H A DMultimonFullscreenTest.java217 g.drawString(rectWndBounds.toString(), 50, rectStrBounds.height);
224 g.drawString(isFSupported, 50, rectStrBounds.height);
232 g.drawString(isDMChangeSupported, 50, rectStrBounds.height);
239 g.drawString(usingBS, 50, rectStrBounds.height);
244 g.drawString(m_strQuitMsg,
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java586 g.drawString(str,
622 g.drawString(str, x-1, y-1);
623 g.drawString(str, x+1, y-1);
624 g.drawString(str, x-1, y+1);
625 g.drawString(str, x+1, y+1);
627 g.drawString(str, x, y);
634 g.drawString(str, x-1, y-1);
635 g.drawString(str, x+1, y-1);
636 g.drawString(str, x-1, y+1);
637 g.drawString(st
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaMenuPainter.java256 SwingUtilities2.drawString(c, g, keyString, acceleratorRect.x, yAccel);
267 drawString(g, c, modifiersString, underlinedChar, acceleratorRect.x, yAccel, isEnabled, isSelected);
269 SwingUtilities2.drawString(c, g, keyString, acceleratorRect.x + acceleratorRect.width - emWidth, yAccel);
273 drawString(g, c, modifiersString, underlinedChar, xAccel, yAccel, isEnabled, isSelected);
275 SwingUtilities2.drawString(c, g, keyString, xAccel - fm.stringWidth(keyString), yAccel);
287 drawString(g, c, text, mnemonic, textRect.x, textRect.y + fm.getAscent(), isEnabled, isSelected);
408 /** Draw a string with the graphics g at location (x,y) just like g.drawString() would.
412 public void drawString(final Graphics g, final JComponent c, final String text, final int underlinedChar, final int x, final int y, final boolean isEnabled, final boolean isSelected) { method in class:AquaMenuPainter

Completed in 89 milliseconds

12345