Home
last modified time | relevance | path

Searched refs:getGc (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGCWrapper.java109 private GC getGc() { in getGc() method in GCWrapper
145 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 …]