@Internal public class ImageHeaderWMF extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
APMHEADER_KEY |
| Constructor and Description |
|---|
ImageHeaderWMF(byte[] data,
int off) |
ImageHeaderWMF(java.awt.Rectangle dim) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Rectangle |
getBounds() |
int |
getChecksum()
Returns a checksum value for the previous 10 shorts in the header.
|
int |
getLength() |
java.awt.Dimension |
getSize() |
void |
write(java.io.OutputStream out) |
public static final int APMHEADER_KEY
public ImageHeaderWMF(java.awt.Rectangle dim)
public ImageHeaderWMF(byte[] data,
int off)
public int getChecksum()
public void write(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic java.awt.Dimension getSize()
public java.awt.Rectangle getBounds()
public int getLength()