public final class ImPlotAxisFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AutoFit
axis will be auto-fitting to data extents
|
static int |
AuxDefault
Definition:
ImPlotAxisFlags_NoGridLines | ImPlotAxisFlags_Opposite |
static int |
Foreground
grid lines will be displayed in the foreground (i.e.
|
static int |
Invert
the axis will be inverted
|
static int |
Lock
Definition:
ImPlotAxisFlags_LockMin | ImPlotAxisFlags_LockMax |
static int |
LockMax
the axis maximum value will be locked when panning/zooming
|
static int |
LockMin
the axis minimum value will be locked when panning/zooming
|
static int |
LogScale
a logartithmic (base 10) axis scale will be used (mutually exclusive with ImPlotAxisFlags_Time)
|
static int |
NoDecorations
Definition:
ImPlotAxisFlags_NoLabel | ImPlotAxisFlags_NoGridLines | ImPlotAxisFlags_NoTickMarks | ImPlotAxisFlags_NoTickLabels |
static int |
NoGridLines
no grid lines will be displayed
|
static int |
NoInitialFit
axis will not be initially fit to data extents on the first rendered frame
|
static int |
NoLabel
the axis label will not be displayed (axis labels also hidden if the supplied string name is NULL)
|
static int |
NoMenus
the user will not be able to open context menus with right-click
|
static int |
None
default
|
static int |
NoTickLabels
no text labels will be displayed
|
static int |
NoTickMarks
no tick marks will be displayed
|
static int |
Opposite
axis ticks and labels will be rendered on conventionally opposite side (i.e, right or top)
|
static int |
RangeFit
axis will only fit points if the point is in the visible range of the **orthogonal** axis
|
static int |
Time
axis will display date/time formatted labels (mutually exclusive with ImPlotAxisFlags_LogScale)
|
public static final int None
Definition: 0
public static final int NoLabel
Definition: 1 << 0
public static final int NoGridLines
Definition: 1 << 1
public static final int NoTickMarks
Definition: 1 << 2
public static final int NoTickLabels
Definition: 1 << 3
public static final int NoInitialFit
Definition: 1 << 4
public static final int NoMenus
Definition: 1 << 5
public static final int Opposite
Definition: 1 << 6
public static final int Foreground
Definition: 1 << 7
public static final int LogScale
Definition: 1 << 8
public static final int Time
Definition: 1 << 9
public static final int Invert
Definition: 1 << 10
public static final int AutoFit
Definition: 1 << 11
public static final int RangeFit
Definition: 1 << 12
public static final int LockMin
Definition: 1 << 13
public static final int LockMax
Definition: 1 << 14
public static final int Lock
ImPlotAxisFlags_LockMin | ImPlotAxisFlags_LockMax
public static final int NoDecorations
ImPlotAxisFlags_NoLabel | ImPlotAxisFlags_NoGridLines | ImPlotAxisFlags_NoTickMarks | ImPlotAxisFlags_NoTickLabels
public static final int AuxDefault
ImPlotAxisFlags_NoGridLines | ImPlotAxisFlags_Opposite