接口 JImDrawCornerFlags
public interface JImDrawCornerFlags
Flags for
JImDrawList- 从以下版本开始:
- v0.1
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static intIn your function calls you may use ~0 (= all bits sets) instead of this, as a conveniencestatic int0xCstatic int0x4static int0x8static int0x5static intstatic int0xAstatic int0x3static int0x1static int0x2
-
字段详细资料
-
Nothing
static final int Nothing- 另请参阅:
- 常量字段值
-
TopLeft
static final int TopLeft0x1- 另请参阅:
- 常量字段值
-
TopRight
static final int TopRight0x2- 另请参阅:
- 常量字段值
-
BotLeft
static final int BotLeft0x4- 另请参阅:
- 常量字段值
-
BotRight
static final int BotRight0x8- 另请参阅:
- 常量字段值
-
Top
static final int Top0x3- 另请参阅:
- 常量字段值
-
Bot
static final int Bot0xC- 另请参阅:
- 常量字段值
-
Left
static final int Left0x5- 另请参阅:
- 常量字段值
-
Right
static final int Right0xA- 另请参阅:
- 常量字段值
-
All
static final int AllIn your function calls you may use ~0 (= all bits sets) instead of this, as a convenience- 另请参阅:
- 常量字段值
-