public class GifPlayState extends Object
Constructor and Description |
---|
GifPlayState(boolean paused,
int frame,
long nextFrameTime) |
Modifier and Type | Method and Description |
---|---|
GifPlayState |
copy() |
int |
getFrame() |
long |
getNextFrameTime() |
boolean |
isPaused() |
void |
setFrame(int frame) |
void |
setNextFrameTime(long nextFrameTime) |
void |
setPaused(boolean paused) |
public boolean isPaused()
public void setPaused(boolean paused)
public int getFrame()
public void setFrame(int frame)
public long getNextFrameTime()
public void setNextFrameTime(long nextFrameTime)
public GifPlayState copy()
Copyright © 2021. All rights reserved.