Package org.apache.poi.sl.image
Class ImageHeaderPICT
- java.lang.Object
-
- org.apache.poi.sl.image.ImageHeaderPICT
-
@Internal public class ImageHeaderPICT extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static double
DEFAULT_RESOLUTION
static int
PICT_HEADER_OFFSET
skip the first 512 bytes - they are MAC specific crap
-
Constructor Summary
Constructors Constructor Description ImageHeaderPICT(byte[] data, int off)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Rectangle
getBounds()
java.awt.Dimension
getSize()
-
-
-
Field Detail
-
PICT_HEADER_OFFSET
public static final int PICT_HEADER_OFFSET
skip the first 512 bytes - they are MAC specific crap- See Also:
- Constant Field Values
-
DEFAULT_RESOLUTION
public static final double DEFAULT_RESOLUTION
- See Also:
- Constant Field Values
-
-