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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseMenuWindow.java59 private Color foregroundColor; field in class:XBaseMenuWindow
816 foregroundColor = new Color(MotifColorUtilities.calculateForegroundFromBackground(red,green,blue));
820 disabledColor = (backgroundColor.equals(Color.BLACK)) ? foregroundColor.darker() : backgroundColor.darker();
829 return foregroundColor;
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java171 public Color foregroundColor; field in class:SunGraphics2D
235 foregroundColor = fg;
241 paint = foregroundColor;
1669 return foregroundColor;
1697 eargb = foregroundColor.getRGB();
1715 this.paint = foregroundColor = color;

Completed in 67 milliseconds