|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.blip.Metafile.Header
public static class Metafile.Header
A structure which represents a 34-byte header preceeding the compressed metafile data
Field Summary | |
---|---|
java.awt.Rectangle |
bounds
Boundary of the metafile drawing commands |
int |
compression
Reserved. |
int |
filter
Reserved. |
java.awt.Dimension |
size
Size of the metafile in EMUs |
int |
wmfsize
size of the original file |
int |
zipsize
size of the compressed metafile data |
Constructor Summary | |
---|---|
Metafile.Header()
|
Method Summary | |
---|---|
int |
getSize()
|
void |
read(byte[] data,
int offset)
|
void |
write(java.io.OutputStream out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int wmfsize
public java.awt.Rectangle bounds
public java.awt.Dimension size
public int zipsize
public int compression
public int filter
Constructor Detail |
---|
public Metafile.Header()
Method Detail |
---|
public void read(byte[] data, int offset)
public void write(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |