public interface ImageAnimation
| Modifier and Type | Method and Description |
|---|---|
RenderedImage |
getFrame(int index)
Returns the frame on the the specified index.
|
int |
getFrameDuration()
Returns duration of one frame in milliseconds.
|
int |
getFrameHeight()
Returns frame height.
|
int |
getFrameWidth()
Returns frame width.
|
int |
getNumFrames()
Returns total number of frames.
|
int getFrameWidth()
int getFrameHeight()
int getNumFrames()
int getFrameDuration()
RenderedImage getFrame(int index)
index - index of the frame, must be in interval [0, numFrames - 1]Copyright © 2016. All rights reserved.