Searched refs:getForeground (Results 1 – 6 of 6) sorted by relevance
125 public @NonNull IColor getForeground() { in getForeground() method in TestGraphics
87 g.setColor(getForeground()); in paintComponent()
167 public @NonNull IColor getForeground() { in getForeground() method in GCWrapper168 Color c = getGc().getForeground(); in getForeground()
222 Color origFg = gc.getForeground(); in drawBorder()
184 Color oldForeground = gc.getForeground(); in paint()303 Color oldForeground = gc.getForeground(); in paint()
728 public Color getForeground(Object element) { in getForeground() method in LintPreferencePage.LabelProvider