public class PaintingMotive extends Object
Modifier and Type | Field and Description |
---|---|
static PaintingMotive |
ALBAN |
static PaintingMotive |
AZTEC |
static PaintingMotive |
AZTEC2 |
static PaintingMotive |
BOMB |
static PaintingMotive |
BURNING_SKULL |
static PaintingMotive |
BUST |
static PaintingMotive |
COURBET |
static PaintingMotive |
CREEBET |
static PaintingMotive |
DONKEY_KONG |
static PaintingMotive |
FIGHTERS |
static PaintingMotive |
GRAHAM |
private int |
height |
static PaintingMotive |
KEBAB |
static PaintingMotive |
MATCH |
static PaintingMotive |
PIGSCENE |
static PaintingMotive |
PLANT |
static PaintingMotive |
POINTER |
static PaintingMotive |
POOL |
static PaintingMotive |
SEA |
static PaintingMotive |
SKELETON |
static PaintingMotive |
SKULL_AND_ROSES |
static PaintingMotive |
STAGE |
static PaintingMotive |
SUNSET |
static PaintingMotive |
VOID |
static PaintingMotive |
WANDERER |
static PaintingMotive |
WASTELAND |
private int |
width |
static PaintingMotive |
WITHER |
Constructor and Description |
---|
PaintingMotive(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
private static PaintingMotive |
register(String name,
int width,
int height) |
public static final PaintingMotive KEBAB
public static final PaintingMotive AZTEC
public static final PaintingMotive ALBAN
public static final PaintingMotive AZTEC2
public static final PaintingMotive BOMB
public static final PaintingMotive PLANT
public static final PaintingMotive WASTELAND
public static final PaintingMotive POOL
public static final PaintingMotive COURBET
public static final PaintingMotive SEA
public static final PaintingMotive SUNSET
public static final PaintingMotive CREEBET
public static final PaintingMotive WANDERER
public static final PaintingMotive GRAHAM
public static final PaintingMotive MATCH
public static final PaintingMotive BUST
public static final PaintingMotive STAGE
public static final PaintingMotive VOID
public static final PaintingMotive SKULL_AND_ROSES
public static final PaintingMotive WITHER
public static final PaintingMotive FIGHTERS
public static final PaintingMotive POINTER
public static final PaintingMotive PIGSCENE
public static final PaintingMotive BURNING_SKULL
public static final PaintingMotive SKELETON
public static final PaintingMotive DONKEY_KONG
private final int width
private final int height
private static PaintingMotive register(String name, int width, int height)
public int getWidth()
public int getHeight()