Searched defs:getBackground (Results 1 - 25 of 30) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledDocument.java164 public Color getBackground(AttributeSet attr); method in interface:StyledDocument
H A DLabelView.java148 bg = doc.getBackground(attr);
183 public Color getBackground() { method in class:LabelView
H A DGlyphView.java146 * <code>StyledDocument.getBackground</code> if the associated
149 public Color getBackground() { method in class:GlyphView
154 return ((StyledDocument)doc).getBackground(attr);
164 * <code>StyledDocument.getBackground</code> if the associated
384 Color bg = getBackground();
H A DStyleConstants.java570 public static Color getBackground(AttributeSet a) { method in class:StyleConstants
H A DStyleContext.java232 public Color getBackground(AttributeSet attr) { method in class:StyleContext
233 return StyleConstants.getBackground(attr);
H A DDefaultStyledDocument.java930 public Color getBackground(AttributeSet attr) { method in class:DefaultStyledDocument
932 return styles.getBackground(attr);
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLBodyElement.java64 public String getBackground(); method in interface:HTMLBodyElement
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DSunVolatileImage.java189 private Color getBackground() { method in class:SunVolatileImage
191 return comp.getBackground();
211 getBackground(),
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleComponent.java60 public Color getBackground(); method in interface:AccessibleComponent
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics2D.java1167 * @see #getBackground
1178 public abstract Color getBackground(); method in class:Graphics2D
H A DTextComponent.java318 public Color getBackground() { method in class:TextComponent
323 return super.getBackground();
332 * @see #getBackground()
H A DMenuComponent.java652 public Color getBackground() { method in class:MenuComponent.AccessibleAWTMenuComponent
H A DList.java1615 public Color getBackground() { method in class:List.AccessibleAWTList.AccessibleAWTListChild
1616 return parent.getBackground();
H A DWindow.java3717 public Color getBackground() { method in class:Window
3718 return super.getBackground();
3786 * @see Window#getBackground
3798 Color oldBg = getBackground();
3839 * @see Window#getBackground
3845 Color bg = getBackground();
3869 gg.setColor(getBackground());
4017 Color bg = window.getBackground();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWarningWindow.java215 getBackground(),
234 Color getBackground() { method in class:XWarningWindow
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DJTableHeader.java1116 public Color getBackground() { method in class:JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
1119 return ((AccessibleComponent) ac).getBackground();
1123 return c.getBackground();
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java141 public Paint getBackground() { return background; } method in class:AttributeValues
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java1703 * @see getBackground
1714 public Color getBackground() { method in class:PeekGraphics
1715 return mGraphics.getBackground();
H A DProxyGraphics2D.java1587 * @see getBackground
1598 public Color getBackground() { method in class:ProxyGraphics2D
1599 return mGraphics.getBackground();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJList.java184 * setBackground(list.getBackground());
3406 public Color getBackground() { method in class:JList.AccessibleJList.AccessibleJListChild
3409 return ((AccessibleComponent) ac).getBackground();
3413 return c.getBackground();
H A DJTabbedPane.java1179 return pages.get(index).getBackground();
2193 public Color getBackground() { method in class:JTabbedPane.Page
2194 return background != null? background : parent.getBackground();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java411 public Color getBackground() { method in class:AccessibleHTML.HTMLAccessibleContext
412 return getTextComponent().getBackground();
H A DStyleSheet.java911 public Color getBackground(AttributeSet a) { method in class:StyleSheet
1774 bg = ss.getBackground(a);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java296 setBackground(target.getBackground());
444 return wp.getOnscreenGraphics(getForeground(), getBackground(),
597 final Color oldBg = getBackground();
615 protected final Color getBackground() { method in class:LWComponentPeer
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAccessor.java216 Color getBackground(Component comp); method in interface:AWTAccessor.ComponentAccessor

Completed in 158 milliseconds

12