public interface IFrame
Webp frame
Modifier and Type | Method and Description |
---|---|
short |
getDuration()
Gets the frame duration.
|
short |
getLeft()
Gets the frame position left.
|
short |
getTop()
Gets the frame position top.
|
void |
setDuration(short value)
Sets the frame duration.
|
void |
setLeft(short value)
Sets the frame position left.
|
void |
setTop(short value)
Sets the frame position top.
|
short getLeft()
Gets the frame position left.
void setLeft(short value)
Sets the frame position left.
value
- The left.short getTop()
Gets the frame position top.
void setTop(short value)
Sets the frame position top.
value
- The top.short getDuration()
Gets the frame duration.
void setDuration(short value)
Sets the frame duration.
value
- The duration.