public class HwmfPlaceableHeader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
WMF_HEADER_MAGIC |
Modifier | Constructor and Description |
---|---|
protected |
HwmfPlaceableHeader(LittleEndianInputStream leis) |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getBounds() |
int |
getUnitsPerInch() |
static HwmfPlaceableHeader |
readHeader(LittleEndianInputStream leis) |
public static final int WMF_HEADER_MAGIC
protected HwmfPlaceableHeader(LittleEndianInputStream leis) throws java.io.IOException
java.io.IOException
public static HwmfPlaceableHeader readHeader(LittleEndianInputStream leis) throws java.io.IOException
java.io.IOException
public java.awt.geom.Rectangle2D getBounds()
public int getUnitsPerInch()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.