| Package | Description |
|---|---|
| com.alee.graphics.image.gif |
| Modifier and Type | Field and Description |
|---|---|
protected List<GifFrame> |
GifIcon.frames
|
| Modifier and Type | Method and Description |
|---|---|
GifFrame |
GifFrame.createDisabledCopy()
Returns copy of this
GifFrame with bufferedImage made look disabled. |
GifFrame |
GifFrame.createTransparentCopy(float opacity)
Returns copy of this
GifFrame with bufferedImage made semi-transparent. |
GifFrame |
GifIcon.getFrame(int index)
Returns
GifFrame at the specified index. |
| Modifier and Type | Method and Description |
|---|---|
List<GifFrame> |
GifIcon.getFrames()
|
| Modifier and Type | Method and Description |
|---|---|
void |
FrameChangeListener.frameChanged(GifIcon icon,
int index,
GifFrame frame)
Informs about
GifIcon frame change. |
| Constructor and Description |
|---|
GifIcon(GifFrame... frames)
Constructs new
GifIcon. |
| Constructor and Description |
|---|
GifIcon(List<GifFrame> frames)
Constructs new
GifIcon. |
Copyright © 2020. All rights reserved.