Searched defs:getGraphics (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/awt/
H A DPrintJob.java46 public abstract Graphics getGraphics(); method in class:PrintJob
H A DImage.java107 public abstract Graphics getGraphics(); method in class:Image
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DOffScreenImage.java67 public Graphics getGraphics() { method in class:OffScreenImage
H A DToolkitImage.java309 public Graphics getGraphics() { method in class:ToolkitImage
310 throw new UnsupportedOperationException("getGraphics() not valid for images " +
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyPrintGraphics.java63 return new ProxyPrintGraphics(getGraphics().create(), printJob);
84 Graphics g = getGraphics().create(x, y, width, height);
88 public Graphics getGraphics() { method in class:ProxyPrintGraphics
89 return super.getGraphics();
94 * has in fact always done this on the getGraphics() call, thereby
H A DPrintJob2D.java234 * for which the application has not yet called getGraphics().
252 * getGraphics. This is the Graphics into which the
754 public Graphics getGraphics() { method in class:PrintJob2D
H A DProxyGraphics.java61 Graphics getGraphics() { method in class:ProxyGraphics
1092 * @see java.awt.Component#getGraphics
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11ComponentPeer.java40 Graphics getGraphics(); method in interface:X11ComponentPeer
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DVolatileImage.java232 public Graphics getGraphics() { method in class:VolatileImage
H A DBufferedImage.java1171 public java.awt.Graphics getGraphics() { method in class:BufferedImage
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJApplet.java139 * Image.getGraphics() will continue to call JApplet.getForeground()
488 public Graphics getGraphics() { method in class:JApplet
490 return super.getGraphics();
H A DJWindow.java589 public Graphics getGraphics() { method in class:JWindow
591 return super.getGraphics();
H A DJDialog.java1112 public Graphics getGraphics() { method in class:JDialog
1114 return super.getGraphics();
H A DJFrame.java757 public Graphics getGraphics() { method in class:JFrame
759 return super.getGraphics();
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DTestEnvironment.java167 Graphics g = getGraphics();
175 public Graphics getGraphics() { method in class:TestEnvironment
177 return testImage.getGraphics();
180 return comp.getGraphics();
259 Graphics g = comp.getGraphics();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWarningWindow.java211 public Graphics getGraphics() { method in class:XWarningWindow
213 return getGraphics(surfaceData,
245 Graphics g = getGraphics();
265 Graphics g = getGraphics();
H A DXEmbedChildProxyPeer.java157 public Graphics getGraphics() { return null; } method in class:XEmbedChildProxyPeer
H A DXTextFieldPeer.java649 public Graphics getGraphics() { method in class:XTextFieldPeer.XAWTTextField
650 return peer.getGraphics();
H A DXDecoratedPeer.java174 public Graphics getGraphics() { method in class:XDecoratedPeer
176 return getGraphics(content.surfaceData,
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DComponentPeer.java276 * @see Component#getGraphics()
280 Graphics getGraphics(); method in interface:ComponentPeer
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWarningWindow.java359 private final Graphics getGraphics() { method in class:CWarningWindow
371 final Graphics g = getGraphics();
H A DCFileDialog.java305 public Graphics getGraphics() { method in class:CFileDialog
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DView.java846 public Graphics getGraphics() { method in class:View
849 return c.getGraphics();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java152 public Graphics getGraphics() { method in class:NullComponentPeer
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java97 public Graphics getGraphics(){return null;}; method in class:StubComponentPeer

Completed in 2788 milliseconds

12