Chemical Data Processing Library Python API - Version 1.1.1
|
Defines constants for supported fill pattern styles. More...
Static Public Attributes | |
int | NO_PATTERN = 0 |
Specifies that shapes should not be filled. | |
int | SOLID_PATTERN = 1 |
Specifies a solid pattern without any transparent pixels. | |
int | DENSE1_PATTERN = 2 |
Specifies a pattern with 6.25% uniformly distributed transparent pixels. More... | |
int | DENSE2_PATTERN = 3 |
Specifies a pattern with 12.5% uniformly distributed transparent pixels. More... | |
int | DENSE3_PATTERN = 4 |
Specifies a pattern with 37.5% uniformly distributed transparent pixels. More... | |
int | DENSE4_PATTERN = 5 |
Specifies a pattern with 50.0% uniformly distributed transparent pixels. More... | |
int | DENSE5_PATTERN = 6 |
Specifies a pattern with 62.5% uniformly distributed transparent pixels. More... | |
int | DENSE6_PATTERN = 7 |
Specifies a pattern with 87.5% uniformly distributed transparent pixels. More... | |
int | DENSE7_PATTERN = 8 |
Specifies a pattern with 93.75% uniformly distributed transparent pixels. More... | |
int | H_PATTERN = 9 |
Specifies a pattern with equidistant horizontal lines. | |
int | V_PATTERN = 10 |
Specifies a pattern with equidistant vertical lines. | |
int | CROSS_PATTERN = 11 |
Specifies a pattern with equidistant horizontal and vertical lines. | |
int | LEFT_DIAG_PATTERN = 12 |
Specifies a pattern with equidistant diagonal lines from the upper right to the lower left corner. | |
int | RIGHT_DIAG_PATTERN = 13 |
Specifies a pattern with equidistant diagonal lines from the upper left to the lower right corner. | |
int | DIAG_CROSS_PATTERN = 14 |
Specifies a pattern with equidistant diagonal lines in both directions. | |
Defines constants for supported fill pattern styles.
|
static |
Specifies a pattern with 6.25% uniformly distributed transparent pixels.
|
static |
Specifies a pattern with 12.5% uniformly distributed transparent pixels.
|
static |
Specifies a pattern with 37.5% uniformly distributed transparent pixels.
|
static |
Specifies a pattern with 50.0% uniformly distributed transparent pixels.
|
static |
Specifies a pattern with 62.5% uniformly distributed transparent pixels.
|
static |
Specifies a pattern with 87.5% uniformly distributed transparent pixels.
|
static |
Specifies a pattern with 93.75% uniformly distributed transparent pixels.