Modifier and Type | Method and Description |
---|---|
static LoopedFramesAnimation |
Animations.createLoopedAnimation(BufferedImage spriteSheet,
int x,
int y,
int width,
int height,
int frames)
Create and return a new looped 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 LoopedFramesAnimation |
Animations.createLoopedAnimation(File spriteSheet,
int x,
int y,
int width,
int height,
int frames)
Create and return a new looped 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 LoopedFramesAnimation |
Animations.createLoopedAnimation(File baseImage,
String suffix,
int frames)
Create and return a new looped frames animation containing all the frame images
specified from
baseImage . |
static LoopedFramesAnimation |
Animations.createLoopedAnimation(InputStream spriteSheet,
int x,
int y,
int width,
int height,
int frames)
Create and return a new looped 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 LoopedFramesAnimation |
Animations.createLoopedAnimation(List<Image> images)
Create and return a new looped frames animation containing the specified frame images.
|
static LoopedFramesAnimation |
Animations.createLoopedAnimation(String baseImage,
String suffix,
int frames)
Create and return a new looped frames animation containing all the frame images
specified from
baseImage . |
static LoopedFramesAnimation |
Animations.createLoopedAnimation(URL spriteSheet,
int x,
int y,
int width,
int height,
int frames)
Create and return a new looped 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 LoopedFramesAnimation |
Animations.createLoopedAnimation(URL baseImage,
String suffix,
int frames)
Create and return a new looped 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).