net.arnx.wmf2svg.gdi
Interface GdiPen
- All Superinterfaces:
- GdiObject
public interface GdiPen
- extends GdiObject
- Author:
- Hidekatsu Izuno
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
getStyle
int getStyle()
getWidth
int getWidth()
getColor
int getColor()