IFrame
public interface IFrame
Webp frame
Methods
Method | Description |
---|---|
getLeft() | Gets the frame position left. |
setLeft(short value) | Sets the frame position left. |
getTop() | Gets the frame position top. |
setTop(short value) | Sets the frame position top. |
getDuration() | Gets the frame duration. |
setDuration(short value) | Sets the frame duration. |
getLeft()
public abstract short getLeft()
Gets the frame position left.
Returns: short - The left.
setLeft(short value)
public abstract void setLeft(short value)
Sets the frame position left.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short | The left. |
getTop()
public abstract short getTop()
Gets the frame position top.
Returns: short - The top.
setTop(short value)
public abstract void setTop(short value)
Sets the frame position top.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short | The top. |
getDuration()
public abstract short getDuration()
Gets the frame duration.
Returns: short - The duration.
setDuration(short value)
public abstract void setDuration(short value)
Sets the frame duration.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short | The duration. |