public final class ImPlotStyleVar
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AnnotationPadding
ImVec2, text padding around annotation labels
|
static int |
COUNT |
static int |
DigitalBitGap
float, digital channels bit padding gap in pixels
|
static int |
DigitalBitHeight
float, digital channels bit height (at 1) in pixels
|
static int |
ErrorBarSize
float, error bar whisker width in pixels
|
static int |
ErrorBarWeight
float, error bar whisker weight in pixels
|
static int |
FillAlpha
float, alpha modifier applied to all plot item fills
|
static int |
FitPadding
ImVec2, additional fit padding as a percentage of the fit extents (e.g.
|
static int |
LabelPadding
ImVec2, padding between axes labels, tick labels, and plot edge
|
static int |
LegendInnerPadding
ImVec2, legend inner padding from legend edges
|
static int |
LegendPadding
ImVec2, legend padding from plot edges
|
static int |
LegendSpacing
ImVec2, spacing between legend entries
|
static int |
LineWeight
float, plot item line weight in pixels
|
static int |
MajorGridSize
ImVec2, line thickness of major grid lines
|
static int |
MajorTickLen
ImVec2, major tick lengths for X and Y axes
|
static int |
MajorTickSize
ImVec2, line thickness of major ticks
|
static int |
Marker
int, marker specification
|
static int |
MarkerSize
float, marker size in pixels (roughly the marker's "radius")
|
static int |
MarkerWeight
float, plot outline weight of markers in pixels
|
static int |
MinorAlpha
float, alpha multiplier applied to minor axis grid lines
|
static int |
MinorGridSize
ImVec2, line thickness of minor grid lines
|
static int |
MinorTickLen
ImVec2, minor tick lengths for X and Y axes
|
static int |
MinorTickSize
ImVec2, line thickness of minor ticks
|
static int |
MousePosPadding
ImVec2, padding between plot edge and interior info text
|
static int |
PlotBorderSize
float, thickness of border around plot area
|
static int |
PlotDefaultSize
ImVec2, default size used when ImVec2(0,0) is passed to BeginPlot
|
static int |
PlotMinSize
ImVec2, minimum size plot frame can be when shrunk
|
static int |
PlotPadding
ImVec2, padding between widget frame and plot area, labels, or outside legends (i.e.
|
public static final int LineWeight
public static final int Marker
public static final int MarkerSize
public static final int MarkerWeight
public static final int FillAlpha
public static final int ErrorBarSize
public static final int ErrorBarWeight
public static final int DigitalBitHeight
public static final int DigitalBitGap
public static final int PlotBorderSize
public static final int MinorAlpha
public static final int MajorTickLen
public static final int MinorTickLen
public static final int MajorTickSize
public static final int MinorTickSize
public static final int MajorGridSize
public static final int MinorGridSize
public static final int PlotPadding
public static final int LabelPadding
public static final int LegendPadding
public static final int LegendInnerPadding
public static final int LegendSpacing
public static final int MousePosPadding
public static final int AnnotationPadding
public static final int FitPadding
public static final int PlotDefaultSize
public static final int PlotMinSize
public static final int COUNT