Field Summary | ||
---|---|---|
const int | NONE | |
Represents no background. | ||
const int | SOLID | |
Represents solid pattern. | ||
const int | GRAY_5 | |
Represents 5% gray pattern. | ||
const int | GRAY_10 | |
Represents 10% gray pattern. | ||
const int | GRAY_20 | |
Represents 20% gray pattern. | ||
const int | GRAY_30 | |
Represents 30% gray pattern. | ||
const int | GRAY_40 | |
Represents 40% gray pattern. | ||
const int | GRAY_50 | |
Represents 50% gray pattern. | ||
const int | GRAY_60 | |
Represents 60% gray pattern. | ||
const int | GRAY_70 | |
Represents 70% gray pattern. | ||
const int | GRAY_75 | |
Represents 75% gray pattern. | ||
const int | GRAY_80 | |
Represents 80% gray pattern. | ||
const int | GRAY_90 | |
Represents 90% gray pattern. | ||
const int | GRAY_25 | |
Represents 25% gray pattern. | ||
const int | LIGHT_DOWNWARD_DIAGONAL | |
Represents light downward diagonal pattern. | ||
const int | LIGHT_UPWARD_DIAGONAL | |
Represents light upward diagonal pattern. | ||
const int | DARK_DOWNWARD_DIAGONAL | |
Represents dark downward diagonal pattern. | ||
const int | DARK_UPWARD_DIAGONAL | |
Represents dark upward diagonal pattern. | ||
const int | WIDE_DOWNWARD_DIAGONAL | |
Represents wide downward diagonal pattern. | ||
const int | WIDE_UPWARD_DIAGONAL | |
Represents wide upward diagonal pattern. | ||
const int | LIGHT_VERTICAL | |
Represents light vertical pattern. | ||
const int | LIGHT_HORIZONTAL | |
Represents light horizontal pattern. | ||
const int | NARROW_VERTICAL | |
Represents narrow vertical pattern. | ||
const int | NARROW_HORIZONTAL | |
Represents narrow horizontal pattern. | ||
const int | DARK_VERTICAL | |
Represents dark vertical pattern. | ||
const int | DARK_HORIZONTAL | |
Represents dark horizontal pattern. | ||
const int | DASHED_DOWNWARD_DIAGONAL | |
Represents dashed downward diagonal pattern. | ||
const int | DASHED_UPWARD_DIAGONAL | |
Represents dashed upward diagonal pattern. | ||
const int | DASHED_VERTICAL | |
Represents dashed vertical pattern. | ||
const int | DASHED_HORIZONTAL | |
Represents dashed horizontal pattern. | ||
const int | SMALL_CONFETTI | |
Represents small confetti pattern. | ||
const int | LARGE_CONFETTI | |
Represents large confetti pattern. | ||
const int | ZIG_ZAG | |
Represents zig zag pattern. | ||
const int | WAVE | |
Represents wave pattern. | ||
const int | DIAGONAL_BRICK | |
Represents diagonal brick pattern. | ||
const int | HORIZONTAL_BRICK | |
Represents horizontal brick pattern. | ||
const int | WEAVE | |
Represents weave pattern. | ||
const int | PLAID | |
Represents plaid pattern. | ||
const int | DIVOT | |
Represents divot pattern. | ||
const int | DOTTED_GRID | |
Represents dotted grid pattern. | ||
const int | DOTTED_DIAMOND | |
Represents dotted diamond pattern. | ||
const int | SHINGLE | |
Represents shingle pattern. | ||
const int | TRELLIS | |
Represents trellis pattern. | ||
const int | SPHERE | |
Represents sphere pattern. | ||
const int | SMALL_GRID | |
Represents small grid pattern. | ||
const int | LARGE_GRID | |
Represents large grid pattern. | ||
const int | SMALL_CHECKER_BOARD | |
Represents small checker board pattern. | ||
const int | LARGE_CHECKER_BOARD | |
Represents large checker board pattern. | ||
const int | OUTLINED_DIAMOND | |
Represents outlined diamond pattern. | ||
const int | SOLID_DIAMOND | |
Represents solid diamond pattern. | ||
const int | UNKNOWN | |
Represents unkown pattern. |
Field Detail |
---|
NONE | |
const int NONE |
SOLID | |
const int SOLID |
GRAY_5 | |
const int GRAY_5 |
GRAY_10 | |
const int GRAY_10 |
GRAY_20 | |
const int GRAY_20 |
GRAY_30 | |
const int GRAY_30 |
GRAY_40 | |
const int GRAY_40 |
GRAY_50 | |
const int GRAY_50 |
GRAY_60 | |
const int GRAY_60 |
GRAY_70 | |
const int GRAY_70 |
GRAY_75 | |
const int GRAY_75 |
GRAY_80 | |
const int GRAY_80 |
GRAY_90 | |
const int GRAY_90 |
GRAY_25 | |
const int GRAY_25 |
LIGHT_DOWNWARD_DIAGONAL | |
const int LIGHT_DOWNWARD_DIAGONAL |
LIGHT_UPWARD_DIAGONAL | |
const int LIGHT_UPWARD_DIAGONAL |
DARK_DOWNWARD_DIAGONAL | |
const int DARK_DOWNWARD_DIAGONAL |
DARK_UPWARD_DIAGONAL | |
const int DARK_UPWARD_DIAGONAL |
WIDE_DOWNWARD_DIAGONAL | |
const int WIDE_DOWNWARD_DIAGONAL |
WIDE_UPWARD_DIAGONAL | |
const int WIDE_UPWARD_DIAGONAL |
LIGHT_VERTICAL | |
const int LIGHT_VERTICAL |
LIGHT_HORIZONTAL | |
const int LIGHT_HORIZONTAL |
NARROW_VERTICAL | |
const int NARROW_VERTICAL |
NARROW_HORIZONTAL | |
const int NARROW_HORIZONTAL |
DARK_VERTICAL | |
const int DARK_VERTICAL |
DARK_HORIZONTAL | |
const int DARK_HORIZONTAL |
DASHED_DOWNWARD_DIAGONAL | |
const int DASHED_DOWNWARD_DIAGONAL |
DASHED_UPWARD_DIAGONAL | |
const int DASHED_UPWARD_DIAGONAL |
DASHED_VERTICAL | |
const int DASHED_VERTICAL |
DASHED_HORIZONTAL | |
const int DASHED_HORIZONTAL |
SMALL_CONFETTI | |
const int SMALL_CONFETTI |
LARGE_CONFETTI | |
const int LARGE_CONFETTI |
ZIG_ZAG | |
const int ZIG_ZAG |
WAVE | |
const int WAVE |
DIAGONAL_BRICK | |
const int DIAGONAL_BRICK |
HORIZONTAL_BRICK | |
const int HORIZONTAL_BRICK |
WEAVE | |
const int WEAVE |
PLAID | |
const int PLAID |
DIVOT | |
const int DIVOT |
DOTTED_GRID | |
const int DOTTED_GRID |
DOTTED_DIAMOND | |
const int DOTTED_DIAMOND |
SHINGLE | |
const int SHINGLE |
TRELLIS | |
const int TRELLIS |
SPHERE | |
const int SPHERE |
SMALL_GRID | |
const int SMALL_GRID |
LARGE_GRID | |
const int LARGE_GRID |
SMALL_CHECKER_BOARD | |
const int SMALL_CHECKER_BOARD |
LARGE_CHECKER_BOARD | |
const int LARGE_CHECKER_BOARD |
OUTLINED_DIAMOND | |
const int OUTLINED_DIAMOND |
SOLID_DIAMOND | |
const int SOLID_DIAMOND |
UNKNOWN | |
const int UNKNOWN |