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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphicsInfo.java58 int getDebugOptions(JComponent component) { method in class:DebugGraphicsInfo
H A DDebugGraphics.java1361 public int getDebugOptions() { method in class:DebugGraphics
1372 /** Static wrapper method for DebugGraphicsInfo.getDebugOptions().
1374 static int getDebugOptions(JComponent component) { method in class:DebugGraphics
1379 return debugGraphicsInfo.getDebugOptions(component);
1396 debugOptions |= info.getDebugOptions((JComponent)container);
H A DJComponent.java2009 return DebugGraphics.getDebugOptions(this);

Completed in 46 milliseconds