Specifies polygon fill type binary flags that may be combined with bitwise OR operator.
More...
Specifies polygon fill type binary flags that may be combined with bitwise OR operator.
|
static final int | EDGE = 1 |
| Draw edge. More...
|
|
static final int | EDGE_LINE_FILL = ( 1 | 4 ) |
| Convenience constant to draw filled thick lines. More...
|
|
static final int | FILL = 2 |
| Draw fill. More...
|
|
static final int | FILL_EDGE = ( 1 | 2 ) |
| Convenience constant to draw fill and edge. More...
|
|
static final int | INVERSED_LINE_FILL = 8 |
| A flag that reverses colors when combined with LINE_FILL: thick lines will use EdgeColor for fill and FillColor for edges. More...
|
|
static final int | LINE_FILL = 4 |
| A flag used with EDGE to render the outer edges of thick lines using EdgeColor and the middle part using FillColor. More...
|
|
static final int | LINE_FILL_INV = ( 4 | 8 ) |
| Convenience constant to draw filled thick lines with inversed colors. More...
|
|
◆ EDGE
◆ EDGE_LINE_FILL
final int EDGE_LINE_FILL = ( 1 | 4 ) |
|
static |
Convenience constant to draw filled thick lines.
◆ FILL
◆ FILL_EDGE
final int FILL_EDGE = ( 1 | 2 ) |
|
static |
Convenience constant to draw fill and edge.
◆ INVERSED_LINE_FILL
final int INVERSED_LINE_FILL = 8 |
|
static |
A flag that reverses colors when combined with LINE_FILL: thick lines will use EdgeColor for fill and FillColor for edges.
◆ LINE_FILL
A flag used with EDGE to render the outer edges of thick lines using EdgeColor and the middle part using FillColor.
◆ LINE_FILL_INV
final int LINE_FILL_INV = ( 4 | 8 ) |
|
static |
Convenience constant to draw filled thick lines with inversed colors.