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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthStyle.java742 public SynthGraphicsUtils getGraphicsUtils(SynthContext context) { method in class:SynthStyle
H A DSynthMenuItemLayoutHelper.java116 this.gu = style.getGraphicsUtils(context);
117 this.accGu = accStyle.getGraphicsUtils(accContext);
258 public SynthGraphicsUtils getGraphicsUtils() { method in class:SynthMenuItemLayoutHelper
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java282 public SynthGraphicsUtils getGraphicsUtils(SynthContext context) { method in class:DefaultSynthStyle
284 return super.getGraphicsUtils(context);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyle.java126 public SynthGraphicsUtils getGraphicsUtils(SynthContext context) { method in class:GTKStyle

Completed in 53 milliseconds