Lines Matching refs:mGraphics

76     Graphics2D mGraphics;
108 mGraphics = graphics;
117 return mGraphics;
125 mGraphics = graphics;
176 newGraphics.mGraphics = (Graphics2D) mGraphics.create();
202 mGraphics.translate(x, y);
217 mGraphics.translate(tx, ty);
235 mGraphics.rotate(theta);
254 mGraphics.rotate(theta, x, y);
269 mGraphics.scale(sx, sy);
288 mGraphics.shear(shx, shy);
299 return mGraphics.getColor();
312 mGraphics.setColor(c);
324 mGraphics.setPaintMode();
344 mGraphics.setXORMode(c1);
355 return mGraphics.getFont();
370 mGraphics.setFont(font);
383 return mGraphics.getFontMetrics(f);
391 return mGraphics.getFontRenderContext();
406 return mGraphics.getClipBounds();
425 mGraphics.clipRect(x, y, width, height);
442 mGraphics.setClip(x, y, width, height);
456 return mGraphics.getClip();
474 mGraphics.setClip(clip);
962 return mGraphics.drawImage(img, x, y, observer);
1010 return mGraphics.drawImage(img, x, y, width, height, observer);
1061 return mGraphics.drawImage(img, x, y, bgcolor, observer);
1116 return mGraphics.drawImage(img, x, y, width, height, bgcolor, observer);
1182 return mGraphics.drawImage(img, dx1, dy1, dx2, dy2,
1257 return mGraphics.drawImage(img, dx1, dy1, dx2, dy2,
1333 mGraphics.dispose();
1395 return mGraphics.drawImage(img, xform, obs);
1540 return mGraphics.hit(rect, s, onStroke);
1554 mGraphics.setComposite(comp);
1567 mGraphics.setPaint(paint);
1577 mGraphics.setStroke(s);
1590 mGraphics.setRenderingHint(hintCategory, hintValue);
1600 return mGraphics.getRenderingHint(hintCategory);
1611 mGraphics.setRenderingHints(hints);
1622 mGraphics.addRenderingHints(hints);
1632 return mGraphics.getRenderingHints();
1654 mGraphics.transform(Tx);
1665 mGraphics.setTransform(Tx);
1674 return mGraphics.getTransform();
1683 return mGraphics.getPaint();
1691 return mGraphics.getComposite();
1707 mGraphics.setBackground(color);
1715 return mGraphics.getBackground();
1723 return mGraphics.getStroke();
1736 mGraphics.clip(s);