@Immutable public class MapItem extends Object
| Constructor and Description |
|---|
MapItem() |
| Modifier and Type | Method and Description |
|---|---|
static MapItem |
fromImage(long id,
long parentId,
BufferedImage img) |
static MapItem |
of(long id,
long parentId,
byte[] colors) |
public static MapItem of(long id, long parentId, byte[] colors)
public static MapItem fromImage(long id, long parentId, BufferedImage img) throws IOException
IOExceptionCopyright © 2021. All rights reserved.