Package net.arnx.wmf2svg.gdi
Interface GdiPen
-
-
Field Summary
Fields Modifier and Type Field Description static intPS_DASHstatic intPS_DASHDOTstatic intPS_DASHDOTDOTstatic intPS_DOTstatic intPS_INSIDEFRAMEstatic intPS_NULLstatic intPS_SOLID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColor()intgetStyle()intgetWidth()
-
-
-
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
-
-