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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphicsInfo.java44 void setDebugOptions(JComponent component, int debug) { method in class:DebugGraphicsInfo
H A DDebugGraphics.java90 setDebugOptions(component.shouldDebugGraphics());
1340 public void setDebugOptions(int options) { method in class:DebugGraphics
1359 * @see #setDebugOptions
1365 /** Static wrapper method for DebugGraphicsInfo.setDebugOptions(). Stores
1368 static void setDebugOptions(JComponent component, int options) { method in class:DebugGraphics
1369 info().setDebugOptions(component, options);
1448 debugGraphics.setDebugOptions(FLASH_OPTION);
H A DJComponent.java1990 DebugGraphics.setDebugOptions(this, debugOptions);

Completed in 59 milliseconds