Searched refs:getGc (Results 1 – 1 of 1) sorted by relevance
109 private GC getGc() { in getGc() method in GCWrapper145 c = new ColorWrapper(new Color(getGc().getDevice(), in registerColor()160 FontMetrics fm = getGc().getFontMetrics(); in getFontHeight()168 Color c = getGc().getForeground(); in getForeground()174 Color c = getGc().getBackground(); in getBackground()180 return getGc().getAlpha(); in getAlpha()186 getGc().setForeground(((ColorWrapper) color).getColor()); in setForeground()192 getGc().setBackground(((ColorWrapper) color).getColor()); in setBackground()199 getGc().setAlpha(alpha); in setAlpha()232 getGc().setLineStyle(swtStyle); in setLineStyle()[all …]