Home | History | Annotate | Download | only in assetstudiolib

Lines Matching full:graphics2d

23 import java.awt.Graphics2D;
38 * {@link Graphics2D} canvases.
160 Graphics2D g = (Graphics2D) newImage.getGraphics();
174 Graphics2D g = (Graphics2D) newImage.getGraphics();
196 Graphics2D g = (Graphics2D) newImage.getGraphics();
248 public static void drawEffects(Graphics2D g, BufferedImage source, int x, int y,
281 Graphics2D g2 = (Graphics2D) out.getGraphics();
301 Graphics2D g3 = (Graphics2D) innerShadowImage.getGraphics();
324 public static void drawCenterInside(Graphics2D g, BufferedImage source, Rectangle dstRect) {
367 public static void drawCenterCrop(Graphics2D g, BufferedImage source, Rectangle dstRect) {
403 * {@link Util#drawEffects(java.awt.Graphics2D, java.awt.image.BufferedImage, int, int, Util.Effect[])}