com.lowagie.text.pdf.codec.wmf
public class MetaPen extends MetaObject
Field Summary | |
---|---|
Color | color |
int | penWidth |
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 |
int | style |
Constructor Summary | |
---|---|
MetaPen() |
Method Summary | |
---|---|
Color | getColor() |
int | getPenWidth() |
int | getStyle() |
void | init(InputMeta in) |