Interface BrushConstants
-
public interface BrushConstants
The BrushConstants were defined in the Windows-API and are used do define the appearance of Wmf-Brushes.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BS_DIBPATTERN
static int
BS_DIBPATTERN8X8
static int
BS_DIBPATTERNPT
static int
BS_HATCHED
static int
BS_HOLLOW
static int
BS_INDEXED
static int
BS_MONOPATTERN
static int
BS_NULL
static int
BS_PATTERN
static int
BS_PATTERN8X8
static int
BS_SOLID
static int
HS_BDIAGONAL
static int
HS_CROSS
static int
HS_DIAGCROSS
static int
HS_FDIAGONAL
static int
HS_HORIZONTAL
static int
HS_VERTICAL
static int
OPAQUE
static int
TRANSPARENT
-
-
-
Field Detail
-
BS_SOLID
static final int BS_SOLID
- See Also:
- Constant Field Values
-
BS_NULL
static final int BS_NULL
- See Also:
- Constant Field Values
-
BS_HOLLOW
static final int BS_HOLLOW
- See Also:
- Constant Field Values
-
BS_HATCHED
static final int BS_HATCHED
- See Also:
- Constant Field Values
-
BS_PATTERN
static final int BS_PATTERN
- See Also:
- Constant Field Values
-
BS_INDEXED
static final int BS_INDEXED
- See Also:
- Constant Field Values
-
BS_DIBPATTERN
static final int BS_DIBPATTERN
- See Also:
- Constant Field Values
-
BS_DIBPATTERNPT
static final int BS_DIBPATTERNPT
- See Also:
- Constant Field Values
-
BS_PATTERN8X8
static final int BS_PATTERN8X8
- See Also:
- Constant Field Values
-
BS_DIBPATTERN8X8
static final int BS_DIBPATTERN8X8
- See Also:
- Constant Field Values
-
BS_MONOPATTERN
static final int BS_MONOPATTERN
- See Also:
- Constant Field Values
-
HS_HORIZONTAL
static final int HS_HORIZONTAL
- See Also:
- Constant Field Values
-
HS_VERTICAL
static final int HS_VERTICAL
- See Also:
- Constant Field Values
-
HS_FDIAGONAL
static final int HS_FDIAGONAL
- See Also:
- Constant Field Values
-
HS_BDIAGONAL
static final int HS_BDIAGONAL
- See Also:
- Constant Field Values
-
HS_CROSS
static final int HS_CROSS
- See Also:
- Constant Field Values
-
HS_DIAGCROSS
static final int HS_DIAGCROSS
- See Also:
- Constant Field Values
-
TRANSPARENT
static final int TRANSPARENT
- See Also:
- Constant Field Values
-
OPAQUE
static final int OPAQUE
- See Also:
- Constant Field Values
-
-