public class StripedImage extends TiledImage
currentImage, imageListimageCache| Constructor and Description | 
|---|
StripedImage(java.awt.image.BufferedImage image,
            int number)
Creates a new striped image with the given number of elements. 
 | 
StripedImage(java.lang.String path,
            int number)
Create a new image. 
 | 
getDimensionaddImage, cycle, draw, getImage, getImage, iterator, sizeloadImage, loadImage, toBufferedImagepublic StripedImage(java.awt.image.BufferedImage image,
                    int number)
image - the imagenumber - the number of elementspublic StripedImage(java.lang.String path,
                    int number)
path - path to the imagenumber - the number of elements