Interface BrushConstants
-
public interface BrushConstantsThe 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 intBS_DIBPATTERNstatic intBS_DIBPATTERN8X8static intBS_DIBPATTERNPTstatic intBS_HATCHEDstatic intBS_HOLLOWstatic intBS_INDEXEDstatic intBS_MONOPATTERNstatic intBS_NULLstatic intBS_PATTERNstatic intBS_PATTERN8X8static intBS_SOLIDstatic intHS_BDIAGONALstatic intHS_CROSSstatic intHS_DIAGCROSSstatic intHS_FDIAGONALstatic intHS_HORIZONTALstatic intHS_VERTICALstatic intOPAQUEstatic intTRANSPARENT
-
-
-
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
-
-