Class MetaObject
java.lang.Object
com.itextpdf.kernel.pdf.canvas.wmf.MetaObject
A meta object.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorDescriptionCreates a new MetaObject.MetaObject
(int type) Creates a MetaObject with a type. -
Method Summary
-
Field Details
-
META_NOT_SUPPORTED
public static final int META_NOT_SUPPORTED- See Also:
-
META_PEN
public static final int META_PEN- See Also:
-
META_BRUSH
public static final int META_BRUSH- See Also:
-
META_FONT
public static final int META_FONT- See Also:
-
-
Constructor Details
-
MetaObject
public MetaObject()Creates a new MetaObject. This constructor doesn't set the type. -
MetaObject
public MetaObject(int type) Creates a MetaObject with a type.- Parameters:
-
type
- the type of meta object
-
-
Method Details
-
getType
public int getType()Get the type of this MetaObject.- Returns:
- type of MetaObject
-