Class MetaObject
- java.lang.Object
-
- com.itextpdf.kernel.pdf.canvas.wmf.MetaObject
-
-
Field Summary
Fields Modifier and Type Field Description static int
META_BRUSH
static int
META_FONT
static int
META_NOT_SUPPORTED
static int
META_PEN
private int
type
-
Constructor Summary
Constructors Constructor Description MetaObject()
Creates a new MetaObject.MetaObject(int type)
Creates a MetaObject with a type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
Get the type of this MetaObject.
-
-
-
Field Detail
-
META_NOT_SUPPORTED
public static final int META_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
META_PEN
public static final int META_PEN
- See Also:
- Constant Field Values
-
META_BRUSH
public static final int META_BRUSH
- See Also:
- Constant Field Values
-
META_FONT
public static final int META_FONT
- See Also:
- Constant Field Values
-
type
private int type
-
-