Package com.aowagie.text.pdf.codec.wmf
Class MetaObject
- java.lang.Object
-
- com.aowagie.text.pdf.codec.wmf.MetaObject
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
META_BRUSH
(package private) static int
META_FONT
private static int
META_NOT_SUPPORTED
(package private) static int
META_PEN
(package private) int
type
-
Constructor Summary
Constructors Constructor Description MetaObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
-
-
-
Field Detail
-
META_NOT_SUPPORTED
private static final int META_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
META_PEN
static final int META_PEN
- See Also:
- Constant Field Values
-
META_BRUSH
static final int META_BRUSH
- See Also:
- Constant Field Values
-
META_FONT
static final int META_FONT
- See Also:
- Constant Field Values
-
type
int type
-
-