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

/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthIcon.java40 public abstract class SynthIcon implements Icon { class in inherits:Icon
45 if (icon instanceof SynthIcon) {
46 return ((SynthIcon)icon).getIconWidth(context);
55 if (icon instanceof SynthIcon) {
56 return ((SynthIcon)icon).getIconHeight(context);
63 if (icon instanceof SynthIcon) {
64 ((SynthIcon)icon).paintIcon(context, g, x, y, w, h);

Completed in 108 milliseconds