public static class Metafile.Header
extends java.lang.Object
Modifier and Type | Field | 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 | Description |
---|---|
Header() |
Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.