Interface PenConstants
-
public interface PenConstants
The PenConstants were defined in the Windows-API and are used do define the appearance of Wmf-Pens.
-
-
Field Summary
Fields Modifier and Type Field Description static int
PS_ALTERNATE
static int
PS_COSMETIC
static int
PS_DASH
static int
PS_DASHDOT
static int
PS_DASHDOTDOT
static int
PS_DOT
static int
PS_ENDCAP_FLAT
static int
PS_ENDCAP_MASK
static int
PS_ENDCAP_ROUND
static int
PS_ENDCAP_SQUARE
static int
PS_GEOMETRIC
static int
PS_INSIDEFRAME
static int
PS_JOIN_BEVEL
static int
PS_JOIN_MASK
static int
PS_JOIN_MITER
static int
PS_JOIN_ROUND
static int
PS_NULL
static int
PS_SOLID
static int
PS_STYLE_MASK
static int
PS_TYPE_MASK
static int
PS_USERSTYLE
-
-
-
Field Detail
-
PS_SOLID
static final int PS_SOLID
- See Also:
- Constant Field Values
-
PS_DASH
static final int PS_DASH
- See Also:
- Constant Field Values
-
PS_DOT
static final int PS_DOT
- See Also:
- Constant Field Values
-
PS_DASHDOT
static final int PS_DASHDOT
- See Also:
- Constant Field Values
-
PS_DASHDOTDOT
static final int PS_DASHDOTDOT
- See Also:
- Constant Field Values
-
PS_NULL
static final int PS_NULL
- See Also:
- Constant Field Values
-
PS_INSIDEFRAME
static final int PS_INSIDEFRAME
- See Also:
- Constant Field Values
-
PS_USERSTYLE
static final int PS_USERSTYLE
- See Also:
- Constant Field Values
-
PS_ALTERNATE
static final int PS_ALTERNATE
- See Also:
- Constant Field Values
-
PS_STYLE_MASK
static final int PS_STYLE_MASK
- See Also:
- Constant Field Values
-
PS_ENDCAP_ROUND
static final int PS_ENDCAP_ROUND
- See Also:
- Constant Field Values
-
PS_ENDCAP_SQUARE
static final int PS_ENDCAP_SQUARE
- See Also:
- Constant Field Values
-
PS_ENDCAP_FLAT
static final int PS_ENDCAP_FLAT
- See Also:
- Constant Field Values
-
PS_ENDCAP_MASK
static final int PS_ENDCAP_MASK
- See Also:
- Constant Field Values
-
PS_JOIN_ROUND
static final int PS_JOIN_ROUND
- See Also:
- Constant Field Values
-
PS_JOIN_BEVEL
static final int PS_JOIN_BEVEL
- See Also:
- Constant Field Values
-
PS_JOIN_MITER
static final int PS_JOIN_MITER
- See Also:
- Constant Field Values
-
PS_JOIN_MASK
static final int PS_JOIN_MASK
- See Also:
- Constant Field Values
-
PS_COSMETIC
static final int PS_COSMETIC
- See Also:
- Constant Field Values
-
PS_GEOMETRIC
static final int PS_GEOMETRIC
- See Also:
- Constant Field Values
-
PS_TYPE_MASK
static final int PS_TYPE_MASK
- See Also:
- Constant Field Values
-
-