Package net.arnx.wmf2svg.gdi
Interface GdiBrush
-
-
Field Summary
Fields Modifier and Type Field Description static intBS_DIBPATTERNstatic intBS_DIBPATTERN8X8static intBS_DIBPATTERNPTstatic intBS_HATCHEDstatic intBS_HOLLOWstatic intBS_NULLstatic intBS_PATTERNstatic intBS_PATTERN8X8static intBS_SOLIDstatic intDIB_PAL_COLORSstatic intDIB_RGB_COLORSstatic intHS_BDIAGONALstatic intHS_CROSSstatic intHS_DIAGCROSSstatic intHS_FDIAGONALstatic intHS_HORIZONTALstatic intHS_VERTICAL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColor()intgetHatch()intgetStyle()
-
-
-
Field Detail
-
BS_DIBPATTERN
static final int BS_DIBPATTERN
- See Also:
- Constant Field Values
-
BS_DIBPATTERN8X8
static final int BS_DIBPATTERN8X8
- See Also:
- Constant Field Values
-
BS_DIBPATTERNPT
static final int BS_DIBPATTERNPT
- See Also:
- Constant Field Values
-
BS_HATCHED
static final int BS_HATCHED
- See Also:
- Constant Field Values
-
BS_HOLLOW
static final int BS_HOLLOW
- See Also:
- Constant Field Values
-
BS_NULL
static final int BS_NULL
- See Also:
- Constant Field Values
-
BS_PATTERN
static final int BS_PATTERN
- See Also:
- Constant Field Values
-
BS_PATTERN8X8
static final int BS_PATTERN8X8
- See Also:
- Constant Field Values
-
BS_SOLID
static final int BS_SOLID
- See Also:
- Constant Field Values
-
DIB_PAL_COLORS
static final int DIB_PAL_COLORS
- See Also:
- Constant Field Values
-
DIB_RGB_COLORS
static final int DIB_RGB_COLORS
- 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
-
-