Package | Description |
---|---|
me.leoko.advancedgui.manager | |
me.leoko.advancedgui.utils | |
me.leoko.advancedgui.utils.components | |
me.leoko.advancedgui.utils.deserializer |
Modifier and Type | Method and Description |
---|---|
GifFrame[] |
ResourceManager.getGif(String name)
Gets a GIF by name.
|
GifFrame[] |
ResourceManager.getGif(String name)
Gets a GIF by name.
|
GifFrame[] |
ResourceManager.getGif(String name,
int width,
int height,
boolean dithering)
Gets a GIF by name resized to the provided size
and applied dithering if requested.
|
GifFrame[] |
ResourceManager.getGif(String name,
int width,
int height,
boolean dithering)
Gets a GIF by name resized to the provided size
and applied dithering if requested.
|
GifFrame[] |
ResourceManager.registerGif(String name,
String base64Data)
Decodes an gif from base64 and registers it.
|
GifFrame[] |
ResourceManager.registerGif(String name,
String base64Data)
Decodes an gif from base64 and registers it.
|
Modifier and Type | Method and Description |
---|---|
static GifFrame[] |
GifFrame.fromGif(InputStream stream) |
static GifFrame[] |
GifFrame.fromGif(InputStream stream) |
GifFrame |
GifFrame.resize(BufferedImage image,
int width,
int height) |
GifFrame |
GifFrame.resize(BufferedImage image,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
GifFrame[] |
GifComponent.getGifFrames()
Get gif frames
|
GifFrame[] |
GifComponent.getGifFrames()
Get gif frames
|
Modifier and Type | Method and Description |
---|---|
void |
GifComponent.setGifFrames(GifFrame[] gifFrames)
Sets the GIF.
|
void |
GifComponent.setGifFrames(GifFrame[] gifFrames)
Sets the GIF.
|
Constructor and Description |
---|
GifComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
GifFrame[] gifFrames,
boolean pausedByDefault)
Instantiates a new GifComponent.
|
GifComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
GifFrame[] gifFrames,
boolean pausedByDefault)
Instantiates a new GifComponent.
|
Modifier and Type | Method and Description |
---|---|
GifFrame[] |
GifDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
GifFrame[] |
GifDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Copyright © 2021. All rights reserved.