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

/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java75 private SynthGraphicsUtils synthGraphics; field in class:DefaultSynthStyle
113 synthGraphics = style.synthGraphics;
273 this.synthGraphics = graphics;
283 if (synthGraphics == null) {
286 return synthGraphics;
492 if (synthGraphics != null) {
493 style.synthGraphics = this.synthGraphics;
686 buf.append("synthGraphics
[all...]

Completed in 31 milliseconds