Searched defs:setDebugOptions (Results 1 - 2 of 2) 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);

Completed in 46 milliseconds