public final class ImPlotLocation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Center
center-center
|
static int |
East
center-right
|
static int |
North
top-center
|
static int |
NorthEast
top-right
|
static int |
NorthWest
top-left
|
static int |
South
bottom-center
|
static int |
SouthEast
bottom-right
|
static int |
SouthWest
bottom-left
|
static int |
West
center-left
|
public static final int Center
Definition: 0
public static final int North
Definition: 1 << 0
public static final int South
Definition: 1 << 1
public static final int West
Definition: 1 << 2
public static final int East
Definition: 1 << 3
public static final int NorthWest
Definition: ImPlotLocation_North | ImPlotLocation_West
public static final int NorthEast
Definition: ImPlotLocation_North | ImPlotLocation_East
public static final int SouthWest
Definition: ImPlotLocation_South | ImPlotLocation_West
public static final int SouthEast
Definition: ImPlotLocation_South | ImPlotLocation_East