static BufferedImage addBorderToImage(BufferedImage img, Color color, int border) { ret img_addBorder(img, color, border); } static BufferedImage addBorderToImage(int border default 1, Color color, BufferedImage img) { ret img_addBorder(img, color, border); } static BufferedImage addBorderToImage(Color color, int border, BufferedImage img) { ret img_addBorder(img, color, border); }