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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java108 DebugGraphics debugGraphics;
110 debugGraphics = new DebugGraphics();
111 debugGraphics.graphics = graphics.create();
112 debugGraphics.debugOptions = debugOptions;
113 debugGraphics.buffer = buffer;
115 return debugGraphics;
122 DebugGraphics debugGraphics;
124 debugGraphics = new DebugGraphics();
125 debugGraphics.graphics = graphics.create(x, y, width, height);
126 debugGraphics
1431 private Graphics debugGraphics() { method in class:DebugGraphics
[all...]

Completed in 30 milliseconds