Modifier and Type | Method and Description |
---|---|
static MultipleFramesAnimation |
Animations.createAnimation(BufferedImage spriteSheet,
int x,
int y,
int width,
int height,
int frames)
Create and return a new multiple frames animation containing all the frame images
from
spriteSheet as specified by the starting location (x, y)
and read horizontally the specified number of frames. |
static MultipleFramesAnimation |
Animations.createAnimation(File spriteSheet,
int x,
int y,
int width,
int height,
int frames)
Create and return a new multiple frames animation containing all the frame images
from
spriteSheet as specified by the starting location (x, y)
and read horizontally the specified number of frames. |
static MultipleFramesAnimation |
Animations.createAnimation(File baseImage,
String suffix,
int frames)
Create and return a new multiple frames animation containing all the frame images
specified from
baseImage . |
static MultipleFramesAnimation |
Animations.createAnimation(InputStream spriteSheet,
int x,
int y,
int width,
int height,
int frames)
Create and return a new multiple frames animation containing all the frame images
from
spriteSheet as specified by the starting location (x, y)
and read horizontally the specified number of frames. |
static MultipleFramesAnimation |
Animations.createAnimation(List<Image> images)
Create and return a new multiple frames animation containing the specified frame images.
|
static MultipleFramesAnimation |
Animations.createAnimation(String baseImage,
String suffix,
int frames)
Create and return a new multiple frames animation containing all the frame images
specified from
baseImage . |
static MultipleFramesAnimation |
Animations.createAnimation(URL spriteSheet,
int x,
int y,
int width,
int height,
int frames)
Create and return a new multiple frames animation containing all the frame images
from
spriteSheet as specified by the starting location (x, y)
and read horizontally the specified number of frames. |
static MultipleFramesAnimation |
Animations.createAnimation(URL baseImage,
String suffix,
int frames)
Create and return a new multiple frames animation containing all the frame images
specified from
baseImage . |
Copyright (c) 2006-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).