public interface CustomImage
Modifier and Type | Method and Description |
---|---|
long |
getCreationDate() |
byte[] |
getData()
Gets the image PNG data as a byte array.
|
int |
getID()
Gets the image id.
|
java.lang.String |
getName()
Gets the image name.
|
int |
getOriginalHeight() |
int |
getOriginalWidth() |
int |
getPlayerDbID()
Gets the database id of the player who uploaded the image.
|
long |
getPlayerUID()
Gets the UID of the player who uploaded this image.
|
boolean |
isReady()
Gets whether or not the image is "ready", i.e. if it has been fully
uploaded to the server.
|
int getID()
java.lang.String getName()
byte[] getData()
Utils.ImageUtils.byteArrayToBufferedImage(byte[])
boolean isReady()
long getPlayerUID()
int getPlayerDbID()
long getCreationDate()
int getOriginalWidth()
int getOriginalHeight()