|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.pdf.codec.wmf.MetaObject
public class MetaObject
Field Summary | |
---|---|
static int |
META_BRUSH
|
static int |
META_FONT
|
static int |
META_NOT_SUPPORTED
|
static int |
META_PEN
|
int |
type
|
Constructor Summary | |
---|---|
MetaObject()
|
|
MetaObject(int type)
|
Method Summary | |
---|---|
int |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int META_NOT_SUPPORTED
public static final int META_PEN
public static final int META_BRUSH
public static final int META_FONT
public int type
Constructor Detail |
---|
public MetaObject()
public MetaObject(int type)
Method Detail |
---|
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |