|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.main.presence.avatar.AvatarStackManager
public class AvatarStackManager
Take cares of storing(deleting, moving) images with the given indexes.
| Constructor Summary | |
|---|---|
AvatarStackManager()
|
|
| Method Summary | |
|---|---|
static void |
deleteImage(int index)
Deletes the stored image. |
static BufferedImage |
loadImage(int index)
Load the image at the defined index from user directory |
static void |
popFirstImage(int nbImages)
Removes the oldest image and as its with lower index. |
static void |
storeImage(BufferedImage image,
int index)
Stores an image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AvatarStackManager()
| Method Detail |
|---|
public static BufferedImage loadImage(int index)
index - the image index
public static void popFirstImage(int nbImages)
nbImages -
public static void storeImage(BufferedImage image,
int index)
image - the imageindex - of the image.public static void deleteImage(int index)
index - of the image to delete.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||