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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java34 * from Graphics. DebugGraphics objects are rarely created by hand. They
39 * NOTE: You must turn off double buffering to use DebugGraphics:
49 public class DebugGraphics extends Graphics { class in inherits:Graphics
75 public DebugGraphics() { method in class:DebugGraphics
88 public DebugGraphics(Graphics graphics, JComponent component) { method in class:DebugGraphics
99 public DebugGraphics(Graphics graphics) { method in class:DebugGraphics
105 * Overrides <code>Graphics.create</code> to return a DebugGraphics object.
108 DebugGraphics debugGraphics;
110 debugGraphics = new DebugGraphics();
119 * Overrides <code>Graphics.create</code> to return a DebugGraphics objec
[all...]

Completed in 31 milliseconds