public final class ImDrawFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Closed
PathStroke(), AddPolyline(): specify that shape should be closed (Important: this is always == 1 for legacy reason)
|
static int |
None |
static int |
RoundCornersAll |
static int |
RoundCornersBottom |
static int |
RoundCornersBottomLeft
AddRect(), AddRectFilled(), PathRect(): enable rounding bottom-left corner only (when rounding
> 0.0f, we default to all corners). |
static int |
RoundCornersBottomRight
AddRect(), AddRectFilled(), PathRect(): enable rounding bottom-right corner only (when rounding
> 0.0f, we default to all corners). |
static int |
RoundCornersDefault
Default to ALL corners if none of the _RoundCornersXX flags are specified.
|
static int |
RoundCornersLeft |
static int |
RoundCornersMask |
static int |
RoundCornersNone
AddRect(), AddRectFilled(), PathRect(): disable rounding on all corners (when rounding
> 0.0f). |
static int |
RoundCornersRight |
static int |
RoundCornersTop |
static int |
RoundCornersTopLeft
AddRect(), AddRectFilled(), PathRect(): enable rounding top-left corner only (when rounding
> 0.0f, we default to all corners). |
static int |
RoundCornersTopRight
AddRect(), AddRectFilled(), PathRect(): enable rounding top-right corner only (when rounding
> 0.0f, we default to all corners). |
public static final int None
public static final int Closed
public static final int RoundCornersTopLeft
>
0.0f, we default to all corners). Was 0x01.public static final int RoundCornersTopRight
>
0.0f, we default to all corners). Was 0x02.public static final int RoundCornersBottomLeft
>
0.0f, we default to all corners). Was 0x04.public static final int RoundCornersBottomRight
>
0.0f, we default to all corners). Wax 0x08.public static final int RoundCornersNone
>
0.0f). This is NOT zero, NOT an implicit flag!public static final int RoundCornersTop
public static final int RoundCornersBottom
public static final int RoundCornersLeft
public static final int RoundCornersRight
public static final int RoundCornersAll
public static final int RoundCornersDefault
public static final int RoundCornersMask