Searched refs:getBackground (Results 1 – 6 of 6) sorted by relevance
115 public @NonNull IColor getBackground() { in getBackground() method in TestGraphics
66 g.setColor(getBackground()); in paintComponent()
131 text.setBackground(cell.getBackground()); in createContents()
173 public @NonNull IColor getBackground() { in getBackground() method in GCWrapper174 Color c = getGc().getBackground(); in getBackground()
183 Color oldBackground = gc.getBackground(); in paint()
745 public Color getBackground(Object element) { in getBackground() method in LintPreferencePage.LabelProvider