- createAnimation(InputStream) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new single frame animation from the specified image input stream.
- createAnimation(File) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new single frame animation from the specified image file.
- createAnimation(URL) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new single frame animation from the specified image URL.
- createAnimation(Image) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new single frame animation from the specified image.
- createAnimation(String, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new multiple frames animation containing all the frame images
specified from baseImage
.
- createAnimation(File, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new multiple frames animation containing all the frame images
specified from baseImage
.
- createAnimation(URL, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new multiple frames animation containing all the frame images
specified from baseImage
.
- createAnimation(InputStream, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
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.
- createAnimation(File, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
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.
- createAnimation(URL, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
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.
- createAnimation(BufferedImage, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
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.
- createAnimation(List<Image>) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new multiple frames animation containing the specified frame images.
- createFrameList(String, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return an unmodifiable list of images containing all the frame images
specified from baseImage
.
- createFrameList(File, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return an unmodifiable list of images containing all the frame images
specified from baseImage
.
- createFrameList(URL, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return an unmodifiable list of images containing all the frame images
specified from baseImage
.
- createFrameList(InputStream, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return an unmodifiable list of frame images containing all the frame images
from spriteSheet
as specified by the starting location (x, y)
and read horizontally the specified number of frames.
- createFrameList(File, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return an unmodifiable list of frame images containing all the frame images
from spriteSheet
as specified by the starting location (x, y)
and read horizontally the specified number of frames.
- createFrameList(URL, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return an unmodifiable list of frame images containing all the frame images
from spriteSheet
as specified by the starting location (x, y)
and read horizontally the specified number of frames.
- createFrameList(BufferedImage, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return an unmodifiable list of frame images containing all the frame images
from spriteSheet
as specified by the starting location (x, y)
and read horizontally the specified number of frames.
- createLoopedAnimation(String, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new looped frames animation containing all the frame images
specified from baseImage
.
- createLoopedAnimation(File, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new looped frames animation containing all the frame images
specified from baseImage
.
- createLoopedAnimation(URL, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new looped frames animation containing all the frame images
specified from baseImage
.
- createLoopedAnimation(InputStream, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
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.
- createLoopedAnimation(File, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
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.
- createLoopedAnimation(URL, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
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.
- createLoopedAnimation(BufferedImage, int, int, int, int, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
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.
- createLoopedAnimation(List<Image>) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new looped frames animation containing the specified frame images.
- createSpriteSheet(List<Image>) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new sprite sheet image containing all of the specified frame images
assembled horizontally.
- createSpriteSheet(String, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new sprite sheet image containing all of the specified frame images
specified from baseImage
assembled horizontally.
- createSpriteSheet(File, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new sprite sheet image containing all of the specified frame images
specified from baseImage
assembled horizontally.
- createSpriteSheet(URL, String, int) - Static method in class org.dishevelled.piccolo.sprite.Animations
-
Create and return a new sprite sheet image containing all of the specified frame images
specified from baseImage
assembled horizontally.