public static class Metafile.Header
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Header() |
Modifier and Type | Method and Description |
---|---|
int |
getSize() |
void |
read(byte[] data,
int offset) |
void |
write(java.io.OutputStream out) |
public int wmfsize
public java.awt.Rectangle bounds
public java.awt.Dimension size
public int zipsize
public int compression
public int filter
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.