Searched defs:getDrawGraphics (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DBufferStrategy.java105 * Graphics graphics = strategy.getDrawGraphics();
154 public abstract Graphics getDrawGraphics(); method in class:BufferStrategy
158 * <code>getDrawGraphics</code>. Since the buffers in a buffer strategy
163 * to <code>getDrawGraphics</code>.
174 * <code>getDrawGraphics</code>, it may require repainting.
178 * call to <code>getDrawGraphics</code>.
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java4114 public Graphics getDrawGraphics() { method in class:Component.FlipBufferStrategy
4167 * <code>getDrawGraphics</code>
4326 public Graphics getDrawGraphics() { method in class:Component.BltBufferStrategy
4449 * <code>getDrawGraphics</code>
4545 public Graphics getDrawGraphics() { method in class:Component.SingleBufferStrategy

Completed in 75 milliseconds