IAnimationFrame
public interface IAnimationFrame
The Animation frame
Methods
Method | Description |
---|---|
getFrameTime() | Gets the frame duration. |
getFrameTop() | Gets the frame top offset. |
getFrameLeft() | Gets the frame left offset. |
isUseAlphaBlending() | Gets a value indicating whether [use alpha blending]. |
getDisposalMethod() | Gets the disposal method. |
getFullFrame() | Gets the full frame. |
getFrameTime()
public abstract int getFrameTime()
Gets the frame duration.
Returns: int - the frame duration.
getFrameTop()
public abstract int getFrameTop()
Gets the frame top offset.
Returns: int - the frame top offset.
getFrameLeft()
public abstract int getFrameLeft()
Gets the frame left offset.
Returns: int - the frame left offset.
isUseAlphaBlending()
public abstract boolean isUseAlphaBlending()
Gets a value indicating whether [use alpha blending].
Value: true
if [use alpha blending]; otherwise, false
.
Returns: boolean - a value indicating whether [use alpha blending].
getDisposalMethod()
public abstract int getDisposalMethod()
Gets the disposal method.
Returns: int - the disposal method.
getFullFrame()
public abstract RasterImage getFullFrame()
Gets the full frame.
Returns: RasterImage - The RasterImage with full frame