Home | History | Annotate | Download | only in view

Lines Matching full:graphics2d

21 import java.awt.Graphics2D;
59 * #drawRectangleShadow(Graphics2D, int, int, int, int)} instead.</b>
85 Graphics2D g2 = image.createGraphics();
193 Graphics2D g = image.createGraphics();
222 Graphics2D g = image.createGraphics();
243 Graphics2D gc = image.createGraphics();
264 Graphics2D gc = image.createGraphics();
274 * {@link #drawRectangleShadow(Graphics2D, int, int, int, int)}
280 * {@link #drawSmallRectangleShadow(Graphics2D, int, int, int, int)}
295 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) {
336 public static void drawSmallRectangleShadow(Graphics2D gc, int x, int y, int width,