public class ImageTools
extends java.lang.Object
Constructor and Description |
---|
ImageTools() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<org.newdawn.slick.Image> |
imageListCreator(org.newdawn.slick.Image... imgs) |
static int |
shiftCounter(int original) |
static org.newdawn.slick.Image |
toSlickImage(java.awt.image.BufferedImage image) |
public static org.newdawn.slick.Image toSlickImage(java.awt.image.BufferedImage image)
BufferedImage
- public static int shiftCounter(int original)
public static java.util.List<org.newdawn.slick.Image> imageListCreator(org.newdawn.slick.Image... imgs)
imgs
- Slick images to be listed