net.arnx.wmf2svg.gdi
Interface GdiPen

All Superinterfaces:
GdiObject

public interface GdiPen
extends GdiObject

Author:
Hidekatsu Izuno

Field Summary
static int PS_DASH
           
static int PS_DASHDOT
           
static int PS_DASHDOTDOT
           
static int PS_DOT
           
static int PS_INSIDEFRAME
           
static int PS_NULL
           
static int PS_SOLID
           
 
Method Summary
 int getColor()
           
 int getStyle()
           
 int getWidth()
           
 

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
Method Detail

getStyle

int getStyle()

getWidth

int getWidth()

getColor

int getColor()