public final class ImPlotFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AntiAliased
plot items will be software anti-aliased (not recommended for high density plots, prefer MSAA)
|
static int |
CanvasOnly
Definition:
ImPlotFlags_NoTitle | ImPlotFlags_NoLegend | ImPlotFlags_NoMenus | ImPlotFlags_NoBoxSelect | ImPlotFlags_NoMouseText |
static int |
Crosshairs
the default mouse cursor will be replaced with a crosshair when hovered
|
static int |
Equal
x and y axes pairs will be constrained to have the same units/pixel
|
static int |
NoBoxSelect
the user will not be able to box-select
|
static int |
NoChild
a child window region will not be used to capture mouse scroll (can boost performance for single ImGui window applications)
|
static int |
NoFrame
the ImGui frame will not be rendered
|
static int |
NoInputs
the user will not be able to interact with the plot
|
static int |
NoLegend
the legend will not be displayed
|
static int |
NoMenus
the user will not be able to open context menus
|
static int |
NoMouseText
the mouse position, in plot coordinates, will not be displayed inside of the plot
|
static int |
None
default
|
static int |
NoTitle
the plot title will not be displayed (titles are also hidden if preceeded by double hashes, e.g.
|
public static final int None
Definition: 0
public static final int NoTitle
Definition: 1 << 0
public static final int NoLegend
Definition: 1 << 1
public static final int NoMouseText
Definition: 1 << 2
public static final int NoInputs
Definition: 1 << 3
public static final int NoMenus
Definition: 1 << 4
public static final int NoBoxSelect
Definition: 1 << 5
public static final int NoChild
Definition: 1 << 6
public static final int NoFrame
Definition: 1 << 7
public static final int Equal
Definition: 1 << 8
public static final int Crosshairs
Definition: 1 << 9
public static final int AntiAliased
Definition: 1 << 10
public static final int CanvasOnly
ImPlotFlags_NoTitle | ImPlotFlags_NoLegend | ImPlotFlags_NoMenus | ImPlotFlags_NoBoxSelect | ImPlotFlags_NoMouseText