Modifier and Type | Field and Description |
---|---|
Rectangle |
bounds
Boundary of the metafile drawing commands
|
int |
compression
Reserved.
|
int |
filter
Reserved.
|
Dimension |
size
Size of the metafile in EMUs
|
int |
wmfsize
size of the original file
|
int |
zipsize
size of the compressed metafile data
|
Constructor and Description |
---|
Header() |
Modifier and Type | Method and Description |
---|---|
int |
getSize() |
void |
read(byte[] data,
int offset) |
void |
write(OutputStream out) |
public int wmfsize
public Rectangle bounds
public Dimension size
public int zipsize
public int compression
public int filter
public void read(byte[] data, int offset)
public void write(OutputStream out) throws IOException
IOException
public int getSize()
Copyright © 2020. All rights reserved.